- 60de0b1 Move the overallocation test to test suites by Andrzej Kurek · 2 years, 3 months ago
- aae3208 Add an mbedtls_calloc(SIZE_MAX/2, SIZE_MAX/2) test by Andrzej Kurek · 2 years, 3 months ago
- e35f3a2 Add a calloc selftest for more than a page by Andrzej Kurek · 2 years, 3 months ago
- ecaf6fb Documentation and cosmetic fixes by Andrzej Kurek · 2 years, 3 months ago
- 9032711 Move the calloc buffer initialization test to selftest.c by Andrzej Kurek · 2 years, 3 months ago
- f61d6c0 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 5 months ago
- 5464773 Add checks to selftest by Dave Rodgman · 2 years, 6 months ago
- b3b220c Correct style. by Pol Henarejos · 2 years, 6 months ago
- 4e74733 Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 6 months ago
- 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
- d10e0a6 sha: fix minor issues/typos by Valerio Setti · 2 years, 7 months ago
- 46e8fd8 test: sha: test SHA224 and SHA256 separately by Valerio Setti · 2 years, 8 months ago
- 898e7a3 test: sha: test SHA384 and SHA512 separately by Valerio Setti · 2 years, 8 months ago
- c9754c3 Merge branch 'Mbed-TLS:development' into sha3 by Pol Henarejos · 2 years, 10 months ago
- 945b23c Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 11 months ago
- 0ff241a Remove largely useless bit of test log to silence GCC 12 by Gilles Peskine · 3 years, 1 month ago
- 7dbd5d1 Add self tests (taken from #1549). by Pol Henarejos · 3 years, 2 months ago
- 2341956 Remove prompt to exit in all programs by josesimoes · 3 years, 3 months ago
- 8f5a29a Improve fix for printf specifier by Dave Rodgman · 3 years, 4 months ago
- eaba723 Fix printf specifier by Dave Rodgman · 3 years, 4 months ago
- e2e7e94 Fail for types not of size 2, 4 or 8 by Dave Rodgman · 3 years, 4 months ago
- baae59c Improve documentation of absence-of-padding check by Hanno Becker · 7 years ago
- 0d7dd3c Check that size_t and ptrdiff_t don't have padding by Hanno Becker · 7 years ago
- 4ab3850 Check that integer types don't use padding bits in selftest by Hanno Becker · 7 years ago
- c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
- a805d57 Merge pull request #4588 from TRodziewicz/remove_MD2_MD4_RC4_Blowfish_and_XTEA by Manuel Pégourié-Gonnard · 4 years, 1 month ago
- 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
- d854083 Move part of timing module out of the library by TRodziewicz · 4 years, 2 months ago
- 6c2e9b6 Add MBEDTLS_ALLOW_PRIVATE_ACCESS to test programs by Mateusz Starzyk · 4 years, 2 months ago
- 4dfb83c Merge pull request #4164 from chris-jones-arm/move-internal-headers by Manuel Pégourié-Gonnard · 4 years, 4 months ago
- 1aec646 Remove certs module from mbedtls. by Mateusz Starzyk · 4 years, 6 months ago
- a1df494 Remove internal file references in programs/ by Chris Jones · 4 years, 5 months ago
- ea0a865 Move entropy_poll.h to library by Chris Jones · 4 years, 5 months ago
- 80448aa Fix GCC warning about `test_snprintf` by Rodrigo Dias Correa · 4 years, 9 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- e24fc7b Merge pull request #2595 from k-stachowiak/unified-exit-in-examples by Gilles Peskine · 5 years ago
- 297896e Remove obsolete comment by k-stachowiak · 6 years ago
- 6fc21f6 Add a calloc self-test by Gilles Peskine · 6 years ago
- 5e1b195 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
- 3abbced Remove mbedtls_param_failed from programs by Gilles Peskine · 6 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
- 9ab746c Add selftests by Ron Eldor · 7 years ago
- 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives 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
- 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 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
- b981b16 Minor fixes to formatting and compilation conditions by Simon Butcher · 9 years ago
- 8b4111c Fix build failure for thread config by Brian Murray · 9 years ago
- 57863ad selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes by Brian Murray · 9 years ago
- dc5c7b9 Add support for AES-128-CMAC and AES-CMAC-PRF-128 by Robert Cragie · 10 years ago
- e7723ec Make entropy bias self test poll multiple times by Andres AG · 9 years ago
- b34e42e Add a new self test to entropy module by Andres AG · 9 years ago
- 70940ca Allow compilation without MBEDTLS_SELF_TEST enabled by Paul Bakker · 9 years ago
- ab069c6 Merge branch 'development' into development-restricted by Simon Butcher · 9 years ago
- b6a73c9 Add provision to create the entropy seedfile for selftest sample by Simon Butcher · 9 years ago
- 15ab7ed Merge branch 'development' into development-restricted by Janos Follath · 9 years ago
- 98e28a7 Address user reported coverity issues. by Janos Follath · 9 years ago
- 0c53944 Fixes no return value warning in selftest.c by Janos Follath · 9 years ago
- cd0ee5e Fixes following review of 'iotssl-682-selftest-ci-break' by Simon Butcher · 9 years ago
- 2e3aca2 Fix test break in 'test-ref-configs.pl' by Janos Follath · 9 years ago
- f154763 Fixes to style following review by Simon Butcher · 9 years ago
- 5a8afb8 Fix exit code and add a count of the test suites by SimonB · 9 years ago
- 4d8685b Add skeleton for EC J-PAKE module by Manuel Pégourié-Gonnard · 10 years ago
- 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
- 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
- 633c6b6 Run timing selftest on all platforms by Manuel Pégourié-Gonnard · 10 years ago
- 4b00f08 Fix snprintf test by Manuel Pégourié-Gonnard · 10 years ago
- 7b6dcbe Add tests for snprintf by Manuel Pégourié-Gonnard · 10 years ago
- d14acbc Test assumptions we make about the platform by Manuel Pégourié-Gonnard · 10 years ago
- 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
- b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
- 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
- fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
- 18b78c7 cleanup programs by Rich Evans · 10 years ago
- 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
- 7c9e75a Remove a few useless #defines by Manuel Pégourié-Gonnard · 11 years ago
- f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
- d43ccb6 Quit using deprecated header. by Manuel Pégourié-Gonnard · 11 years ago
- 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
- 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
- 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
- a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
- 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
- 5ba1d52 Add memory_buffer_alloc_self_test() by Manuel Pégourié-Gonnard · 11 years ago
- 7680698 Temporarily disable timing test on non-Linux by Manuel Pégourié-Gonnard · 11 years ago
- 508e573 Merge tests for asn1write, XTEA and Entropy modules by Paul Bakker · 11 years ago
- e1ac0f8 Add back timing selftest with new hardclock test by Manuel Pégourié-Gonnard · 11 years ago
- 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 11 years ago
- a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
- cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
- 0f79bab Disable timing_selftest() for now by Manuel Pégourié-Gonnard · 11 years ago
- 13a1ef8 Misc selftest adjustements by Manuel Pégourié-Gonnard · 11 years ago
- 470fc93 Add timing_self_test() with consistency tests by Manuel Pégourié-Gonnard · 11 years ago
- 388dac4 Still test pbkdf2 while it's there by Manuel Pégourié-Gonnard · 11 years ago
- 5a1d687 Fixed typo introduced in 486485b by Paul Bakker · 11 years ago
- 486485b PBKDF2 -> PKCS5 in selftest.c by Manuel Pégourié-Gonnard · 11 years ago