- bd50d5b Merge pull request #8177 from gilles-peskine-arm/generated-files-off-in-release by Gilles Peskine · 1 year, 11 months ago
- fd3360e Remove unneeded setting of ret from ssl programs by Paul Elliott · 1 year, 11 months ago
- da0bb9f Merge pull request #8034 from gilles-peskine-arm/bump_version-doc_mainpage by Dave Rodgman · 1 year, 11 months ago
- e820c0a Update spelling "mbed TLS" to "Mbed TLS" by Gilles Peskine · 2 years ago
- a722d0a Update CMake minimum version(s) to match main CMakeLists.txt by Paul Elliott · 1 year, 11 months ago
- 1bfc09b Move comment to its intended location by Gilles Peskine · 1 year, 11 months ago
- 0b62b7a Allow turning off re-generation of files with make by Gilles Peskine · 1 year, 11 months ago
- eab2055 Fix query_config.c generation with CMake build system by Ronald Cron · 1 year, 11 months ago
- b9664ee Don't include configuration adjustment headers by Gilles Peskine · 1 year, 11 months ago
- 17d5081 Merge pull request #8099 from gilles-peskine-arm/split-config_psa-prepare by Tom Cosgrove · 2 years ago
- 796bc2b Merge pull request #7486 from AndrzejKurek/calloc-also-zeroizes by Gilles Peskine · 2 years ago
- 9af413b Don't try to include mbedtls/config_*.h by Gilles Peskine · 2 years, 3 months ago
- dbd13c3 Merge pull request #7662 from lpy4105/issue/renew_cert_2027-01-01 by Gilles Peskine · 2 years ago
- d370f93 Merge pull request #7898 from AndrzejKurek/csr-rfc822-dn by Gilles Peskine · 2 years ago
- 660bbf2 test: disable BIGNUM support on the test ecc_no_bignum component by Manuel Pégourié-Gonnard · 2 years, 2 months ago
- 2f12a29 Merge pull request #7896 from AgathiyanB/gitignore-generated-files-toggle by Paul Elliott · 2 years ago
- 186731b Fix warnings from clang-16 by Gowtham Suresh Kumar · 2 years ago
- 828b3ac Merge pull request #7848 from valeriosetti/issue7749 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- 91d9daf Merge pull request #7925 from hasheddan/dtls-server-order by Dave Rodgman · 2 years, 1 month ago
- af2f7a6 Fix order of steps in DTLS server example program by Daniel Mangum · 2 years, 1 month ago
- 312b6df Add a missing guard in cert_req.c by Andrzej Kurek · 2 years, 1 month ago
- dda0019 ssl_test_lib: fix rebase error by Valerio Setti · 2 years, 1 month ago
- 5bdebb2 ssl_test_lib: fix variable naming for curve group by Valerio Setti · 2 years, 1 month ago
- fb6356f ssl_test_lib: simplify function which prints supported curves by Valerio Setti · 2 years, 1 month ago
- deb6764 ssl_test_lib: manage FFDH keys the same way as ECC ones by Valerio Setti · 2 years, 1 month ago
- acd32c0 programs: add helper functions for supported EC curves by Valerio Setti · 2 years, 1 month ago
- 461d59b Merge pull request #7858 from mprse/ffdh_tls13_v2_f by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- c4749b1 Merge pull request #7584 from gilles-peskine-arm/fuzz-file-open-fail by Dave Rodgman · 2 years, 1 month ago
- 6bc7a38 Support more SAN subtypes in cert_req.c by Andrzej Kurek · 2 years, 1 month ago
- 77b0d64 Add gitignore anchors to denote generated files by Agathiyan Bragadeesh · 2 years, 1 month ago
- 68e7544 parse_groups: curve -> group adaptations by Przemek Stekiel · 2 years, 1 month ago
- 45255e4 Adapt names (curves -> groups) by Przemek Stekiel · 2 years, 1 month ago
- b078607 cert_write: Support write any for extended key usage by Pengyu Lv · 2 years, 3 months ago
- 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
- c23d222 Merge pull request #7728 from waleed-elmelegy-arm/crypt_and_hash-decrypt-fix by Dave Rodgman · 2 years, 1 month ago
- 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
- 458b96b Merge pull request #7638 from AndrzejKurek/cert-apps-use-ips by Paul Elliott · 2 years, 1 month ago
- 7d42c0d Code cleanup #2 by Przemek Stekiel · 2 years, 2 months ago
- 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 2 months ago
- 46549cb Replace function calls in crypt_and_hash program with locals by Waleed Elmelegy · 2 years, 2 months ago
- 7d39cc4 Fix crypt_and_hash decrypt issue when used with stream cipher by Waleed Elmelegy · 2 years, 2 months ago
- 05d71ff Merge remote-tracking branch 'origin/development' into sha3-updated by Dave Rodgman · 2 years, 2 months ago
- 0624e46 Add a guard for IP parsing in cert_req app by Andrzej Kurek · 2 years, 2 months ago
- cd17ecf Use better IP parsing in x509 programs by Andrzej Kurek · 2 years, 2 months ago
- ff9fcbc ssl_client2, ssl_server2: code optimization + guards adaptation by Przemek Stekiel · 2 years, 2 months ago
- da4fba6 Further code optimizations by Przemek Stekiel · 2 years, 2 months ago
- 316c19e Adapt guards, dependencies + optimizations by Przemek Stekiel · 2 years, 2 months ago
- e7db09b Move FFDH helper functions and macros to more suitable locations by Przemek Stekiel · 2 years, 2 months ago
- 6d7da5e Add FFDH support in client2, server2 applications by Przemek Stekiel · 2 years, 3 months ago
- 84b547b Merge pull request #7400 from AndrzejKurek/cert-write-sans by Gilles Peskine · 2 years, 2 months ago
- f994bc5 Refactor code in cert_write.c by Andrzej Kurek · 2 years, 2 months ago
- 7f97675 Merge pull request #5237 from davidhorstmann-arm/demo-out-of-tree by Dave Rodgman · 2 years, 3 months ago
- 5eebfb8 Enable escaping ';' in cert_write.c SANs by Andrzej Kurek · 2 years, 3 months ago
- 446e53d Fix a code style issue by Andrzej Kurek · 2 years, 3 months ago
- f70f460 Fix temporary IP parsing error by Andrzej Kurek · 2 years, 3 months ago
- ed55793 Update ip_string_to_bytes to cert_req version by Andrzej Kurek · 2 years, 4 months ago
- 5da1d75 Add missing memory deallocation by Andrzej Kurek · 2 years, 4 months ago
- 1bc7df2 Add documentation and a changelog entry by Andrzej Kurek · 2 years, 4 months ago
- ccdd975 Add a certificate exercising all supported SAN types by Andrzej Kurek · 2 years, 4 months ago
- aba165b Merge pull request #7586 from gilles-peskine-arm/gitignore-objects-at-root by Paul Elliott · 2 years, 3 months ago
- 8075f76 Ignore *.o everywhere by Gilles Peskine · 2 years, 3 months ago
- 1f9d8a4 Fuzz programs: print an error if loading the reproducer fails by Gilles Peskine · 2 years, 3 months ago
- 4dfa368 Fix demo scripts for out-of-tree builds by David Horstmann · 3 years, 8 months ago
- 97edeb4 Merge pull request #6866 from mprse/extract-key-ids by Gilles Peskine · 2 years, 3 months ago
- d06c6fc Merge branch 'development' into sha3 by Pol Henarejos · 2 years, 3 months ago
- 417c4c8 Merge pull request #5770 from mstorsjo/win32-fallback-timer by Dave Rodgman · 2 years, 3 months ago
- 53a9ac5 Merge pull request #7443 from mprse/psa_init_in_programs by Gilles Peskine · 2 years, 3 months ago
- 94cf710 Revert increase of MEMORY_HEAP_SIZE in ssl_client2 by Przemek Stekiel · 2 years, 3 months ago
- 5346396 Fix code-style by Przemek Stekiel · 2 years, 3 months ago
- 758aef6 Add guards for mbedtls_psa_crypto_free() by Przemek Stekiel · 2 years, 4 months ago
- 774f9de Init PSA in fuzz programs by Przemek Stekiel · 2 years, 4 months ago
- 2c1ef09 Init PSA in pkey programs by Przemek Stekiel · 2 years, 4 months ago
- a8c560a Free psa crypto at the end of programs when initialized by Przemek Stekiel · 2 years, 4 months ago
- e296868 Remove print from mini_client by Przemek Stekiel · 2 years, 4 months ago
- a0a1c1e Move psa_crypto_init() after other init calls by Przemek Stekiel · 2 years, 4 months ago
- 6260ee9 cert_app: init entropy unconditionally by Przemek Stekiel · 2 years, 4 months ago
- 89c636e Init PSA in ssl and x509 programs by Przemek Stekiel · 2 years, 4 months ago
- d49cbc1 test: fix remaining failures in test due to the ECP_LIGHT symbol by Valerio Setti · 2 years, 4 months ago
- 7c1c7ce Merge pull request #7401 from AndrzejKurek/md-guards-missing by Gilles Peskine · 2 years, 4 months ago
- c9e8a65 Merge pull request #7298 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 4 months ago
- 0af3248 Change the format of md.h include comments by Andrzej Kurek · 2 years, 4 months ago
- 0e03f4c Remove unnecessary include by Andrzej Kurek · 2 years, 4 months ago
- 316b7dd Add a justification for early md.h include in programs by Andrzej Kurek · 2 years, 4 months ago
- da86e2e Revert to using MBEDTLS_SHA_1_C when mbedtls_sha1 is called directly by Andrzej Kurek · 2 years, 4 months ago
- eaea30d Remove duplicated md.h includes by Andrzej Kurek · 2 years, 4 months ago
- 27f9e78 Adding openssl configuration file and command to Makefile to be able to reproduce the certificate for testing Authority and Subject Key Id fields by toth92g · 4 years, 5 months ago
- 1b75e5f Add missing md.h includes by Andrzej Kurek · 2 years, 4 months ago
- 33783b4 Manually fix two remaining instances of old macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 9330242 Fix instances of old feature macros being used by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 7224086 Remove legacy_or_psa.h by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 23fc437 SSL: fix test failures by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- bef824d SSL: use MD_CAN macros by Manuel Pégourié-Gonnard · 2 years, 5 months ago
- 9f02a41 Merge pull request #7009 from mprse/csr_write_san by Paul Elliott · 2 years, 5 months ago
- b189589 ssl_cache: Improve some comments by Pengyu Lv · 2 years, 5 months ago
- 2a44ac2 Merge pull request #7217 from lpy4105/issue/6840/add-cache-entry-removal-api by Gilles Peskine · 2 years, 5 months ago
- f30488f Move the usage string of cache_remove to USAGE_CACHE by Pengyu Lv · 2 years, 5 months ago