summaryrefslogtreecommitdiff
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #8316 -- correct docstring (#8318)Alex Gaynor2023-02-171-1/+1
* Disallow wildcards in DNSName for name constraints (#8272)gbansaghi2023-02-121-2/+15
* Added type annotations for more things in backend (#8265)Alex Gaynor2023-02-113-22/+31
* Remove now-unused bindings (#8264)Alex Gaynor2023-02-111-10/+0
* Simplify X25519 key loading (#8263)Alex Gaynor2023-02-112-73/+23
* remove verify_interface (#8260)Paul Kehrer2023-02-101-11/+0
* Don't allow update_into to mutate immutable objects (#8230)Alex Gaynor2023-02-071-1/+1
* add support for centos9-fips (#8216)Paul Kehrer2023-02-061-0/+9
* add support for bytes-like objects in data and associated_data in aead algori...Mat2023-02-022-17/+24
* Update style for new black (#8185)Alex Gaynor2023-01-312-3/+0
* Several cleanups to the backend: (#8166)Alex Gaynor2023-01-301-12/+10
* Use Rust for CRL::is_signature_valid (#8162)Alex Gaynor2023-01-291-35/+0
* Use Rust for CSR::is_signature_valid (#8161)Alex Gaynor2023-01-291-23/+0
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-2019-72/+66
* rename variable to make sense (#8080)Alex Gaynor2023-01-171-3/+3
* Add Certificate.verify_signed_by (#8011)Paul Kehrer2023-01-121-0/+8
* remove the last vestiges of sha1 out of pkcs7 (#8032)Paul Kehrer2023-01-091-2/+1
* deprecate the rest of DSA support for SSH (#8013)Paul Kehrer2023-01-091-0/+22
* deprecate support for DSA in load_ssh_public_key (#8009)Paul Kehrer2023-01-082-43/+27
* switch to using integers for valid_after/valid_before in SSH certs (#8007)Paul Kehrer2023-01-081-33/+21
* SSHCertificateBuilder (#8004)Paul Kehrer2023-01-082-0/+413
* support SSH certificate parsing (#7960)Paul Kehrer2023-01-072-1/+279
* small refactor in ssh for key type (#7983)Paul Kehrer2023-01-051-20/+23
* Last step in deprecating 3.6 (#7961)Alex Gaynor2023-01-031-2/+1
* reopen for 40 (#7955)Paul Kehrer2023-01-021-1/+1
* 39.0.0 version bump (#7954)39.0.0Paul Kehrer2023-01-011-1/+1
* Replace more deprecated `abstractproperty` (#7944)Viicos2022-12-284-11/+22
* src/_cffi_src/openssl/evp.py: export EVP_PKEY_set_alias_type in FUNCTIONS (#7...hustliyilin2022-12-281-0/+9
* Typo fixes (#7942)Alex Gaynor2022-12-281-1/+1
* Replace deprecated `abstractproperty` (#7943)Viicos2022-12-279-92/+184
* Update formatting for new ruff (#7937)Alex Gaynor2022-12-264-15/+15
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-2147-113/+48
* Remove binding for X509_STORE_get_get_issuer (#7918)David Benjamin2022-12-201-1/+0
* x509: add `load_pem_x509_certificates` (#7878)William Woodruff2022-12-053-0/+9
* a few more mypy flags and fixes (#7877)Paul Kehrer2022-12-044-4/+4
* Annotate a few more functions (#7876)Alex Gaynor2022-12-047-7/+13
* Refs #7843 -- update py36 deprecation message (#7844)Alex Gaynor2022-11-251-2/+3
* Rewrite PKCS7 signature generation in Rust (#7729)Alex Gaynor2022-11-253-105/+55
* LibreSSL 3.7 adds support for Ed25519 (#7803)Theo Buehler2022-11-221-1/+1
* Add *_SHA3 signature algorithms to OID <-> hash map (#7819)jeanluc2022-11-171-0/+8
* update for new mypy (with more accurate typing) (#7785)Alex Gaynor2022-11-081-1/+3
* Update minimum LibreSSL to 3.5 (#7780)Alex Gaynor2022-11-072-11/+3
* Revert workaround for yanked OpenSSL (#7765)Alex Gaynor2022-11-031-4/+1
* Remove SHA1 signatures support from PKCS7 (#7734)Alex Gaynor2022-10-221-1/+0
* Make sure that one of full_name, relative_name or crl_issuer is set in distri...Mathias Ertl2022-10-151-6/+5
* add support for creating OCSP requests with precomputed hashes (#7706)Paul Kehrer2022-10-131-4/+40
* Convert basic PKCS7 generation to Rust (#7700)Alex Gaynor2022-10-123-50/+11
* fixes #7454 -- added SSL_get_extms_support (#7697)Alex Gaynor2022-10-121-0/+5
* upgrade some openssls in CI (#7690)Paul Kehrer2022-10-111-2/+4
* add unsafe_skip_rsa_key_validation (#7667)Paul Kehrer2022-10-034-21/+69