1. f21ffff Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732) by Alex Gaynor · 8 years ago
  2. 6b08aba Dh parameters serialization (#3504) by Aviv Palivoda · 8 years ago
  3. 1cff0c0 Add DERSerializationBackend to test_dh serialization tests (#3717) by Aviv Palivoda · 8 years ago
  4. 33a41e7 implement CCM vector parser (#3699) by Paul Kehrer · 8 years ago
  5. a923b00 ed25519 vector loader (#3707) by Paul Kehrer · 8 years ago
  6. 312ed09 disallow empty string for NameAttribute (#3711) by Paul Kehrer · 8 years ago
  7. 3e357f7 X25519 Support (#3686) by Paul Kehrer · 8 years ago
  8. 7e53d91 ChaCha20Poly1305 support (#3680) by Paul Kehrer · 8 years ago
  9. 6a0718f Refs #3461 -- parse SCTs from x.509 extension (#3480) by Alex Gaynor · 8 years ago
  10. 1a5d70e deprecate signer/verifier on asymmetric keys (#3663) by Paul Kehrer · 8 years ago
  11. e6055fb call check_backend_support directly from backend fixture (#3666) by Alex Gaynor · 8 years ago
  12. 133a179 Switched our backend to be a normal fixture in tests (#3665) by Alex Gaynor · 8 years ago
  13. 26fcc5c make signature and verification contexts error better re: prehashed (#3658) by Paul Kehrer · 8 years ago
  14. d607dd7 Enlarge _oid2txt buffer to handle larger OIDs (#3612) by Fraser Tweedale · 8 years ago
  15. 7bc3686 move MACContext to mac.py and eliminate interfaces.py (#3631) by Paul Kehrer · 8 years ago
  16. d36bef0 fix libressl error/refactor some error handling (#3609) by Paul Kehrer · 8 years ago
  17. 978a5e9 jurisdictionCountryName also must be PrintableString (#3516) by Alex Gaynor · 8 years ago
  18. cd5b47f Removed branches that are now unused (#3589) by Alex Gaynor · 8 years ago
  19. 416f526 add convenience methods for key_size on EC{Public,Private}Key (#3587) by Paul Kehrer · 8 years ago
  20. 6091e11 Bump the minimum PyPy/cffi version and simplify as a result (#3585) by Alex Gaynor · 8 years ago
  21. 95e513f Close stdout and stderr when spawning a process (#3578) by Alex Gaynor · 8 years ago
  22. 222f59d More deprecation warnings (#3579) by Alex Gaynor · 8 years ago
  23. f9b3b15 Delete some code (#3563) by Alex Gaynor · 8 years ago
  24. 453d2ac Fixed #3533 -- made GCM mode object immutable (#3553) by Alex Gaynor · 8 years ago
  25. a4668c6 remove multibackend (#3555) by Paul Kehrer · 8 years ago
  26. 5103235 time to remove commoncrypto, fare thee well (#3551) by Paul Kehrer · 8 years ago
  27. d08ddd5 Don't raise an UnsupportedExtension for critical extensions. (#3550) by Alex Gaynor · 8 years ago
  28. d2574f5 Don't skip DH tests when dhx unsupported and no dhx is required (#3484) by Aviv Palivoda · 8 years ago
  29. 5ca9946 Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539) by Alex Gaynor · 8 years ago
  30. 92f570e use openssl constants (#3534) by Paul Kehrer · 8 years ago
  31. 2e84daa postpone GCM authentication tag requirement until finalization (#3421) by Philipp Gesang · 8 years ago
  32. 0417d00 Don't compare cffi version using strings (#3524) by Alex Gaynor · 8 years ago
  33. 8d85b95 Attempt to simplify the libressl checing (#3482) by Alex Gaynor · 8 years ago
  34. a783c57 Remove API deprecated in 1.6, clean up the legacy deprecations (#3468) by Alex Gaynor · 8 years ago
  35. d6d2527 Write a memory leak test for X.509 extensions (#3451) by Alex Gaynor · 8 years ago
  36. 41e8842 Improvements to the memleak tests (#3457) by Alex Gaynor · 8 years ago
  37. 5b8914a Ec is a thing (#3453) by Alex Gaynor · 8 years ago
  38. 2e5f4ea Memleak tests (#3140) by Alex Gaynor · 8 years ago
  39. 4bd9a07 reverts a change to our exceptions (#3429) by Paul Kehrer · 8 years ago
  40. 722235c missing coverage for dh_x942_serialization_supported in MultiBackend (#3432) by Paul Kehrer · 8 years ago
  41. e44efb6 DH subgroup order (q) (#3369) by Aviv Palivoda · 8 years ago
  42. 9b34ca9 add support for update_into on CipherContext (#3190) by Paul Kehrer · 8 years ago
  43. a39b20d Refactor binding initialization to allow specified errors (#3278) by Paul Kehrer · 8 years ago
  44. 4a90c25 switch the PEM password callback to a C implementation (#3382) by Paul Kehrer · 8 years ago
  45. 7a13085 enforce password must be bytes when loading PEM/DER asymmetric keys (#3383) by Paul Kehrer · 9 years ago
  46. 0e6a129 replace pyasn1 with asn1crypto (#3361) by Ofek Lev · 9 years ago
  47. 6723a12 DH serialization (#3297) by Aviv Palivoda · 9 years ago
  48. d74ba32 add memory limit check for scrypt (#3328) by Paul Kehrer · 9 years ago
  49. 5685baa add openssl_version_number & doc openssl_version_text (#3329) by Paul Kehrer · 9 years ago
  50. 0e8cdf1 Drop 1.0.0 (#3312) by Alex Gaynor · 9 years ago
  51. 874445a fix a regression in int_from_bytes (#3316) by Paul Kehrer · 9 years ago
  52. 2e71776 New osrandom_engine in C (#3229) by Christian Heimes · 9 years ago
  53. 0cf3690 friendly error if you put a date too far in the future on windows (#3279) by Paul Kehrer · 9 years ago
  54. 495f21a OpenSSL DH backend implementation [Second attempt] (#2914) by Aviv Palivoda · 9 years ago
  55. 29b2ebc Error out on OpenSSL 1.0.0 by default (#3276) by Alex Gaynor · 9 years ago
  56. 191e6e9 error if private_value is <= 0 in ec.derive_private_key (#3273) by Paul Kehrer · 9 years ago
  57. 80ec631 add support for prehashing in ECDSA sign/verify (#3267) by Paul Kehrer · 9 years ago
  58. 6012ccf support prehashed sign/verify in DSA (#3266) by Paul Kehrer · 9 years ago
  59. f555c74 support RSA verify with prehashing (#3265) by Paul Kehrer · 9 years ago
  60. 033bd71 support prehashing in RSA sign (#3238) by Paul Kehrer · 9 years ago
  61. 533a3c9 change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243) by Paul Kehrer · 9 years ago
  62. e9b87d5 Raise padding block_size limit to what is allowed by the specs. (#3108) by Terry Chia · 9 years ago
  63. 9977786 workaround for application bundling tools (#3235) by Paul Kehrer · 9 years ago
  64. 3a15b03 Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236) by Paul Kehrer · 9 years ago
  65. d862933 C locking callback (#3226) by Alex Gaynor · 9 years ago
  66. f6f238e add alternate signature OID for RSA with SHA1 + test and vector (#3227) by Paul Kehrer · 9 years ago
  67. c816735 add ec.private_key_from_secret_and_curve (#3225) by Ofek Lev · 9 years ago
  68. 01ee6f5 Name: add support for multi-value RDNs (#3202) by Fraser Tweedale · 9 years ago
  69. 02467dd Make DistributionPoint relative_name a set of NameAttribute (#3210) by Fraser Tweedale · 9 years ago
  70. b924696 Fixes #3211 -- fixed hkdf's output with short length (#3215) by Alex Gaynor · 9 years ago
  71. 3feeec8 support encoding IPv4Network and IPv6Network, useful for NameConstraints (#3182) by Paul Kehrer · 9 years ago
  72. 9e66d10 reduce a bit of duplication in x509 tests (#3183) by Paul Kehrer · 9 years ago
  73. 8b8d51b 1.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162) by Paul Kehrer · 9 years ago
  74. eba7171 fix warnings in cffi 1.8.3 due to wrong buffer types (#3155) by Paul Kehrer · 9 years ago
  75. adaf3b0 make this test assert the right thing. (#3133) by Alex Gaynor · 9 years ago
  76. 8b89bcc support random_serial_number in the CertificateBuilder (#3132) by Paul Kehrer · 9 years ago
  77. a2d0da9 Add bounds checking for Scrypt parameters. (#3130) by Terry Chia · 9 years ago
  78. d8a27df Scrypt Implementation (#3117) by Terry Chia · 9 years ago
  79. c7b29b8 add support for signature_algorithm_oid to cert, CSR, and CRL (#3124) by Paul Kehrer · 9 years ago
  80. 21353a4 fix an overindented line. not sure why our linters didn't catch this (#3123) by Paul Kehrer · 9 years ago
  81. 3c35ef1 Add a register_interface_if decorator. (#3120) by Terry Chia · 9 years ago
  82. 306ce51 blake2b/blake2s support (#3116) by Paul Kehrer · 9 years ago
  83. 07ea3cd OpenSSL 1.1.0 support (#2826) by Paul Kehrer · 9 years ago
  84. 40f1999 Allow passing iterators where collections are expected (#3078) by Marti · 9 years ago
  85. 8e66ca6 CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before (#2920) by InvalidInterrupt · 9 years ago
  86. 9e75830 Disallow X509 certificate serial numbers bigger than 159 bits (#3064) (#3067) by Коренберг Марк · 9 years ago
  87. 4739cfc Add code style settings, new excludes, run 'test_x509_ext (Py3)' (#3041) by Marti · 9 years ago
  88. 0edf799 Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010) by Dirkjan Ochtman · 9 years ago
  89. 69617ca Add flag to toggle key length check for HOTP and TOTP. (#3012) by Terry Chia · 9 years ago
  90. 3e3444f Use a series of constants for OpenSSL version checks (#3037) by Alex Gaynor · 9 years ago
  91. dbb64bd disable blowfish in commoncrypto backend for key lengths under 64-bit (#3040) by Paul Kehrer · 9 years ago
  92. 2120a8e One shot sign/verification ECDSA (#3029) by Aviv Palivoda · 9 years ago
  93. f67429b One shot sign/verify DSA (#3003) by Aviv Palivoda · 9 years ago
  94. 17097bf Fixed #3008 -- expose calculate max pss salt length (#3014) by Alex Gaynor · 9 years ago
  95. c3058a3 Complete the removal of the string '0.9.8' (#3005) by Alex Gaynor · 9 years ago
  96. e7111c3 Remove a binding and comments that reference 0.9.8 (#2984) by Alex Gaynor · 9 years ago
  97. 1252dec Drop OpenSSL 0.9.8 (#2978) by Alex Gaynor · 9 years ago
  98. 34d5c39 Add convenience methods to sign and verify w/ RSA (#2945) by Colleen Murphy · 9 years ago
  99. 4f125c1 RSA OAEP SHA2 Support (#2956) by Paul Kehrer · 9 years ago
  100. 815a24b added a repr to the dsa numbers classes (#2961) by Alex Gaynor · 9 years ago