1. cb0fa2e KBKDF cleanup (#2929) by Paul Kehrer · 9 years ago
  2. 6d7fe00 NIST SP 800-108 Counter Mode KDF (#2748) by Jared · 9 years ago
  3. 502f8f3 Replacing test_osrandom_engine_is_default. (#2905) by Andreas Moser · 9 years ago
  4. c16de48 Fixed #2887 -- implement __hash__ on EC numbers classes (#2888) by Alex Gaynor · 9 years ago
  5. cd258d5 Adding CAVP vector parsing for NIST SP 800-108 KDF vectors. (#2865) by Jared · 9 years ago
  6. 70153dd Handle two more error conditions correctly by Alex Gaynor · 9 years ago
  7. beee981 Test deleting deprecated attributes. by Cory Benfield · 9 years ago
  8. 1a6628e Merge pull request #2840 from alex/error-on-098 by Paul Kehrer · 9 years ago
  9. e85797b py26 by Alex Gaynor · 9 years ago
  10. 5930305 oops, flake8 by Alex Gaynor · 9 years ago
  11. b8b1d72 Instead of running a python -c, use pytest_report_header to indicate OpenSSL version by Alex Gaynor · 9 years ago
  12. 57eec7f Use runtimeerror for this by Alex Gaynor · 9 years ago
  13. 3ee4fc7 test for verify_openssl_version by Alex Gaynor · 9 years ago
  14. f790b42 Merge pull request #2736 from cedk/ANSI_X.923 by Paul Kehrer · 9 years ago
  15. 70b3a7d Add more tests since there is no more sub-classing by Cédric Krier · 9 years ago
  16. 1e03463 Fixed #2747 -- allow creating x509 exts with unknown extensions by Alex Gaynor · 9 years ago
  17. 61a16e7 support PolicyConstraints in the CertificateBuilder by Paul Kehrer · 9 years ago
  18. c257109 Merge pull request #2815 from reaperhulk/error-on-unusual-encodings by Alex Gaynor · 9 years ago
  19. bdc066d py3 is a thing by Paul Kehrer · 9 years ago
  20. 83457cf move NUMERICSTRING certificate test to test_openssl & make it more specific by Paul Kehrer · 9 years ago
  21. 2d0deb1 Merge pull request #2813 from reaperhulk/fix-2758 by Alex Gaynor · 9 years ago
  22. ab97332 raise type error rather than internalerror w/ unsupported asn1 in subject by Paul Kehrer · 9 years ago
  23. 61ff356 Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier by Paul Kehrer · 9 years ago
  24. 4d111d2 make multibackend error with an empty list. fixes #2717 by Paul Kehrer · 9 years ago
  25. 1783335 use an error that's likely to be in all openssls we support by Paul Kehrer · 9 years ago
  26. 73672c7 review feedback + make the test actually test a thing by Paul Kehrer · 9 years ago
  27. d76bd66 only call ERR_error_string if we're going to raise InternalError by Paul Kehrer · 9 years ago
  28. acfb618 require mode nonce/iv/tag data to be bytes by Paul Kehrer · 9 years ago
  29. 4fc597d pass bytes to modes/algorithms like we should by Paul Kehrer · 9 years ago
  30. a372db3 Merge pull request #2670 from joernheissler/x509_req_verify by Paul Kehrer · 9 years ago
  31. 40087ae Merge pull request #2766 from reaperhulk/fix-2665 by Alex Gaynor · 9 years ago
  32. 641149c raise ValueError if > 2 byte value for NameAttribute with CN OID by Paul Kehrer · 9 years ago
  33. 1c6155a Merge pull request #2762 from alex/dedupe-doubles by Paul Kehrer · 9 years ago
  34. 53e7b24 standard future import by Alex Gaynor · 9 years ago
  35. 77ae0cd turns out you have to _commit_ the file you wrote. who knew! by Alex Gaynor · 9 years ago
  36. 59518a0 Un-double the test doubles by Alex Gaynor · 9 years ago
  37. b94f92c make the test function name make sense by Alex Gaynor · 9 years ago
  38. b5ca8fe move key by Alex Gaynor · 9 years ago
  39. 70a29e7 wrap some very long lines by Alex Gaynor · 9 years ago
  40. d7f3726 Added a failing test case for #2760 by Alex Gaynor · 9 years ago
  41. 23b0984 Send stderr someplace by Alex Gaynor · 9 years ago
  42. ebb7fa1 added another test by Alex Gaynor · 9 years ago
  43. 94f9ea2 Add padding check for ANSI X.923 by Cédric Krier · 9 years ago
  44. bf0f464 Added support for padding ANSI X.923 by Cédric Krier · 9 years ago
  45. 3f040c4 better name for this test by Alex Gaynor · 9 years ago
  46. 99d90e8 whitespace by Alex Gaynor · 9 years ago
  47. a988560 Fixed #2732 -- added support for x.509 policy constraints extension by Alex Gaynor · 9 years ago
  48. c96ef9d Merge pull request #2733 from reaperhulk/policy-constraints by Alex Gaynor · 9 years ago
  49. 7e8fe9d add policy constraints class by Paul Kehrer · 10 years ago
  50. de3aa05 Don't try to use hypothesis on Python 2.6, upstream dropped support by Alex Gaynor · 9 years ago
  51. 9882a4e Actually allocate a buffer that is the correct size. by Tristan Seligmann · 10 years ago
  52. 0a0293e Refs #2578 -- implement __hash__ on InhibitAnyPolicy by Eeshan Garg · 10 years ago
  53. d8e0d85 Refs #2578 -- implement __hash__ on AccessDescription by Eeshan Garg · 10 years ago
  54. a83913f support rsa key generation testing when key is not serializable by Paul Kehrer · 10 years ago
  55. a418e96 fernet fix: ignore the timestamp entirely when no ttl is set by Paul Kehrer · 10 years ago
  56. fbda8ce Change method to property by Joern Heissler · 10 years ago
  57. 3066bf4 resolve the TODO, random block sizes by Alex Gaynor · 10 years ago
  58. 1bd77e2 Add verify method on CertificateSigningRequest by Joern Heissler · 10 years ago
  59. b301627 Added hypothesis tests for padding by Alex Gaynor · 10 years ago
  60. 4177717 Write some tests for skip conditions in tests. by Alex Gaynor · 10 years ago
  61. 8ca72cf give a real EVP_PKEY with an invalid default key type to the test by Paul Kehrer · 10 years ago
  62. 8c66f74 opaque EVP_PKEY since EVP_PKEY_id exists by Paul Kehrer · 10 years ago
  63. 0d943bb refactor the init validation of AuthorityKeyIdentifier by Paul Kehrer · 10 years ago
  64. 9d8390c Merge pull request #2635 from alex/rfc-hash by Paul Kehrer · 10 years ago
  65. d1b5681 Implement __hash__ on UniformResourceIdentifier by Alex Gaynor · 10 years ago
  66. b642dee Implement __hash__ on RFC822Name by Alex Gaynor · 10 years ago
  67. e22309c Merge pull request #2607 from reaperhulk/unrecognized-extension-support-redux by Alex Gaynor · 10 years ago
  68. e69c5fe don't allow UnrecognizedExtension with get_extension_for_class by Paul Kehrer · 10 years ago
  69. 58ddc11 support unrecognized extensions in x509 by Paul Kehrer · 10 years ago
  70. 50e9dd8 py3 repr will be different by Paul Kehrer · 10 years ago
  71. 14fd697 add UnrecognizedExtension class by Paul Kehrer · 10 years ago
  72. 7721785 move test by Paul Kehrer · 10 years ago
  73. 9413994 pep8 fix, rename test, add a comment to explain it by Paul Kehrer · 10 years ago
  74. b4ff118 Move private key initialization out of pytest.raises block by Christopher Grebs · 10 years ago
  75. cb77736 Fix test again and add pytest.raises statement by Christopher Grebs · 10 years ago
  76. b6b810a Fixed test scenario to use different key. by Christopher Grebs · 10 years ago
  77. 525f713 Add simple test that would fail on decryption by Christopher Grebs · 10 years ago
  78. fb7659c Merge pull request #2598 from reaperhulk/index-cp by Alex Gaynor · 10 years ago
  79. 8b69cb9 Merge pull request #2597 from reaperhulk/index-cdp by Alex Gaynor · 10 years ago
  80. e8db7bd support indexing in CertificatePolicies by Paul Kehrer · 10 years ago
  81. ee2e92d support indexing in CDP by Paul Kehrer · 10 years ago
  82. ad4b359 support indexing in AIA by Paul Kehrer · 10 years ago
  83. 58fb257 Merge pull request #2595 from alex/crl-reason-hash by Paul Kehrer · 10 years ago
  84. b25888d Merge pull request #2594 from reaperhulk/hash-bc by Alex Gaynor · 10 years ago
  85. 07d5cae Refs #2578 -- implement __hash__ on CRLReason by Alex Gaynor · 10 years ago
  86. b39af8d hash ne test by Paul Kehrer · 10 years ago
  87. 2eb69f6 implement hash on basicconstraints by Paul Kehrer · 10 years ago
  88. 9d34531 Support EC and DSA signing of CRLs in the OpenSSL backend by Paul Kehrer · 10 years ago
  89. 7dfaa40 add test for invalid extension type by Paul Kehrer · 10 years ago
  90. e5f152b support CRL entry extension encoding in the RevokedCertificateBuilder by Paul Kehrer · 10 years ago
  91. 3a6631c Merge pull request #2588 from reaperhulk/move-tests by Alex Gaynor · 10 years ago
  92. 991cc0e move two tests to the openssl backend tests where they belong by Paul Kehrer · 10 years ago
  93. 5c999d3 make CertificateIssuer and IssuerAlternativeName indexable by Paul Kehrer · 10 years ago
  94. f0dd2e7 A handful of small cleanups and simplifications by Alex Gaynor · 10 years ago
  95. 15bd026 Merge pull request #2585 from reaperhulk/san-iterable by Alex Gaynor · 10 years ago
  96. 945ee6e Merge pull request #2583 from alex/ski-hash by Paul Kehrer · 10 years ago
  97. 8adb596 support indexing on GeneralNames and SubjectAlternativeName by Paul Kehrer · 10 years ago
  98. 410fe35 Refs #2578 -- implement __hash__ on SubjectKeyIdentifier by Alex Gaynor · 10 years ago
  99. 3bcd2d7 Merge pull request #2581 from reaperhulk/crlentry-invaliditydate by Alex Gaynor · 10 years ago
  100. c0297dd ...pep8 by Paul Kehrer · 10 years ago