1. 42ea0d1 Pin version of hypothesis above 1.11.4. by Terry Chia · 9 years ago
  2. cc2a828 Add hypothesis test for Fernet. by Terry Chia · 10 years ago
  3. 7712edc add test for openssl_assert by Paul Kehrer · 9 years ago
  4. ace036d Some cleanups by Alex Gaynor · 9 years ago
  5. 0e1989c Test X9.63 with NIST test vectors by Simo Sorce · 9 years ago
  6. 7600dee Add vector loader for X9.63 vectors by Simo Sorce · 9 years ago
  7. 53c8f6a Add X963KDF from ANSI X9.63:2001 by Simo Sorce · 9 years ago
  8. 7d99428 fix up test coverage on multibackend by Alex Gaynor · 9 years ago
  9. 1b3b3ce Adds _name property to ObjectIdentifier by Brendan McCollam · 9 years ago
  10. bc4a9fa skip if check on ec test by Paul Kehrer · 9 years ago
  11. 56b1a88 Merge pull request #2262 from viraptor/non-bytes-signatures by Paul Kehrer · 9 years ago
  12. 0a12276 Merge pull request #2267 from queenp/iss2255 by Paul Kehrer · 9 years ago
  13. cb5ec4e Swap test vector verisign for cryptography.io.pem by Phoebe Queen · 9 years ago
  14. 5ec74d1 Merge pull request #2250 from reaperhulk/fix-2246 by Alex Gaynor · 9 years ago
  15. 062dec7 fixed pep8 error by Phoebe Queen · 9 years ago
  16. 85fa546 fixed pep8 error by Phoebe Queen · 9 years ago
  17. e3c1007 undid erroneous assertion by Phoebe Queen · 9 years ago
  18. c93752b making tests more explicit by Phoebe Queen · 9 years ago
  19. 38df441 Enforce signature type in ECDSA and add tests by Stanisław Pitucha · 9 years ago
  20. ecae981 added test to raise error by Phoebe Queen · 9 years ago
  21. 2cc111a fixing pep8 errors #2255 by Phoebe Queen · 9 years ago
  22. 9fbb889 added test for get_extension_for_class by Phoebe Queen · 9 years ago
  23. 9e102db convert the rest of the OIDs in the tests to use the new namespaces by Paul Kehrer · 9 years ago
  24. d44e413 switch tests to use ExtensionOID namespace by Paul Kehrer · 9 years ago
  25. eba19e6 switch tests to use NameOID by Paul Kehrer · 9 years ago
  26. 31c5c33 resolve incorrect docs/naming around DSA (r, s) tuple encode/decode by Paul Kehrer · 9 years ago
  27. d9df39a Merge pull request #2233 from reaperhulk/encode-nocheck by Alex Gaynor · 9 years ago
  28. 20175f8 pep8 fix by Paul Kehrer · 9 years ago
  29. a03c325 move a test by Paul Kehrer · 9 years ago
  30. f7d1b72 add support for OCSPNoCheck to the CertificateBuilder by Paul Kehrer · 9 years ago
  31. 69b64e4 support issuer alternative name encoding by Paul Kehrer · 9 years ago
  32. e59fd22 simplify the CSRBuilder by Paul Kehrer · 9 years ago
  33. 08f950e remove a lot of if/elif chains in the certificate builder by Paul Kehrer · 9 years ago
  34. aedeedb fix unsupported test by Paul Kehrer · 9 years ago
  35. 683d4d8 support InhibitAnyPolicy in CertificateBuilder by Paul Kehrer · 9 years ago
  36. cbdc10b add support for AuthorityKeyIdentifier in CertificateBuilder by Paul Kehrer · 9 years ago
  37. c5f59da Merge pull request #2210 from reaperhulk/aki-classmethod by Alex Gaynor · 9 years ago
  38. 253929a add AuthorityKeyIdentifier from_issuer_public_key by Paul Kehrer · 9 years ago
  39. 2c9d6f1 add support for encoding SubjectKeyIdentifier to CertificateBuilder by Paul Kehrer · 9 years ago
  40. d5bf17a Merge pull request #2204 from reaperhulk/ski-classmethod by Alex Gaynor · 9 years ago
  41. c6cf8f3 modify a CRL encode test to have multiple full_names by Paul Kehrer · 9 years ago
  42. 1cd8fee add missing test by Paul Kehrer · 9 years ago
  43. a4d5bab support CRLDistributionPoints in the CertificateBuilder by Paul Kehrer · 9 years ago
  44. 1ae7653 rename sign_x509_certificate backend method to create_x509_certificate by Paul Kehrer · 9 years ago
  45. d4a7f06 rename to classmethod to from_public_key by Paul Kehrer · 9 years ago
  46. f22f612 add SubjectKeyIdentifier.create_from_public_key by Paul Kehrer · 9 years ago
  47. 7d792fc fix a few tests that were missed by Paul Kehrer · 9 years ago
  48. 25f1922 check that required fields are present in builder when signing by Paul Kehrer · 9 years ago
  49. eca59b7 Merge pull request #2180 from reaperhulk/easy-conditional-fix by Donald Stufft · 9 years ago
  50. 2d135b7 Merge pull request #2193 from reaperhulk/encode-aia by Alex Gaynor · 9 years ago
  51. 1763b75 Fixes #2199 -- allow SSH keys to have spaces in their comments by Alex Gaynor · 9 years ago
  52. 2748d8a support keyusage and extendedkeyusage in certificatebuilder by Paul Kehrer · 9 years ago
  53. 3b54ce2 add support for AIA to CertificateBuilder and OpenSSL backend by Paul Kehrer · 9 years ago
  54. b8f11bc missed one by Paul Kehrer · 9 years ago
  55. 9add80e reorder CertificateBuilder sign arguments by Paul Kehrer · 9 years ago
  56. a0f00f4 Merge remote-tracking branch 'upstream/master' into cert-builder by Ian Cordasco · 9 years ago
  57. 36a1238 Add test coverage for MultiBackend.sign_x509_certificate by Ian Cordasco · 9 years ago
  58. 17c8900 Add note to serial_number parameter about entropy by Ian Cordasco · 9 years ago
  59. 47e9408 Check for subject alternative name in test by Ian Cordasco · 9 years ago
  60. b4a155d Add some extra test coverage by Ian Cordasco · 9 years ago
  61. 91a461e Slim tests by removing extra NameAttributes by Ian Cordasco · 9 years ago
  62. 85fc4d5 Minor pep8 and doc fixes by Ian Cordasco · 9 years ago
  63. 582a0bc Merge pull request #2186 from reaperhulk/handle-corrupt-extensions by Alex Gaynor · 9 years ago
  64. 1b7500f corrupt -> invalid by Paul Kehrer · 9 years ago
  65. 877bdf0 Merge pull request #2184 from reaperhulk/remove-more-branches by Alex Gaynor · 9 years ago
  66. a08693f check if the extension decoded to internal openssl repr by Paul Kehrer · 9 years ago
  67. ac78c86 add test to cover partial branch in load_kasvs_ecdh_vectors by Paul Kehrer · 9 years ago
  68. b60b8dd remove some more branching in the vector loaders by Paul Kehrer · 9 years ago
  69. fcd7d70 add a line for the ecdh vector loader to cover a missed branch by Paul Kehrer · 9 years ago
  70. 19f5a49 Add check for an RSA Key being too small by Ian Cordasco · 9 years ago
  71. 301952b this is gonna be unicode now by Paul Kehrer · 9 years ago
  72. ed07bbc move urandom engine test by Paul Kehrer · 9 years ago
  73. 369a9c6 add test for conditional removal by Paul Kehrer · 9 years ago
  74. 6a71f8d py3 fixin' by Paul Kehrer · 9 years ago
  75. 4e4a9ba handle RSA key too small and consume errors on CSR signature failure by Paul Kehrer · 9 years ago
  76. 8690eff Add extra CertificateBuilder test using SHA512 and 512-bit RSA key by Ian Cordasco · 9 years ago
  77. 56561b1 Check result of setting the serial number by Ian Cordasco · 9 years ago
  78. 893246f Remove CertificateBuilder.version by Ian Cordasco · 9 years ago
  79. 0b8f327 Support encoding ExtendedKeyUsage into certificate signing requests by Paul Kehrer · 9 years ago
  80. dce91f0 Support encoding KeyUsage into certificate signing requests by Paul Kehrer · 9 years ago
  81. 8bfbace when building a CSR adding > 1 extension would trigger a bug by Paul Kehrer · 9 years ago
  82. b77c716 Add tests to test_openssl backend for extra coverage by Ian Cordasco · 9 years ago
  83. 9e0666e Add another extension to our CertificateBuilder test by Ian Cordasco · 9 years ago
  84. 747a217 Add test coverage for x509.CertificateBuilder by Ian Cordasco · 9 years ago
  85. 8887a57 Use explicit keyword args in the tests by Ian Cordasco · 9 years ago
  86. e4e52a4 Use test fixtures instead of generating private keys by Ian Cordasco · 9 years ago
  87. be9985b Fix x509.Name creation in CertificateBuilder tests by Ian Cordasco · 9 years ago
  88. b3ed484 Make the CertificateBuilder interface more like the CSRBuilder by Ian Cordasco · 9 years ago
  89. 9bbfcea Adds certificate builder. by Andre Caron · 9 years ago
  90. 474a647 encode uri by Paul Kehrer · 9 years ago
  91. 677c3d5 Merge pull request #2149 from reaperhulk/better-uri by Alex Gaynor · 9 years ago
  92. e28d6c4 expand UniformResourceIdentiier to parse and internally IDNA encode by Paul Kehrer · 9 years ago
  93. f32abd7 support rfc822Name general name encoding by Paul Kehrer · 9 years ago
  94. 66e28cf Merge pull request #2141 from reaperhulk/better-rfc822name by Alex Gaynor · 9 years ago
  95. 3eb27eb Merge pull request #2145 from alex/numbers-hash by Paul Kehrer · 9 years ago
  96. b3d62ad Fixed #2143 -- added __hash__ to RSA{Public,Private}Numbers by Alex Gaynor · 9 years ago
  97. 3adb839 Don't try to load backends if the test doesn't need it by Alex Gaynor · 9 years ago
  98. 548e85e Merge pull request #2095 from reaperhulk/nc-the-hard-part-redux by Alex Gaynor · 9 years ago
  99. 01d5d0b expand RFC822Name to validate and (internally) IDNA encode by Paul Kehrer · 9 years ago
  100. 500ed9d raise a nice error if bad ASN.1 is provided by Paul Kehrer · 9 years ago