summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_serialization.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-241-0/+8
* speed up RSA key loading in tests a bit more (#8486)Paul Kehrer2023-03-091-10/+26
* more SSH tests moved to test_ssh (#8001)Paul Kehrer2023-01-061-406/+1
* move ssh tests to a new file (#7982)Paul Kehrer2023-01-051-579/+0
* Update formatting for new ruff (#7937)Alex Gaynor2022-12-261-2/+2
* Switch from flake8 to ruff (#7920)Alex Gaynor2022-12-211-7/+3
* support setting more PKCS12 serialization encryption options (#7560)Paul Kehrer2022-09-051-0/+30
* PoC for making key serialization more configurable (#7520)Alex Gaynor2022-08-221-6/+41
* feat: drop max password length of 72 characters from 'serialize_ssh_private_k...Andrew Pantuso2022-07-201-8/+35
* Use standard function for checking for UnsupportedAlgorithm in tests (#7342)Alex Gaynor2022-06-201-8/+7
* Fix parsing of priv keys via pub key APIs to error properly in ossl3 (#7132)Paul Kehrer2022-04-271-0/+15
* check for invalid keys that RSA_check_key misses (#7080)Paul Kehrer2022-04-161-0/+11
* Disable DSA tests in FIPS mode (#6916)Christian Heimes2022-03-031-0/+24
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-14/+14
* type some more things in the tests (#6614)Paul Kehrer2021-11-171-2/+2
* Run tests/primitives/test_{dh,serialization}.py on BoringSSL (#6589)Alex Gaynor2021-11-121-0/+4
* turn on mypy disallow implicit reexport and fix issues (#6240)Paul Kehrer2021-08-291-1/+1
* FIPS 3.0.0 support (#6012)Paul Kehrer2021-08-291-2/+16
* Remove requires_backend_interface from tests because it was useless (#5884)Alex Gaynor2021-03-011-29/+0
* enable mypy over tests (#5721)Paul Kehrer2021-01-311-5/+15
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Switch black to py36 as the minimum version (#5608)Alex Gaynor2020-12-081-2/+2
* Remove Python2 from CI and code that branched on it (#5607)Alex Gaynor2020-12-081-41/+36
* Fixed DH tests for latest CentOS FIPS OpenSSL (#5604)Alex Gaynor2020-12-081-0/+2
* Reduce granularity of error msging when deserializing keys (#5588)Paul Kehrer2020-11-261-4/+3
* new black, actually slightly different than the old black (#5429)Paul Kehrer2020-08-261-19/+50
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-398/+452
* test FIPS mode on centos8 (#5323)Paul Kehrer2020-07-201-0/+15
* Support OpenSSH private key serialization format (#5146)Marko Kreen2020-06-201-1/+538
* Cleanup serialize (#5149)Marko Kreen2020-05-251-4/+119
* add new branch for unsupported openssh serialization (#4813)Paul Kehrer2019-03-181-1/+10
* add OpenSSH serialization for ed25519 keys (#4808) (#4811)bernhl2019-03-171-0/+11
* support ed25519 openssh public keys (#4785)Paul Kehrer2019-02-271-1/+37
* ed448 support (#4610)Paul Kehrer2019-02-271-0/+64
* ed25519 support (#4114)Paul Kehrer2019-02-261-0/+64
* add support for byteslike password/data to load_{pem,der}_private_key (#4693)Paul Kehrer2019-01-161-0/+49
* Serialization x25519 (#4688)Paul Kehrer2019-01-141-0/+64
* support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer2019-01-131-1/+67
* Dh parameters serialization (#3504)Aviv Palivoda2017-06-241-2/+17
* reverts a change to our exceptions (#3429)Paul Kehrer2017-03-091-17/+8
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-051-7/+14
* enforce password must be bytes when loading PEM/DER asymmetric keys (#3383)Paul Kehrer2017-02-081-0/+39
* Handle two more error conditions correctlyAlex Gaynor2016-04-021-0/+11
* Fixes #2199 -- allow SSH keys to have spaces in their commentsAlex Gaynor2015-08-031-6/+4
* require serialization in asym testsPaul Kehrer2015-06-271-46/+39
* Fixed the deprecation warnings being triggered by the testsAlex Gaynor2015-03-101-6/+6
* support "PKCS1" RSA public keysPaul Kehrer2015-03-051-1/+9
* address review commentsPaul Kehrer2015-02-251-19/+4
* Support for traditional OpenSSL and PKCS8 RSA private key serializationPaul Kehrer2015-02-251-2/+27
* Fixed the use of deprecated names in the serialization testsAlex Gaynor2015-02-241-33/+28