summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_ssh.py
Commit message (Expand)AuthorAgeFilesLines
* add support for aes256-gcm@openssh.com decryption for SSH keys (#8738)Paul Kehrer2023-04-151-1/+44
* Enforce max number of SSH certificate principals (#8376)Jake2023-02-231-0/+4
* add support for centos9-fips (#8216)Paul Kehrer2023-02-061-2/+8
* deprecate the rest of DSA support for SSH (#8013)Paul Kehrer2023-01-091-70/+100
* 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-061-0/+407
* move ssh tests to a new file (#7982)Paul Kehrer2023-01-051-0/+604