1. 409a0c8 implement __hash__ on DistributionPoint and CRLDistributionPoints (#3915) by Paul Kehrer · 8 years ago
  2. 5e9eeef add __hash__ to GeneralNames, SAN, IAN, and CertificateIssuer (#3916) by Paul Kehrer · 8 years ago
  3. 83bb406 add __hash__ to PolicyConstraints and Extension (#3917) by Paul Kehrer · 8 years ago
  4. 7b6be92 implement __hash__ on KeyUsage and ExtendedKeyUsage (#3913) by Paul Kehrer · 8 years ago
  5. ab96a53 implement __hash__ on CertificatePolicies and its child classes (#3914) by Paul Kehrer · 8 years ago
  6. 979c263 add aki hash (#3910) by Paul Kehrer · 8 years ago
  7. bdad051 name constraints __hash__ (#3912) by Paul Kehrer · 8 years ago
  8. 5402449 AIA hashing (#3911) by Paul Kehrer · 8 years ago
  9. 89aaecb remove u-label conversion during general name decode (#3905) by Paul Kehrer · 8 years ago
  10. 8c1f5ed fix a bug with URI value when parsing a string with no hostname (#3909) by Paul Kehrer · 8 years ago
  11. fbfc36d implement __hash__ on all GeneralName types (#3907) by Paul Kehrer · 8 years ago
  12. e00bad5 compare against bytes values, not the U-label decoded ones (#3906) by Paul Kehrer · 8 years ago
  13. 363f5b0 refactor AES keywrap into a wrap core and unwrap core (#3901) by Paul Kehrer · 8 years ago
  14. 5d66966 [WIP] add support for the TLSFeature extension in x509 (#3899) by Paul Kehrer · 8 years ago
  15. d4bde9c RSA OAEP label support for OpenSSL 1.0.2+ (#3897) by Paul Kehrer · 8 years ago
  16. 32f88bf add set0_rsa_oaep_label binding (#3894) by Paul Kehrer · 8 years ago
  17. 012df12 add OCSP binding for obtaining information from CertID structure (#3888) by Paul Kehrer · 8 years ago
  18. 10041cd added binding support for rfc 5705 (#3878) by Kelby Ludwig · 8 years ago
  19. e2c1c0f add blake2b/blake2s support for hmac (#3873) by Paul Kehrer · 8 years ago
  20. 22bedaa Remove branches for 1.0.2 betas. (#3870) by Alex Gaynor · 8 years ago
  21. 6c02ee8 Add is_signature_valid method on CertificateRevocationList (#3849) by Vincent Pelletier · 8 years ago
  22. d026b1b Fix weak linking of getentropy when compiling on older macOS (#3841) by Paul Kehrer · 8 years ago
  23. 3e15ca5 deprecate unicode input for RFC822Name (#3836) by Paul Kehrer · 8 years ago
  24. 6c29d74 deprecate auto-idna on UniformResourceIdentifier (#3832) by Paul Kehrer · 8 years ago
  25. cdaf3ff Begin the deprecation of auto-idna for x509.DNSName (#3830) by Alex Gaynor · 8 years ago
  26. 2131b96 fix for latest flake8 (#3829) by Alex Gaynor · 8 years ago
  27. 65f41af fix compilation on openbsd (#3814) by Paul Kehrer · 8 years ago
  28. d10480b Fixed #3798 -- use the correct stacklevel on this warning (#3803) by Alex Gaynor · 8 years ago
  29. 0d6aaf4 remove deprecated items (#3794) by Paul Kehrer · 8 years ago
  30. 9c521ee Open master for 2.1 (#3788) by Alex Gaynor · 8 years ago
  31. 9799e58 2.0 version bump and changelog (#3787) by Paul Kehrer · 8 years ago
  32. cc12bea Remove DH generator size constraint (#3364) by mtury · 8 years ago
  33. a217358 add AESGCM AEAD support (#3785) by Paul Kehrer · 8 years ago
  34. 165743e move tag_length to the AESCCM constructor (#3783) by Paul Kehrer · 8 years ago
  35. 1a2e817 AESCCM support (#3700) by Paul Kehrer · 8 years ago
  36. dc6e762 allow p % 24 == 23 when generator == 2 in DH_check (#3768) by Paul Kehrer · 8 years ago
  37. 9d5fc3e use an instance in aead_cipher_supported (#3772) by Paul Kehrer · 8 years ago
  38. 0c9aed9 Fixed #3747 -- cache extensions on x.509 objects (#3769) by Alex Gaynor · 8 years ago
  39. ae487bb remove egd (#3771) by Paul Kehrer · 8 years ago
  40. b4d6370 remove cryptodev (#3770) by Paul Kehrer · 8 years ago
  41. 601ed63 Attempt to use coverage to quantify how many of the CONDITIONAL_NAMES we really use (#3763) by Alex Gaynor · 8 years ago
  42. 538a953 Remove conditionals we never use. (#3766) by Alex Gaynor · 8 years ago
  43. bb63144 stop using backend methods for chacha (#3765) by Paul Kehrer · 8 years ago
  44. 33574c6 change chacha20poly1305_supported to aead_cipher_supported (#3762) by Paul Kehrer · 8 years ago
  45. 1ab9afd make the aead work a bit more generic (#3761) by Paul Kehrer · 8 years ago
  46. ce69b82 don't parse SCTs on older openssl (#3749) by Paul Kehrer · 8 years ago
  47. b7912ee Fixes #3745 -- add the any EKU EKU (#3750) by Alex Gaynor · 8 years ago
  48. 784e3bc disallow MD5 in CertificateBuilder and CertificateSigningRequestBuilder (#3738) by Paul Kehrer · 8 years ago
  49. 51f049a Fixed a memory leak in EC private numbers (#3741) by Alex Gaynor · 8 years ago
  50. f21ffff Fix for leaking memory in EllipticCurvePublicNumbers.public_key() (#3732) by Alex Gaynor · 8 years ago
  51. 491fd7c Funcs macros gone (#3695) by Paul Kehrer · 8 years ago
  52. e3a2fb2 remove python 3.3 from CI (#3729) by Paul Kehrer · 8 years ago
  53. 62c3421 enable wconversion and finish fixes (#3728) by Paul Kehrer · 8 years ago
  54. caad666 bind DTLS 1.2 methods (#3725) by Paul Kehrer · 8 years ago
  55. b867003 some wconversion fixes (#3727) by Paul Kehrer · 8 years ago
  56. 2748e2e Reorganize DHParameters and DHPublicKey *WithSerialization (#3722) by Paul Kehrer · 8 years ago
  57. 1b714f7 pypy3 compilation fix for locking callback (#3716) by Paul Kehrer · 8 years ago
  58. 653cfe8 add missing methods to DH interfaces (#3719) by Paul Kehrer · 8 years ago
  59. 6b08aba Dh parameters serialization (#3504) by Aviv Palivoda · 8 years ago
  60. 312ed09 disallow empty string for NameAttribute (#3711) by Paul Kehrer · 8 years ago
  61. 3e357f7 X25519 Support (#3686) by Paul Kehrer · 8 years ago
  62. 7e53d91 ChaCha20Poly1305 support (#3680) by Paul Kehrer · 8 years ago
  63. 34036d6 bind even more evp (#3684) by Paul Kehrer · 8 years ago
  64. 023eccf bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682) by Paul Kehrer · 8 years ago
  65. 580f434 add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681) by Paul Kehrer · 8 years ago
  66. a8ba665 bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679) by Paul Kehrer · 8 years ago
  67. 6a0718f Refs #3461 -- parse SCTs from x.509 extension (#3480) by Alex Gaynor · 8 years ago
  68. 1a5d70e deprecate signer/verifier on asymmetric keys (#3663) by Paul Kehrer · 8 years ago
  69. 26fcc5c make signature and verification contexts error better re: prehashed (#3658) by Paul Kehrer · 8 years ago
  70. b637aec runtime detection of getentropy for macOS via weak-linking (#3650) by Paul Kehrer · 8 years ago
  71. 5ca7eb7 move files to make the next PR easier to read (#3651) by Paul Kehrer · 8 years ago
  72. 24f3d5b Remove a binding that hasn't been used for a while (#3643) by Alex Gaynor · 8 years ago
  73. b90e8d8 Post release tasks to open master for 2.0 (#3644) by Alex Gaynor · 8 years ago
  74. 23ead43 1.9 version bump and changelog (#3641) by Paul Kehrer · 8 years ago
  75. d607dd7 Enlarge _oid2txt buffer to handle larger OIDs (#3612) by Fraser Tweedale · 8 years ago
  76. 7bc3686 move MACContext to mac.py and eliminate interfaces.py (#3631) by Paul Kehrer · 8 years ago
  77. 0bff7c2 Simplify int to hex string conversion (#3628) by Alex Gaynor · 8 years ago
  78. d36bef0 fix libressl error/refactor some error handling (#3609) by Paul Kehrer · 8 years ago
  79. 3499233 Document when OpenSSL changed its default (#3611) by Alex Gaynor · 8 years ago
  80. 978a5e9 jurisdictionCountryName also must be PrintableString (#3516) by Alex Gaynor · 8 years ago
  81. 6e7ea2e fix compilation on 1.1.0f (#3603) by Paul Kehrer · 8 years ago
  82. a9b8690 Put the exchange method on the correct interface (#3591) by Alex Gaynor · 8 years ago
  83. adeaacf allow global suppression of link flags (#3592) by Paul Kehrer · 8 years ago
  84. 416f526 add convenience methods for key_size on EC{Public,Private}Key (#3587) by Paul Kehrer · 8 years ago
  85. 0517d1a Simplify the update (#3586) by Alex Gaynor · 8 years ago
  86. 6091e11 Bump the minimum PyPy/cffi version and simplify as a result (#3585) by Alex Gaynor · 8 years ago
  87. 70e8f90 let's deprecate some hashes we should never have exposed (#3584) by Paul Kehrer · 8 years ago
  88. 7e8cc50 Fix deprecation warning (#3574) by Alex Gaynor · 8 years ago
  89. db51114 Deprecate Python 3.3 support, with the intention of being removed in the next release (#3566) by Alex Gaynor · 8 years ago
  90. 846ae1c add the x25519 NID (#3560) by Paul Kehrer · 8 years ago
  91. 453d2ac Fixed #3533 -- made GCM mode object immutable (#3553) by Alex Gaynor · 8 years ago
  92. a4668c6 remove multibackend (#3555) by Paul Kehrer · 8 years ago
  93. 8bb9cc6 More accurate LibreSSL detection (#3530) by Moriyoshi Koizumi · 8 years ago
  94. 5103235 time to remove commoncrypto, fare thee well (#3551) by Paul Kehrer · 8 years ago
  95. d08ddd5 Don't raise an UnsupportedExtension for critical extensions. (#3550) by Alex Gaynor · 8 years ago
  96. 0d92ff8 Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485) by Aviv Palivoda · 8 years ago
  97. 21ef408 Added a binding that will be useful for AIA chasing (#3546) by Alex Gaynor · 8 years ago
  98. 5ca9946 Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539) by Alex Gaynor · 8 years ago
  99. 92f570e use openssl constants (#3534) by Paul Kehrer · 8 years ago
  100. 2e84daa postpone GCM authentication tag requirement until finalization (#3421) by Philipp Gesang · 8 years ago