aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-04Add an acceptance test for memory usage after handshakearchive/dev/buffer-resizingPiotr Nowicki3-2/+126
2020-03-04Add I/O buffer resizing in handshake init and freeAndrzej Kurek4-0/+305
2020-03-03Add variable buffer length tests to all.shDarryl Green2-1/+55
2020-03-03Add I/O buffer length fields to mbedtls_ssl_contextDarryl Green6-23/+99
2020-03-03Fix I/O buffer sizes when MBEDTLS_SSL_DTLS_CONNECTION_ID is enabledAndrzej Kurek1-2/+2
2020-02-27Add DTLS handshake fragmentation testPiotr Nowicki2-0/+107
2020-02-26test_suite_ssl refactoring: provide default options structure for testsAndrzej Kurek2-302/+447
2020-02-26test_suite_ssl refactoring: merge renegotiation test into handshakeAndrzej Kurek2-162/+142
2020-02-26test_suite_ssl refactoring: merge tls & dtls application data testsAndrzej Kurek2-189/+90
2020-02-26Merge pull request #2263 from andresag01/iotssl-2544-deprecate-record-accel-2Manuel Pégourié-Gonnard4-19/+55
2020-02-25Merge pull request #3046 from piotr-now/dtls-renegotiationJaeden Amero2-0/+109
2020-02-25Merge pull request #3043 from piotr-now/dtls-application-dataJaeden Amero2-97/+323
2020-02-25Add test for renegotiation in DTLSPiotr Nowicki2-0/+109
2020-02-25Add test with sending application data via DTLSPiotr Nowicki2-97/+323
2020-02-25Uniformize wording for removal of deprecated thingsManuel Pégourié-Gonnard2-4/+4
2020-02-25Add comment to matching #endifAndres Amaya Garcia2-2/+2
2020-02-25Remove the word likely from deprecated documentationAndres Amaya Garcia2-4/+4
2020-02-25Wrap deprecations for HW_RECORD_ACCEL with DEPRECATED_REMOVEDAndres Amaya Garcia1-2/+5
2020-02-25Deprecate global func ptrs for MBEDTLS_SSL_HW_RECORD_ACCELAndres Amaya Garcia1-12/+28
2020-02-25Deprecate MBEDTLS_SSL_HW_RECORD_ACCEL configAndres Amaya Garcia3-0/+17
2020-02-24Merge pull request #3042 from AndrzejKurek/dtls-handshake-serializationJaeden Amero2-19/+93
2020-02-24Merge pull request #3038 from gilles-peskine-arm/align-crypto-programsJanos Follath25-94/+247
2020-02-24Add a dtls handshake test with context serializationAndrzej Kurek2-19/+93
2020-02-21Merge pull request #3036 from AndrzejKurek/dtls-handshake-testsJaeden Amero2-63/+177
2020-02-19Merge pull request #3055 from yanesca/update_submodule_and_version_2.21.0mbedtls-2.21.0Janos Follath7-25/+30
2020-02-19Add release info to ChangeLogJanos Follath1-1/+1
2020-02-19Bump version to Mbed TLS 2.21.0Janos Follath5-10/+10
2020-02-19Update ChangeLog for crypto changes from a591985c62a9354db3027b4895c24377712b...Janos Follath1-0/+5
2020-02-19Update submoduleJanos Follath1-14/+14
2020-02-18Merge pull request #3037 from gilles-peskine-arm/update-submodule-20200206Gilles Peskine2-14/+42
2020-02-17Update ChangeLog for crypto changes from 799ae77f90584f39c2fbdae7e117ff574277...Gilles Peskine1-0/+7
2020-02-17Update crypto submoduleGilles Peskine1-14/+14
2020-02-17Update ChangeLog for crypto changes since Mbed Crypto 3.0.1Gilles Peskine1-0/+21
2020-02-12Add DTLS handshake tests for the mocked ssl test suiteAndrzej Kurek2-20/+86
2020-02-12Parametrize the endpoint init and free to prepare for DTLS testsAndrzej Kurek1-27/+78
2020-02-12Merge pull request #3010 from hanno-arm/tls_msg_splitManuel Pégourié-Gonnard6-5661/+5763
2020-02-12Merge pull request #2873 from gilles-peskine-arm/bk-warning-fixes-x509Manuel Pégourié-Gonnard3-4/+8
2020-02-11Test component with malloc(0) returning NULL: run some ssl testsGilles Peskine1-0/+8
2020-02-11Add a test component with malloc(0) returning NULLGilles Peskine2-0/+54
2020-02-11Add a calloc self-testGilles Peskine1-0/+83
2020-02-11Fix CTR_DRBG benchmarkGilles Peskine1-1/+2
2020-02-11cmake: link programs that only use x509 with libmbedx509Gilles Peskine1-2/+2
2020-02-11cmake: link programs that only use crypto with libmbedcryptoGilles Peskine6-30/+30
2020-02-11query_config: Move to programs/testJaeden Amero11-16/+16
2020-02-11pkey/rsa_genkey: Remove commented out codeJaeden Amero1-13/+0
2020-02-11pkey: Remove dependency on X.509Jaeden Amero4-4/+2
2020-02-11programs/Makefile: List all programs one by oneGilles Peskine1-28/+50
2020-02-11Add compile-time guards around declarations in ssl_internal.hHanno Becker1-2/+5
2020-02-11Clarify two identical changelog entriesGilles Peskine1-3/+3
2020-02-11Merge pull request #2852 from gilles-peskine-arm/2.19-fix-full-OsManuel Pégourié-Gonnard2-7/+31