index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
test_x509.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
disallow empty string for NameAttribute (#3711)
Paul Kehrer
2017-06-19
1
-0
/
+4
*
jurisdictionCountryName also must be PrintableString (#3516)
Alex Gaynor
2017-05-25
1
-0
/
+11
*
More deprecation warnings (#3579)
Alex Gaynor
2017-05-23
1
-7
/
+3
*
Don't raise an UnsupportedExtension for critical extensions. (#3550)
Alex Gaynor
2017-05-20
1
-6
/
+8
*
Remove API deprecated in 1.6, clean up the legacy deprecations (#3468)
Alex Gaynor
2017-03-21
1
-2
/
+2
*
replace pyasn1 with asn1crypto (#3361)
Ofek Lev
2017-02-08
1
-14
/
+7
*
Drop 1.0.0 (#3312)
Alex Gaynor
2016-12-13
1
-12
/
+0
*
friendly error if you put a date too far in the future on windows (#3279)
Paul Kehrer
2016-12-05
1
-0
/
+30
*
Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)
Paul Kehrer
2016-11-13
1
-0
/
+11
*
add alternate signature OID for RSA with SHA1 + test and vector (#3227)
Paul Kehrer
2016-11-11
1
-0
/
+12
*
Name: add support for multi-value RDNs (#3202)
Fraser Tweedale
2016-11-11
1
-25
/
+59
*
Make DistributionPoint relative_name a set of NameAttribute (#3210)
Fraser Tweedale
2016-11-07
1
-1
/
+72
*
support encoding IPv4Network and IPv6Network, useful for NameConstraints (#3182)
Paul Kehrer
2016-10-01
1
-6
/
+32
*
reduce a bit of duplication in x509 tests (#3183)
Paul Kehrer
2016-09-29
1
-55
/
+29
*
support random_serial_number in the CertificateBuilder (#3132)
Paul Kehrer
2016-09-03
1
-0
/
+17
*
add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)
Paul Kehrer
2016-08-31
1
-1
/
+13
*
fix an overindented line. not sure why our linters didn't catch this (#3123)
Paul Kehrer
2016-08-30
1
-1
/
+1
*
Allow passing iterators where collections are expected (#3078)
Marti
2016-08-26
1
-0
/
+12
*
CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_...
InvalidInterrupt
2016-08-16
1
-0
/
+50
*
Disallow X509 certificate serial numbers bigger than 159 bits (#3064) (#3067)
Коренберг Марк
2016-08-02
1
-3
/
+46
*
Use a series of constants for OpenSSL version checks (#3037)
Alex Gaynor
2016-07-11
1
-4
/
+4
*
Add alias for Certificate serial as serial number (#2950)
Chelsea Winfree
2016-06-02
1
-5
/
+30
*
Fixed #2747 -- allow creating x509 exts with unknown extensions
Alex Gaynor
2016-03-14
1
-0
/
+33
*
support PolicyConstraints in the CertificateBuilder
Paul Kehrer
2016-03-13
1
-0
/
+48
*
Merge pull request #2670 from joernheissler/x509_req_verify
Paul Kehrer
2016-03-06
1
-0
/
+16
|
\
|
*
Change method to property
Joern Heissler
2016-01-18
1
-7
/
+5
|
*
Add verify method on CertificateSigningRequest
Joern Heissler
2016-01-13
1
-1
/
+19
*
|
raise ValueError if > 2 byte value for NameAttribute with CN OID
Paul Kehrer
2016-03-06
1
-0
/
+14
|
/
*
support unrecognized extensions in x509
Paul Kehrer
2015-12-30
1
-1
/
+5
*
move two tests to the openssl backend tests where they belong
Paul Kehrer
2015-12-26
1
-51
/
+0
*
add invaliditydate class for crl entry extensions
Paul Kehrer
2015-12-26
1
-3
/
+3
*
switch CRLReason to use a class
Paul Kehrer
2015-12-26
1
-5
/
+5
*
start switching the CRL entry extensions to be full-fledged classes
Paul Kehrer
2015-12-25
1
-7
/
+6
*
full indexing support + testsg
Alex Gaynor
2015-12-24
1
-3
/
+8
*
tests on indexing
Alex Gaynor
2015-12-24
1
-1
/
+12
*
address review comments
Paul Kehrer
2015-12-23
1
-8
/
+3
*
add test that fails if CRL references aren't properly retained
Paul Kehrer
2015-12-23
1
-0
/
+19
*
CRLNumber needs to be a class for reasons.
Paul Kehrer
2015-12-22
1
-1
/
+1
*
add support for parsing AuthorityInfoAccess and IssuerAltName CRL exts
Paul Kehrer
2015-12-22
1
-3
/
+18
*
support parsing CRL extensions in the OpenSSL backend
Paul Kehrer
2015-12-21
1
-5
/
+17
*
add test for byte matching
Paul Kehrer
2015-12-21
1
-0
/
+24
*
add a CRL public_bytes method
Paul Kehrer
2015-12-20
1
-0
/
+42
*
Merge pull request #2538 from reaperhulk/empty-crls-are-beautiful-too
Alex Gaynor
2015-12-20
1
-0
/
+8
|
\
|
*
support CRLs with no revoked certificates
Paul Kehrer
2015-12-20
1
-0
/
+8
*
|
Dealing with the pedantry of pep8
Nick Bastin
2015-12-20
1
-2
/
+0
*
|
Test for non-standard AIA support in CertificateBuilder
Nick Bastin
2015-12-20
1
-0
/
+32
|
/
*
Merge pull request #2530 from nbastin/20151214-oid-val
Paul Kehrer
2015-12-18
1
-27
/
+50
|
\
|
*
Avoid IndexError on too-short OIDs, add test for regression
Nick Bastin
2015-12-17
1
-0
/
+4
|
*
OID validation
Nick Bastin
2015-12-14
1
-27
/
+46
*
|
require not_valid_after >= not_valid_before
Paul Kehrer
2015-12-13
1
-0
/
+22
|
/
[next]