1. ae59c52 Create configuration option to bypass the mbedtls_ssl_set_hostname check by Gilles Peskine · 6 months ago
  2. 63f958d Create error code for mbedtls_ssl_set_hostname not called by Gilles Peskine · 6 months ago
  3. 7ff7965 Update headers by Dave Rodgman · 1 year, 9 months ago
  4. 917dd8b Add new error code for SSL cache entry not found by Gilles Peskine · 1 year, 10 months ago
  5. ec03b04 Update generated files by Gilles Peskine · 2 years, 7 months ago
  6. 36b33ba Restore platform.h inclusion in error.c by Gilles Peskine · 2 years, 10 months ago
  7. 36f19b9 Include platform.h unconditionally: automatic part by Gilles Peskine · 2 years, 10 months ago
  8. 5205c97 Fix a/an typos in doxygen and other comments by Tom Cosgrove · 3 years ago
  9. ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
  10. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  11. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  12. b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
  13. ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
  14. 5e8805a Move `MBEDTLS_ERR_ADD` macro and function to `common.*` by Chris Jones · 4 years, 7 months ago
  15. 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
  16. 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  17. b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 months ago
  18. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  19. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  20. a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
  21. b4c0b75 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  22. 583cd7f Re-generate error.c by Gilles Peskine · 5 years ago
  23. 9515d76 Merge pull request #3219 from aggarg/err_optimization by Gilles Peskine · 5 years ago
  24. cabde25 Align with coding style by Gaurav Aggarwal · 5 years ago
  25. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  26. 8663c74 Remove error_description variable from strerr functions by Gaurav Aggarwal · 5 years ago
  27. 6ea4fc7 Address review comments by Gaurav Aggarwal · 5 years ago
  28. 3d02db2 Add auto-generated code markers by Gaurav Aggarwal · 5 years ago
  29. a4a2aa5 Address review comments by Gaurav Aggarwal · 5 years ago
  30. a9f6400 Add support for const error description strings by Gaurav Aggarwal · 5 years ago
  31. b22d0cf Re-generate automatically generated files by Gilles Peskine · 5 years ago
  32. 458b8f2 Revert "Remove unused TLS, NET, and X.509 files" by Gilles Peskine · 5 years ago
  33. 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 5 years ago
  34. df587ee Remove duplicate include statement by Janos Follath · 6 years ago
  35. 2d20567 Add two error codes to the Error module by Janos Follath · 6 years ago
  36. 60f6b64 Add two error codes to the Error module by Janos Follath · 6 years ago
  37. e96658d Update error.c after a crypto submodule update by Gilles Peskine · 6 years ago
  38. aac3853 Fix long-standing bug in error code description by Gilles Peskine · 6 years ago
  39. f9b3303 Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  40. c37c96a Add specific SSL error code for unexpected CIDs by Hanno Becker · 6 years ago
  41. 4e952f6 Regenerate errors.c by Jaeden Amero · 6 years ago
  42. a4308b2 Remove unused TLS, NET, and X.509 files by Jaeden Amero · 7 years ago
  43. 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  44. 780cf18 Merge remote-tracking branch 'public/pr/2271' into development by Simon Butcher · 7 years ago
  45. 032c037 Merge remote-tracking branch 'public/pr/2270' into development by Simon Butcher · 7 years ago
  46. a033633 Merge remote-tracking branch 'public/pr/2269' into development by Simon Butcher · 7 years ago
  47. 9994e0d Regenerate errors.c by Hanno Becker · 7 years ago
  48. d8e4f4a Regenerate errors.c by Hanno Becker · 7 years ago
  49. 859522a Regenerate errors.c by Hanno Becker · 7 years ago
  50. 863d483 Add MBEDTLS_ERR_SHA512_BAD_INPUT_DATA to error.{h,c} by Andres Amaya Garcia · 7 years ago
  51. 9e76c0e Add MBEDTLS_ERR_SHA256_BAD_INPUT_DATA to error.{h,c} by Andres Amaya Garcia · 7 years ago
  52. a685d4f Add MBEDTLS_ERR_SHA1_BAD_INPUT_DATA to error.{h,c} by Andres Amaya Garcia · 7 years ago
  53. 6640b0d Undo deprecation of MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  54. a034369 Undo deprecation of MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  55. 938f9e9 Undo deprecation of MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  56. 3214215 Update errors.c by Hanno Becker · 7 years ago
  57. bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
  58. ef263eb Merge remote-tracking branch 'public/pr/1993' into development by Simon Butcher · 7 years ago
  59. 5267b62 Change error description by Ron Eldor · 7 years ago
  60. a27190b Rename platform error code and value by Ron Eldor · 7 years ago
  61. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
  62. 54a7c62 Minor style changes by Ron Eldor · 7 years ago
  63. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  64. b0ad581 Remove the invalid input for platform module by Ron Eldor · 7 years ago
  65. 0ff4e0b Add platform error codes by Ron Eldor · 7 years ago
  66. b063a5f Update error codes by Hanno Becker · 7 years ago
  67. 79d9b50 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  68. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  69. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 7 years ago
  70. 558da9c Make SSL error code more generic by Manuel Pégourié-Gonnard · 7 years ago
  71. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  72. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  73. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  74. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  75. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 7 years ago
  76. 3798b6b Add some error codes and merge others by Manuel Pégourié-Gonnard · 7 years ago
  77. b8bd80a Add FEATURE_NOT_AVAILABLE error codes. by Manuel Pégourié-Gonnard · 7 years ago
  78. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  79. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  80. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  81. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  82. 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 7 years ago
  83. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  84. b44692f Merge branch 'mbedtls_ssl_get_key_exchange_md_ssl_tls-return_hashlen' into tls_async_server-2.9 by Gilles Peskine · 7 years ago
  85. 3dd8abd Regenerate errors after ecp.h updates by Jaeden Amero · 7 years ago
  86. 8bf79f6 SSL asynchronous private key operation callbacks: interface by Gilles Peskine · 8 years ago
  87. e5b5bd7 Allocate a unique err code for MBEDTLS_ERR_AES_BAD_INPUT_DATA by Mohammad Azim Khan · 8 years ago
  88. 80aa3b8 Merge branch 'pr_946' into development-proposed by Gilles Peskine · 7 years ago
  89. cc78ac4 Update error.c by Gilles Peskine · 7 years ago
  90. 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
  91. c9f4d6d Correct error.c by Hanno Becker · 7 years ago
  92. 3c80009 aria: add error codes for hw implementations by Manuel Pégourié-Gonnard · 7 years ago
  93. 07478d6 something to do with whitespaces by Markku-Juhani O. Saarinen · 8 years ago
  94. 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
  95. 9564e97 Merge branch 'development' into development-restricted by Jaeden Amero · 7 years ago
  96. 2f8163d Improve CTR-DRBG documentation by Rose Zadik · 8 years ago
  97. 042e97f Improve RSA documentation by Rose Zadik · 8 years ago
  98. 41ad082 Improve DHM documentation by Rose Zadik · 8 years ago
  99. 9ba6b62 Improve cipher documentation by Rose Zadik · 8 years ago
  100. eecdbea Improve CCM documentation by Rose Zadik · 8 years ago