summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
...
* Handle error generating DH params with very very large key size (#7666)Alex Gaynor2022-10-011-1/+3
* support compilation against openssl 3 with no legacy provider (#7650)Paul Kehrer2022-09-262-30/+63
* mark verify_interface with a deprecation comment (#7649)Paul Kehrer2022-09-251-0/+3
* Make verify_interface a no-op (#7648)Alex Gaynor2022-09-251-29/+3
* handle AESSIV empty byte strings on encrypt/decrypt (#7644)Paul Kehrer2022-09-241-0/+2
* Warn users on 32-bit Pythons on 64-bit windows. (#7641)Alex Gaynor2022-09-241-1/+15
* A handful of small internal typing improvements (#7625)Alex Gaynor2022-09-181-6/+9
* remove consume_errors that are no longer required (#7620)Alex Gaynor2022-09-181-10/+0
* Remove reimplementation of OpenSSL function in DHX (#7611)Alex Gaynor2022-09-143-4/+4
* Move to a libressl policy (#7605)Alex Gaynor2022-09-132-23/+0
* use fixed pool to improve perf of aead ChaCha20Poly1305 (#7601)Paul Kehrer2022-09-122-16/+83
* Remove destroy from FixedPool (#7602)Alex Gaynor2022-09-111-1/+0
* Final set of cleanups to comments and bindings for dropping OpenSSL 1.1.0 (#7...Alex Gaynor2022-09-111-6/+6
* simplify code now that we're >=1.1.1 only (#7595)Alex Gaynor2022-09-111-3/+1
* remove outdated comments and simplify code (#7594)Alex Gaynor2022-09-111-5/+3
* Remove pyOpenSSL fallback. (#7590)Alex Gaynor2022-09-113-62/+0
* fixes #7109 -- update final comments for having dropped 1.1.0 (#7591)Alex Gaynor2022-09-112-6/+6
* Remove deprecated support for x.509 signing with SHA1 and MD5 (#7573)Alex Gaynor2022-09-071-1/+0
* fixes #7179 -- remove deprecated from_encoded_point (#7572)Alex Gaynor2022-09-072-46/+0
* Increase our minimum LibreSSL. (#7571)Alex Gaynor2022-09-071-7/+0
* Drop OpenSSL 1.1.0 (#7570)Alex Gaynor2022-09-073-29/+1
* reopen main for 39 dev (#7568)Paul 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