summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* raise UnsupportedAlgorithm instead of ValueError in x509 builder sign (#8397)Paul Kehrer2023-02-263-9/+17
* fixes #8298 -- correctly generate content-type header in PKCS#7 SMIME (#8389)Alex Gaynor2023-02-261-5/+20
* Enforce max number of SSH certificate principals (#8376)Jake2023-02-231-0/+4
* Add shortcut methods for exporting EC keys as raw bytes (#8357)David Buchanan2023-02-224-0/+23
* update to latest pytest-subtests and add the new flag (#8301)Paul Kehrer2023-02-161-0/+6
* fix some binding declarations (#8273)Paul Kehrer2023-02-121-17/+0
* Disallow wildcards in DNSName for name constraints (#8272)gbansaghi2023-02-121-0/+22
* remove verify_interface (#8260)Paul Kehrer2023-02-101-20/+0
* fix some pytest warnings (#8245)Paul Kehrer2023-02-081-2/+2
* Don't allow update_into to mutate immutable objects (#8230)Alex Gaynor2023-02-071-0/+8
* add support for centos9-fips (#8216)Paul Kehrer2023-02-065-57/+80
* don't run dsa wycheproof without dsa (#8201)Alex Gaynor2023-02-021-0/+4
* add support for bytes-like objects in data and associated_data in aead algori...Mat2023-02-021-2/+14
* Use Rust for CRL::is_signature_valid (#8162)Alex Gaynor2023-01-291-0/+7
* Remove repeated hex conversion of tag in AES GCM tests (#8126)Alex Gaynor2023-01-241-6/+6
* Style fixes for latest ruff (#8120)Alex Gaynor2023-01-234-17/+17
* Use the ruff 'pyupgrade' checks (#8104)Alex Gaynor2023-01-2012-51/+44
* fix a math mistake in a comment (#8046)Paul Kehrer2023-01-121-1/+2
* Add Certificate.verify_signed_by (#8011)Paul Kehrer2023-01-121-2/+233
* fixes #8035 -- added a test for loading a cert with another PEM block contain...Alex Gaynor2023-01-121-0/+7
* deprecate the rest of DSA support for SSH (#8013)Paul Kehrer2023-01-092-73/+106
* deprecate support for DSA in load_ssh_public_key (#8009)Paul Kehrer2023-01-081-5/+20
* switch to using integers for valid_after/valid_before in SSH certs (#8007)Paul Kehrer2023-01-081-44/+48
* SSHCertificateBuilder (#8004)Paul Kehrer2023-01-081-6/+425
* Use the more modern OpenSSL incantation in tests (#8005)Alex Gaynor2023-01-082-4/+4
* support SSH certificate parsing (#7960)Paul Kehrer2023-01-071-0/+229
* more SSH tests moved to test_ssh (#8001)Paul Kehrer2023-01-062-406/+408
* move ssh tests to a new file (#7982)Paul Kehrer2023-01-052-579/+604
* Update formatting for new ruff (#7937)Alex Gaynor2022-12-268-15/+15
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-2155-113/+67
* new libressl release (#7911)Alex Gaynor2022-12-201-1/+4
* Bump OpenSSL/BoringSSL and adapt for OpenSSL RSA bleichenbacher mitigation (#...Alex Gaynor2022-12-142-7/+18
* x509: add `load_pem_x509_certificates` (#7878)William Woodruff2022-12-051-0/+25
* Update invalid EC key test for compatibility with upcoming OpenSSL changes (#...Nicola Tuveri2022-11-271-1/+3
* Add *_SHA3 signature algorithms to OID <-> hash map (#7819)jeanluc2022-11-171-0/+2
* Clear out some dead code from the OS random engine, now that macOS 10.12 is o...Alex Gaynor2022-11-161-1/+1
* Test against OpenSSL master in CI (#7770)Alex Gaynor2022-11-041-1/+1
* Update CI for py3.11 release (#7743)Alex Gaynor2022-10-261-4/+4
* remove memleak tests that no longer exercise openssl code (#7740)Alex Gaynor2022-10-231-46/+0
* In memleak test, track reallocs of startup pointers (#7379) (#7739)Peter Williams2022-10-231-5/+25
* Remove SHA1 signatures support from PKCS7 (#7734)Alex Gaynor2022-10-222-12/+0
* Make sure that one of full_name, relative_name or crl_issuer is set in distri...Mathias Ertl2022-10-151-0/+4
* add support for creating OCSP requests with precomputed hashes (#7706)Paul Kehrer2022-10-131-1/+66
* Convert basic PKCS7 generation to Rust (#7700)Alex Gaynor2022-10-121-1/+1
* add unsafe_skip_rsa_key_validation (#7667)Paul Kehrer2022-10-035-24/+16
* Handle error generating DH params with very very large key size (#7666)Alex Gaynor2022-10-011-0/+4
* support compilation against openssl 3 with no legacy provider (#7650)Paul Kehrer2022-09-261-1/+7
* Make verify_interface a no-op (#7648)Alex Gaynor2022-09-251-62/+2
* handle AESSIV empty byte strings on encrypt/decrypt (#7644)Paul Kehrer2022-09-241-1/+11
* Remove destroy from FixedPool (#7602)Alex Gaynor2022-09-111-12/+4