Brad Warren
|
b039c884d8
|
Don't use cryptography version 1.2
|
2016-01-08 14:09:44 -05:00 |
|
Brad Warren
|
639cbeb7d0
|
sans_text_dump_comment += 1
|
2016-01-07 21:11:09 -05:00 |
|
Jakub Warmuz
|
dba69d079f
|
Separate pylintrc for acme
|
2016-01-07 22:20:46 +00:00 |
|
Jakub Warmuz
|
cc168c8ef1
|
Generate fresh pylintrc
pylint 1.4.2, -generate-rcfile
|
2016-01-07 22:17:42 +00:00 |
|
Brad Warren
|
946f4474da
|
Add warning about multiple SANs extensions
|
2016-01-07 16:45:46 -05:00 |
|
Brad Warren
|
32957cc5ec
|
Comment _pyopenssl_cert_or_req_san method
|
2016-01-07 16:25:23 -05:00 |
|
Jakub Warmuz
|
6548f343bf
|
Add invalidEmail error type to acme
Related to:
- #1923
- https://github.com/ietf-wg-acme/acme/pull/65
|
2016-01-07 21:20:25 +00:00 |
|
Brad Warren
|
710eb59f41
|
Fix IDN CSR test name
|
2016-01-07 16:19:21 -05:00 |
|
Jakub Warmuz
|
a36a59ba6c
|
Fix waiting->exhausted in PollError tests
|
2016-01-07 20:31:40 +00:00 |
|
Jakub Warmuz
|
4d04d14b20
|
Fix "global" max_attempt bug (#1719)
|
2016-01-07 20:25:07 +00:00 |
|
Jakub Warmuz
|
fea4b24fb8
|
Add test to discover "global" max_attempt bug (#1719)
|
2016-01-07 20:20:57 +00:00 |
|
Brad Warren
|
0f239e0029
|
Add comment about dependency version
|
2016-01-07 13:04:29 -05:00 |
|
Brad Warren
|
caf9b1f261
|
Clarify _get_idn_sans method
|
2016-01-07 13:00:29 -05:00 |
|
Wilfried Teiken
|
02a493011e
|
Remove superfluous except: and change Exception returned if dnspython is not
available.
|
2016-01-06 22:56:59 -05:00 |
|
Brad Warren
|
0b1e1d0937
|
Use test_util.load_cert
|
2016-01-06 22:07:45 -05:00 |
|
Brad Warren
|
51bc1311a2
|
Fixed rogue quotes
|
2016-01-06 15:34:42 -05:00 |
|
Brad Warren
|
1cdff156c9
|
Add IDN test
|
2016-01-06 15:33:36 -05:00 |
|
Brad Warren
|
96114ba84e
|
Add IDN SANs CSR and cert
|
2016-01-06 15:10:08 -05:00 |
|
Brad Warren
|
ba93c57697
|
Added large sans cert and csr test
|
2016-01-06 14:22:13 -05:00 |
|
Brad Warren
|
32650a6d08
|
Added 100 SANs cert and csr
|
2016-01-06 14:10:57 -05:00 |
|
Brad Warren
|
1af997158d
|
Fix repr differences between PyOpenSSL versions
|
2016-01-06 13:39:14 -05:00 |
|
Brad Warren
|
6f7299f9ed
|
Merge branch 'master' into pyopenssl
|
2016-01-06 12:40:56 -05:00 |
|
Brad Warren
|
6719d0d380
|
Rewrote _pyopenssl_cert_or_req_san
|
2016-01-06 12:40:44 -05:00 |
|
Wilfried Teiken
|
6bc3060fbb
|
More fixes for travis tests
|
2016-01-06 03:11:09 -05:00 |
|
Wilfried Teiken
|
b73b410729
|
Exclude import error case from coverage in dns_resolver
|
2016-01-06 02:59:25 -05:00 |
|
Wilfried Teiken
|
52c487f462
|
Add new 'test' extras and update tox.ini accordingly.
|
2016-01-06 02:44:19 -05:00 |
|
Wilfried Teiken
|
d2ced2de6a
|
Dep fixes for lint/coverage.
|
2016-01-06 01:48:12 -05:00 |
|
Wilfried Teiken
|
a9a5e60bc5
|
Added requirements for coverage and lint.
|
2016-01-06 01:26:32 -05:00 |
|
Wilfried Teiken
|
dc743fb57c
|
Move DNS resolver to separate module to decouple dependencies and testing.
|
2016-01-06 01:11:24 -05:00 |
|
Wilfried Teiken
|
57c265c7f3
|
Setup.py and style fixes
|
2016-01-06 00:27:07 -05:00 |
|
Wilfried Teiken
|
fd2709a6fa
|
Move dnspython dependency to tests only and only import the dns.resolver when
actually resolving the client. That way user code that does not call
'simple_verify' for DNS01 challenges does not depend on dnspython.
|
2016-01-05 23:58:23 -05:00 |
|
Wilfried Teiken
|
4403a78e52
|
Move txt_records_for_name out of class.
|
2016-01-05 22:25:24 -05:00 |
|
wteiken
|
b5bb90628c
|
Style changes.
|
2016-01-05 20:33:30 -05:00 |
|
wteiken
|
7bd7e7ca23
|
Remove response argument from exception and fix eror messages.
|
2016-01-05 19:51:45 -05:00 |
|
bmw
|
4c28fc417c
|
Merge pull request #2073 from alex/more-typos
Fixed a pair of typos in docstrings
|
2016-01-05 18:02:19 -05:00 |
|
Wilfried Teiken
|
e1b4797cbf
|
Change the semantics of query_registration and update_registration to set
new_authzr_uri from the server if available
|
2016-01-05 01:12:21 -05:00 |
|
Wilfried Teiken
|
7747dc8488
|
Remove non-compliant hexdigit encoding for dns-01 challenges (#2052 is now
merged).
|
2016-01-04 19:46:28 -05:00 |
|
Alex Gaynor
|
0454031cce
|
Fixed a pair of typos in docstrings
|
2016-01-03 14:37:08 -05:00 |
|
Wilfried Teiken
|
97fb1a03f9
|
Documentation fixes.
|
2016-01-03 13:19:32 -05:00 |
|
Alex Gaynor
|
dc3a2da9b1
|
Fixed a typo in a comment
|
2016-01-03 10:49:50 -05:00 |
|
Wilfried Teiken
|
64f3f53467
|
Fix
|
2016-01-02 13:51:37 -05:00 |
|
Brad Warren
|
8680a29c9d
|
Merge branch 'master' into pyopenssl
|
2016-01-02 13:11:11 -05:00 |
|
Wilfried Teiken
|
7e2a1532ef
|
Move dns record retrieval into a separate method.
|
2016-01-02 12:53:47 -05:00 |
|
Wilfried Teiken
|
ffc2b1ee78
|
- Lint fixes
- Add test for multiple TXT records returned
- Add extra parameter in DNS01.validation to select hexdigit vs. bas64 encoded
validation
|
2016-01-02 01:42:47 -05:00 |
|
Wilfried Teiken
|
55ca1b484f
|
Initial verison of DNS-01 implementation
|
2016-01-01 20:55:52 -05:00 |
|
Jakub Warmuz
|
fd4f6fb2ee
|
Use GH pages for IETF spec repo link
|
2015-12-29 08:47:14 +00:00 |
|
Brad Warren
|
75b551762b
|
Expose wrapped, not dump
|
2015-12-23 19:09:05 -05:00 |
|
Brad Warren
|
980637a936
|
Audit calls to test_util.load_cert
|
2015-12-23 17:12:33 -05:00 |
|
Brad Warren
|
66a861ead1
|
Add test_comparable_{cert,csr}
|
2015-12-23 13:48:52 -05:00 |
|
bmw
|
0bbe7c235b
|
Merge pull request #1965 from Natim/patch-1
Update the ACME github repository URL.
|
2015-12-23 11:26:43 -05:00 |
|