- 85537fa psa: ecdsa: Resolve incorrect merge resolution by David Brown · 4 years, 5 months ago
- 9b178de Fix typo in PSA ECC curve config option by David Brown · 4 years, 5 months ago
- cc2f869 Fix generated psa crypto tests by David Brown · 4 years, 5 months ago
- 3353f81 Update psa/crypto_config.h to new names by David Brown · 4 years, 5 months ago
- dcdde59 tests: psa: Change Elliptic curve defines to PSA names by David Brown · 4 years, 5 months ago
- c7b9b2b Update defines for ECC PSA configs by David Brown · 4 years, 6 months ago
- 20a8c43 Define PSA_WANT definitions for all ECC curves by David Brown · 4 years, 6 months ago
- 8de143e Create PSA configs for ECC curves by David Brown · 4 years, 6 months ago
- 17605f0 Merge pull request #4151 from ronald-cron-arm/psa-sign_verify-hash by Manuel Pégourié-Gonnard · 4 years, 5 months ago
- 0135516 Merge pull request #4203 from paul-elliott-arm/memsan_fix_build by paul-elliott-arm · 4 years, 5 months ago
- e252868 Merge pull request #4067 from stevew817/feature/allow_multilength_aead by Gilles Peskine · 4 years, 5 months ago
- 1fb691a Remove superfluous check by Steven Cooreman · 4 years, 5 months ago
- cd64093 Language & code readability updates by Steven Cooreman · 4 years, 5 months ago
- fb91a48 Fix memsan build with clang 11 by Paul Elliott · 4 years, 5 months ago
- 477a463 Merge pull request #4168 from stevew817/fix/unreferenced_function_in_ecp_c by Janos Follath · 4 years, 5 months ago archive/origin/remove_deprecated_functions origin/remove_deprecated_functions
- bb9cbc7 psa: ecdsa: Prefer NOT_SUPPORTED error code by Ronald Cron · 4 years, 5 months ago
- 9103d49 psa: ecdsa: Rework deterministic support check by Ronald Cron · 4 years, 5 months ago
- d0b0ba8 Merge pull request #4173 from gilles-peskine-arm/net_poll-fd_setsize-development by Janos Follath · 4 years, 5 months ago
- 566899e psa: Remove outdated comments by Ronald Cron · 4 years, 5 months ago
- cbc1355 psa: wrapper: Remove unnecessary compiler warning workarounds by Ronald Cron · 4 years, 5 months ago
- 31a876d Clarify some policy-handling code comments by Steven Cooreman · 4 years, 5 months ago
- f9f7fdf Rework MAC algorithm / key type validation by Steven Cooreman · 4 years, 5 months ago
- 9264e01 Update error codes listed in the net_sockets documentation by Gilles Peskine · 4 years, 5 months ago
- 4ff9a29 Check truncation length explicitly by Steven Cooreman · 4 years, 5 months ago
- 58c94d3 Make psa_get_mac_output_length testable and test it by Steven Cooreman · 4 years, 5 months ago
- 7d4b0d7 Reuse PSA_MAC_LENGTH in psa_get_mac_output_length by Steven Cooreman · 4 years, 5 months ago
- 5a17267 Add a note about why key_type is required by Steven Cooreman · 4 years, 5 months ago
- 1ac5ce3 Make psa_key_policy_algorithm_intersection MAC-length aware by Steven Cooreman · 4 years, 5 months ago
- 15472f8 Clean up psa_mac_setup now that we have an output length calculator by Steven Cooreman · 4 years, 5 months ago
- 5ad4bf7 Move MAC default length checking into psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
- 328f11c Language & readability touchups by Steven Cooreman · 4 years, 5 months ago
- e538896 Remove unreferenced static functions when ECP_NO_FALLBACK is used by Steven Cooreman · 4 years, 5 months ago
- 2a02787 Merge pull request #4148 from stevew817/add_missing_non_12b_gcm_test_skip by Ronald Cron · 4 years, 5 months ago
- d788fab Clarify usage of psa_key_policy_permits by Steven Cooreman · 4 years, 5 months ago
- 16a05f5 Add metadata tests intertwining truncated and at-least-length algos by Steven Cooreman · 4 years, 5 months ago
- 947bb0b Code readability improvements by Steven Cooreman · 4 years, 5 months ago
- a1d8322 Fix typos & copy-paste errors by Steven Cooreman · 4 years, 5 months ago
- fb9cb92 Move wildcard-to-exercisable conversion to exercise_key in test suite by Steven Cooreman · 4 years, 5 months ago
- 7e39f05 Using a wildcard as a specific algorithm now reports invalid argument by Steven Cooreman · 4 years, 5 months ago
- ae3f13b Add more test cases and fix AT_LEAST_THIS_LENGTH against base algorithm by Steven Cooreman · 4 years, 5 months ago
- a96e241 Test _AT_LEAST_THIS_LENGTH macros in the PSA Crypto metadata test suite by Steven Cooreman · 4 years, 5 months ago
- 2c2efa4 Fix dependency-setting script and test dependencies for new tests by Steven Cooreman · 4 years, 5 months ago
- d927ed7 Rename _MINIMUM_LENGTH flags to _AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
- 4400c3a Add _AT_LEAST_THIS_LENGTH_ macros to PSA constants test by Steven Cooreman · 4 years, 6 months ago
- 7de9e2d Language / verbiage fixes by Steven Cooreman · 4 years, 6 months ago
- aaec341 Exercise CCM with the right amount of IV bytes in test by Steven Cooreman · 4 years, 6 months ago
- 5d81481 Rename AEAD WITH_MINIMUM_LENGTH to AT_LEAST_THIS_LENGTH by Steven Cooreman · 4 years, 6 months ago
- caad493 rename MAC_WITH_MINIMUM_LENGTH_TAG to AT_LEAST_THIS_LENGTH_MAC by Steven Cooreman · 4 years, 6 months ago
- 37389c7 Update validity domain of min_tag_length / min_mac_length by Steven Cooreman · 4 years, 6 months ago
- 0348802 Remove generic wildcard checks after review feedback by Steven Cooreman · 4 years, 6 months ago
- ee18b1f Style and language updates after review by Steven Cooreman · 4 years, 6 months ago
- b3ce815 Add support for minimum-tag-length AEAD and MAC policies by Steven Cooreman · 4 years, 6 months ago
- 34045c1 Merge pull request #4145 from stevew817/fix_return_code by Gilles Peskine · 4 years, 5 months ago
- 574cf7b Clarify how a file descriptor could still be more than the limit by Gilles Peskine · 4 years, 5 months ago
- 97c57fe Fix sloppiness around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
- c8dab5b Fix sloppy wording around stricly less-than vs less or equal by Gilles Peskine · 4 years, 5 months ago
- e28f236 Document FD_SETSIZE limitation for mbedtls_net_{poll,recv_timeout} by Gilles Peskine · 4 years, 5 months ago
- ddf4374 Fix stack buffer overflow in net functions with large file descriptor by Gilles Peskine · 4 years, 5 months ago
- 6667a78 Add test for mbedtls_net_poll beyond FD_SETSIZE by Gilles Peskine · 4 years, 5 months ago
- 1c0e48a New test suite: net by Gilles Peskine · 4 years, 5 months ago
- 7f3d10d Merge pull request #4159 from d3zd3z/header-list by Gilles Peskine · 4 years, 5 months ago
- 2ac5f8c Merge pull request #4133 from gilles-peskine-arm/psa-conditional-inclusion-c-curves by Gilles Peskine · 4 years, 5 months ago
- 78fd3b7 Merge pull request #4141 from gilles-peskine-arm/psa-test-functions-lift by Manuel Pégourié-Gonnard · 4 years, 5 months ago
- f29019f Build tests with -Wdocumentation when using Clang by Gilles Peskine · 4 years, 5 months ago
- 5a7702e Fix some C function documentation in the test framework by Gilles Peskine · 4 years, 5 months ago
- c86a165 Don't use STATIC_ASSERT_EXPR on non-GCC-compatible compilers by Gilles Peskine · 4 years, 6 months ago
- 6b362e6 Fix copypasta for the type of a variable by Gilles Peskine · 4 years, 6 months ago
- 6e0d5bd Increment the test step number when invalidating a key by Gilles Peskine · 4 years, 6 months ago
- 65048ad Destroy recorded persistent keys in PSA_DONE() by Gilles Peskine · 4 years, 6 months ago
- aae718c New test helper to purge persistent key from memory by Gilles Peskine · 4 years, 6 months ago
- e09ef87 Document the newly exported storage cleanup macros and functions by Gilles Peskine · 4 years, 6 months ago
- 313ffb8 Move PSA storage cleanup out of the slot_management test suite by Gilles Peskine · 4 years, 6 months ago
- b9ad794 Push back on divergence of duplicated code by Gilles Peskine · 4 years, 6 months ago
- e95a643 Prepare to move persistent storage cleanup to common code by Gilles Peskine · 4 years, 6 months ago
- 2385f71 Fix and simplify test assertions by Gilles Peskine · 4 years, 6 months ago
- cc9db30 exported_key_sanity_check: make checks slightly more systematic by Gilles Peskine · 4 years, 6 months ago
- 5c2665b Use const pointers on parsing functions by Gilles Peskine · 4 years, 6 months ago
- ad557e5 exported_key_sanity_check: simplify the logic for public keys by Gilles Peskine · 4 years, 6 months ago
- e50b578 Document functions and macros that are now exported by Gilles Peskine · 4 years, 6 months ago
- e78b002 Move exercise_key and related functions to their own module by Gilles Peskine · 4 years, 6 months ago
- 8e94efe Move asn1_skip_integer to the asn1_helpers module by Gilles Peskine · 4 years, 6 months ago
- 5794836 Create a separate test module for ASN.1 test helper functions by Gilles Peskine · 4 years, 6 months ago
- ea38a92 Remove a redundant export step in import_export by Gilles Peskine · 4 years, 6 months ago
- c18e25f Prepare to move exercise_key and friends to their own module by Gilles Peskine · 4 years, 6 months ago
- 66e7b90 Create a separate test module for PSA exercise_key by Gilles Peskine · 4 years, 6 months ago
- 2091f3a Fix wrong \file name in Doxygen comments by Gilles Peskine · 4 years, 6 months ago
- a0fd0f8 Merge pull request #4104 from gilles-peskine-arm/test-mutex-usage-count-development by Gilles Peskine · 4 years, 5 months ago
- b158321 Make entropy double-free work by Gilles Peskine · 4 years, 6 months ago
- 3d979f7 Add init-free tests for entropy by Gilles Peskine · 4 years, 6 months ago
- 60fe660 Only define test_hooks_xxx under MBEDTLS_TEST_HOOKS by Gilles Peskine · 4 years, 6 months ago
- 00d0ad4 Clarify the advice about reporting errors in test hooks by Gilles Peskine · 4 years, 6 months ago
- 76e9c64 Clarify the advice about reporting errors in test hooks by Gilles Peskine · 4 years, 6 months ago
- 414e717 Deinitialize the PSA subsystem by Gilles Peskine · 4 years, 6 months ago
- e374b95 Detect and report mutex usage errors in SSL test programs by Gilles Peskine · 4 years, 6 months ago
- d0a46e5 ssl_server2: don't check test hooks failure in query_config mode by Gilles Peskine · 4 years, 6 months ago
- 53dea74 SSL test programs: allow for test hooks init and error reports by Gilles Peskine · 4 years, 6 months ago
- 4337a9c Document mutex usage for RSA by Gilles Peskine · 4 years, 6 months ago
- 1226ece Changelog entry for RSA mutex usage fix by Gilles Peskine · 4 years, 6 months ago
- 5e40a7c Fix mutex leak in RSA by Gilles Peskine · 4 years, 6 months ago
- eb94059 Fix mutex double-free in RSA by Gilles Peskine · 4 years, 6 months ago