summaryrefslogtreecommitdiff
path: root/src/OpenSSL/crypto.py
Commit message (Expand)AuthorAgeFilesLines
* remove X509StoreFlags.NOTIFY_POLICY (#1213)Paul Kehrer2023-04-211-1/+0
* Reject invalid versions in X509Req.set_version (#1208)Alex Gaynor2023-04-011-0/+6
* port changelog (#1205)Paul Kehrer2023-03-271-1/+8
* Fix CI (#1185)Maximilian Hils2023-02-131-2/+0
* fixes #1173 (#1174)Alex Gaynor2022-12-291-1/+2
* Fix CRL nextUpdate handling. (#1169)David Benjamin2022-12-161-9/+33
* Fix some memory leaks in CRL.export (#1170)David Benjamin2022-12-161-8/+11
* Add support for X509_V_FLAG_PARTIAL_CHAIN (#1166)vEpiphyte2022-12-151-0/+1
* Switch to the new utils.deprecation spelling (#1140)David Benjamin2022-08-131-2/+4
* Make `X509StoreContextError`'s message friendlier (#1133)William Woodruff2022-07-071-7/+11
* Fix incorrect documentation on X509Req.set_version #1130 (#1131)Amir Omidi2022-06-281-1/+1
* Add inline type annotations (#1089)lovetox2022-05-201-192/+274
* Handle no expire date in X509.has_expire() (#1083)lovetox2022-05-131-1/+4
* Fix X.509 version handling. (#1123)David Benjamin2022-05-121-1/+1
* remove more global initialization that isn't required on modern openssl (#1108)Alex Gaynor2022-03-131-16/+0
* Remove call that hasn't been required since OpenSSL 1.1.0 (#1107)Alex Gaynor2022-03-131-5/+0
* Changed load_crl doc comment return to CRL (#1105)Oscar Mattsson2022-03-031-1/+1
* flake8-import-order (#1099)whiteowl32022-03-021-5/+6
* don't block ec/ed keys from_cryptography_key() (#1096)whiteowl32022-02-261-2/+11
* Stop passing backend to cryptography (#1094)Alex Gaynor2022-02-131-23/+5
* Use a non-deprecated OpeNSSL function (#1093)Alex Gaynor2022-02-131-4/+4
* X509Name: Raise AttributeError correctly (#1088)lovetox2022-01-301-1/+1
* X509Name: Use functools.totalordering for comparisons (#1086)lovetox2022-01-301-16/+10
* Don’t inherit from object (#1084)lovetox2022-01-301-16/+16
* Remove superfluous isinstance() call (#1087)lovetox2022-01-301-3/+2
* latest black (#1082)Paul Kehrer2022-01-291-1/+1
* Docs: Fix param type for methods where digest is used (#1078)lovetox2022-01-291-5/+5
* Rename path_string to path_bytes since that's what it actually does (#1067)Alex Gaynor2021-12-201-3/+3
* Remove native, it's behavior is confusing (#1069)Alex Gaynor2021-12-201-14/+11
* use more functions guaranteed available in cryptography 35.0 (#1060)Paul Kehrer2021-11-041-10/+10
* py27 going, going, gone (#1047)Paul Kehrer2021-10-041-26/+18
* use public interfaces for all cryptography<->pyopenssl translations (#1030)Paul Kehrer2021-07-251-26/+50
* remove CB_ISSUER_CHECK (#982)Rosen Penev2021-02-201-1/+0
* fix a memleak (#967)Paul Kehrer2020-11-271-1/+12
* 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