1. 78450a3 ECDH: Disables MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by default by Christoph M. Wintersteiger · 7 years ago
  2. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  3. 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  4. d0e66b0 Turn off secure element support by default by Gilles Peskine · 6 years ago
  5. a8ade16 Gate secure element support by a separate config option by Gilles Peskine · 6 years ago
  6. 9c754a9 config.pl: disable PSA_ITS_FILE and PSA_CRYPTO_STORAGE for baremetal by Andrzej Kurek · 6 years ago
  7. 03c35a5 Disable MBEDTLS_ECP_RESTARTABLE in full config by Andrzej Kurek · 6 years ago
  8. 971dea3 Enable USE_PSA_CRYPTO with config.pl full by Manuel Pégourié-Gonnard · 7 years ago
  9. de7636e Enable MBEDTLS_PSA_CRYPTO_C by default by Manuel Pégourié-Gonnard · 7 years ago
  10. bb1f701 config: Remove X.509 options by Jaeden Amero · 7 years ago
  11. 1c66e48 config: Remove TLS and NET options by Jaeden Amero · 7 years ago
  12. 57f4d9e Update crypto submodule to test with private headers by Jaeden Amero · 6 years ago
  13. e3dbdd8 Gate entropy injection through a dedicated configuration option by Gilles Peskine · 6 years ago
  14. 6bf4bae Remove compilation option MBEDTLS_PSA_HAS_ITS_IO by Gilles Peskine · 6 years ago
  15. e435f23 Remove psa_crypto_storage_file by Gilles Peskine · 6 years ago
  16. 2b9eb0b Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  17. 4a51228 Reduce priority of 3DES ciphersuites by Andres Amaya Garcia · 7 years ago
  18. 69d7c8b Declare a psa_key_file_id_t layout with an owner field by Gilles Peskine · 6 years ago
  19. 1724574 Add MBEDTLS_PSA_HAS_ITS_IO to config.pl exclude list by Andrzej Kurek · 6 years ago
  20. d3643ef Add PSA defines to config.pl exclude list by Andrzej Kurek · 6 years ago
  21. 26fd730 Add config option for X.509/TLS to use PSA by Manuel Pégourié-Gonnard · 7 years ago
  22. e10f191 Remove MBEDTLS_PSA_CRYPTO_SPM from config.pl by Hanno Becker · 7 years ago
  23. aeefa49 Add config option for X.509/TLS to use PSA by Manuel Pégourié-Gonnard · 7 years ago
  24. 484ee33 psa: Add PSA Crypto configuration by Jaeden Amero · 7 years ago
  25. a90abf1 add MBEDTLS_PSA_HAS_ITS_IO by Moran Peker · 7 years ago
  26. 4611956 Add new MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C configuration option by Moran Peker · 7 years ago
  27. db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago
  28. 67a9351 psa: config: Add MBEDTLS_PSA_CRYPTO_SPM by Jaeden Amero · 7 years ago
  29. 9fa21bf Merge remote-tracking branch 'public/pr/1533' into development by Simon Butcher · 7 years ago
  30. 2adb375 Add option to avoid 64-bit multiplication by Manuel Pégourié-Gonnard · 7 years ago
  31. 533407a Use "#!/usr/bin/env perl" as shebang line. by fbrosson · 7 years ago
  32. a3389eb Merge branch 'development-restricted' into iotssl-1306-rsa-is-vulnerable-to-bellcore-glitch-attack by Hanno Becker · 7 years ago
  33. c4e9694 Add MBEDTLS_NO_UDBL_DIVISION to excludes of full config by Azim Khan · 8 years ago
  34. c3c3a68 Update usage description by Azim Khan · 8 years ago
  35. 0d44573 Add option to do baremetal configuration. by Azim Khan · 8 years ago
  36. 8ca0e8f Minor style fix by Gilles Peskine · 8 years ago
  37. d98e9e8 config.pl get: be better behaved by Gilles Peskine · 8 years ago
  38. 01f57e3 config.pl get: don't rewrite config.h; detect write errors by Gilles Peskine · 8 years ago
  39. f0f55cc Fixed "config.pl get" for options with no value by Gilles Peskine · 8 years ago
  40. 7c0f17d Add `MBEDTLS_RSA_NO_CRT` to options unaffected by `config.pl full` by Hanno Becker · 8 years ago
  41. c6f346b Fix get option in config.pl script by Hanno Becker · 8 years ago
  42. 2adecba Clarify Comments and Fix Typos (#651) by Brian J Murray · 9 years ago
  43. 3d26513 Fix for config.pl if no arguments are passed by Simon Butcher · 9 years ago
  44. dd9895d Fix config.pl to return successful exitcode for full and realfull by Simon Butcher · 9 years ago
  45. 4ae8691 Adds 'get' command to scripts/config.pl to retrieve config state by Simon Butcher · 9 years ago
  46. ab5df40 Rename the 'no entropy' feature to MBEDTLS_TEST_NULL_ENTROPY by Simon Butcher · 9 years ago
  47. 53de784 Add entropy safety switch. by Janos Follath · 9 years ago
  48. 73883c1 Fixes formatting of spacing in config.pl by SimonB · 9 years ago
  49. 60f2cf9 Adds option to config.pl to force config changes by SimonB · 9 years ago
  50. 1989caf Use a full config.h with doxygen by Manuel Pégourié-Gonnard · 10 years ago
  51. 7f9049b Make config.pl more resistant to misuse by Manuel Pégourié-Gonnard · 10 years ago
  52. a14cbb6 Have config.pl return non-zero rather than warn by Manuel Pégourié-Gonnard · 10 years ago
  53. 7ee5ddd Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  54. b752715 Expand config.pl's notion of "full" by Manuel Pégourié-Gonnard · 10 years ago
  55. 7b53889 Remove support for HAVE_INT8 and HAVE_INT16 by Manuel Pégourié-Gonnard · 10 years ago
  56. b20a70f Move rename.pl to scripts & add data file by Manuel Pégourié-Gonnard · 10 years ago
  57. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  58. 8a89fcd Rm references to removed config options by Manuel Pégourié-Gonnard · 10 years ago
  59. ea0920f Adjust test scripts to new RC4 defaults by Manuel Pégourié-Gonnard · 10 years ago
  60. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  61. f6080b8 Merge support for enabling / disabling renegotiation support at compile-time by Paul Bakker · 11 years ago
  62. 86b2908 Adapt to "negative" switch for renego by Manuel Pégourié-Gonnard · 11 years ago
  63. 052ae25 Avoid advertising private option by Manuel Pégourié-Gonnard · 11 years ago
  64. ab3d862 Make config.pl more versatile by Manuel Pégourié-Gonnard · 11 years ago