- 90b10c3 Merge pull request #4847 from mstarzyk-mobica/ecb-alt-ret-2.16 by Gilles Peskine · 3 years, 10 months ago
- c72255f Fix the build without MBEDTLS_PLATFORM_C by Gilles Peskine · 3 years, 10 months ago
- 621333f Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
- 934cff3 Fix bug with UDP proxy not forwarding enough by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 7b81dcf avoid -Wfree-nonheap-object when buiding with gcc11 by Shawn Carey · 4 years, 3 months ago
- e98bbbe Merge pull request #3925 from rodrigo-dc/mbedtls-2.16 by Gilles Peskine · 4 years, 8 months ago
- d552630 Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
- ff28df9 cmake: Avoid using target_properties for old cmake by David Brown · 4 years, 9 months ago
- a2947ac Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- c9914ec programs: cmake: Fix relative path warnings by Ronald Cron · 5 years ago
- f744bd7 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
- 51b41d5 Add Apache-2.0 headers to all scripts by Bence Szépkúti · 5 years ago
- 468a76f Add copyright dates to all scripts by Bence Szépkúti · 5 years ago
- cd6fd06 Remove hardcoded line number from the zeroize test by Bence Szépkúti · 5 years ago
- 74fc3be Remove superfluous include from zeroize.c by Bence Szépkúti · 5 years ago
- 8b34fef Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16 by Gilles Peskine · 5 years ago
- e675a8d Get rid of a magic value in benchmark.c by Manuel Pégourié-Gonnard · 5 years ago
- 0195579 Fix integer overflow in benchmark program by Manuel Pégourié-Gonnard · 5 years ago
- 7fe5ac1 Fix some style issues in udp_proxy by Manuel Pégourié-Gonnard · 5 years ago
- b85ce9e Add negative test for hard reconnect cookie check by Manuel Pégourié-Gonnard · 5 years ago
- c054643 Merge pull request #2894 from gilles-peskine-arm/drbg-set_entropy_len-2.16 by Jaeden Amero · 6 years ago
- f4c0dbc Fix CTR_DRBG benchmark by Gilles Peskine · 6 years ago
- 7430d23 Add a calloc self-test by Gilles Peskine · 6 years ago
- 6d10a56 Remove obsolete comment by k-stachowiak · 6 years ago
- 3b0c430 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
- 0b87412 Remove mbedtls_param_failed from programs by Gilles Peskine · 6 years ago
- bcf97ec UDP proxy: Don't attempt to dissect dgram into records when dropping by Hanno Becker · 6 years ago
- d6028a1 Improve macro hygiene by Hanno Becker · 7 years ago
- 1ec99c6 Remove ssl_cert_test sample app by Ron Eldor · 6 years ago
- cb6b6dc Improve cmake inclusion of query_config.c when building apps by Andres Amaya Garcia · 7 years ago
- bf83f1d Fix aligment in programs/test/query_compile_time_config.c by Andres AG · 7 years ago
- ce52886 Create programs/test/query_compile_time_config app by Andres AG · 7 years ago
- 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
- 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
- 52735ef ECDH: Prevent direct access in non-legacy mode by Janos Follath · 7 years ago
- 1afc767 Merge remote-tracking branch 'public/pr/1758' into development by Simon Butcher · 7 years ago
- f34a4c1 UDP proxy: Correct debug output for delay_srv option by Hanno Becker · 7 years ago
- 4103810 Style: Correct indentation in UDP proxy code by Hanno Becker · 7 years ago
- cf46945 Style: Add empty line before comment in UDP proxy code by Hanno Becker · 7 years ago
- 12b72c1 UDP proxy: Fix bug in freeing delayed messages by Hanno Becker · 7 years ago
- 101bcba UDP proxy: Allow more than one message to be delayed by Hanno Becker · 7 years ago
- caf8741 Fix typo in documentation of UDP proxy argument 'delay_cli' by Hanno Becker · 7 years ago
- 01ea778 UDP proxy: Add option to delay specific handshake messages by Hanno Becker · 7 years ago
- 4ed32d0 cpp_dummy_build: Add NIST key wrapping header by Jaeden Amero · 7 years ago
- 9ab746c Add selftests by Ron Eldor · 7 years ago
- 7d728bd Merge remote-tracking branch 'public/pr/1454' into development by Simon Butcher · 7 years ago
- fad5470 Merge remote-tracking branch 'public/pr/532' into development by Simon Butcher · 7 years ago
- 278af45 Fix hmac_drbg failure in benchmark, with threading by Ron Eldor · 7 years ago
- 991f9fe all_sh: add a check for header inclusion in cpp_dummy_build.cpp by Andrzej Kurek · 7 years ago
- 037ec4b Replace tabs with spaces by Andrzej Kurek · 7 years ago
- 89c048c Tests: add a test for cpp linking by Andrzej Kurek · 7 years ago
- 0211c32 Change the cpp test to be optional by Andrzej Kurek · 7 years ago
- 40741f8 Add a test with a cpp executable including all mbed TLS headers by Andrzej Kurek · 7 years ago
- 51d7cfe Fix coverity warnings in benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
- 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
- 7d42965 Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
- 357b0b2 Fix ret code in ssl_cert_test.c by Andres Amaya Garcia · 7 years ago
- 80081a6 Fix ret code in udp_proxy.c by Andres Amaya Garcia · 7 years ago
- 0931708 benchmark: Add comma at end of help message by Jaeden Amero · 7 years ago
- 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
- e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
- 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
- daf7045 Add benchmark for AES-XEX by Aorimn · 10 years ago
- 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
- 1a8ef07 Fix coverity defects by Azim Khan · 7 years ago
- 9c82e2c Fix some whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
- 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
- d6aea18 Add Chacha20-Poly1305 to benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
- b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
- dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
- 4d8f87b Add ChaCha20/Poly1305 ciphers to the selftest program by Daniel King · 9 years ago
- adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
- 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
- a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
- eecea0e Update zeroize test to use mbedtls_platform_zeroize() by Andres Amaya Garcia · 7 years ago
- 82934be Do not install zeroize program in CMakeLists by Andres Amaya Garcia · 7 years ago
- ae8e306 Fix docs typos for zeroize related features/test by Andres Amaya Garcia · 7 years ago
- 757cd72 Update license headers year and branding by Andres Amaya Garcia · 7 years ago
- 42defd1 Improve docs for zeroize.c and test_zeroize.gdb by Andres Amaya Garcia · 7 years ago
- 6e34e63 Fix style in programs/test/zeroize.c by Andres Amaya Garcia · 8 years ago
- 88f8f41 Move zeroize func call to end of program in zeroize.c by Andres Amaya Garcia · 8 years ago
- 5ab74a1 Add programs/test/zeroize.c to test mbedtls_zeroize by Andres Amaya Garcia · 8 years ago
- 80aa3b8 Merge branch 'pr_946' into development-proposed by Gilles Peskine · 7 years ago
- 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
- 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
- e61514d benchmark: Fix incompatibility with C89 compilers by Brendan Shanks · 7 years ago
- 62e813c Add aria to benchmark program by Manuel Pégourié-Gonnard · 7 years ago
- 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
- 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
- 934fb55 Merge remote-tracking branch 'upstream-public/pr/1036' into development by Jaeden Amero · 8 years ago
- 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
- d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
- ae3925c Merge remote-tracking branch 'public/pr/1136' into development by Manuel Pégourié-Gonnard · 8 years ago
- ff79d27 selftest: allow excluding a subset of the tests by Gilles Peskine · 8 years ago
- c82fbb4 selftest: allow running a subset of the tests by Gilles Peskine · 8 years ago
- 319ac80 selftest: refactor to separate the list of tests from the logic by Gilles Peskine · 8 years ago
- a5e6897 Resolve integer type conversion problem on MSVC by Hanno Becker · 8 years ago
- 0728d69 Change kB to KiB by Ron Eldor · 8 years ago
- a074801 Change KB to kB by Ron Eldor · 8 years ago
- 77abef5 Don't use busy-waiting in udp_proxy by Hanno Becker · 8 years ago