aboutsummaryrefslogtreecommitdiff
path: root/tests/src
AgeCommit message (Expand)AuthorFilesLines
2023-04-11Merge pull request #7287 from yanrayw/7285-followup-of-PR6500Gilles Peskine1-48/+55
2023-04-06tls: srv: Set hybrid TLS 1.2/1.3 as default configurationRonald Cron1-1/+1
2023-04-06tests: ssl: Move min/max TLS version setting to endpoint initRonald Cron1-20/+22
2023-03-31psa: Remove MBEDTLS_PSA_CRYPTO_DRIVERS configuration optionRonald Cron9-18/+18
2023-03-21Remove legacy_or_psa.hManuel Pégourié-Gonnard1-2/+0
2023-03-21SSL: fix test failuresManuel Pégourié-Gonnard1-2/+2
2023-03-21SSL: use MD_CAN macrosManuel Pégourié-Gonnard1-18/+18
2023-03-16ssl_helpers.c: add mbedtls_test prefix for tweak_tls13_certificate*Yanray Wang1-1/+1
2023-03-16ssl_helpers.c: add mbedtls_test_ssl prefix for *_exchange_dataYanray Wang1-16/+16
2023-03-16ssl_helpers.c: add mbedtls_test prefix for mbedtls_mock_socket_initYanray Wang1-3/+3
2023-03-16ssl_helpers.c: change prefix and move *queue_peek_info to staticYanray Wang1-3/+4
2023-03-16ssl_helpers.c: change prefix and move *certificate_free to staticYanray Wang1-3/+3
2023-03-16ssl_helpers.c: move some internal functions to staticYanray Wang1-6/+20
2023-03-16ssl_helpers.c: move #define Directive to header fileYanray Wang1-11/+0
2023-03-16ssl_helpers.c: unify code format between source file and header fileYanray Wang1-5/+8
2023-03-15Merge pull request #6500 from yanrayw/split-TLS-connection-func-into-ssl_helpersGilles Peskine2-0/+2242
2023-03-14ssl_helpers.c: improve code readabilityYanray Wang1-8/+6
2023-03-13ssl_helpers.c: fix review comments and improve code readabilityYanray Wang1-6/+6
2023-03-13Fix issue of conversion from size_t to intYanray Wang1-15/+24
2023-03-13Fix build error in CI about test_fail_if_psa_leakingYanray Wang1-0/+11
2023-03-13Fix build errors in CMakeYanray Wang1-0/+0
2023-03-13ssl_helpers.c: remove duplicate comments for some functionsYanray Wang1-227/+7
2023-03-13Resolve build errors for ssl_helpers.c and test_suite_ssl.cYanray Wang1-6/+2
2023-03-13Move TLS connection related functions to ssl_helpers.cYanray Wang1-0/+2425
2023-03-13Create ssl_helpers.c to hold functions of TLS connectionYanray Wang1-0/+23
2023-03-10Remove duplicate test macrosDave Rodgman1-1/+2
2023-03-09Merge pull request #6567 from mprse/ecjpake-driver-dispatchDave Rodgman1-0/+212
2023-03-07Merge pull request #7164 from oberon-microsystems/fix-test-exported-length-ed...Gilles Peskine1-0/+4
2023-03-03Fix codestyle with uncrustify.Stephan Koch1-2/+2
2023-02-23Fix code stylePrzemek Stekiel1-1/+1
2023-02-23Optimize pake testsPrzemek Stekiel1-5/+10
2023-02-22Remove support for pake opaque driverPrzemek Stekiel1-103/+2
2023-02-22Documentation fixes and code adaptationPrzemek Stekiel1-4/+5
2023-02-22Adapt names to more suitable and fix conditional compilation flagsPrzemek Stekiel1-4/+4
2023-02-22mbedtls_test_transparent_pake_abort: call driver/build-in impl even when stat...Przemek Stekiel1-12/+15
2023-02-22Combine core pake computation stage(step,sequence,state) into single driver stepPrzemek Stekiel1-25/+8
2023-02-22Move JPAKE state machine logic from driver to corePrzemek Stekiel1-4/+21
2023-02-22Add forced status for pake setupPrzemek Stekiel1-2/+2
2023-02-22Divide pake operation into two phases collecting inputs and computation.Przemek Stekiel1-131/+6
2023-02-22mbedtls_psa_pake_get_implicit_key: move psa_key_derivation_input_bytes call t...Przemek Stekiel1-4/+5
2023-02-22Add test driver impl for pakePrzemek Stekiel1-0/+428
2023-02-17Handle Edwards curves similar to Montgomery curves wrt key export length.oberon-sk1-0/+4
2023-02-13test: adjust include after PK_CAN_ECDSA_SOME was movedValerio Setti1-1/+1
2023-02-13test_suite_ssl: use new macros for ECDSA capabilitiesValerio Setti1-8/+10
2023-01-11Switch to the new code styleGilles Peskine18-3031/+2903
2022-12-16Fix leak of modulus structures in testsGilles Peskine1-0/+6
2022-12-16New helper function to allocate and read a modulusGilles Peskine1-0/+17
2022-12-16Move bignum helpers to their own moduleGilles Peskine2-84/+122
2022-11-29Minor formatting fixes to address code review commentsAditya Deshpande1-2/+1
2022-11-28Add test function for opaque driver (simply returns PSA_ERROR_NOT_SUPPORTED),...Aditya Deshpande1-2/+25