summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
* Bump for 38.0.3 release (#7761)38.0.3Alex Gaynor2022-11-021-1/+1
* 38.0.2 release (#7691)38.0.2Paul Kehrer2022-10-112-8/+5
* Backport tlv fix, 38.0.1 bump (#7576)38.0.1Paul Kehrer2022-09-071-1/+1
* version bump for 38 release (#7567)38.0.0Paul Kehrer2022-09-061-1/+1
* support setting more PKCS12 serialization encryption options (#7560)Paul Kehrer2022-09-053-6/+149
* add AES128/AES256 classes (#7542)Paul Kehrer2022-08-263-6/+38
* PoC for making key serialization more configurable (#7520)Alex Gaynor2022-08-224-5/+74
* Fix issue #7513 - parsing of RFC4514 strings should reverse the order of RDNs...Alexandre Machado2022-08-161-1/+9
* use the correct way of detecting backend feature (#7509)Alex Gaynor2022-08-151-2/+3
* try `EVP_CIPHER_fetch` due to `EVP_get_cipherbyname` is deprecated in GetCiph...Weizheng Xu2022-08-151-1/+16
* KBKDF: add CounterLocation.MiddleFixed (#7489)Jean Paul Galea2022-08-151-6/+45
* remove bizzare dead code (#7444)Alex Gaynor2022-07-221-3/+1
* feat: drop max password length of 72 characters from 'serialize_ssh_private_k...Andrew Pantuso2022-07-201-6/+0
* Added FixedPool abstraction for use in optimizing various types (#7303)Alex Gaynor2022-07-161-0/+16
* fix copyright year (#7366)Alex Gaynor2022-06-221-1/+1
* Bind functions for dealing with sigalgs (#7349)Jean-Daniel2022-06-191-0/+7
* Expose SSL_OP_IGNORE_UNEXPECTED_EOF (#7321)dreid2022-06-081-0/+9
* X.509/Certificate: Add `tbs_precertificate_bytes` property (#7279)William Woodruff2022-05-312-0/+8
* lazily initialize blinding (#7292)Paul Kehrer2022-05-311-6/+25
* Deprecate support for MD5 and SHA1 signatures in X.509 (#7283)Alex Gaynor2022-05-281-0/+1
* new alpine new python (#7280)Alex Gaynor2022-05-281-1/+3
* Remove register_interface, which was basically unused (#7234)Alex Gaynor2022-05-271-23/+0
* CT: `extensions` -> `extension_bytes` (#7238)William Woodruff2022-05-191-1/+1
* CT: add `SignedCertificateTimestamp.extensions` (#7237)William Woodruff2022-05-201-0/+6
* x509: fix SignedCertificateTimestamp interface (#7235)William Woodruff2022-05-181-1/+1
* x509/CT: expose more SCT internals (#7207)William Woodruff2022-05-131-0/+34
* add binding for PKCS12_set_mac (#7217)Paul Kehrer2022-05-121-0/+5
* Instead of ignoring _openssl with mypy, use a pyi (#7177)Alex Gaynor2022-05-021-0/+8
* Add license headers to files that need them (#7170)Alex Gaynor2022-05-014-0/+16
* Move _CRLREASONFLAGS to be in a sensible place (#7167)Alex Gaynor2022-05-012-18/+11
* Allow loading of RSA-PSS public keys (#7162)Paul Kehrer2022-04-301-0/+13
* Fixes #7127 -- added attr_name_overrides on from_rfc4514_string (#7160)Alex Gaynor2022-04-301-4/+13
* add a a constant for pyOpenSSL with OpenSSL 3 (#7156)Paul Kehrer2022-04-301-0/+7
* Migrate ObjectIdentifier to Rust (#7153)Alex Gaynor2022-04-302-64/+10
* Allow Fernet decryption to accept string tokens (#7116)Robert Coup2022-04-291-8/+16
* Fix parsing of priv keys via pub key APIs to error properly in ossl3 (#7132)Paul Kehrer2022-04-271-2/+19
* Add typings to default_backend() (#7131)Nicolas Haller2022-04-271-1/+2
* final deprecation warnings for 1.1.0 (#7123)Paul Kehrer2022-04-261-1/+1
* reopen for 38 development (#7118)Paul Kehrer2022-04-261-1/+1
* version bump for 37 release (#7085)37.0.0Paul Kehrer2022-04-261-1/+1
* Load RSA PSS keys as regular RSA keys (#7112)Paul Kehrer2022-04-261-0/+19
* Be clear that OpenSSL 1.1.0 is going bye bye (#7108)Alex Gaynor2022-04-221-2/+2
* added octet string tag (#7106)Alex Gaynor2022-04-221-0/+1
* fixes #7081 -- correctly handle escape sequences in RFC4514 strings (#7083)Alex Gaynor2022-04-161-18/+12
* Add support for PSS.AUTO and PSS.DIGEST_LENGTH (#7082)Paul Kehrer2022-04-162-7/+36
* check for invalid keys that RSA_check_key misses (#7080)Paul Kehrer2022-04-161-0/+12
* Implement a parser for RFC4514 strings (#7055)Alex Gaynor2022-04-161-0/+123
* Added a non-public API for setting the tag on an attribute (#7038)Alex Gaynor2022-04-051-5/+21
* serialize certs to pkcs7 (#7034)Paul Kehrer2022-04-042-0/+56
* make ExtensionTypeVar covariant (#7033)Mathias Ertl2022-04-031-1/+3