summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add TLSv1.3 PSKs function bindings (#7002)可可熊2022-04-031-0/+13
* SIV support (#7029)Paul Kehrer2022-04-023-10/+127
* small refactors for upcoming SIV support (#7028)Paul Kehrer2022-04-022-15/+17
* add new bindings for OpenSSL 3.0.0 cipher fetching/freeing (#7027)Paul Kehrer2022-04-031-0/+5
* we documented this as 2**31 - 1, enforce it at the right spot (#7025)Paul Kehrer2022-04-021-8/+8
* fixes #7005 -- check if public keys are at infinity earlier (#7020)Alex Gaynor2022-04-021-0/+13
* support 12-15 byte nonce sizes in OCB3 (#7011)Paul Kehrer2022-03-291-2/+2
* Serialize PKCS12 CA alias/friendlyName (#6910)ajoino2022-03-292-4/+31
* Try removing the SSL_library_init call in initialization (#6986)Alex Gaynor2022-03-211-2/+0
* enforce that GeneralSubtrees for NameConstraints must be None or non-empty (#...Alex Gaynor2022-03-201-0/+8
* Dedicated check for signature hash algorithms (#6931)Christian Heimes2022-03-181-2/+12
* Remove initialization call that's not required in 1.1.0+ (#6952)Alex Gaynor2022-03-131-2/+0
* Convert some old-style formatting to f strings (#6945)Alex Gaynor2022-03-134-16/+14
* fixes #6927 -- handle negative return values from openssl (#6928)Alex Gaynor2022-03-041-1/+1
* Added OID for #6920 (#6925)sanchayanghosh2022-03-031-0/+1
* fixes #6809 -- deprecate 4 legacy ciphers (#6922)Alex Gaynor2022-03-022-7/+47
* Disable DSA tests in FIPS mode (#6916)Christian Heimes2022-03-031-0/+5
* refactor utils.deprecated to be more mypy friendly (#6923)Alex Gaynor2022-03-031-2/+7
* Begin deprecation process for Python 3.6 (#6913)Alex Gaynor2022-03-011-0/+12
* allow ed pk12, better tests (#6865)whiteowl32022-02-271-1/+6
* Don't explicitly define __ne__ any longer (#6908)Alex Gaynor2022-02-2710-195/+0
* Add types for padding.PSS class. (#6882)Jonathan Slenders2022-02-232-13/+22
* Block TripleDES in FIPS mode (#6879)Christian Heimes2022-02-221-7/+6
* Make a branch more specific now that libressl 3.4 is out (#6876)Alex Gaynor2022-02-161-2/+1
* refs #6835 -- added oid constants for SHA3 signatures (#6850)Alex Gaynor2022-02-071-0/+8
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-3026-68/+68
* Format for new black (#6828)Alex Gaynor2022-01-298-12/+12
* Basic support for multiple SINGLERESP messages in one OCSP response, take 2 (...turettn2022-01-031-0/+66
* type a context manager and its helper (#6781)Paul Kehrer2022-01-031-2/+2
* more pointless typing to improve metrics (#6780)Paul Kehrer2022-01-031-13/+20
* more internal typing for ssh (#6779)Paul Kehrer2022-01-031-25/+63