1. 1b6c09a Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  2. 0e7791f Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
  3. f7a101a Merge pull request #5730 from gilles-peskine-arm/ssl-opt-auto-psk-2.28 by Gilles Peskine · 3 years, 4 months ago
  4. 9220fee Enable DTLS_BADMAC_LIMIT by Gilles Peskine · 3 years, 4 months ago
  5. e719d17 Minor documentation improvement by Gilles Peskine · 3 years, 4 months ago
  6. dcb13af ssl-opt needs debug messages by Gilles Peskine · 3 years, 5 months ago
  7. 83f7108 Small DTLS 1.2 config: timing is a default entropy source by Gilles Peskine · 3 years, 4 months ago
  8. 8c5c293 New sample/test configuration: small DTLS 1.2 by Gilles Peskine · 3 years, 5 months ago
  9. a132beb Minimal TLS configuration: documentation improvements by Gilles Peskine · 3 years, 5 months ago
  10. 1882b9a Fix spelling of 'features' in comment by Jacob Schloss · 6 years ago
  11. 699290d Fix config-mini-tls1_1 PK_WRITE requirement when USA_PSA_CRYPTO is used by Andrzej Kurek · 3 years, 6 months ago
  12. 19d6ab0 Enable testing with PSA for config-mini-tls1_1 by Andrzej Kurek · 3 years, 6 months ago
  13. 1faa2a3 Add a check for MBEDTLS_PK_WRITE_C with USE_PSA_CRYPTO to check-config.h by Andrzej Kurek · 3 years, 6 months ago
  14. 19e83fa Restructure test-ref-configs to test with USE_PSA_CRYPTO turned on by Andrzej Kurek · 3 years, 7 months ago
  15. 33c92f0 Determine MBEDTLS_ECP_MAX_BITS automatically by Gilles Peskine · 4 years, 2 months ago
  16. 2eefa80 Remove config-psa-crypto.h by Gilles Peskine · 4 years, 3 months ago
  17. d8b83ea Update symmetric only reference config to include config_psa.h by John Durkop · 4 years, 9 months ago
  18. 71016a9 psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t by Ronald Cron · 5 years ago
  19. 72f65fc psa: Rename pss_key_owner_id_t to mbedtls_key_owner_id_t by Ronald Cron · 5 years ago
  20. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  21. 4e616f8 Remove config-default.h by Gilles Peskine · 5 years ago
  22. 1174db5 Revert "ecp: Remove dependency on TLS and X.509" by Gilles Peskine · 5 years ago
  23. 7dc9704 Revert "Remove tests that depend on TLS or X.509" by Gilles Peskine · 5 years ago
  24. 12230eb Revert "Remove irrelevant configs" by Gilles Peskine · 5 years ago
  25. 4e11749 Revert "config: Remove TLS and NET options" by Gilles Peskine · 5 years ago
  26. 252e391 Revert "config: Remove X.509 options" by Gilles Peskine · 5 years ago
  27. db7d5f0 Revert "config: Remove explicit ciphersuite lists" by Gilles Peskine · 5 years ago
  28. fec3064 Add a reference configuration without any asymmetric cryptography by Gilles Peskine · 6 years ago
  29. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  30. 7242ea6 config: Remove explicit ciphersuite lists by Jaeden Amero · 6 years ago
  31. bb1f701 config: Remove X.509 options by Jaeden Amero · 7 years ago
  32. 1c66e48 config: Remove TLS and NET options by Jaeden Amero · 7 years ago
  33. 1ad3730 Remove irrelevant configs by Jaeden Amero · 6 years ago
  34. e3dbdd8 Gate entropy injection through a dedicated configuration option by Gilles Peskine · 6 years ago
  35. 6bf4bae Remove compilation option MBEDTLS_PSA_HAS_ITS_IO by Gilles Peskine · 6 years ago
  36. 088b77f Merge psa_crypto_storage_its into psa_crypto_storage by Gilles Peskine · 6 years ago
  37. e435f23 Remove psa_crypto_storage_file by Gilles Peskine · 6 years ago
  38. 9afb2e9 Remove tests that depend on TLS or X.509 by Jaeden Amero · 7 years ago
  39. de0a41b ecp: Remove dependency on TLS and X.509 by Jaeden Amero · 7 years ago
  40. bce557d configs: Update example PSA config by Jaeden Amero · 6 years ago
  41. 06b161a psa: Add latest PSA Crypto config.h by Jaeden Amero · 6 years ago
  42. e820662 Update config-default.h to the latest from Mbed TLS by Jaeden Amero · 6 years ago
  43. a90abf1 add MBEDTLS_PSA_HAS_ITS_IO by Moran Peker · 7 years ago
  44. 4611956 Add new MBEDTLS_PSA_CRYPTO_STORAGE_ITS_C configuration option by Moran Peker · 7 years ago
  45. db2b8db psa: Add storage implementation for files by Darryl Green · 7 years ago
  46. 9989b5e Update config-default.h to latest default config by Jaeden Amero · 7 years ago
  47. 67a9351 psa: config: Add MBEDTLS_PSA_CRYPTO_SPM by Jaeden Amero · 7 years ago
  48. 1672d1d Remove features with missing dependencies from config.h by Gilles Peskine · 7 years ago
  49. 1318793 Update the PSA crypto-only config.h in configs by Gilles Peskine · 7 years ago
  50. 66920ce Set the default configuration to PSA by Gilles Peskine · 7 years ago
  51. d8374ba New configuration file for PSA crypto by Gilles Peskine · 7 years ago
  52. e12f0ac Adapt buffer size for minimal CCM config by Manuel Pégourié-Gonnard · 7 years ago
  53. ab72727 Add a disabled CMAC define in the no-entropy configuration by Krzysztof Stachowiak · 7 years ago
  54. df29868 Merge branch 'pr_1280' into development-proposed by Gilles Peskine · 7 years ago
  55. a40a101 Update Doxygen file blocks to remove copyright and license information by Darryl Green · 8 years ago
  56. 9522409 Remove picocoin reference configuration by Simon Butcher · 8 years ago
  57. cb8d54b Fix typo in configs/README.txt file by Ron Eldor · 8 years ago
  58. 28f320e Enable MBEDTLS_AES_ROM_TABLES in config-no-entropy by Andres Amaya Garcia · 8 years ago
  59. 8b4111c Fix build failure for thread config by Brian Murray · 9 years ago
  60. 53e23b6 Minor CMAC fixes for merge by Brian Murray · 9 years ago
  61. 7abc974 Add config macro for min bytes hw entropy by Andres AG · 9 years ago
  62. f84f892 Add new config.h that does not need entropy source by Andres AG · 9 years ago
  63. c4205ae Removes target_config.h file from default and thread configs by Simon Butcher · 9 years ago
  64. fadacb9 Merge branch 'development' into iotssl-461-ecjpake-finalization by Manuel Pégourié-Gonnard · 10 years ago
  65. 3e5b5f1 Tune up config-thread.h a bit more by Manuel Pégourié-Gonnard · 10 years ago
  66. ca700b2 Add config-thread.h to test-ref-configs.pl by Manuel Pégourié-Gonnard · 10 years ago
  67. b6fe70b Tune up the Thread mini config by Manuel Pégourié-Gonnard · 10 years ago
  68. 9f52cac Rename config-ecjpake to thread and minify it by Manuel Pégourié-Gonnard · 10 years ago
  69. dd0e9a8 Minimal config file for ECJPAKE by Robert Cragie · 10 years ago
  70. 5e4c206 Make config check include for configs examples more consistent by Pascal Bach · 10 years ago
  71. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  72. 8119dad Make sure all .h files have license information by Manuel Pégourié-Gonnard · 10 years ago
  73. 151dc77 Fix some old names that remained by Manuel Pégourié-Gonnard · 10 years ago
  74. 975d5fa Remove option HAVE_LONGLONG by Manuel Pégourié-Gonnard · 10 years ago
  75. b31424c Make HAVE_IPV6 non-optional by Manuel Pégourié-Gonnard · 10 years ago
  76. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  77. 0bf112e Remove small configuration based on RC4 by Manuel Pégourié-Gonnard · 10 years ago
  78. 55f968b Switch renego define from disable to enable by Manuel Pégourié-Gonnard · 10 years ago
  79. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  80. 0de7f94 Enable NIST_OPTIM by default for config-suite-b by Manuel Pégourié-Gonnard · 11 years ago
  81. b4fe3cb Rename to mbed TLS in the documentation/comments by Manuel Pégourié-Gonnard · 11 years ago
  82. f6080b8 Merge support for enabling / disabling renegotiation support at compile-time by Paul Bakker · 11 years ago
  83. 86b2908 Adapt to "negative" switch for renego by Manuel Pégourié-Gonnard · 11 years ago
  84. e80083c Add precision about cmake cache by Manuel Pégourié-Gonnard · 11 years ago
  85. ac7dd33 Update the ccm-psk config with psk_len 128 bits by Manuel Pégourié-Gonnard · 11 years ago
  86. cc10f4d Use SSL_CIPHERSUITES in example configs by Manuel Pégourié-Gonnard · 11 years ago
  87. 2a45d1c Merge changes to config examples and configuration issues by Paul Bakker · 11 years ago
  88. 725e7f4 Fix include in reduced config files by Manuel Pégourié-Gonnard · 11 years ago
  89. 0389b54 Some configs without HAVE_TIME or HAVE_IPV6 by Manuel Pégourié-Gonnard · 11 years ago
  90. 417670a Adjust bound more tightly by Manuel Pégourié-Gonnard · 11 years ago
  91. 66e20c6 Fix warning and typo->error. by Manuel Pégourié-Gonnard · 11 years ago
  92. e38eb0b Optimize config-suite-b for low RAM usage by Manuel Pégourié-Gonnard · 11 years ago
  93. 0ac844c Optimize RAM usage in CCM-PSK config by Manuel Pégourié-Gonnard · 11 years ago
  94. 4d9b784 Warning against RC4 in example config by Manuel Pégourié-Gonnard · 11 years ago
  95. 03f1532 Update PSK-based miniconfigs: no ASN1, no OID by Manuel Pégourié-Gonnard · 11 years ago
  96. 1a74a26 Add config based on PSK-CCM by Manuel Pégourié-Gonnard · 11 years ago
  97. cb576cc Reduce picocoin config a bit more by Manuel Pégourié-Gonnard · 11 years ago
  98. f9378d8 Fix dependencies on PEM in tests and programs by Manuel Pégourié-Gonnard · 11 years ago
  99. 0f7b619 Fix tests dependencies in X509_USE_C by Manuel Pégourié-Gonnard · 11 years ago
  100. fea3102 Fix dependencies on X509_CRT_C in tests by Manuel Pégourié-Gonnard · 11 years ago