- 165564d Merge pull request #3946 from AndrzejKurek/optimized-key-exchange by Andrzej Kurek · 4 years, 7 months ago
- ad3c4ff Add an "SSL" infix to MBEDTLS_DELAYED_SERVER_CERT_VERIFICATION by Andrzej Kurek · 4 years, 8 months ago
- 6b5c9a3 Add an "SSL" infix to MBEDTLS_EARLY_KEY_COMPUTATION by Andrzej Kurek · 4 years, 8 months ago
- 4f5549f Add an "SSL" infix to MBEDTLS_IMMEDIATE_TRANSMISSION by Andrzej Kurek · 4 years, 8 months ago
- 9627202 Move MBEDTLS_DELAYED_SERVER_CERT_VERIFICATION to baremetal config by Andrzej Kurek · 4 years, 8 months ago
- 1315124 Move the new config optimization defines to be optional by Andrzej Kurek · 4 years, 8 months ago
- 3e80b1a Fix compilation errors when building sign_with_k test function by Andrzej Kurek · 4 years, 8 months ago
- 88da3c2 Merge branch 'baremetal' into masked-aes by Shelly Liberman · 4 years, 8 months ago
- cdebcfe aes boolean masking by Shelly Liberman · 4 years, 9 months ago
- 7f81c86 Add a callback for platform faults in platform_util.c by Andrzej Kurek · 4 years, 9 months ago
- db0e50e Introduce MBEDTLS_OPTIMIZE_TINYCRYPT_ASM by Andrzej Kurek · 4 years, 10 months ago
- a793237 Calculate hashes of ssl encryption and decryption keys by Andrzej Kurek · 4 years, 11 months ago
- 1175044 Merge enc/dec cipher contexts in ssl transforms by Andrzej Kurek · 4 years, 11 months ago
- 825ebd4 Merge mbedtls 2.16.6 into baremetal by Andrzej Kurek · 5 years ago
- 6b5e60c config.pl full: exclude MBEDTLS_CTR_DRBG_USE_128_BIT_KEY by Gilles Peskine · 6 years ago
- 28ecfb0 Merge remote-tracking branch 'upstream/pr/2983' into baremetal by Arto Kinnunen · 6 years ago
- 5bc072f Fix mbedtls_strerror to work with all wanted codes by Teppo Järvelin · 6 years ago
- 2231138 Disable AES SCA countermeasures from full config by Arto Kinnunen · 6 years ago
- e06e039 Fix basic-build-test.sh to work in different env by Teppo Järvelin · 6 years ago
- 1480444 Add config option for AES encryption only by Arto Kinnunen · 6 years ago
- 265d162 Update AES-128 bit configuration by Arto Kinnunen · 6 years ago
- e2bf54d Merge remote-tracking branch 'public/pr/2877' into baremetal by Simon Butcher · 6 years ago
- 5220781 Fix missing include in some files by Manuel Pégourié-Gonnard · 6 years ago
- 7a346b8 Replace memset() with mbedtls_platform_memset() by Manuel Pégourié-Gonnard · 6 years ago
- 0a9b44d Merge branch 'mbedtls-2.16' into baremetal-2.16-20191004 by Manuel Pégourié-Gonnard · 6 years ago
- 85b495b Merge remote-tracking branch 'origin/pr/652' into baremetal by Simon Butcher · 6 years ago
- d2c2486 baremetal.sh: include total in ROM report by Manuel Pégourié-Gonnard · 6 years ago
- 15be0ee baremetal.sh: extract ROM reporting to a function by Manuel Pégourié-Gonnard · 6 years ago
- f950e28 Changed generate_visualc_files.pl to exclude x509_xxx files by Teppo Järvelin · 6 years ago
- 303d399 Merge remote-tracking branch 'origin/pr/609' into baremetal by Simon Butcher · 6 years ago
- dfc9744 Don't set MBEDTLS_MEMORY_DEBUG through `scripts/config.pl full` by Hanno Becker · 6 years ago
- 8762101 Update documentation of exceptions for `config.pl full` by Andrzej Kurek · 6 years ago
- 307dfcd Disable memory buffer allocator in full config by Hanno Becker · 6 years ago
- 9ec3fe0 Introduce configuration option to remove CRT verification callbacks by Hanno Becker · 6 years ago
- 0956e3e Exclude NO_SHA224 option from scripts/config.pl by Manuel Pégourié-Gonnard · 6 years ago
- 8239fad TinyCrypt Config: Don't set MBEDTLS_USE_TINYCRYPT in config.pl full by Hanno Becker · 6 years ago
- 42e4e72 Merge remote-tracking branch 'origin/pr/648' into baremetal by Simon Butcher · 6 years ago
- d6fba18 Merge pull request #643 from hanno-arm/secp256r1-baremetal by Manuel Pégourié-Gonnard · 6 years ago
- fc8adba Merge branch 'mbedtls-2.16' into baremetal-2.16-20190827 by Manuel Pégourié-Gonnard · 6 years ago
- 4009d8f Make function mbedtls_ssl_set_hostname(...) as optional by Teppo Järvelin · 6 years ago
- 4a4047c Add script to auto-generate certs.c by Hanno Becker · 6 years ago
- d64a2f7 Fix wrong ifdef in ssl_server2 & add test for it by Manuel Pégourié-Gonnard · 6 years ago
- a1f3c52 Add --build-only option to baremetal.sh --ram by Hanno Becker · 6 years ago
- f010eba Merge pull request #632 from hanno-arm/baremetal_sh_debug-baremetal by Manuel Pégourié-Gonnard · 6 years ago
- 7c575d2 Merge pull request #605 from ARMmbed/x509_ondemand_remove_unneeded_fields by Manuel Pégourié-Gonnard · 6 years ago
- 0a4c78f Add --debug option to baremetal.sh by Hanno Becker · 6 years ago
- 64b4b6e Change worktree_rev to HEAD for rev-parse by Darryl Green · 6 years ago
- 133294e Merge remote-tracking branch 'origin/mbedtls-2.16' into baremetal by Simon Butcher · 6 years ago
- 47a4cba Split _abi_compliance_command into smaller functions by Gilles Peskine · 6 years ago
- ea94391 Record the commits that were compared by Gilles Peskine · 6 years ago
- 826286a Document how to build the typical argument for -s by Gilles Peskine · 6 years ago
- c53b93b Allow running /somewhere/else/path/to/abi_check.py by Gilles Peskine · 6 years ago
- d07614c Introduce MBEDTLS_X509_CRT_REMOVE_SUBJECT_ISSUER_ID removing IDs by Hanno Becker · 6 years ago
- 843b71a Introduce MBEDTLS_X509_CRT_REMOVE_TIME removing time fields from CRT by Hanno Becker · 6 years ago
- de8869c Merge remote-tracking branch 'restricted/pr/608' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
- 7ee1d48 Merge remote-tracking branch 'restricted/pr/607' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
- 44ba6b0 Merge remote-tracking branch 'restricted/pr/594' into baremetal-proposed by Manuel Pégourié-Gonnard · 6 years ago
- 3b876ac Adapt baremetal.h and baremetal.sh by Hanno Becker · 6 years ago
- 26ac9c4 Exclude new negative options from config.pl full by Manuel Pégourié-Gonnard · 6 years ago
- abd929c Merge branch 'mbedtls-2.16' into baremetal-2.16-01_07_19 by Hanno Becker · 6 years ago
- 691aa96 baremetal: Use Oz when building with armclang by Jaeden Amero · 6 years ago
- 73a36ff windows: Fix Release x64 configuration by Jaeden Amero · 6 years ago
- 7400e8f Merge remote-tracking branch 'origin/pr/591' into baremetal by Simon Butcher · 6 years ago
- f2ef573 Merge remote-tracking branch 'origin/pr/598' into baremetal by Simon Butcher · 6 years ago
- b4d967a Remove MBEDTLS_X509_REMOVE_INFO from `scripts/config.pl full` by Hanno Becker · 6 years ago
- 070f107 Add --check option to scripts/baremetal.sh by Manuel Pégourié-Gonnard · 6 years ago
- 1abb159 Merge branch 'mbedtls-2.16' into baremetal by Hanno Becker · 6 years ago
- ba8b1eb Use negated option for controlling TLS support. by Manuel Pégourié-Gonnard · 6 years ago
- 342223e Merge remote-tracking branch 'origin/pr/2676' into mbedtls-2.16 by Jaeden Amero · 6 years ago
- 7cc9ca8 baremetal.sh: Print code-size summary by Hanno Becker · 6 years ago
- 0ae1a53 Show removed symbols in abi check by Darryl Green · 6 years ago
- f3c43dd Merge branch 'mbedtls-2.16' into baremetal by Manuel Pégourié-Gonnard · 6 years ago
- e831f55 Remove all abi dumps, not just ones shared between versions by Darryl Green · 6 years ago
- d5e1bfc Merge remote-tracking branch 'origin/pr/569' into baremetal by Simon Butcher · 6 years ago
- 0edb924 Merge remote-tracking branch 'origin/pr/565' into baremetal by Simon Butcher · 6 years ago
- 4ce0604 Enable use of CID in baremetal configuration and test script by Hanno Becker · 6 years ago
- fce6f83 Merge branch 'mbedtls-2.16' into baremetal by Hanno Becker · 6 years ago
- 999ac17 Merge remote-tracking branch 'origin/pr/566' into baremetal by Simon Butcher · 6 years ago
- fbf3c8a Only use submodule if present by Darryl Green · 6 years ago
- afdc1b5 Consistently use the name tinycrypt over uecc by Manuel Pégourié-Gonnard · 6 years ago
- 00c0aa0 Exclude MBEDTLS_USE_UECC from the full config by Jarno Lamsa · 6 years ago
- 2e7c7cd Merge remote-tracking branch 'public/mbedtls-2.16' into baremetal by Simon Butcher · 6 years ago
- a0415bc Use check_output instead of Popen by Darryl Green · 6 years ago
- 03c5e85 Start unused variable with underscore by Darryl Green · 6 years ago
- 3c9e7d2 Correct documentation by Darryl Green · 6 years ago
- 6b3cbfa Check that the report directory is a directory by Darryl Green · 6 years ago
- 30dc6d5 Use namespaces instead of full classes by Darryl Green · 6 years ago
- 26dff8e Fix pylint issues by Darryl Green · 6 years ago
- 5783847 Don't put abi dumps in subfolders by Darryl Green · 6 years ago
- 6602538 Add verbose switch to silence all output except the final report by Darryl Green · 6 years ago
- 3f74298 Fetch the remote crypto branch, rather than cloning it by Darryl Green · 6 years ago
- 88bfbc2 Prefix internal functions with underscore by Darryl Green · 6 years ago
- 7381bea Add RepoVersion class to make handling of many arguments easier by Darryl Green · 6 years ago
- 0478a32 Reduce indentation levels by Darryl Green · 6 years ago
- 7c0e052 Improve documentation by Darryl Green · 6 years ago
- 06c51d0 Use optional arguments for setting repositories by Darryl Green · 6 years ago
- c8e6ad4 Only build the library by Darryl Green · 6 years ago
- 879f250 Add ability to compare submodules from different repositories by Darryl Green · 6 years ago
- de11809 Add handling for cases when not all .so files are present by Darryl Green · 6 years ago
- ae5d66c Extend functionality to allow setting crypto submodule version by Darryl Green · 6 years ago