1. 58ddc11 support unrecognized extensions in x509 by Paul Kehrer · 10 years ago
  2. 991cc0e move two tests to the openssl backend tests where they belong by Paul Kehrer · 10 years ago
  3. 23c0bbc add invaliditydate class for crl entry extensions by Paul Kehrer · 10 years ago
  4. 7058ece switch CRLReason to use a class by Paul Kehrer · 10 years ago
  5. 49bb756 start switching the CRL entry extensions to be full-fledged classes by Paul Kehrer · 10 years ago
  6. a3fa8d6 full indexing support + testsg by Alex Gaynor · 10 years ago
  7. 9f71bf7 tests on indexing by Alex Gaynor · 10 years ago
  8. 7e75b62 address review comments by Paul Kehrer · 10 years ago
  9. 1f943ab add test that fails if CRL references aren't properly retained by Paul Kehrer · 10 years ago
  10. 3b95cd7 CRLNumber needs to be a class for reasons. by Paul Kehrer · 10 years ago
  11. 2587d30 add support for parsing AuthorityInfoAccess and IssuerAltName CRL exts by Paul Kehrer · 10 years ago
  12. 51f39cb support parsing CRL extensions in the OpenSSL backend by Paul Kehrer · 10 years ago
  13. 2c91858 add test for byte matching by Paul Kehrer · 10 years ago
  14. 54a837d add a CRL public_bytes method by Paul Kehrer · 10 years ago
  15. 394cca5 Merge pull request #2538 from reaperhulk/empty-crls-are-beautiful-too by Alex Gaynor · 10 years ago
  16. 9543a33 support CRLs with no revoked certificates by Paul Kehrer · 10 years ago
  17. db5360b Dealing with the pedantry of pep8 by Nick Bastin · 10 years ago
  18. 79d9e6a Test for non-standard AIA support in CertificateBuilder by Nick Bastin · 10 years ago
  19. 2219256 Merge pull request #2530 from nbastin/20151214-oid-val by Paul Kehrer · 10 years ago
  20. f9c30b3 Avoid IndexError on too-short OIDs, add test for regression by Nick Bastin · 10 years ago
  21. 6721fb8 OID validation by Nick Bastin · 10 years ago
  22. f328b31 require not_valid_after >= not_valid_before by Paul Kehrer · 10 years ago
  23. f389373 add some missing skips by Paul Kehrer · 10 years ago
  24. ab20939 expose tbs_certrequest_bytes and signature on CertificateSigningRequest by Paul Kehrer · 10 years ago
  25. 8b399b7 implement support for encoding name constraints by Paul Kehrer · 10 years ago
  26. 569aa6a test name fix by Erik Trauschke · 10 years ago
  27. 6abe2bb add tbsCertList and signature interfaces to CRLs by Erik Trauschke · 10 years ago
  28. d289805 rename tbs_certificate to tbs_certificate_bytes, add a comment by Paul Kehrer · 10 years ago
  29. aa74abb skip check by Paul Kehrer · 10 years ago
  30. d91e7c1 add support for Certificate signature and tbs_certificate by Paul Kehrer · 10 years ago
  31. d984959 Merge pull request #2435 from reaperhulk/fix-2407 by Alex Gaynor · 10 years ago
  32. 225a08f work on py3 by Paul Kehrer · 10 years ago
  33. 39c4445 remove unneeded str by Paul Kehrer · 10 years ago
  34. 8b5d094 switch to using pyasn1_modules for the test by Paul Kehrer · 10 years ago
  35. df38700 support encoding certificate policies in CertificateBuilder by Paul Kehrer · 10 years ago
  36. 1aecec7 typo by Alex Gaynor · 10 years ago
  37. 9442fa9 Fixed #2444 -- added an __hash__ to x509 Names by Alex Gaynor · 10 years ago
  38. 0219e66 fix some indentation by Paul Kehrer · 10 years ago
  39. cee79f8 test fix by Erik Trauschke · 10 years ago
  40. 32bbfe0 remove convenience functions for revoked extensions by Erik Trauschke · 10 years ago
  41. 5a2bb54 encode countryName with PrintableString by Paul Kehrer · 10 years ago
  42. c219b96 Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend by Erik Trauschke · 10 years ago
  43. d4e7d43 removing caching mechanism for x509 properties by Erik Trauschke · 10 years ago
  44. 77f5a25 use X509ExtensionParser for Revoked extensions by Erik Trauschke · 10 years ago
  45. 3cdabaf fix indentations by Erik Trauschke · 10 years ago
  46. 96605fc Fixed #2404 -- handle a certificate with an unknown public key by Alex Gaynor · 10 years ago
  47. 6b55c4e test build ca request with path_length None by vicente.fiebig · 10 years ago
  48. 396a282 use openssl assert by Erik Trauschke · 10 years ago
  49. dc57040 OpenSSL backend code for CRLs by Erik Trauschke · 10 years ago
  50. 1b3b3ce Adds _name property to ObjectIdentifier by Brendan McCollam · 10 years ago
  51. 9e102db convert the rest of the OIDs in the tests to use the new namespaces by Paul Kehrer · 10 years ago
  52. d44e413 switch tests to use ExtensionOID namespace by Paul Kehrer · 10 years ago
  53. eba19e6 switch tests to use NameOID by Paul Kehrer · 10 years ago
  54. d9df39a Merge pull request #2233 from reaperhulk/encode-nocheck by Alex Gaynor · 10 years ago
  55. a03c325 move a test by Paul Kehrer · 10 years ago
  56. f7d1b72 add support for OCSPNoCheck to the CertificateBuilder by Paul Kehrer · 10 years ago
  57. 69b64e4 support issuer alternative name encoding by Paul Kehrer · 10 years ago
  58. e59fd22 simplify the CSRBuilder by Paul Kehrer · 10 years ago
  59. 08f950e remove a lot of if/elif chains in the certificate builder by Paul Kehrer · 10 years ago
  60. 683d4d8 support InhibitAnyPolicy in CertificateBuilder by Paul Kehrer · 10 years ago
  61. cbdc10b add support for AuthorityKeyIdentifier in CertificateBuilder by Paul Kehrer · 10 years ago
  62. 2c9d6f1 add support for encoding SubjectKeyIdentifier to CertificateBuilder by Paul Kehrer · 10 years ago
  63. c6cf8f3 modify a CRL encode test to have multiple full_names by Paul Kehrer · 10 years ago
  64. 1cd8fee add missing test by Paul Kehrer · 10 years ago
  65. a4d5bab support CRLDistributionPoints in the CertificateBuilder by Paul Kehrer · 10 years ago
  66. 7d792fc fix a few tests that were missed by Paul Kehrer · 10 years ago
  67. 25f1922 check that required fields are present in builder when signing by Paul Kehrer · 10 years ago
  68. 2d135b7 Merge pull request #2193 from reaperhulk/encode-aia by Alex Gaynor · 10 years ago
  69. 2748d8a support keyusage and extendedkeyusage in certificatebuilder by Paul Kehrer · 10 years ago
  70. 3b54ce2 add support for AIA to CertificateBuilder and OpenSSL backend by Paul Kehrer · 10 years ago
  71. 9add80e reorder CertificateBuilder sign arguments by Paul Kehrer · 10 years ago
  72. a0f00f4 Merge remote-tracking branch 'upstream/master' into cert-builder by Ian Cordasco · 10 years ago
  73. 47e9408 Check for subject alternative name in test by Ian Cordasco · 10 years ago
  74. b4a155d Add some extra test coverage by Ian Cordasco · 10 years ago
  75. 91a461e Slim tests by removing extra NameAttributes by Ian Cordasco · 10 years ago
  76. 85fc4d5 Minor pep8 and doc fixes by Ian Cordasco · 10 years ago
  77. 19f5a49 Add check for an RSA Key being too small by Ian Cordasco · 10 years ago
  78. 6a71f8d py3 fixin' by Paul Kehrer · 10 years ago
  79. 4e4a9ba handle RSA key too small and consume errors on CSR signature failure by Paul Kehrer · 10 years ago
  80. 8690eff Add extra CertificateBuilder test using SHA512 and 512-bit RSA key by Ian Cordasco · 10 years ago
  81. 56561b1 Check result of setting the serial number by Ian Cordasco · 10 years ago
  82. 893246f Remove CertificateBuilder.version by Ian Cordasco · 10 years ago
  83. 0b8f327 Support encoding ExtendedKeyUsage into certificate signing requests by Paul Kehrer · 10 years ago
  84. dce91f0 Support encoding KeyUsage into certificate signing requests by Paul Kehrer · 10 years ago
  85. 8bfbace when building a CSR adding > 1 extension would trigger a bug by Paul Kehrer · 10 years ago
  86. b77c716 Add tests to test_openssl backend for extra coverage by Ian Cordasco · 10 years ago
  87. 9e0666e Add another extension to our CertificateBuilder test by Ian Cordasco · 10 years ago
  88. 747a217 Add test coverage for x509.CertificateBuilder by Ian Cordasco · 10 years ago
  89. 8887a57 Use explicit keyword args in the tests by Ian Cordasco · 10 years ago
  90. e4e52a4 Use test fixtures instead of generating private keys by Ian Cordasco · 10 years ago
  91. be9985b Fix x509.Name creation in CertificateBuilder tests by Ian Cordasco · 10 years ago
  92. b3ed484 Make the CertificateBuilder interface more like the CSRBuilder by Ian Cordasco · 10 years ago
  93. 9bbfcea Adds certificate builder. by Andre Caron · 10 years ago
  94. 474a647 encode uri by Paul Kehrer · 10 years ago
  95. f32abd7 support rfc822Name general name encoding by Paul Kehrer · 10 years ago
  96. 500ed9d raise a nice error if bad ASN.1 is provided by Paul Kehrer · 10 years ago
  97. 22f5fbb support for OtherName encoding for general names by Paul Kehrer · 10 years ago
  98. 235e5a1 support IPAddress encoding for general names by Paul Kehrer · 10 years ago
  99. c8e9861 Merge pull request #2134 from reaperhulk/encode-dirname by Alex Gaynor · 10 years ago
  100. 9ce25a9 support DirectoryName encoding for general names by Paul Kehrer · 10 years ago