summaryrefslogtreecommitdiff
path: root/src/OpenSSL/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* Drop CI for OpenSSL 1.0.2 (#953)Alex Gaynor2020-10-261-10/+2
* Fixing issue #798 (#907)jalberdi0042020-10-181-1/+4
* Correct typos in crypto.py (#949)Felix Yan2020-10-141-2/+2
* crypto._PassphraseHelper: pass non-callable passphrase using callback (#947)Huw Jones2020-10-121-10/+9
* Allow using additional untrusted certificates for chain building in X509Store...Sándor Oroszi2020-10-121-2/+34
* Allow using an OpenSSL hashed directory for verification in X509Store (#943)Sándor Oroszi2020-09-111-0/+48
* Switch to new notBefore/After APIs (#843)Rosen Penev2020-08-131-6/+6
* Allow accessing a connection's verfied certificate chain (#894)Shane Harvey2020-08-051-1/+41
* Deprecated pkcs7 and pkcs12 support (#921)Alex Gaynor2020-08-051-1/+23
* Paint it Black by the Rolling Stones (#920)Alex Gaynor2020-07-231-97/+151
* Remove asserts (#904)Adrián Chaves2020-03-311-2/+2
* Fix PKey.check for some broken keys (#897)Mrmaxmeier2020-03-111-1/+1
* Make the code slightly resillient to python4 (#880)Alex Gaynor2019-11-181-2/+2
* Removed deprecated Type aliases (#814)Alex Gaynor2019-02-071-71/+0
* Provide a valid digest option (#811)Wayne Werner2019-01-301-1/+1
* add key types consts (#776)Igr2019-01-211-0/+2
* Fixes incorrect rtype in documentation (#802)Gaurav Malhotra2019-01-211-2/+2
* Handle NULL bytes in get_components() values (#804)Romuald Brunet2019-01-211-5/+5
* Update OpenSSL manpage link to x509v3_config (#789)Cyril Stoller2018-08-271-1/+1
* Add note on zero-based certificate version value (#790)Cyril Stoller2018-08-271-1/+2
* X509Store.add_cert no longer raises an error on duplicate cert (#787)Paul Kehrer2018-08-231-1/+10
* Only allocate exponent in the TYPE_RSA path. (#767)David Benjamin2018-06-051-5/+5
* Use autofocus for all module documentation/docstrings (#737)Alex Chan2018-02-151-12/+28
* fix a memory leak and a potential UAF and also #722 (#723)Paul Kehrer2017-11-301-4/+3
* define __all__ to make wildcard import work (#719)Nicolas Karolak2017-11-261-0/+39
* Don't use things after they're freed...duh (#709)Alex Gaynor2017-11-201-9/+36
* Avoid a double call to X509_STORE_CTX_init as it leaks memory (#691)Jeremy Cline2017-09-141-0/+7
* Provide a destructor for the CRL object (#690)Jeremy Cline2017-09-071-1/+1
* (EC)DSA signature fix (#670)Paul Kehrer2017-07-201-3/+4
* Removed the deprecated md5 default on CRL.export() (#652)Alex Gaynor2017-06-301-8/+1
* Kill some commented out code and other cleanups (#649)Alex Gaynor2017-06-301-17/+3
* dump_privatekey with FILETYPE_TEXT only supports RSA keys (#646)Paul Kehrer2017-06-291-0/+6
* add to_cryptography/from_cryptography on CRL and X509Req (#645)Paul Kehrer2017-06-291-0/+66
* Fixed #486 -- deprecate the backwards compat names (#643)Alex Gaynor2017-06-291-10/+51
* Added an API for converting X509 to/from cryptography (#640)Alex Gaynor2017-06-251-0/+32
* update docs and and changelog for #612 (#639)Paul Kehrer2017-06-211-20/+8
* Fix invalid cast from ASN1_TIME to ASN1_GENERALIZEDTIME (#612)Moriyoshi Koizumi2017-06-211-11/+3
* Use the normal OpenSSL function instead of the crypto wrapper (#629)Alex Gaynor2017-05-311-1/+1
* Remove code for checking if EC support is present (#616)Alex Chan2017-04-201-11/+9
* Prepare for 17.0.0 (#615)Hynek Schlawack2017-04-201-1/+1
* Fix broken links in the documentation (#611)Alex Chan2017-03-211-2/+2
* Prevent _PassphraseHelper.raise_if_problem() from eating exceptions (#581)Greg Bowser2017-01-251-6/+8
* Activate intersphinx (#583)Hynek Schlawack2016-12-111-14/+20
* Add the ability to set a custom verification time on X509Store (#567)Thomas Sileo2016-11-221-0/+22
* Clarify error message (#573)Hynek Schlawack2016-11-181-2/+6
* Convert X509ExtTests to use pytest-style tests (#564)Alex Chan2016-11-181-0/+3
* Prepare 16.2.0 (#555)16.2.0Hynek Schlawack2016-10-151-1/+1
* move our cryptography backend import (#552)Paul Kehrer2016-10-061-1/+13
* Test on OpenSSL 1.1.0 with travis. Fixes #524 (#526)Alex Gaynor2016-09-241-0/+2
* fix cffi warnings for proper buffer types (#545)Paul Kehrer2016-09-201-1/+1