James Kasten
|
f77307c28b
|
Finish revoker implementation and unittests
|
2015-02-18 04:01:49 -08:00 |
|
James Kasten
|
04ecf813bd
|
Merge branch 'master' into revoker
Conflicts:
letsencrypt/client/auth_handler.py
letsencrypt/client/client.py
letsencrypt/client/crypto_util.py
letsencrypt/client/interfaces.py
letsencrypt/client/le_util.py
letsencrypt/client/revoker.py
letsencrypt/client/standalone_authenticator.py
letsencrypt/client/tests/apache/dvsni_test.py
letsencrypt/client/tests/apache/obj_test.py
letsencrypt/client/tests/recovery_token_test.py
letsencrypt/client/tests/standalone_authenticator_test.py
letsencrypt/scripts/main.py
|
2015-02-18 03:36:53 -08:00 |
|
Seth Schoen
|
8ff99300e4
|
This is apparently not deterministic after all
|
2015-02-16 00:21:08 -08:00 |
|
Seth Schoen
|
d4c1ceccac
|
100% coverage for recovery_token
|
2015-02-16 00:10:55 -08:00 |
|
Seth Schoen
|
dd3e10eb42
|
100% coverage for crypto_util (test for make_csr)
|
2015-02-16 00:10:26 -08:00 |
|
Seth Schoen
|
4af0c197e1
|
Trivial test for ClientAuthenticator get_chall_pref
|
2015-02-15 23:25:41 -08:00 |
|
James Kasten
|
9a990ccfaf
|
revoker progress
|
2015-02-15 23:17:53 -08:00 |
|
James Kasten
|
9d090017b5
|
Merge pull request #233 from kuba/acme
letsencrypt.acme module
|
2015-02-15 23:14:50 -08:00 |
|
Jakub Warmuz
|
02d5775aff
|
Fix port-merge get_chall_msg error
|
2015-02-15 12:37:56 +00:00 |
|
Jakub Warmuz
|
c6ec49e90d
|
Merge remote-tracking branch 'github/letsencrypt/master' into acme
|
2015-02-15 12:32:26 +00:00 |
|
Jakub Warmuz
|
6922124927
|
Use ComparableX509 everywhere.
|
2015-02-15 12:12:29 +00:00 |
|
Jakub Warmuz
|
8070b917a3
|
Remove str() casting in Signature.from_msg
|
2015-02-15 11:52:02 +00:00 |
|
Jakub Warmuz
|
7d74125936
|
Add comment int linter_plugin
|
2015-02-15 11:49:07 +00:00 |
|
Jakub Warmuz
|
61e654b852
|
acme.messages: explicit warnings about key verification
|
2015-02-15 11:45:21 +00:00 |
|
Jakub Warmuz
|
f81e936a49
|
Signature: remove todo about M2Crypto
|
2015-02-15 11:31:40 +00:00 |
|
schoen
|
5f59ca6a2f
|
Merge pull request #244 from letsencrypt/already_listening
Already listening
|
2015-02-13 15:24:33 -08:00 |
|
Seth Schoen
|
fbd9e6f0db
|
Specify location of netstat binary as a constant
|
2015-02-13 15:14:01 -08:00 |
|
Seth Schoen
|
67627c19d7
|
netstat output can differ on an IPv6 system
|
2015-02-13 14:59:59 -08:00 |
|
Seth Schoen
|
827c07a046
|
Merge branch 'master' into already_listening
|
2015-02-13 14:54:57 -08:00 |
|
James Kasten
|
ab8a76048f
|
Merge pull request #243 from letsencrypt/fix_bug_from_220
fix domains bug introduced in 220
|
2015-02-13 02:40:15 -08:00 |
|
James Kasten
|
a50e8593ca
|
Merge pull request #242 from letsencrypt/interface_specification
Clarify authenticator interface
|
2015-02-13 02:14:07 -08:00 |
|
James Kasten
|
5c5313ba73
|
fix domains bug introduced in 220
|
2015-02-13 01:56:11 -08:00 |
|
Seth Schoen
|
2001d180af
|
Fix typo in comment
|
2015-02-12 22:55:25 -08:00 |
|
Seth Schoen
|
42865fbc92
|
Add (Linux-specific) already_listening method
|
2015-02-12 19:27:33 -08:00 |
|
Jakub Warmuz
|
89ac11c309
|
Fix imports
|
2015-02-12 23:55:47 +00:00 |
|
Seth Schoen
|
e1cdc79bdc
|
100% coverage for obj.py
|
2015-02-12 15:21:35 -08:00 |
|
Jakub Warmuz
|
bde345766f
|
Update acme.messages docs. Fix test
|
2015-02-12 15:45:12 +00:00 |
|
Jakub Warmuz
|
a3eedc294d
|
RevocationRequest.certificate auto decode/encode.
|
2015-02-12 15:44:05 +00:00 |
|
Jakub Warmuz
|
77a637b7f0
|
Fix save_certificate (Certificate.chain is decoded already).
|
2015-02-12 15:03:58 +00:00 |
|
Jakub Warmuz
|
a2e807debf
|
acme.util.ComparableX509
|
2015-02-12 14:40:19 +00:00 |
|
James Kasten
|
3a79607103
|
Add tests to satisfy empty list assumption of authenticator interface
|
2015-02-12 02:42:49 -08:00 |
|
Jakub Warmuz
|
a57574cbba
|
Merge remote-tracking branch 'github/letsencrypt/master' into acme
Conflicts:
letsencrypt/client/tests/acme_util.py
|
2015-02-12 09:56:53 +00:00 |
|
James Kasten
|
23ba0166fe
|
Fix quotes
|
2015-02-12 01:40:40 -08:00 |
|
James Kasten
|
d976de4104
|
fixed use before assignment bug
|
2015-02-12 01:32:26 -08:00 |
|
James Kasten
|
c28a945295
|
Clarify authenticator interface
|
2015-02-12 01:06:30 -08:00 |
|
James Kasten
|
050c29912d
|
Merge pull request #241 from letsencrypt/cleanup
Remove IAuthenticator from client.py
|
2015-02-11 22:22:17 -08:00 |
|
James Kasten
|
1e22b49a49
|
Remove IAuthenticator from client.py
|
2015-02-11 22:13:42 -08:00 |
|
James Kasten
|
b7cfed9600
|
Merge pull request #240 from letsencrypt/libffi
Add libffi-dev to installation
|
2015-02-11 22:01:23 -08:00 |
|
James Kasten
|
982418e9c0
|
Merge branch 'cleanup'
|
2015-02-11 21:58:47 -08:00 |
|
James Kasten
|
d93e586d9b
|
cleanup from kuba cleanup
|
2015-02-11 21:51:25 -08:00 |
|
James Kasten
|
0bc5c8a162
|
Correct reverter display methods
|
2015-02-11 17:04:50 -08:00 |
|
James Kasten
|
e399f7927f
|
Add libffi-dev to installation
|
2015-02-11 17:00:31 -08:00 |
|
James Kasten
|
71dc5435c9
|
merge standalone, plus further development
|
2015-02-11 15:38:59 -08:00 |
|
James Kasten
|
0f3d8d17a0
|
Add coveralls
|
2015-02-11 14:44:03 -08:00 |
|
James Kasten
|
9dc14c0bce
|
Merge branch 'kuba-cleanup' into cleanup
|
2015-02-11 13:12:02 -08:00 |
|
Jakub Warmuz
|
75b4add949
|
More quotes fixes
|
2015-02-11 12:51:23 -08:00 |
|
Jakub Warmuz
|
95fb2146c4
|
Cleanup after #232
|
2015-02-11 12:51:23 -08:00 |
|
Jakub Warmuz
|
2484d2e192
|
chmod -x standalone_authenticator
|
2015-02-11 12:51:23 -08:00 |
|
Jakub Warmuz
|
a09e4c11e6
|
x -> value
|
2015-02-11 12:51:22 -08:00 |
|
Jakub Warmuz
|
bdabdb519f
|
Remove type()
|
2015-02-11 12:51:22 -08:00 |
|