- 7d54f66 Miscellaneous coding style fixes by Ronald Cron · 4 years, 9 months ago
- 19daca9 Prefer persistent over permanent by Ronald Cron · 4 years, 9 months ago
- 77c89f5 Fix several typos by Ronald Cron · 4 years, 9 months ago
- a5b894f psa: mgmt: Add key slot reuse by Ronald Cron · 4 years, 10 months ago
- 0c3752a psa: slot mgmt: Add unaccessed slots counter in stats by Ronald Cron · 4 years, 9 months ago
- 54b9008 psa: Forbid creation/registration of keys in vendor range by Ronald Cron · 4 years, 9 months ago
- 65f38a3 Add key id check when creating a volatile key by Ronald Cron · 4 years, 10 months ago
- d98059d psa: Fix tests/handling of lifetime incompatible with location by Ronald Cron · 4 years, 10 months ago
- f1ff9a8 tests: psa: Use PSA_KEY_LIFETIME_IS_VOLATILE where it should by Ronald Cron · 4 years, 10 months ago
- 390f607 Add tests checking owner of volatile keys by Ronald Cron · 4 years, 10 months ago
- fc9c556 Forbid volatile key identifiers for non volatile keys by Ronald Cron · 4 years, 10 months ago
- f67aefe tests: slot mgmt: Add psa_purge_key testing by Ronald Cron · 4 years, 10 months ago
- 994b805 tests: slot mgmt: Fix test data by Ronald Cron · 4 years, 10 months ago
- e7e86cf tests: slot mgmt: Rename ways of invalidating keys by Ronald Cron · 4 years, 10 months ago
- 3930997 tests: slot mgmt: Add purge checks in volatile key lifecycle test by Ronald Cron · 4 years, 10 months ago
- 5425a21 tests: Adapt PSA tests to openless APIs by Ronald Cron · 5 years ago
- c3623db State PSA_CRYPTO_KEY_ID_ENCODES_OWNER and USE_PSA_CRYPTO incompatibility by Ronald Cron · 4 years, 9 months ago
- e4f6d5c tests: Fix persistent slot lifecycle tests by Ronald Cron · 4 years, 9 months ago
- 4184107 tests: Fix checks of volatile key identifier by Ronald Cron · 4 years, 11 months ago
- 432e19c tests: Fix error codes when using "invalid" handles by Ronald Cron · 4 years, 11 months ago
- 2d52eb2 tests: Fix invalid key identifier error code by Ronald Cron · 4 years, 11 months ago
- c4d1b51 Define handles as key identifiers by Ronald Cron · 5 years ago
- 47a8561 Introduce psa_key_handle_equal inline function by Ronald Cron · 5 years ago
- c26f8d4 Introduce psa_key_handle_is_null inline function by Ronald Cron · 5 years ago
- 91e9515 Introduce PSA_KEY_HANDLE_INIT macro by Ronald Cron · 5 years ago
- a455e71 Merge pull request #3780 from stevew817/feature/validate_key_in_driver by Gilles Peskine · 4 years, 9 months ago
- 40120f6 Address review comments by Steven Cooreman · 4 years, 9 months ago
- c4813a6 Rename 'keygen' to 'key management' by Steven Cooreman · 4 years, 10 months ago
- 5ef72d2 Style and typos by Johan Pascal · 4 years, 9 months ago
- 20c7db3 API modified so server side can get mki value by Johan Pascal · 4 years, 9 months ago
- 1040315 style by Johan Pascal · 4 years, 10 months ago
- 9bc50b0 Test check the key material exported match - include interop with openssl client by Johan Pascal · 4 years, 11 months ago
- 39cfd3b interop test: openssl generate the DTLS-SRTP keys by Johan Pascal · 4 years, 11 months ago
- 43f9490 SRTP profiles definition use macros only by Johan Pascal · 4 years, 11 months ago
- 9bc97ca SRTP-DTLS protection profile configuration list not copied into ssl_config by Johan Pascal · 4 years, 11 months ago
- 5d991c9 Force IPv4 in gnutls_cli srtp tests by Ron Eldor · 7 years ago
- 2b3dfe4 Force IPv6 for DTLS interop tests with gnutls-cli by Ron Eldor · 7 years ago
- 3c6a44b Add interop tests by Ron Eldor · 7 years ago
- b465539 Add tests and code to support by Ron Eldor · 7 years ago
- 935b4f9 Merge pull request #3407 from RcColes/development by Gilles Peskine · 4 years, 9 months ago
- 2d0b723 Merge pull request #3712 from jdurkop/psa-crypto-config-ecdsa-3670 by Gilles Peskine · 4 years, 9 months ago
- e7012c7 Cleaned up test_psa_crypto_config_no_driver based on review comments by John Durkop · 4 years, 9 months ago
- 0452476 Implement, plug in and test validate_key driver entry point by Steven Cooreman · 4 years, 10 months ago
- 01fc209 Merge pull request #3748 from torstenes/3740_PSA_key_storage_systematically_store_bits by Gilles Peskine · 4 years, 9 months ago
- 821f291 Ensure that all test vectors only contain one error. by Torstein Nesse · 4 years, 10 months ago
- 8ac0b80 Rename test_psa_want_ecdsa_disabled_softare by John Durkop · 4 years, 10 months ago
- 4377bf7 Added new PSA crypto config test with no test driver by John Durkop · 4 years, 10 months ago
- 28baa1f Fixed test_psa_want_ecdsa_disabled_software to use proper macros by John Durkop · 4 years, 10 months ago
- 1b275cc Merge pull request #3772 from frestr/bugfix/ccm_add_length by Gilles Peskine · 4 years, 10 months ago
- 176fca0 Merge pull request #3793 from daverodgman/ccm_test_memory_fix by Gilles Peskine · 4 years, 10 months ago
- ec32a74 Merge pull request #3799 from d3zd3z/fixchar by Gilles Peskine · 4 years, 10 months ago
- b7eaa77 Merge pull request #3743 from stevew817/bugfix/use_ecdh_key_in_streamlined_derivation by Gilles Peskine · 4 years, 10 months ago
- d924655 Update changelog entry, format specification, and correct test vectors by Torstein Nesse · 4 years, 10 months ago
- 8bf9097 Merge pull request #3696 from jdurkop/psa-support-data-storage-3289 by Ronald Cron · 4 years, 10 months ago
- 60ca77c Merge pull request #3730 from gilles-peskine-arm/psa_generate_key-curve25519 by Ronald Cron · 4 years, 10 months ago
- c744418 Add context-info.sh to linked tests by David Brown · 4 years, 10 months ago
- 3bea9f6 Add a context-info.sh test for 0xFF chars by David Brown · 4 years, 10 months ago
- 995c66f Build: Add MBEDTLS_TARGET_PREFIX by Raef Coles · 4 years, 10 months ago
- 135ce69 Updated value of expected key size when not using test_size_function by John Durkop · 4 years, 10 months ago
- badd89f Added specific key size values for a test driver by John Durkop · 4 years, 10 months ago
- 2c61835 Add support for PSA crypto driver size_function by John Durkop · 4 years, 11 months ago
- fa5e631 Apply review feedback by Steven Cooreman · 4 years, 10 months ago
- 0ea39e0 Correct use of MBEDTLS_PSA_BUILTIN_ALG_xxx in crypto library by John Durkop · 4 years, 10 months ago
- 2e68034 Fix memory allocation in ccm tests by Dave Rodgman · 4 years, 10 months ago
- 8f24a8b Merge pull request #3595 from gilles-peskine-arm/cert-gen-cleanup-202008-development by Ronald Cron · 4 years, 10 months ago
- 7b45313 Updates to fix check-names and all.sh tests after review by John Durkop · 4 years, 10 months ago
- dd544e1 Fixed comments and test message output for new PSA tests by John Durkop · 4 years, 10 months ago
- 5e940c6 Fix additional data length field check for CCM by Fredrik Strupe · 4 years, 10 months ago
- 162a110 Changes PSA key storage format to include key bits by Torstein Nesse · 4 years, 10 months ago
- 72ca397 Merge pull request #3723 from frestr/bugfix/invalid_argument_on_invalid_input by Janos Follath · 4 years, 10 months ago
- ef94c4f Merge pull request #3474 from ronald-cron-arm/common-mbedtls_param_failed by Gilles Peskine · 4 years, 10 months ago
- 816e043 Update how test sets PSA_WANT_ALG_* by John Durkop · 4 years, 10 months ago
- 0ee0d52 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
- ce48e85 Fix PSA crypto inconsistencies in agreement+derivation by Steven Cooreman · 4 years, 10 months ago
- 326e474 Add basic test cases for Curve25519 by Gilles Peskine · 4 years, 10 months ago
- f90e301 Use PSA_ERROR_INVALID_ARGUMENT for invalid cipher input sizes by Fredrik Strupe · 4 years, 10 months ago
- bf4f408 Rework mbedtls_test_param_failed_get_state_buf() by Ronald Cron · 4 years, 11 months ago
- e18d09d fix(programs/psa): commit python3 generated file by Cameron Nemo · 4 years, 11 months ago
- 1803563 Fix "make -C tests/data_files -f ..." by Gilles Peskine · 4 years, 11 months ago
- d895939 Add ECDSA support to PSA crypto configuration by John Durkop · 4 years, 11 months ago
- 2a25904 Merge pull request #3568 from hanno-arm/tls13_experimental_key_schedule_1 by Janos Follath · 4 years, 11 months ago
- dc57c25 Merge pull request #3527 from ronald-cron-arm/key-extended-id by Gilles Peskine · 4 years, 11 months ago
- ef8575e Apply review feedback by Steven Cooreman · 5 years ago
- 89e54f2 Add mock and negative testing to cipher driver by Steven Cooreman · 5 years ago
- eca33c6 Add testing of fallback to cipher operations by Steven Cooreman · 5 years ago
- fe0ab55 Implement one-shot cipher in test driver by Steven Cooreman · 5 years ago
- 16afd3d Unify cipher setup function inside test driver by Steven Cooreman · 5 years ago
- 5240e8b Style and language fixes from review by Steven Cooreman · 5 years ago
- acb5a10 Structify cipher test driver hook variables by Steven Cooreman · 5 years ago
- d53c1bf Exercise the AES-CTR multipart driver and check it gets called by Steven Cooreman · 5 years ago
- 8b12225 Add a working implementation of a multipart AES-CTR test driver by Steven Cooreman · 5 years ago
- 3ec4018 Update license texts by Steven Cooreman · 5 years ago
- d3feccd Restructure cipher context object to contain driver switch by Steven Cooreman · 5 years ago
- 37941cb Add initial pass on a multi-part test driver by Steven Cooreman · 5 years ago
- b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 5 years ago
- 6bf4f5f Merge pull request #3585 from jdurkop/fix/undefined-reference-3294 by Gilles Peskine · 5 years ago
- 29ea84e Avoid duplicated test case names in TLS 1.3 key schedule unit tests by Hanno Becker · 5 years ago
- 3eb3563 Fix TLS 1.3 key schedule unit test case name by Hanno Becker · 5 years ago
- 1413bd8 Simplify identification of TLS 1.3 labels in unit test suite by Hanno Becker · 5 years ago
- 8c82bfd Use TLS1_3_CONTEXT_[UN]HASHED in 1.3 key schedule tests by Hanno Becker · 5 years ago