- e204dbf Drop support for MBEDTLS_SSL_HW_RECORD_ACCEL. by Mateusz Starzyk · 4 years, 5 months ago
- 7e37338 Drop single-DES ciphersuites. by Mateusz Starzyk · 4 years, 5 months ago
- 5224e29 Drop support for RC4 TLS ciphersuites. by Mateusz Starzyk · 4 years, 6 months ago
- a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 6 months ago
- 2012ed7 Drop support for compatibility with our own previous buggy implementation of truncated HMAC (MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT). by Mateusz Starzyk · 4 years, 6 months ago
- 06b07fb Drop support for SSLv3. by Mateusz Starzyk · 4 years, 6 months ago
- 9e9ca1a Drop support for parsing SSLv2 ClientHello. by Mateusz Starzyk · 4 years, 6 months ago
- e7e5252 Merge pull request #4150 from mstarzyk-mobica/remove_compat13 by Manuel Pégourié-Gonnard · 4 years, 5 months ago
- 7d48b28 Remove 1.3 to 2.0 transition helpers files. by Mateusz Starzyk · 4 years, 6 months ago
- baf4fc8 Merge pull request #4115 from mstarzyk-mobica/const_changelog by Manuel Pégourié-Gonnard · 4 years, 6 months ago
- 3d210cf Merge pull request #4066 from mstarzyk-mobica/const_asn1write by Manuel Pégourié-Gonnard · 4 years, 6 months ago
- 4dad303 Merge pull request #4089 from mstarzyk-mobica/remove_havege by Manuel Pégourié-Gonnard · 4 years, 6 months ago
- b22a31f Add changelog for applying missing const attributes to the API. by Mateusz Starzyk · 4 years, 6 months ago
- 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 6 months ago
- de6cb26 Merge pull request #4063 from mstarzyk-mobica/const_asn1 by Manuel Pégourié-Gonnard · 4 years, 6 months ago
- 3f063f6 Merge pull request #4102 from mstarzyk-mobica/const_pk by Manuel Pégourié-Gonnard · 4 years, 6 months ago
- 3292453 Add missing const attribute to Public Key API by Mateusz Starzyk · 4 years, 6 months ago
- 4e300d0 Add missing const attribute to asn1write api by Mateusz Starzyk · 4 years, 6 months ago
- 59961cf Add missing const attribute to asn1 api by Mateusz Starzyk · 4 years, 6 months ago
- ddb3bd5 Merge pull request #3897 from d3zd3z/fix-cmake28 by Ronald Cron · 4 years, 6 months ago
- a120146 Merge pull request #3962 from gilles-peskine-arm/psa-storage-format-test-strategy by Ronald Cron · 4 years, 6 months ago
- b034683 Merge pull request #4007 from stevew817/feature/alt_implementation_is_not_deterministic by Janos Follath · 4 years, 6 months ago
- 64f2773 Skip tests requiring known entropy for ECJPAKE ALT implementations by Steven Cooreman · 4 years, 7 months ago
- ff45750 Remind the reader of what is done about old formats by Gilles Peskine · 4 years, 7 months ago
- 697ee19 Add a section about non-default lifetimes by Gilles Peskine · 4 years, 7 months ago
- 528144f Clarify the methods of key storage testing by Gilles Peskine · 4 years, 7 months ago
- 6fbff5b Merge pull request #3698 from darrenkrahn/development by Dave Rodgman · 4 years, 7 months ago
- 94ca187 Merge pull request #3809 from AndrzejKurek/refactor-variable-buffers by paul-elliott-arm · 4 years, 7 months ago
- 9c134ce Add build instructions for new test data. by Darren Krahn · 4 years, 7 months ago
- 2427d15 Merge pull request #3986 from gilles-peskine-arm/ssl_test_lib-create by paul-elliott-arm · 4 years, 7 months ago
- c772b18 Move the declaration of query_config() to a dedicated header file by Gilles Peskine · 4 years, 7 months ago
- d0c7b79 Merge pull request #3912 from gilles-peskine-arm/psa-external-random-test by Gilles Peskine · 4 years, 7 months ago
- 2a54a6f Refactor the variable buffer length config description by Andrzej Kurek · 4 years, 7 months ago
- 557289b Add a missing dependency to config.h by Andrzej Kurek · 4 years, 10 months ago
- 069fa96 Use size_t instead of uint32_t for ssl I/O buffer lengths by Andrzej Kurek · 4 years, 7 months ago
- 4a06379 Refactor the variable I/O buffer size feature by Andrzej Kurek · 4 years, 10 months ago
- b4df754 Update #else and #endif comments by Gilles Peskine · 4 years, 7 months ago
- c85c201 Don't call TEST_ASSERT in PSA_DONE by Gilles Peskine · 4 years, 7 months ago
- 6beb327 external_rng_failure_sign: more robust buffer management by Gilles Peskine · 4 years, 7 months ago
- 3aa5a64 Fix a test dependency by Gilles Peskine · 4 years, 7 months ago
- dbf6896 mbedtls_to_psa_error: prefer dispatching on the low-level error by Gilles Peskine · 4 years, 7 months ago
- 1631514 Add missing dependencies on key types by Gilles Peskine · 4 years, 8 months ago
- ba0c1ff Depend on the built-in implementation when injecting RNG failure by Gilles Peskine · 4 years, 8 months ago
- f547ce8 MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG: negative tests by Gilles Peskine · 4 years, 8 months ago
- ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago
- 40d8160 mbedtls_to_psa_error: fix a copypasta and a missing translation by Gilles Peskine · 4 years, 8 months ago
- 8ae012b Generalize test_suite_psa_crypto_entropy by Gilles Peskine · 4 years, 9 months ago
- 76175ba Disable the insecure PSA test RNG by default by Gilles Peskine · 4 years, 9 months ago
- f6be590 Include psa_crypto_helpers.h in helpers.function by Gilles Peskine · 4 years, 9 months ago
- 9a4baa1 Remove unnecessary precautions around #include psa_crypto_helpers.h by Gilles Peskine · 4 years, 9 months ago
- d71539f Fix test_psa_collect_statuses: update makefile dependencies by Gilles Peskine · 4 years, 8 months ago
- d4008d5 Refactor PSA test helpers: move function definitions from .h to .c by Gilles Peskine · 4 years, 9 months ago
- 1e00565 Refactor PSA test helpers: don't depend on test_info access by Gilles Peskine · 4 years, 9 months ago
- 86cadb3 Remove now-redundant test result check by Gilles Peskine · 4 years, 9 months ago
- ddfd080 Use mbedtls_test_ prefix on all PSA helper functions by Gilles Peskine · 4 years, 9 months ago
- a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
- 504c1a3 ssl_test_lib: move common functions and variables by Gilles Peskine · 4 years, 7 months ago
- 7c818d6 ssl_test_lib: move common type definitions by Gilles Peskine · 4 years, 7 months ago
- c11eb1f Prepare to merge identical code from ssl_client2.c and ssl_server2.c by Gilles Peskine · 4 years, 7 months ago
- 7f679c7 ssl_test_lib: move declaration of query_config by Gilles Peskine · 4 years, 7 months ago
- 67638d6 ssl_test_lib: move common includes by Gilles Peskine · 4 years, 7 months ago
- ab7ce96 ssl_test_lib: move initial includes and is-it-supported check by Gilles Peskine · 4 years, 7 months ago
- 0d980b8 ssl_test_common_source.c: new source file for common SSL test code by Gilles Peskine · 4 years, 7 months ago
- a3ed34f ssl_test_lib.[hc]: new source file for common SSL test code by Gilles Peskine · 4 years, 7 months ago
- 75fdd06 Merge pull request #3973 from stroebeljc/development by Manuel Pégourié-Gonnard · 4 years, 7 months ago
- d20a210 git: don't ignore fuzz/Makefile by Gilles Peskine · 4 years, 7 months ago
- f06a54c With make, build query_config.c only once by Gilles Peskine · 4 years, 7 months ago
- 03ee383 Updated change description as suggested by @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
- 73d7832 Merge pull request #3969 from frestr/bugfix/psa_close_key_leak by Gilles Peskine · 4 years, 7 months ago
- 9c3e060 Explain the design of mbedtls_psa_get_random better by Gilles Peskine · 4 years, 7 months ago
- 0c59ba8 Fix the error detection in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
- cf62f10 Clarify interoperability non-requirement by Gilles Peskine · 4 years, 7 months ago
- e67ba98 Fixed verb tense in change log. by stroebeljc · 4 years, 7 months ago
- 2b50d78 Fixed incorrect change log formatting. by stroebeljc · 4 years, 7 months ago
- d4de1b5 Updated per comments from @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
- 71ddab9 Simplify the chunk loop in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
- 88fa5c4 Minor documentation improvements by Gilles Peskine · 4 years, 7 months ago
- e9e0388 Merge pull request #3965 from bensze01/use_after_scope by Manuel Pégourié-Gonnard · 4 years, 7 months ago
- 70f63d0 Added references to the NIST test data used in the self-test function. by ENT\stroej1 · 4 years, 7 months ago
- df30700 Updated self test to use NIST test vectors and produce proper result. by ENT\stroej1 · 4 years, 7 months ago
- a0deec0 Extended test vectors to accomodate addition of nonce to test input array and updated results. by ENT\stroej1 · 4 years, 7 months ago
- 6a5f10c Added ChangeLog entry for related issue. by ENT\stroej1 · 4 years, 8 months ago
- 1446211 Update self-test vectors to include nonce and test it as part of reseeding. by ENT\stroej1 · 4 years, 8 months ago
- 4b91986 Fixed seed variable concatenation pointer. by ENT\stroej1 · 4 years, 8 months ago
- 462aa57 PSA Crypto: Don't skip key data removal when SE driver is not in use by Fredrik Strupe · 4 years, 8 months ago
- 3c537fe Merge pull request #3691 from paul-elliott-arm/fix_cmake by Ronald Cron · 4 years, 8 months ago
- 0bd9d22 Add Changelog entry by Bence Szépkúti · 4 years, 8 months ago
- 880334c Fix use-after-scope error in programs/ssl by Bence Szépkúti · 4 years, 8 months ago
- 575ece0 Merge pull request #3576 from gilles-peskine-arm/psa-lifetime-persistence-indicator-tweaks by Manuel Pégourié-Gonnard · 4 years, 8 months ago
- b3cd963 Pacify check-names.sh by Gilles Peskine · 4 years, 8 months ago
- 739e08a Keystore format stability test strategy by Gilles Peskine · 4 years, 8 months ago
- 0bb2570 Copyediting by Gilles Peskine · 4 years, 8 months ago
- b2b64d3 Rename psa_crypto_random.h to psa_crypto_random_impl.h by Gilles Peskine · 4 years, 8 months ago
- 8814fc4 Make mbedtls_psa_get_random more usable outside psa_crypto.c by Gilles Peskine · 4 years, 8 months ago
- 5894e8e Replace mbedtls_psa_random_state( ... ) by MBEDTLS_PSA_RANDOM_STATE by Gilles Peskine · 4 years, 8 months ago
- e39bdaa Specialize some wording from the specification by Gilles Peskine · 4 years, 8 months ago
- 9b3e5a7 Clarify the explanation of locations by Gilles Peskine · 4 years, 8 months ago
- f3c8565 Merge pull request #789 from ARMmbed/mbedtls-2.25.0r0 by Janos Follath · 4 years, 8 months ago
- 8f05aeb Merge pull request #3882 from gilles-peskine-arm/psa-random-driver-spec by Ronald Cron · 4 years, 8 months ago
- 348eeeb Clarify the intent of the KEEPALIVE flag by Gilles Peskine · 4 years, 8 months ago