- 182eb15 Fix KeyType.can_do() for DH+FFDH by Manuel Pégourié-Gonnard · 2 years ago
- 636d857 Shorten DH_FAMILY just like ECC_FAMILY by Manuel Pégourié-Gonnard · 2 years ago
- afe4b79 Enable DH in generate_psa_tests.py by Manuel Pégourié-Gonnard · 2 years ago
- 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 79f14e3 Give proper Dict type hints in crypto_knowledge.py by David Horstmann · 2 years, 6 months ago
- f6c6b64 A key agreement cannot be chained with PSA_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 7 months ago
- 72f4156 Refactoring: new method Algorithm.is_valid_for_operation by Gilles Peskine · 2 years, 7 months ago
- 7cd1ebe Merge pull request #6296 from gilles-peskine-arm/test_data_generation-pr_6093_followup by Janos Follath · 2 years, 9 months ago
- 15997bd Use relative imports when importing other modules in the same directory by Gilles Peskine · 2 years, 10 months ago
- 08d34b8 Add an EC J-PAKE KDF to transform K -> SHA256(K.X) for TLS 1.2 by Andrzej Kurek · 3 years ago
- dce7d8f Rename and document mac_or_tag_lengths -> permitted_truncations by Gilles Peskine · 3 years, 3 months ago
- 2773f26 Fix digits in octal constant by Gilles Peskine · 3 years, 3 months ago
- ac17ec4 Public keys can't be used as private-key inputs to key agreement by Gilles Peskine · 3 years, 4 months ago
- 4bd90dc Don't exercise OAEP with small key and large hash by Gilles Peskine · 3 years, 4 months ago
- 7095d47 Reject block cipher modes that are not implemented in Mbed TLS by Gilles Peskine · 3 years, 4 months ago
- e3a0890 Reject invalid MAC and AEAD truncations by Gilles Peskine · 3 years, 4 months ago
- c47d3a4 64-bit block ciphers are incompatible with some modes by Gilles Peskine · 3 years, 4 months ago
- e6b85b4 Storage format tests: exercise operations with keys by Gilles Peskine · 3 years, 4 months ago
- 16b2506 Abbreviate descriptions of generated PSA storage tests by Gilles Peskine · 3 years, 4 months ago
- e8e058c Unify the code to shorten expressions by Gilles Peskine · 3 years, 4 months ago
- fa70ced Remove ad hoc is_valid_for_signature method by Gilles Peskine · 3 years, 4 months ago
- e630095 Test attempts to use a public key for a private-key operation by Gilles Peskine · 4 years, 2 months ago
- a401386 A key agreement algorithm can contain a key derivation by Gilles Peskine · 4 years, 2 months ago
- 8345d63 Add knowledge of the compatibility of key types and algorithms by Gilles Peskine · 4 years, 2 months ago
- ee7554e Add knowledge of algorithms by Gilles Peskine · 4 years, 2 months ago
- b9dbb7f Add missing type annotation by Gilles Peskine · 4 years, 2 months ago
- f73f896 Use regexp pattern instaed of string by gabor-mezei-arm · 4 years ago
- 6f7282b Keep the imported classes sorted by gabor-mezei-arm · 4 years ago
- 2784bfe Move key type validation to crypto_knowledge by gabor-mezei-arm · 4 years ago
- 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 1 month ago
- 4d0b089 Fix KeyType with parameters passed in the name argument by Gilles Peskine · 4 years, 3 months ago
- b12de9f Add new key types to crypto_knowledge.py by Manuel Pégourié-Gonnard · 4 years, 2 months ago
- a00abc6 Consistently describe Ed25519 as a 255-bit curve by Gilles Peskine · 4 years, 4 months ago
- 6754680 New elliptic curve family: twisted Edwards by Gilles Peskine · 4 years, 4 months ago
- f8223ab Cover all key types by Gilles Peskine · 4 years, 4 months ago
- d75adfc KeyType: do a sanity check on the key type expression by Gilles Peskine · 4 years, 5 months ago
- fa3c69a Improve documentation of crypto_knowledge.KeyType by Gilles Peskine · 4 years, 5 months ago
- 0ac258e Don't consider secp192r1 by Gilles Peskine · 4 years, 5 months ago
- 6f6483f New module for key material for asymmetric key types by Gilles Peskine · 4 years, 5 months ago
- 397b028 Create sample key material for symmetric keys by Gilles Peskine · 4 years, 5 months ago
- df63968 Enumerate sizes to test for each key type by Gilles Peskine · 4 years, 5 months ago
- 0156a15 Framework for knowledge about key types by Gilles Peskine · 4 years, 5 months ago