1. 32509ae Simplify OpenSSL bits in travis (#3172) by Alex Gaynor · 8 years ago
  2. f99407e upgrade our pypy5 to the latest version in CI (#3171) by Paul Kehrer · 8 years ago
  3. 50bbc96 test against 1.1.0a instead of 1.1.0 (#3170) by Paul Kehrer · 8 years ago
  4. 1a7c974 EC samples for verifying a singature, + serialization (#3076) by Alex Railean · 8 years ago
  5. e2d79d0 Travis mac updates (#3169) by Paul Kehrer · 8 years ago
  6. 08652e9 port 1.5.1 changelog to master (#3166) by Paul Kehrer · 8 years ago
  7. 39374aa Resolved some more CFFI warnings; these are also unsigned (#3163) by Alex Gaynor · 8 years ago
  8. 8b8d51b 1.0.2i changed the way COMP_METHOD is exported if NO_COMP is set (#3162) by Paul Kehrer · 8 years ago
  9. eba7171 fix warnings in cffi 1.8.3 due to wrong buffer types (#3155) by Paul Kehrer · 8 years ago
  10. a5865d9 re-add setuptools resolve vs load workaround (#3150) by Paul Kehrer · 8 years ago
  11. 42dae6d Fixed #3141 -- link some install docs in the readme (#3146) by Alex Gaynor · 8 years ago
  12. b3bf838 Update Python 3s & limit pyenv history cloned (#3145) by Hynek Schlawack · 8 years ago
  13. 0fa6b39 Fixed #3143 -- added the mandatory serial number parameter (#3144) by Alex Gaynor · 8 years ago
  14. ee9710f Fix typo in `symmetric-encryption.rst` (#3138) by Alex Chan · 8 years ago
  15. b7a2089 fix memory leak reported in #3134 (#3135) by Paul Kehrer · 8 years ago
  16. 63bbf18 Clarified Windows development installation and docd upstream enchant bug (#3128) by Nick Badger · 8 years ago
  17. adaf3b0 make this test assert the right thing. (#3133) by Alex Gaynor · 8 years ago
  18. 8b89bcc support random_serial_number in the CertificateBuilder (#3132) by Paul Kehrer · 8 years ago
  19. a2d0da9 Add bounds checking for Scrypt parameters. (#3130) by Terry Chia · 8 years ago
  20. 8bd4205 fix inconsistency in utilization of block_size in openssl cipher impl (#3131) by Paul Kehrer · 8 years ago
  21. d8a27df Scrypt Implementation (#3117) by Terry Chia · 8 years ago
  22. c7b29b8 add support for signature_algorithm_oid to cert, CSR, and CRL (#3124) by Paul Kehrer · 8 years ago
  23. 82548e7 Add myself in the authors file (#3126) by Simo Sorce · 8 years ago
  24. 21353a4 fix an overindented line. not sure why our linters didn't catch this (#3123) by Paul Kehrer · 8 years ago
  25. 2e8725d some docs cleanups + changelog (#3122) by Alex Gaynor · 8 years ago
  26. 3c35ef1 Add a register_interface_if decorator. (#3120) by Terry Chia · 8 years ago
  27. a2bf0ea Mention that blake2 is not vulnerable to length-extension attacks (#3118) by Alex Gaynor · 8 years ago
  28. 306ce51 blake2b/blake2s support (#3116) by Paul Kehrer · 8 years ago
  29. d6871fe Scrypt bindings (#3114) by Terry Chia · 8 years ago
  30. 3b83fc2 Refs #3002 -- clearly document that OpenSSL 1.0 support will be removed in the next release. (#3113) by Alex Gaynor · 8 years ago
  31. f25e63d Reopen master for 1.6 (#3112) by Alex Gaynor · 8 years ago
  32. c0ee738 update changelog and bump version for 1.5 release (#3111) by Paul Kehrer · 8 years ago
  33. 07ea3cd OpenSSL 1.1.0 support (#2826) by Paul Kehrer · 8 years ago
  34. 9736716 be a bit more robust about detecting locking callback declarations (#3107) by Paul Kehrer · 8 years ago
  35. fea3b12 remove a few more unneeded and no longer extant functions for 1.1.0 (#3110) by Paul Kehrer · 8 years ago
  36. 5f1e88d opaque structs for 1.1.0 compatibility (#3109) by Paul Kehrer · 8 years ago
  37. 40f1999 Allow passing iterators where collections are expected (#3078) by Marti · 8 years ago
  38. eafc4ee remove two more constants that no longer exist and we don't use (#3101) by Paul Kehrer · 8 years ago
  39. 0917d38 two more functions that became const, one removed that we don't use (#3102) by Paul Kehrer · 8 years ago
  40. c1c5ef1 constify and reorder getter args (#3103) by Paul Kehrer · 8 years ago
  41. b6e72f8 constify x509name functions (#3104) by Paul Kehrer · 8 years ago
  42. 8b3a384 const some more ASN1 (#3100) by Paul Kehrer · 8 years ago
  43. 9db255d Fix docs to clarify the less than 256 limit for Padding(). (#3099) by Terry Chia · 8 years ago
  44. 8e66ca6 CertificateBuilder accepts aware datetimes for not_valid_after and not_valid_before (#2920) by InvalidInterrupt · 8 years ago
  45. dcbd220 There is no 0.9.8, only Zuul (#3094) by Alex Gaynor · 8 years ago
  46. 54b145f ERR_load_RAND_strings changed function signature in 1.1.0 (#3093) by Paul Kehrer · 8 years ago
  47. 53da670 move functions that were const-ified in 1.1.0-pre6 (#3090) by Paul Kehrer · 8 years ago
  48. 8a74e9a OPENSSL_no_config is a macro in 1.1.0 (#3091) by Paul Kehrer · 8 years ago
  49. c8f2aa6 BIO_set has been removed in 1.1.0 (#3092) by Paul Kehrer · 8 years ago
  50. c65fea9 Update example code to use recommended 160 bits (#3088) by Dave Brondsema · 8 years ago
  51. 60cd5a6 Update installation.rst (#3083) by Akan Brown · 8 years ago
  52. 94af47c Attempt to debug wacky failures on the docs build on OS X (#3085) by Alex Gaynor · 8 years ago
  53. b6e0ba0 Add recommendation about terminology (#3079) by Gabriel Orisaka · 8 years ago
  54. 9e75830 Disallow X509 certificate serial numbers bigger than 159 bits (#3064) (#3067) by Коренберг Марк · 8 years ago
  55. 4739cfc Add code style settings, new excludes, run 'test_x509_ext (Py3)' (#3041) by Marti · 8 years ago
  56. 679a914 Update CHANGELOG.rst with #3063 (#3070) by Maximilian Hils · 8 years ago
  57. 617fe4b Remove provider language from docs (#3072) by Gabriel Orisaka · 8 years ago
  58. 33c59a3 Add @mhils to AUTHORS.rst (#3071) by Maximilian Hils · 8 years ago
  59. dacdbb9 Clarify what to pass to the sign-function (#3066) by Loy · 8 years ago
  60. 6e9e489 disable static callbacks on Python 3.5 (refs #2970) (#3063) by Maximilian Hils · 8 years ago
  61. 11997b1 Fixed openssl binding if no-cmac (#3062) by Jeffery To · 8 years ago
  62. e035c50 Removed provider language from asymmetric primitives docs (#3052) by Gabriel Orisaka · 8 years ago
  63. be7c5e5 Unconditional SecureTransport bindings, round 2. (#3059) by Cory Benfield · 8 years ago
  64. d3e90d3 Revert "Add the unconditional SecureTransport bindings" (#3058) by Alex Gaynor · 8 years ago
  65. 63f7d04 Add the unconditional SecureTransport bindings (#3054) by Cory Benfield · 8 years ago
  66. 1025f5d Add myself to AUTHORS (#3048) by Dirkjan Ochtman · 8 years ago
  67. 0edf799 Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010) by Dirkjan Ochtman · 8 years ago
  68. 6868b1f Removed provider language from backend interfaces (#3047) by Gabriel Orisaka · 8 years ago
  69. 05aac20 A few small cleanups (#3046) by Alex Gaynor · 8 years ago
  70. 69617ca Add flag to toggle key length check for HOTP and TOTP. (#3012) by Terry Chia · 8 years ago
  71. c0f5a82 Add OPENSSL_config binding (#2972) (#2974) by Anton · 8 years ago
  72. 3e3444f Use a series of constants for OpenSSL version checks (#3037) by Alex Gaynor · 8 years ago
  73. dbb64bd disable blowfish in commoncrypto backend for key lengths under 64-bit (#3040) by Paul Kehrer · 8 years ago
  74. 2120a8e One shot sign/verification ECDSA (#3029) by Aviv Palivoda · 8 years ago
  75. 14a9ad4 Mark the minimum pytest version in setup.py. (#3035) by Alex Gaynor · 8 years ago
  76. fd2a9df Remove a few SSL fields which are unused (#3032) by Alex Gaynor · 8 years ago
  77. 77d917b one shot verify documentation fix (#3031) by Aviv Palivoda · 8 years ago
  78. f67429b One shot sign/verify DSA (#3003) by Aviv Palivoda · 8 years ago
  79. 602f88f Opaque everything else we can of X509 (#3027) by Alex Gaynor · 8 years ago
  80. 30d908c change X509V3_EXT_nconf function signature (#3024) by Paul Kehrer · 8 years ago
  81. 06a03f7 Opaque another OpenSSL struct (#3025) by Alex Gaynor · 8 years ago
  82. 17097bf Fixed #3008 -- expose calculate max pss salt length (#3014) by Alex Gaynor · 8 years ago
  83. fa8ed29 AES_ctr128_encrypt needs to be in macros as it's a conditional binding (#3023) by Paul Kehrer · 8 years ago
  84. dbeab5f update RSA opaque getters/setters to latest code from openssl 1.1.0 master (#3022) by Paul Kehrer · 8 years ago
  85. b5a0111 update DH opaque getters/setters to latest code from openssl 1.1.0 master (#3021) by Paul Kehrer · 8 years ago
  86. 827070e update DSA opaque getters/setters to latest code from openssl 1.1.0 master (#3020) by Paul Kehrer · 8 years ago
  87. 4bdb775 opaque x509 store context (#3019) by Paul Kehrer · 8 years ago
  88. ca9b989 rest syntax by Alex Gaynor · 8 years ago
  89. a9d29af Refs #2826 -- remove a no longer needed DSA binding (#3017) by Alex Gaynor · 8 years ago
  90. b28c20c Opaquify RSA and DSA structs in OpenSSL (#3016) by Alex Gaynor · 8 years ago
  91. a8f935b Remove some 0.9.8 cruft from the docs (#3015) by Alex Gaynor · 8 years ago
  92. 4fc052f Fixes #2992 -- clearly link to a key dumping docs in serialization mo… (#3013) by Alex Gaynor · 8 years ago
  93. bfd3744 Use `d` instead of `private_exponent` for consistency (#2991) by Dirkjan Ochtman · 8 years ago
  94. 72a7b9b Use DSAparams_dup in yet another please (#3007) by Alex Gaynor · 8 years ago
  95. c3058a3 Complete the removal of the string '0.9.8' (#3005) by Alex Gaynor · 8 years ago
  96. 4a6b0ed use DSAparams_dup now that we no longer support 0.9.8 (#3006) by Paul Kehrer · 8 years ago
  97. 101c311 Rewrite a comment. (#3004) by Alex Gaynor · 8 years ago
  98. 8feef68 Added function to access and alter opaque DH struct (#2976) by Aviv Palivoda · 8 years ago
  99. b5a8ad9 Remove some more 0.9.8isms from the ssl code (#3001) by Alex Gaynor · 8 years ago
  100. 45c0b74 More cleanup of the EVP module for 0.9.8isms (#3000) by Alex Gaynor · 8 years ago