summaryrefslogtreecommitdiff
path: root/tests/hazmat
Commit message (Expand)AuthorAgeFilesLines
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-247-41/+49
* Convert HMAC to Rust (#8781)Alex Gaynor2023-04-222-1/+5
* Convert hashes to Rust (#8775)Alex Gaynor2023-04-211-1/+0
* drop libressl 3.5.x support (#8741)Paul Kehrer2023-04-161-2/+1
* add support for aes256-gcm@openssh.com decryption for SSH keys (#8738)Paul Kehrer2023-04-151-1/+44
* Remove unused parameter (#8707)Alex Gaynor2023-04-111-10/+0
* Convert ed448 to Rust (#8705)Alex Gaynor2023-04-111-0/+3
* Convert ed25519 to Rust (#8697)Alex Gaynor2023-04-101-0/+3
* Added extra test cases for Ed25519 serialization (#8703)Alex Gaynor2023-04-101-0/+12
* support equality checks on all public asymmetric key types (#8700)Paul Kehrer2023-04-108-1/+136
* Upgrade to pyo3 0.18 (#6935)Alex Gaynor2023-03-241-1/+1
* drop support for openssl < 1.1.1d (#8449)Paul Kehrer2023-03-243-175/+1
* Migrate x25519 to use rust-openssl (#7933)Alex Gaynor2023-03-241-1/+46
* Added support for handling python buffers in Rust code (#8556)Alex Gaynor2023-03-211-0/+25
* Simplify/unify Rust and Python OpenSSL error handling (#8552)Alex Gaynor2023-03-201-2/+1
* fix logic for this skip (#8542)Alex Gaynor2023-03-181-1/+1
* skip memleak tests on pypy (#8540)Alex Gaynor2023-03-181-2/+4
* Support handling OpenSSL errors from Rust code (#8530)Alex Gaynor2023-03-161-1/+25
* Ressurect the PoC of OpenSSL from Rust (#7164)Alex Gaynor2023-03-151-22/+32
* speed up RSA key loading in tests a bit more (#8486)Paul Kehrer2023-03-093-20/+38
* refactor PBKDF2HMAC test vectors and skip one test (#8467)Paul Kehrer2023-03-062-32/+20
* remove memleak tests for x509 paths that no longer use openssl (#8461)Paul Kehrer2023-03-061-162/+0
* double the speed of our rsa tests (#8458)Paul Kehrer2023-03-061-121/+243
* 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
* fix some binding declarations (#8273)Paul Kehrer2023-02-121-17/+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-063-45/+52
* add support for bytes-like objects in data and associated_data in aead algori...Mat2023-02-021-2/+14
* 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-205-34/+30
* 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-264-8/+8
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-2139-87/+58
* new libressl release (#7911)Alex Gaynor2022-12-201-1/+4
* Bump OpenSSL/BoringSSL and adapt for OpenSSL RSA bleichenbacher mitigation (#...Alex Gaynor2022-12-141-2/+3
* Update invalid EC key test for compatibility with upcoming OpenSSL changes (#...Nicola Tuveri2022-11-271-1/+3
* 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
* remove memleak tests that no longer exercise openssl code (#7740)Alex Gaynor2022-10-231-46/+0