1. e451be5 Update version_features.c by Manuel Pégourié-Gonnard · 6 years ago
  2. 44c5d58 Document AES functions and fix free() functions by Manuel Pégourié-Gonnard · 6 years ago
  3. 0e9cddb Introduce generic validation macros by Manuel Pégourié-Gonnard · 6 years ago
  4. 4c37db6 Remove the library provided function of MBEDTLS_PARAM_FAILED by Simon Butcher · 6 years ago
  5. 5201e41 Add optional parameter validation to the AES module by Simon Butcher · 6 years ago
  6. b486803 Add initial options and support for parameter validation by Simon Butcher · 6 years ago
  7. 01b34fb Merge remote-tracking branch 'upstream-public/pr/2267' into development by Jaeden Amero · 6 years ago
  8. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 6 years ago
  9. 683c582 Clarify alternative ECP calling conventions by Janos Follath · 6 years ago
  10. af6f269 Fix ECC hardware double initialization by Janos Follath · 6 years ago
  11. e1b1a2c Merge remote-tracking branch 'upstream-public/pr/2181' into development by Jaeden Amero · 6 years ago
  12. 5b46fe7 Merge remote-tracking branch 'upstream-public/pr/2157' into development by Jaeden Amero · 6 years ago
  13. bc1cf5c Merge remote-tracking branch 'upstream-public/pr/2131' into development by Jaeden Amero · 6 years ago
  14. a04617e Merge remote-tracking branch 'upstream-public/pr/2125' into development by Jaeden Amero · 6 years ago
  15. c27e342 Merge remote-tracking branch 'upstream-public/pr/2117' into development by Jaeden Amero · 6 years ago
  16. 41722ec Merge remote-tracking branch 'upstream-public/pr/1958' into development by Jaeden Amero · 6 years ago
  17. 3fbdada SSL: Make use of the new ECDH interface by Janos Follath · 6 years ago
  18. 948f4be Debug: Add functions for ECDH contexts by Janos Follath · 6 years ago
  19. 5a3e1bf ECDH: Make the implementation use the new context by Janos Follath · 6 years ago
  20. f61e486 ECDH: Add mbedtls_ecdh_setup() by Janos Follath · 6 years ago
  21. 89ac8c9 ECP: Add mbedtls_ecp_tls_read_group_id() by Janos Follath · 6 years ago
  22. 51b8a2f Merge remote-tracking branch 'restricted/pr/512' into development by Simon Butcher · 6 years ago
  23. b9eb786 Merge remote-tracking branch 'restricted/pr/535' into development by Simon Butcher · 6 years ago
  24. 658618b Merge remote-tracking branch 'restricted/pr/516' into development by Simon Butcher · 6 years ago
  25. 8220466 Streamline mbedtls_xxx_drbg_update_seed_file by Gilles Peskine · 6 years ago
  26. b7f71c8 HMAC_DRBG: report all errors from HMAC functions by Gilles Peskine · 6 years ago
  27. e0e9c57 HMAC_DRBG: deprecate mbedtls_hmac_drbg_update because it ignores errors by Gilles Peskine · 6 years ago
  28. d919993 CTR_DRBG: deprecate mbedtls_ctr_drbg_update because it ignores errors by Gilles Peskine · 6 years ago
  29. afa8037 HMAC_DRBG: clean stack buffers by Gilles Peskine · 6 years ago
  30. d9aa84d CTR_DRBG: clean stack buffers by Gilles Peskine · 6 years ago
  31. 11cdb05 mbedtls_mpi_write_binary: don't leak the exact size of the number by Gilles Peskine · 6 years ago
  32. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 6 years ago
  33. de13963 Merge remote-tracking branch 'restricted/pr/520' into development-restricted-proposed by Simon Butcher · 6 years ago
  34. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 6 years ago
  35. e51d4b3 Merge remote-tracking branch 'public/pr/2054' into development-proposed by Simon Butcher · 6 years ago
  36. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 6 years ago
  37. bcca58c Add common feature unavailable error by Ron Eldor · 6 years ago
  38. d83448b Merge remote-tracking branch 'public/pr/2052' into development-restricted-proposed by Simon Butcher · 6 years ago
  39. 53b45ec Merge remote-tracking branch 'public/pr/2079' into development-restricted-proposed by Simon Butcher · 6 years ago
  40. bbc31b4 Merge remote-tracking branch 'public/pr/2085' into development-restricted-proposed by Simon Butcher · 6 years ago
  41. 93a9b49 Merge remote-tracking branch 'public/pr/2077' into development-restricted-proposed by Simon Butcher · 6 years ago
  42. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 6 years ago
  43. 42ab4ae Merge remote-tracking branch 'public/pr/2167' into development-restricted-proposed by Simon Butcher · 6 years ago
  44. f6d6e30 Fix incomplete assertion in ssl_write_handshake_msg() by Hanno Becker · 6 years ago
  45. 51b6abb Merge remote-tracking branch 'public/pr/2165' into development-proposed by Simon Butcher · 6 years ago
  46. 9772da8 Add missing bracket by Hanno Becker · 6 years ago
  47. 2981d8f Change to positive flow for all cases by Ron Eldor · 6 years ago
  48. 93ace01 Revert positive flow check by Ron Eldor · 6 years ago
  49. b430d9f Change to positive checks by Ron Eldor · 6 years ago
  50. 19779c4 Some style and documentation fixes by Ron Eldor · 6 years ago
  51. 5ed8c1e Avoid using restartable and alternative ECP imp. by Ron Eldor · 6 years ago
  52. b75ffb5 Don't perform binary comparison of CRL issuer and CA subject by Hanno Becker · 6 years ago
  53. 1f8527f Move static x509_name_cmp() in library/x509_crt.c by Hanno Becker · 6 years ago
  54. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 6 years ago
  55. 76646a4 Merge remote-tracking branch 'public/pr/1777' into development-proposed by Simon Butcher · 6 years ago
  56. 2705bea Merge remote-tracking branch 'public/pr/2095' into development-proposed by Simon Butcher · 6 years ago
  57. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 6 years ago
  58. cec1c26 Break overly long line in library/x509_create.c by Hanno Becker · 6 years ago
  59. ee334a3 Remove Doxygen tags from documentation of private structure by Hanno Becker · 6 years ago
  60. beffcd8 Update hardcoded certificates in library/certs.c by Hanno Becker · 6 years ago
  61. 6e1adee Regenerate test files by Hanno Becker · 6 years ago
  62. cb93813 Don't perform binary comparison of CRL issuer and CA subject by Hanno Becker · 6 years ago
  63. 0f6903d Move static x509_name_cmp() in library/x509_crt.c by Hanno Becker · 6 years ago
  64. 2b161c3 Fix compilation issue by Ron Eldor · 6 years ago
  65. 936d284 Minor fixes by Ron Eldor · 6 years ago
  66. 8493f80 conditionaly compile ECDH and ECDSA alt functions by Ron Eldor · 6 years ago
  67. c388a8c Fix typo in a test condition code by Krzysztof Stachowiak · 6 years ago
  68. 7904f94 Merge remote-tracking branch 'public/pr/1099' into development-proposed by Simon Butcher · 6 years ago
  69. 17a0fab Merge remote-tracking branch 'public/pr/2111' into development-proposed by Simon Butcher · 6 years ago
  70. a07d86e Merge remote-tracking branch 'public/pr/1902' into development by Simon Butcher · 6 years ago
  71. ef263eb Merge remote-tracking branch 'public/pr/1993' into development by Simon Butcher · 6 years ago
  72. b10c660 Detect unsigned integer overflow in mbedtls_ecp_check_budget() by Hanno Becker · 6 years ago
  73. 6934e9b Indentation fix by Hanno Becker · 6 years ago
  74. 137015c Fix unsafe bounds checks in ssl_load_session() by Hanno Becker · 6 years ago
  75. 169712e Merge remote-tracking branch 'restricted/pr/390' into development by Simon Butcher · 6 years ago
  76. 9543373 Use brackets around shift operations by Hanno Becker · 6 years ago
  77. a74faba aes: xts: Correct NIST 80-38E to 800-38E by Jaeden Amero · 6 years ago
  78. 8381fcb aes: xts: Update inaccurate comments by Jaeden Amero · 6 years ago
  79. a966fde Fix some documentation typos and improve a comment by Manuel Pégourié-Gonnard · 6 years ago
  80. f343de1 typo fix by Brian J Murray · 6 years ago
  81. ca29fdf Fix some typos in documentation and comments by Manuel Pégourié-Gonnard · 6 years ago
  82. 2751697 Entropy: Fall through to /dev/random if getrandom() syscall unknown by Hanno Becker · 6 years ago
  83. dd3ab13 Fail when encountering invalid CBC padding in EtM records by Hanno Becker · 6 years ago
  84. 44da18a Duplicate mbedtls_asn1_find_named_data in asn1write.c to avoid dep. by Hanno Becker · 6 years ago
  85. 1ea604d Guard mbedtls_pkcs5_pbes2() by MBEDTLS_ASN1_PARSE_C by Hanno Becker · 6 years ago
  86. 8a89f9f Make PBE-related parts of PKCS12 depend on MBEDTLS_ASN1_PARSE_C by Hanno Becker · 6 years ago
  87. b25cb60 Add a comment to clarify code flow by Manuel Pégourié-Gonnard · 6 years ago
  88. a5a3e40 Fix missing dereference. by Manuel Pégourié-Gonnard · 6 years ago
  89. 90f31b7 Improve readability by moving counter decrement by Manuel Pégourié-Gonnard · 6 years ago
  90. a58e011 Fix alignment in a macro definition by Manuel Pégourié-Gonnard · 6 years ago
  91. b843b15 Fix function name to fit conventions by Manuel Pégourié-Gonnard · 6 years ago
  92. c0edc96 Add comment on internal function API by Manuel Pégourié-Gonnard · 6 years ago
  93. d8b73f2 Remove unnecessary calls to init() from free() by Manuel Pégourié-Gonnard · 6 years ago
  94. c37423f Fix misleading sub-state name and comments by Manuel Pégourié-Gonnard · 6 years ago
  95. 5267b62 Change error description by Ron Eldor · 6 years ago
  96. a27190b Rename platform error code and value by Ron Eldor · 6 years ago
  97. ee68cff Fix or improve some comments (and whitespace) by Manuel Pégourié-Gonnard · 6 years ago
  98. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 6 years ago
  99. 6346a75 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 6 years ago
  100. 4899247 Fix undefined behavior in unsigned-to-signed conversion by Gilles Peskine · 6 years ago