summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-246-9/+48
* Convert HMAC to Rust (#8781)Alex Gaynor2023-04-222-1/+5
* Convert hashes to Rust (#8775)Alex Gaynor2023-04-211-1/+0
* add support for aes256-gcm@openssh.com decryption for SSH keys (#8738)Paul Kehrer2023-04-151-1/+44
* 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-241-3/+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
* speed up RSA key loading in tests a bit more (#8486)Paul Kehrer2023-03-092-13/+29
* refactor PBKDF2HMAC test vectors and skip one test (#8467)Paul Kehrer2023-03-062-32/+20
* 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
* 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-062-43/+44
* 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-204-33/+29
* 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
* 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-263-7/+7
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-2137-85/+57
* 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
* Remove SHA1 signatures support from PKCS7 (#7734)Alex Gaynor2022-10-222-12/+0
* Convert basic PKCS7 generation to Rust (#7700)Alex Gaynor2022-10-121-1/+1
* add unsafe_skip_rsa_key_validation (#7667)Paul Kehrer2022-10-031-10/+6
* Handle error generating DH params with very very large key size (#7666)Alex Gaynor2022-10-011-0/+4
* handle AESSIV empty byte strings on encrypt/decrypt (#7644)Paul Kehrer2022-09-241-1/+11
* fixes #7179 -- remove deprecated from_encoded_point (#7572)Alex Gaynor2022-09-071-69/+1
* support setting more PKCS12 serialization encryption options (#7560)Paul Kehrer2022-09-052-0/+182
* add AES128/AES256 classes (#7542)Paul Kehrer2022-08-262-0/+44
* PoC for making key serialization more configurable (#7520)Alex Gaynor2022-08-221-6/+41
* KBKDF: add CounterLocation.MiddleFixed (#7489)Jean Paul Galea2022-08-152-10/+320
* feat: drop max password length of 72 characters from 'serialize_ssh_private_k...Andrew Pantuso2022-07-201-8/+35
* Added OCB vectors from openssl (#7401)Alex Gaynor2022-07-051-0/+1
* Use standard function for checking for UnsupportedAlgorithm in tests (#7342)Alex Gaynor2022-06-202-11/+13
* lazily initialize blinding (#7292)Paul Kehrer2022-05-311-0/+26