1. d289805 rename tbs_certificate to tbs_certificate_bytes, add a comment by Paul Kehrer · 10 years ago
  2. aa74abb skip check by Paul Kehrer · 10 years ago
  3. d91e7c1 add support for Certificate signature and tbs_certificate by Paul Kehrer · 10 years ago
  4. d984959 Merge pull request #2435 from reaperhulk/fix-2407 by Alex Gaynor · 10 years ago
  5. 225a08f work on py3 by Paul Kehrer · 10 years ago
  6. 39c4445 remove unneeded str by Paul Kehrer · 10 years ago
  7. 8b5d094 switch to using pyasn1_modules for the test by Paul Kehrer · 10 years ago
  8. df38700 support encoding certificate policies in CertificateBuilder by Paul Kehrer · 10 years ago
  9. 1aecec7 typo by Alex Gaynor · 10 years ago
  10. 9442fa9 Fixed #2444 -- added an __hash__ to x509 Names by Alex Gaynor · 10 years ago
  11. 0219e66 fix some indentation by Paul Kehrer · 10 years ago
  12. cee79f8 test fix by Erik Trauschke · 10 years ago
  13. 32bbfe0 remove convenience functions for revoked extensions by Erik Trauschke · 10 years ago
  14. 5a2bb54 encode countryName with PrintableString by Paul Kehrer · 10 years ago
  15. c219b96 Merge branch 'crl_ossl_backend' of github.com:etrauschke/cryptography into crl_ossl_backend by Erik Trauschke · 10 years ago
  16. d4e7d43 removing caching mechanism for x509 properties by Erik Trauschke · 10 years ago
  17. 77f5a25 use X509ExtensionParser for Revoked extensions by Erik Trauschke · 10 years ago
  18. 3cdabaf fix indentations by Erik Trauschke · 10 years ago
  19. 96605fc Fixed #2404 -- handle a certificate with an unknown public key by Alex Gaynor · 10 years ago
  20. 6b55c4e test build ca request with path_length None by vicente.fiebig · 10 years ago
  21. 396a282 use openssl assert by Erik Trauschke · 10 years ago
  22. dc57040 OpenSSL backend code for CRLs by Erik Trauschke · 10 years ago
  23. 1b3b3ce Adds _name property to ObjectIdentifier by Brendan McCollam · 10 years ago
  24. 9e102db convert the rest of the OIDs in the tests to use the new namespaces by Paul Kehrer · 10 years ago
  25. d44e413 switch tests to use ExtensionOID namespace by Paul Kehrer · 10 years ago
  26. eba19e6 switch tests to use NameOID by Paul Kehrer · 10 years ago
  27. d9df39a Merge pull request #2233 from reaperhulk/encode-nocheck by Alex Gaynor · 10 years ago
  28. a03c325 move a test by Paul Kehrer · 10 years ago
  29. f7d1b72 add support for OCSPNoCheck to the CertificateBuilder by Paul Kehrer · 10 years ago
  30. 69b64e4 support issuer alternative name encoding by Paul Kehrer · 10 years ago
  31. e59fd22 simplify the CSRBuilder by Paul Kehrer · 10 years ago
  32. 08f950e remove a lot of if/elif chains in the certificate builder by Paul Kehrer · 10 years ago
  33. 683d4d8 support InhibitAnyPolicy in CertificateBuilder by Paul Kehrer · 10 years ago
  34. cbdc10b add support for AuthorityKeyIdentifier in CertificateBuilder by Paul Kehrer · 10 years ago
  35. 2c9d6f1 add support for encoding SubjectKeyIdentifier to CertificateBuilder by Paul Kehrer · 10 years ago
  36. c6cf8f3 modify a CRL encode test to have multiple full_names by Paul Kehrer · 10 years ago
  37. 1cd8fee add missing test by Paul Kehrer · 10 years ago
  38. a4d5bab support CRLDistributionPoints in the CertificateBuilder by Paul Kehrer · 10 years ago
  39. 7d792fc fix a few tests that were missed by Paul Kehrer · 10 years ago
  40. 25f1922 check that required fields are present in builder when signing by Paul Kehrer · 10 years ago
  41. 2d135b7 Merge pull request #2193 from reaperhulk/encode-aia by Alex Gaynor · 10 years ago
  42. 2748d8a support keyusage and extendedkeyusage in certificatebuilder by Paul Kehrer · 10 years ago
  43. 3b54ce2 add support for AIA to CertificateBuilder and OpenSSL backend by Paul Kehrer · 10 years ago
  44. 9add80e reorder CertificateBuilder sign arguments by Paul Kehrer · 10 years ago
  45. a0f00f4 Merge remote-tracking branch 'upstream/master' into cert-builder by Ian Cordasco · 10 years ago
  46. 47e9408 Check for subject alternative name in test by Ian Cordasco · 10 years ago
  47. b4a155d Add some extra test coverage by Ian Cordasco · 10 years ago
  48. 91a461e Slim tests by removing extra NameAttributes by Ian Cordasco · 10 years ago
  49. 85fc4d5 Minor pep8 and doc fixes by Ian Cordasco · 10 years ago
  50. 19f5a49 Add check for an RSA Key being too small by Ian Cordasco · 10 years ago
  51. 6a71f8d py3 fixin' by Paul Kehrer · 10 years ago
  52. 4e4a9ba handle RSA key too small and consume errors on CSR signature failure by Paul Kehrer · 10 years ago
  53. 8690eff Add extra CertificateBuilder test using SHA512 and 512-bit RSA key by Ian Cordasco · 10 years ago
  54. 56561b1 Check result of setting the serial number by Ian Cordasco · 10 years ago
  55. 893246f Remove CertificateBuilder.version by Ian Cordasco · 10 years ago
  56. 0b8f327 Support encoding ExtendedKeyUsage into certificate signing requests by Paul Kehrer · 10 years ago
  57. dce91f0 Support encoding KeyUsage into certificate signing requests by Paul Kehrer · 10 years ago
  58. 8bfbace when building a CSR adding > 1 extension would trigger a bug by Paul Kehrer · 10 years ago
  59. b77c716 Add tests to test_openssl backend for extra coverage by Ian Cordasco · 10 years ago
  60. 9e0666e Add another extension to our CertificateBuilder test by Ian Cordasco · 10 years ago
  61. 747a217 Add test coverage for x509.CertificateBuilder by Ian Cordasco · 10 years ago
  62. 8887a57 Use explicit keyword args in the tests by Ian Cordasco · 10 years ago
  63. e4e52a4 Use test fixtures instead of generating private keys by Ian Cordasco · 10 years ago
  64. be9985b Fix x509.Name creation in CertificateBuilder tests by Ian Cordasco · 10 years ago
  65. b3ed484 Make the CertificateBuilder interface more like the CSRBuilder by Ian Cordasco · 10 years ago
  66. 9bbfcea Adds certificate builder. by Andre Caron · 10 years ago
  67. 474a647 encode uri by Paul Kehrer · 10 years ago
  68. f32abd7 support rfc822Name general name encoding by Paul Kehrer · 10 years ago
  69. 500ed9d raise a nice error if bad ASN.1 is provided by Paul Kehrer · 10 years ago
  70. 22f5fbb support for OtherName encoding for general names by Paul Kehrer · 10 years ago
  71. 235e5a1 support IPAddress encoding for general names by Paul Kehrer · 10 years ago
  72. c8e9861 Merge pull request #2134 from reaperhulk/encode-dirname by Alex Gaynor · 10 years ago
  73. 9ce25a9 support DirectoryName encoding for general names by Paul Kehrer · 10 years ago
  74. 978137d Fixed #2127 -- added __hash__ to CSR by Alex Gaynor · 10 years ago
  75. 366b0f8 Merge pull request #2124 from alex/hash-cert by Paul Kehrer · 10 years ago
  76. eb2df54 fixed test by Alex Gaynor · 10 years ago
  77. 70c8f8b Fixed #2121 -- added __eq__ and __ne__ to CSRs by Alex Gaynor · 10 years ago
  78. 969f3a5 Fixed #2120 -- added __hash__ to x509.Cert by Alex Gaynor · 10 years ago
  79. a9e5a21 support registeredID general name encoding by Paul Kehrer · 10 years ago
  80. 6431d50 Wildcards. Also fixed a bug with multiple GNs by Alex Gaynor · 10 years ago
  81. eae9560 flake8 for the flkae8 god by Alex Gaynor · 10 years ago
  82. d5f718c Organize code a bit better by Alex Gaynor · 10 years ago
  83. 7583f7f add this part of the test back by Alex Gaynor · 10 years ago
  84. 41ca5dc Merge branch 'master' into encode-san by Alex Gaynor · 10 years ago
  85. e493511 fixed merge by Alex Gaynor · 10 years ago
  86. 37b82df Added support for SANs in CSRs by Alex Gaynor · 10 years ago
  87. 54b15f7 Merge branch 'master' into encode-san by Alex Gaynor · 10 years ago
  88. 887a408 Added a test with two extensions, and added key usage support to the frontend by Alex Gaynor · 10 years ago
  89. ac7f70a fix the not implemeneted test by Alex Gaynor · 10 years ago
  90. d3e8416 Initial code to encode SANs by Alex Gaynor · 10 years ago
  91. ece3872 Simplified code in the test loaders and improved branch coverage in the x509 tests by Alex Gaynor · 10 years ago
  92. ba19c2e Fixed #2067 -- raise an error if a CSRbuilder doesn't hav a subject by Alex Gaynor · 10 years ago
  93. 76a0a64 fix this test by Alex Gaynor · 10 years ago
  94. cde1ecb Merge branch 'master' into param-ordering by Alex Gaynor · 10 years ago
  95. b3b0fbe Make the parameter ordering in sign() consistent with other code by Alex Gaynor · 10 years ago
  96. 7e2fbe6 test notimplementederror for unsupported csr extensions in backends by Paul Kehrer · 10 years ago
  97. ff91780 add test for CSR builder setting subject twice by Paul Kehrer · 10 years ago
  98. 7d9a0d4 simplify x509 csr builder tests by Paul Kehrer · 10 years ago
  99. 8cdcdfc Use SECP256R1 instead of SECT283K1 in CSR tests by Ian Cordasco · 10 years ago
  100. 13cdc7b Add test for unicode attributes in CSRs by Ian Cordasco · 10 years ago