1. 0654dc9 Fix a few new flake8 issues (#4008) by Alex Gaynor · 8 years ago
  2. af6f990 Add Multifernet.rotate method (#3979) by Chris Wolfe · 8 years ago
  3. 31034a0 Inline calls to bit_length now that it's trivial (#3966) by Alex Gaynor · 8 years ago
  4. a87daea Debian sid is python3.6 now (#3968) by Alex Gaynor · 8 years ago
  5. 4cf6e78 expunge python 2.6 (#3962) by Paul Kehrer · 8 years ago
  6. 1b43b51 backwards incompatible change to UniformResourceIdentifier (#3954) by Paul Kehrer · 8 years ago
  7. d3f73e0 backwards incompatible change to RFC822Name (#3953) by Paul Kehrer · 8 years ago
  8. ed32105 Backwards incompatible change to DNSName (#3951) by Paul Kehrer · 8 years ago
  9. a397d75 Add support for AES XTS (#3900) by Paul Kehrer · 8 years ago
  10. 62ebb42 add ChaCha20 support (#3919) by Paul Kehrer · 8 years ago
  11. 72c92f5 both parse and encode the ASN1 string type for Name attributes (#3896) by Paul Kehrer · 8 years ago
  12. b76bcf8 FreshestCRL extension support (#3937) by Paul Kehrer · 8 years ago
  13. 5e3cc98 support delta crl indicator extension (#3936) by Paul Kehrer · 8 years ago
  14. 2931b86 parametrize a bunch of x509 extension tests that were identical (#3931) by Paul Kehrer · 8 years ago
  15. 409a0c8 implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915) by Paul Kehrer · 8 years ago
  16. 5e9eeef add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916) by Paul Kehrer · 8 years ago
  17. 83bb406 add __hash__ to PolicyConstraints and Extension (#3917) by Paul Kehrer · 8 years ago
  18. 7b6be92 implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913) by Paul Kehrer · 8 years ago
  19. ab96a53 implement __hash__ on CertificatePolicies and its child classes (#3914) by Paul Kehrer · 8 years ago
  20. 979c263 add aki hash (#3910) by Paul Kehrer · 8 years ago
  21. bdad051 name constraints __hash__ (#3912) by Paul Kehrer · 8 years ago
  22. 5402449 AIA hashing (#3911) by Paul Kehrer · 8 years ago
  23. 8c1f5ed fix a bug with URI value when parsing a string with no hostname (#3909) by Paul Kehrer · 8 years ago
  24. fbfc36d implement __hash__ on all GeneralName types (#3907) by Paul Kehrer · 8 years ago
  25. e00bad5 compare against bytes values, not the U-label decoded ones (#3906) by Paul Kehrer · 8 years ago
  26. 5d66966 [WIP] add support for the TLSFeature extension in x509 (#3899) by Paul Kehrer · 8 years ago
  27. d4bde9c RSA OAEP label support for OpenSSL 1.0.2+ (#3897) by Paul Kehrer · 8 years ago
  28. ec0e1cc move x509 tests into a module (#3889) by Paul Kehrer · 8 years ago
  29. e2c1c0f add blake2b/blake2s support for hmac (#3873) by Paul Kehrer · 8 years ago
  30. 6c02ee8 Add is_signature_valid method on CertificateRevocationList (#3849) by Vincent Pelletier · 8 years ago
  31. 3e15ca5 deprecate unicode input for RFC822Name (#3836) by Paul Kehrer · 8 years ago
  32. 6c29d74 deprecate auto-idna on UniformResourceIdentifier (#3832) by Paul Kehrer · 8 years ago
  33. cdaf3ff Begin the deprecation of auto-idna for x509.DNSName (#3830) by Alex Gaynor · 8 years ago
  34. 0d6aaf4 remove deprecated items (#3794) by Paul Kehrer · 8 years ago
  35. cc12bea Remove DH generator size constraint (#3364) by mtury · 8 years ago
  36. a217358 add AESGCM AEAD support (#3785) by Paul Kehrer · 8 years ago
  37. 165743e move tag_length to the AESCCM constructor (#3783) by Paul Kehrer · 8 years ago
  38. 1a2e817 AESCCM support (#3700) by Paul Kehrer · 8 years ago
  39. dc6e762 allow p % 24 == 23 when generator == 2 in DH_check (#3768) by Paul Kehrer · 8 years ago
  40. 9d5fc3e use an instance in aead_cipher_supported (#3772) by Paul Kehrer · 8 years ago
  41. 0c9aed9 Fixed #3747 -- cache extensions on x.509 objects (#3769) by Alex Gaynor · 8 years ago
  42. 33574c6 change chacha20poly1305_supported to aead_cipher_supported (#3762) by Paul Kehrer · 8 years ago
  43. ce69b82 don't parse SCTs on older openssl (#3749) by Paul Kehrer · 8 years ago
  44. 784e3bc disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738) by Paul Kehrer · 8 years ago
  45. 51f049a Fixed a memory leak in EC private numbers (#3741) by Alex Gaynor · 8 years ago
  46. f21ffff Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732) by Alex Gaynor · 8 years ago
  47. 6b08aba Dh parameters serialization (#3504) by Aviv Palivoda · 8 years ago
  48. 1cff0c0 Add DERSerializationBackend to test_dh serialization tests (#3717) by Aviv Palivoda · 8 years ago
  49. 33a41e7 implement CCM vector parser (#3699) by Paul Kehrer · 8 years ago
  50. a923b00 ed25519 vector loader (#3707) by Paul Kehrer · 8 years ago
  51. 312ed09 disallow empty string for NameAttribute (#3711) by Paul Kehrer · 8 years ago
  52. 3e357f7 X25519 Support (#3686) by Paul Kehrer · 8 years ago
  53. 7e53d91 ChaCha20Poly1305 support (#3680) by Paul Kehrer · 8 years ago
  54. 6a0718f Refs #3461 -- parse SCTs from x.509 extension (#3480) by Alex Gaynor · 8 years ago
  55. 1a5d70e deprecate signer/verifier on asymmetric keys (#3663) by Paul Kehrer · 8 years ago
  56. e6055fb call check_backend_support directly from backend fixture (#3666) by Alex Gaynor · 8 years ago
  57. 133a179 Switched our backend to be a normal fixture in tests (#3665) by Alex Gaynor · 8 years ago
  58. 26fcc5c make signature and verification contexts error better re: prehashed (#3658) by Paul Kehrer · 8 years ago
  59. d607dd7 Enlarge _oid2txt buffer to handle larger OIDs (#3612) by Fraser Tweedale · 8 years ago
  60. 7bc3686 move MACContext to mac.py and eliminate interfaces.py (#3631) by Paul Kehrer · 8 years ago
  61. d36bef0 fix libressl error/refactor some error handling (#3609) by Paul Kehrer · 8 years ago
  62. 978a5e9 jurisdictionCountryName also must be PrintableString (#3516) by Alex Gaynor · 8 years ago
  63. cd5b47f Removed branches that are now unused (#3589) by Alex Gaynor · 8 years ago
  64. 416f526 add convenience methods for key_size on EC{Public,Private}Key (#3587) by Paul Kehrer · 8 years ago
  65. 6091e11 Bump the minimum PyPy/cffi version and simplify as a result (#3585) by Alex Gaynor · 8 years ago
  66. 95e513f Close stdout and stderr when spawning a process (#3578) by Alex Gaynor · 8 years ago
  67. 222f59d More deprecation warnings (#3579) by Alex Gaynor · 8 years ago
  68. f9b3b15 Delete some code (#3563) by Alex Gaynor · 8 years ago
  69. 453d2ac Fixed #3533 -- made GCM mode object immutable (#3553) by Alex Gaynor · 8 years ago
  70. a4668c6 remove multibackend (#3555) by Paul Kehrer · 8 years ago
  71. 5103235 time to remove commoncrypto, fare thee well (#3551) by Paul Kehrer · 8 years ago
  72. d08ddd5 Don't raise an UnsupportedExtension for critical extensions. (#3550) by Alex Gaynor · 8 years ago
  73. d2574f5 Don't skip DH tests when dhx unsupported and no dhx is required (#3484) by Aviv Palivoda · 8 years ago
  74. 5ca9946 Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539) by Alex Gaynor · 8 years ago
  75. 92f570e use openssl constants (#3534) by Paul Kehrer · 8 years ago
  76. 2e84daa postpone GCM authentication tag requirement until finalization (#3421) by Philipp Gesang · 8 years ago
  77. 0417d00 Don't compare cffi version using strings (#3524) by Alex Gaynor · 8 years ago
  78. 8d85b95 Attempt to simplify the libressl checing (#3482) by Alex Gaynor · 8 years ago
  79. a783c57 Remove API deprecated in 1.6, clean up the legacy deprecations (#3468) by Alex Gaynor · 8 years ago
  80. d6d2527 Write a memory leak test for X.509 extensions (#3451) by Alex Gaynor · 8 years ago
  81. 41e8842 Improvements to the memleak tests (#3457) by Alex Gaynor · 8 years ago
  82. 5b8914a Ec is a thing (#3453) by Alex Gaynor · 8 years ago
  83. 2e5f4ea Memleak tests (#3140) by Alex Gaynor · 8 years ago
  84. 4bd9a07 reverts a change to our exceptions (#3429) by Paul Kehrer · 8 years ago
  85. 722235c missing coverage for dh_x942_serialization_supported in MultiBackend (#3432) by Paul Kehrer · 8 years ago
  86. e44efb6 DH subgroup order (q) (#3369) by Aviv Palivoda · 8 years ago
  87. 9b34ca9 add support for update_into on CipherContext (#3190) by Paul Kehrer · 8 years ago
  88. a39b20d Refactor binding initialization to allow specified errors (#3278) by Paul Kehrer · 8 years ago
  89. 4a90c25 switch the PEM password callback to a C implementation (#3382) by Paul Kehrer · 8 years ago
  90. 7a13085 enforce password must be bytes when loading PEM/DER asymmetric keys (#3383) by Paul Kehrer · 9 years ago
  91. 0e6a129 replace pyasn1 with asn1crypto (#3361) by Ofek Lev · 9 years ago
  92. 6723a12 DH serialization (#3297) by Aviv Palivoda · 9 years ago
  93. d74ba32 add memory limit check for scrypt (#3328) by Paul Kehrer · 9 years ago
  94. 5685baa add openssl_version_number & doc openssl_version_text (#3329) by Paul Kehrer · 9 years ago
  95. 0e8cdf1 Drop 1.0.0 (#3312) by Alex Gaynor · 9 years ago
  96. 874445a fix a regression in int_from_bytes (#3316) by Paul Kehrer · 9 years ago
  97. 2e71776 New osrandom_engine in C (#3229) by Christian Heimes · 9 years ago
  98. 0cf3690 friendly error if you put a date too far in the future on windows (#3279) by Paul Kehrer · 9 years ago
  99. 495f21a OpenSSL DH backend implementation [Second attempt] (#2914) by Aviv Palivoda · 9 years ago
  100. 29b2ebc Error out on OpenSSL 1.0.0 by default (#3276) by Alex Gaynor · 9 years ago