1. dce57f6 port 2.0.1 changelog (#3823) by Paul Kehrer · 7 years ago
  2. 0d6aaf4 remove deprecated items (#3794) by Paul Kehrer · 7 years ago
  3. 9c521ee Open master for 2.1 (#3788) by Alex Gaynor · 7 years ago
  4. 9799e58 2.0 version bump and changelog (#3787) by Paul Kehrer · 7 years ago
  5. a217358 add AESGCM AEAD support (#3785) by Paul Kehrer · 7 years ago
  6. 1a2e817 AESCCM support (#3700) by Paul Kehrer · 7 years ago
  7. 0c9aed9 Fixed #3747 -- cache extensions on x.509 objects (#3769) by Alex Gaynor · 7 years ago
  8. 85675fc add manylinux1 wheel building to the wheel builder (#3736) by Paul Kehrer · 7 years ago
  9. e3a2fb2 remove python 3.3 from CI (#3729) by Paul Kehrer · 7 years ago
  10. 2748e2e Reorganize DHParameters and DHPublicKey *WithSerialization (#3722) by Paul Kehrer · 7 years ago
  11. 361a9fc changelog entry and a few updates to the new DH params docs (#3718) by Paul Kehrer · 7 years ago
  12. 3e357f7 X25519 Support (#3686) by Paul Kehrer · 7 years ago
  13. 7e53d91 ChaCha20Poly1305 support (#3680) by Paul Kehrer · 7 years ago
  14. 6a0718f Refs #3461 -- parse SCTs from x.509 extension (#3480) by Alex Gaynor · 7 years ago
  15. 1a5d70e deprecate signer/verifier on asymmetric keys (#3663) by Paul Kehrer · 7 years ago
  16. b90e8d8 Post release tasks to open master for 2.0 (#3644) by Alex Gaynor · 7 years ago
  17. 23ead43 1.9 version bump and changelog (#3641) by Paul Kehrer · 7 years ago
  18. 7bc3686 move MACContext to mac.py and eliminate interfaces.py (#3631) by Paul Kehrer · 7 years ago
  19. a55cc3b Typo fix (#3625) by Paul Kehrer · 7 years ago
  20. 139b25f port 1.8.2 changelog to master (#3616) by Paul Kehrer · 7 years ago
  21. 097f810 1.1.0f for the next release (#3599) by Paul Kehrer · 7 years ago
  22. 66e1eb2 add a missing word (#3600) by Paul Kehrer · 7 years ago
  23. a9b8690 Put the exchange method on the correct interface (#3591) by Alex Gaynor · 7 years ago
  24. 416f526 add convenience methods for key_size on EC{Public,Private}Key (#3587) by Paul Kehrer · 7 years ago
  25. 6091e11 Bump the minimum PyPy/cffi version and simplify as a result (#3585) by Alex Gaynor · 7 years ago
  26. 70e8f90 let's deprecate some hashes we should never have exposed (#3584) by Paul Kehrer · 7 years ago
  27. db51114 Deprecate Python 3.3 support, with the intention of being removed in the next release (#3566) by Alex Gaynor · 7 years ago
  28. a4668c6 remove multibackend (#3555) by Paul Kehrer · 7 years ago
  29. 2240ba2 Dropped support for really old macOS (#3554) by Alex Gaynor · 7 years ago
  30. 6fcbebd changelog entry for libre (#3556) by Paul Kehrer · 7 years ago
  31. 5103235 time to remove commoncrypto, fare thee well (#3551) by Paul Kehrer · 7 years ago
  32. d08ddd5 Don't raise an UnsupportedExtension for critical extensions. (#3550) by Alex Gaynor · 7 years ago
  33. 5ca9946 Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#3539) by Alex Gaynor · 7 years ago
  34. 5fb1021 add a changelog entry for finalize_with_tag and move the note (#3531) by Paul Kehrer · 7 years ago
  35. d0aad45 port 1.8.1 changelog and update master for 1.9 release cycle (#3440) by Paul Kehrer · 7 years ago
  36. 928e4ee 1.8 version bump and changelog date (#3438) by Paul Kehrer · 7 years ago
  37. e9dbbd8 document that we're not building universal wheels now (#3436) by Paul Kehrer · 7 years ago
  38. 20fe2be add changelog entry, fixes #3427 (#3435) by Paul Kehrer · 7 years ago
  39. 401ac6f Fixed #3398 -- document the serial deprecation in the changelog (#3401) by Alex Gaynor · 7 years ago
  40. 9b34ca9 add support for update_into on CipherContext (#3190) by Paul Kehrer · 7 years ago
  41. 5a05902 Fixed #3306 -- changelog entry for linking against OpenSSL 1.1.0 (#3389) by Alex Gaynor · 7 years ago
  42. 7a13085 enforce password must be bytes when loading PEM/DER asymmetric keys (#3383) by Paul Kehrer · 7 years ago
  43. 0e6a129 replace pyasn1 with asn1crypto (#3361) by Ofek Lev · 7 years ago
  44. 1c7bd66 Dh serialization changelog (#3385) by Aviv Palivoda · 7 years ago
  45. c7a2e72 port 1.7.2 changelog (#3371) by Paul Kehrer · 7 years ago
  46. 31b5d78 Fixed #3334 -- added Python 3.6 support (#3335) by Alex Gaynor · 8 years ago
  47. c8f47ad 1.7.1 changelog port (#3320) by Paul Kehrer · 8 years ago
  48. fad63fe 1.8 begins (#3311) by Paul Kehrer · 8 years ago
  49. 5df72e8 1.7 changelog date and version bump (#3310) by Paul Kehrer · 8 years ago
  50. a22964a add changelog entry for osrandom (#3298) by Paul Kehrer · 8 years ago
  51. 495f21a OpenSSL DH backend implementation [Second attempt] (#2914) by Aviv Palivoda · 8 years ago
  52. 29b2ebc Error out on OpenSSL 1.0.0 by default (#3276) by Alex Gaynor · 8 years ago
  53. 0858591 let's get rolling on 1.7! (#3274) by Paul Kehrer · 8 years ago
  54. 4a2f36b bump version and set changelog date for 1.6 release (#3271) by Paul Kehrer · 8 years ago
  55. ec7fc46 update docs and changelog for prehashed support (#3268) by Paul Kehrer · 8 years ago
  56. f555c74 support RSA verify with prehashing (#3265) by Paul Kehrer · 8 years ago
  57. 500850b Additions to the changelog for 1.6 (#3258) by Paul Kehrer · 8 years ago
  58. 9977786 workaround for application bundling tools (#3235) by Paul Kehrer · 8 years ago
  59. 3a15b03 Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236) by Paul Kehrer · 8 years ago
  60. c41b9d4 update CHANGELOG.rst & AUTHORS.rst (#3231) by Ofek Lev · 8 years ago
  61. 01ee6f5 Name: add support for multi-value RDNs (#3202) by Fraser Tweedale · 8 years ago
  62. fb0e719 Include the CVE (#3228) by Alex Gaynor · 8 years ago
  63. 02467dd Make DistributionPoint relative_name a set of NameAttribute (#3210) by Fraser Tweedale · 8 years ago
  64. b94cacf Forward port the 1.5.3 changelog (#3218) by Alex Gaynor · 8 years ago
  65. 3feeec8 support encoding IPv4Network and IPv6Network, useful for NameConstraints (#3182) by Paul Kehrer · 8 years ago
  66. b4c087a cherry pick the changelog for 1.5.2 (#3176) by Alex Gaynor · 8 years ago
  67. 08652e9 port 1.5.1 changelog to master (#3166) by Paul Kehrer · 8 years ago
  68. 8b89bcc support random_serial_number in the CertificateBuilder (#3132) by Paul Kehrer · 8 years ago
  69. d8a27df Scrypt Implementation (#3117) by Terry Chia · 8 years ago
  70. c7b29b8 add support for signature_algorithm_oid to cert, CSR, and CRL (#3124) by Paul Kehrer · 8 years ago
  71. 2e8725d some docs cleanups + changelog (#3122) by Alex Gaynor · 8 years ago
  72. 306ce51 blake2b/blake2s support (#3116) by Paul Kehrer · 8 years ago
  73. f25e63d Reopen master for 1.6 (#3112) by Alex Gaynor · 8 years ago
  74. c0ee738 update changelog and bump version for 1.5 release (#3111) by Paul Kehrer · 8 years ago
  75. 07ea3cd OpenSSL 1.1.0 support (#2826) by Paul Kehrer · 8 years ago
  76. 8e66ca6 CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before (#2920) by InvalidInterrupt · 8 years ago
  77. 679a914 Update CHANGELOG.rst with #3063 (#3070) by Maximilian Hils · 8 years ago
  78. 2120a8e One shot sign/verification ECDSA (#3029) by Aviv Palivoda · 8 years ago
  79. f67429b One shot sign/verify DSA (#3003) by Aviv Palivoda · 8 years ago
  80. 17097bf Fixed #3008 -- expose calculate max pss salt length (#3014) by Alex Gaynor · 8 years ago
  81. 67ea444 reopen master for work on fifteenth release (#2964) by Paul Kehrer · 8 years ago
  82. 69365ce changelog and version bump (#2962) by Paul Kehrer · 8 years ago
  83. 9498929 SSH serialization for public keys (#2957) by Alex Gaynor · 8 years ago
  84. 5751515 Forward port the changelog for 1.3.3 (#2949) by Alex Gaynor · 8 years ago
  85. cb0fa2e KBKDF cleanup (#2929) by Paul Kehrer · 8 years ago
  86. bb8d69a port 1.3.2 changelog to master (#2895) by Paul Kehrer · 8 years ago
  87. 988df9b Update URLs for new RTD domain (#2879) by Alex Gaynor · 8 years ago
  88. 81f4896 port 1.3.1 changelog to master by Paul Kehrer · 8 years ago
  89. aeabfd0 Fixed #2836 -- error out on OpenSSL 0.9.8 by default by Alex Gaynor · 8 years ago
  90. f8c75fc Open master back up for 1.4 by Alex Gaynor · 8 years ago
  91. c969461 bump version and update changelog by Paul Kehrer · 8 years ago
  92. f790b42 Merge pull request #2736 from cedk/ANSI_X.923 by Paul Kehrer · 8 years ago
  93. dba49b9 update changelog by Paul Kehrer · 8 years ago
  94. 61ff356 Add AuthorityKeyIdentifier.from_issuer_subject_key_identifier by Paul Kehrer · 8 years ago
  95. 1573212 add changelog entry for is_signature_valid by Paul Kehrer · 8 years ago
  96. af50366 added a changelog entry by Alex Gaynor · 8 years ago
  97. 287ab1b Bring the changelog as well by Alex Gaynor · 8 years ago
  98. 5f7b098 Added a changelog entry for policy constraints by Alex Gaynor · 8 years ago
  99. bf0f464 Added support for padding ANSI X.923 by Cédric Krier · 8 years ago
  100. 2c6b8d0 port 1.2.2 changelog to master by Paul Kehrer · 8 years ago