1. c6ba99d Upgrade cryptography from 2.5 to 3.3 by Lucia Li · 2 years, 7 months ago
  2. 2e9c7df allow asn1 times of 1950-01-01 and later. (#4728) by Paul Kehrer · 5 years ago
  3. 767fa85 allow 32-bit platforms to encode certs with dates > unix epoch (#4727) by Paul Kehrer · 5 years ago
  4. 8241557 Remove spaces from RFC 4514 strings for better compliance (#4643) (#4646) by Marti Raudsepp · 6 years ago
  5. c3d38b5 Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#4304) by Marti Raudsepp · 6 years ago
  6. a84c5cd allow multi-valued RDNs (#4616) by Paul Kehrer · 6 years ago
  7. 18d49d0 don't sort the serial numbers in a parsed CRL (#4457) by Paul Kehrer · 6 years ago
  8. c37d11e Use A-label strings in tests (#4374) by Tim Burke · 6 years ago
  9. 5d18740 add crl.get_revoked_certificate method (#4331) by Paul Kehrer · 6 years ago
  10. 20ae2c8 fix encoding BMPString in x509 name entries (#4321) by Paul Kehrer · 6 years ago
  11. 9e1873a Make RelativeDistinguishedName preserve attribtue order (#4306) by Marti Raudsepp · 6 years ago
  12. 50bad37 Future proofing use of the six python version constants (#4238) by Eric Brown · 6 years ago
  13. 25f2b4e Raise ve on bad gt (#4180) by Joshua Crowgey · 6 years ago
  14. b916fa9 Fixed deprecation warnings in x509 tests (#4040) by Alex Gaynor · 7 years ago
  15. 4662d44 Fix ASN1 string type encoding for several Name OIDs (#4035) by Paul Kehrer · 7 years ago
  16. 270933c Use a different warning class so users get warnings (#4014) by Alex Gaynor · 7 years ago
  17. 31034a0 Inline calls to bit_length now that it's trivial (#3966) by Alex Gaynor · 7 years ago
  18. 1b43b51 backwards incompatible change to UniformResourceIdentifier (#3954) by Paul Kehrer · 7 years ago
  19. d3f73e0 backwards incompatible change to RFC822Name (#3953) by Paul Kehrer · 7 years ago
  20. ed32105 Backwards incompatible change to DNSName (#3951) by Paul Kehrer · 7 years ago
  21. 72c92f5 both parse and encode the ASN1 string type for Name attributes (#3896) by Paul Kehrer · 7 years ago
  22. b76bcf8 FreshestCRL extension support (#3937) by Paul Kehrer · 7 years ago
  23. 5e3cc98 support delta crl indicator extension (#3936) by Paul Kehrer · 7 years ago
  24. 2931b86 parametrize a bunch of x509 extension tests that were identical (#3931) by Paul Kehrer · 7 years ago
  25. 5d66966 [WIP] add support for the TLSFeature extension in x509 (#3899) by Paul Kehrer · 7 years ago
  26. ec0e1cc move x509 tests into a module (#3889) by Paul Kehrer · 7 years ago[Renamed (99%) from tests/test_x509.py]
  27. 6c02ee8 Add is_signature_valid method on CertificateRevocationList (#3849) by Vincent Pelletier · 7 years ago
  28. 6c29d74 deprecate auto-idna on UniformResourceIdentifier (#3832) by Paul Kehrer · 7 years ago
  29. cdaf3ff Begin the deprecation of auto-idna for x509.DNSName (#3830) by Alex Gaynor · 7 years ago
  30. 784e3bc disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738) by Paul Kehrer · 7 years ago
  31. 312ed09 disallow empty string for NameAttribute (#3711) by Paul Kehrer · 7 years ago
  32. 978a5e9 jurisdictionCountryName also must be PrintableString (#3516) by Alex Gaynor · 7 years ago
  33. 222f59d More deprecation warnings (#3579) by Alex Gaynor · 7 years ago
  34. d08ddd5 Don't raise an UnsupportedExtension for critical extensions. (#3550) by Alex Gaynor · 7 years ago
  35. a783c57 Remove API deprecated in 1.6, clean up the legacy deprecations (#3468) by Alex Gaynor · 7 years ago
  36. 0e6a129 replace pyasn1 with asn1crypto (#3361) by Ofek Lev · 7 years ago
  37. 0e8cdf1 Drop 1.0.0 (#3312) by Alex Gaynor · 8 years ago
  38. 0cf3690 friendly error if you put a date too far in the future on windows (#3279) by Paul Kehrer · 8 years ago
  39. 3a15b03 Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236) by Paul Kehrer · 8 years ago
  40. f6f238e add alternate signature OID for RSA with SHA1 + test and vector (#3227) by Paul Kehrer · 8 years ago
  41. 01ee6f5 Name: add support for multi-value RDNs (#3202) by Fraser Tweedale · 8 years ago
  42. 02467dd Make DistributionPoint relative_name a set of NameAttribute (#3210) by Fraser Tweedale · 8 years ago
  43. 3feeec8 support encoding IPv4Network and IPv6Network, useful for NameConstraints (#3182) by Paul Kehrer · 8 years ago
  44. 9e66d10 reduce a bit of duplication in x509 tests (#3183) by Paul Kehrer · 8 years ago
  45. 8b89bcc support random_serial_number in the CertificateBuilder (#3132) by Paul Kehrer · 8 years ago
  46. c7b29b8 add support for signature_algorithm_oid to cert, CSR, and CRL (#3124) by Paul Kehrer · 8 years ago
  47. 21353a4 fix an overindented line. not sure why our linters didn't catch this (#3123) by Paul Kehrer · 8 years ago
  48. 40f1999 Allow passing iterators where collections are expected (#3078) by Marti · 8 years ago
  49. 8e66ca6 CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before (#2920) by InvalidInterrupt · 8 years ago
  50. 9e75830 Disallow X509 certificate serial numbers bigger than 159 bits (#3064) (#3067) by Коренберг Марк · 8 years ago
  51. 3e3444f Use a series of constants for OpenSSL version checks (#3037) by Alex Gaynor · 8 years ago
  52. e295f3a Add alias for Certificate serial as serial number (#2950) by Chelsea Winfree · 8 years ago
  53. 1e03463 Fixed #2747 -- allow creating x509 exts with unknown extensions by Alex Gaynor · 8 years ago
  54. 61a16e7 support PolicyConstraints in the CertificateBuilder by Paul Kehrer · 8 years ago
  55. a372db3 Merge pull request #2670 from joernheissler/x509_req_verify by Paul Kehrer · 8 years ago
  56. 641149c raise ValueError if > 2 byte value for NameAttribute with CN OID by Paul Kehrer · 8 years ago
  57. fbda8ce Change method to property by Joern Heissler · 8 years ago
  58. 1bd77e2 Add verify method on CertificateSigningRequest by Joern Heissler · 8 years ago
  59. 58ddc11 support unrecognized extensions in x509 by Paul Kehrer · 8 years ago
  60. 991cc0e move two tests to the openssl backend tests where they belong by Paul Kehrer · 8 years ago
  61. 23c0bbc add invaliditydate class for crl entry extensions by Paul Kehrer · 8 years ago
  62. 7058ece switch CRLReason to use a class by Paul Kehrer · 8 years ago
  63. 49bb756 start switching the CRL entry extensions to be full-fledged classes by Paul Kehrer · 8 years ago
  64. a3fa8d6 full indexing support + testsg by Alex Gaynor · 8 years ago
  65. 9f71bf7 tests on indexing by Alex Gaynor · 8 years ago
  66. 7e75b62 address review comments by Paul Kehrer · 8 years ago
  67. 1f943ab add test that fails if CRL references aren't properly retained by Paul Kehrer · 8 years ago
  68. 3b95cd7 CRLNumber needs to be a class for reasons. by Paul Kehrer · 8 years ago
  69. 2587d30 add support for parsing AuthorityInfoAccess and IssuerAltName CRL exts by Paul Kehrer · 8 years ago
  70. 51f39cb support parsing CRL extensions in the OpenSSL backend by Paul Kehrer · 9 years ago
  71. 2c91858 add test for byte matching by Paul Kehrer · 9 years ago
  72. 54a837d add a CRL public_bytes method by Paul Kehrer · 9 years ago
  73. 394cca5 Merge pull request #2538 from reaperhulk/empty-crls-are-beautiful-too by Alex Gaynor · 9 years ago
  74. 9543a33 support CRLs with no revoked certificates by Paul Kehrer · 9 years ago
  75. db5360b Dealing with the pedantry of pep8 by Nick Bastin · 9 years ago
  76. 79d9e6a Test for non-standard AIA support in CertificateBuilder by Nick Bastin · 9 years ago
  77. 2219256 Merge pull request #2530 from nbastin/20151214-oid-val by Paul Kehrer · 9 years ago
  78. f9c30b3 Avoid IndexError on too-short OIDs, add test for regression by Nick Bastin · 9 years ago
  79. 6721fb8 OID validation by Nick Bastin · 9 years ago
  80. f328b31 require not_valid_after >= not_valid_before by Paul Kehrer · 9 years ago
  81. f389373 add some missing skips by Paul Kehrer · 9 years ago
  82. ab20939 expose tbs_certrequest_bytes and signature on CertificateSigningRequest by Paul Kehrer · 9 years ago
  83. 8b399b7 implement support for encoding name constraints by Paul Kehrer · 9 years ago
  84. 569aa6a test name fix by Erik Trauschke · 9 years ago
  85. 6abe2bb add tbsCertList and signature interfaces to CRLs by Erik Trauschke · 9 years ago
  86. d289805 rename tbs_certificate to tbs_certificate_bytes, add a comment by Paul Kehrer · 9 years ago
  87. aa74abb skip check by Paul Kehrer · 9 years ago
  88. d91e7c1 add support for Certificate signature and tbs_certificate by Paul Kehrer · 9 years ago
  89. d984959 Merge pull request #2435 from reaperhulk/fix-2407 by Alex Gaynor · 9 years ago
  90. 225a08f work on py3 by Paul Kehrer · 9 years ago
  91. 39c4445 remove unneeded str by Paul Kehrer · 9 years ago
  92. 8b5d094 switch to using pyasn1_modules for the test by Paul Kehrer · 9 years ago
  93. df38700 support encoding certificate policies in CertificateBuilder by Paul Kehrer · 9 years ago
  94. 1aecec7 typo by Alex Gaynor · 9 years ago
  95. 9442fa9 Fixed #2444 -- added an __hash__ to x509 Names by Alex Gaynor · 9 years ago
  96. 0219e66 fix some indentation by Paul Kehrer · 9 years ago
  97. cee79f8 test fix by Erik Trauschke · 9 years ago
  98. 32bbfe0 remove convenience functions for revoked extensions by Erik Trauschke · 9 years ago
  99. 5a2bb54 encode countryName with PrintableString by Paul Kehrer · 9 years ago
  100. c219b96 Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend by Erik Trauschke · 9 years ago