1. 4e62cbc Add generated files by Ronald Cron · 3 years, 8 months ago
  2. 9c58274 Remove automatically generated source files by Gilles Peskine · 4 years, 3 months ago
  3. 3268d84 Remove unused error code MBEDTLS_ERR_SSL_CERTIFICATE_REQUIRED by Hanno Becker · 4 years, 3 months ago
  4. 56ee9e5 Remove MBEDTLS_ERR_SSL_INVALID_VERIFY_HASH by Hanno Becker · 4 years, 3 months ago
  5. 91e1cc3 Remove MBEDTLS_ERR_SSL_CERTIFICATE_TOO_LARGE error code by Hanno Becker · 4 years, 3 months ago
  6. eca840f Remove unused MBEDTLS_ERR_SSL_PEER_VERIFY_FAILED by Hanno Becker · 4 years, 3 months ago
  7. b86e588 Remove unused MBEDTLS_ERR_SSL_UNKNOWN_CIPHER by Hanno Becker · 4 years, 3 months ago
  8. e67665c Merge pull request #4006 from chris-jones-arm/development by Gilles Peskine · 4 years, 3 months ago
  9. e022938 error.c re-generated once more by TRodziewicz · 4 years, 3 months ago
  10. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  11. 1fbdb25 error.c re-generated by TRodziewicz · 4 years, 3 months ago
  12. c301bd5 Merge branch 'development_3.0' into drop_old_tls_options by Mateusz Starzyk · 4 years, 4 months ago
  13. ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
  14. b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
  15. 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
  16. b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
  17. ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
  18. 5e8805a Move `MBEDTLS_ERR_ADD` macro and function to `common.*` by Chris Jones · 4 years, 7 months ago
  19. 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
  20. e148b68 error.c re-generated. by TRodziewicz · 4 years, 4 months ago
  21. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  22. dd82502 Remove deprecated error codes. Some still remain - question asked in issue comment by TRodziewicz · 4 years, 4 months ago
  23. a3a9984 Drop support for TLS record-level compression. by Mateusz Starzyk · 4 years, 5 months ago
  24. 16dbaeb Move padlock.h to library by Chris Jones · 4 years, 5 months ago
  25. 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
  26. b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 months ago
  27. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  28. db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
  29. a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
  30. b4c0b75 Add error condition for bad user configurations by Hanno Becker · 8 years ago
  31. 583cd7f Re-generate error.c by Gilles Peskine · 5 years ago
  32. 9515d76 Merge pull request #3219 from aggarg/err_optimization by Gilles Peskine · 5 years ago
  33. cabde25 Align with coding style by Gaurav Aggarwal · 5 years ago
  34. 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
  35. 8663c74 Remove error_description variable from strerr functions by Gaurav Aggarwal · 5 years ago
  36. 6ea4fc7 Address review comments by Gaurav Aggarwal · 5 years ago
  37. 3d02db2 Add auto-generated code markers by Gaurav Aggarwal · 5 years ago
  38. a4a2aa5 Address review comments by Gaurav Aggarwal · 5 years ago
  39. a9f6400 Add support for const error description strings by Gaurav Aggarwal · 5 years ago
  40. b22d0cf Re-generate automatically generated files by Gilles Peskine · 5 years ago
  41. 458b8f2 Revert "Remove unused TLS, NET, and X.509 files" by Gilles Peskine · 5 years ago
  42. 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 5 years ago
  43. df587ee Remove duplicate include statement by Janos Follath · 6 years ago
  44. 2d20567 Add two error codes to the Error module by Janos Follath · 6 years ago
  45. 60f6b64 Add two error codes to the Error module by Janos Follath · 6 years ago
  46. e96658d Update error.c after a crypto submodule update by Gilles Peskine · 6 years ago
  47. aac3853 Fix long-standing bug in error code description by Gilles Peskine · 6 years ago
  48. f9b3303 Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
  49. c37c96a Add specific SSL error code for unexpected CIDs by Hanno Becker · 6 years ago
  50. 4e952f6 Regenerate errors.c by Jaeden Amero · 6 years ago
  51. a4308b2 Remove unused TLS, NET, and X.509 files by Jaeden Amero · 7 years ago
  52. 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
  53. 780cf18 Merge remote-tracking branch 'public/pr/2271' into development by Simon Butcher · 7 years ago
  54. 032c037 Merge remote-tracking branch 'public/pr/2270' into development by Simon Butcher · 7 years ago
  55. a033633 Merge remote-tracking branch 'public/pr/2269' into development by Simon Butcher · 7 years ago
  56. 9994e0d Regenerate errors.c by Hanno Becker · 7 years ago
  57. d8e4f4a Regenerate errors.c by Hanno Becker · 7 years ago
  58. 859522a Regenerate errors.c by Hanno Becker · 7 years ago
  59. 863d483 Add MBEDTLS_ERR_SHA512_BAD_INPUT_DATA to error.{h,c} by Andres Amaya Garcia · 7 years ago
  60. 9e76c0e Add MBEDTLS_ERR_SHA256_BAD_INPUT_DATA to error.{h,c} by Andres Amaya Garcia · 7 years ago
  61. a685d4f Add MBEDTLS_ERR_SHA1_BAD_INPUT_DATA to error.{h,c} by Andres Amaya Garcia · 7 years ago
  62. 6640b0d Undo deprecation of MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  63. a034369 Undo deprecation of MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  64. 938f9e9 Undo deprecation of MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
  65. 3214215 Update errors.c by Hanno Becker · 7 years ago
  66. bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
  67. ef263eb Merge remote-tracking branch 'public/pr/1993' into development by Simon Butcher · 7 years ago
  68. 5267b62 Change error description by Ron Eldor · 7 years ago
  69. a27190b Rename platform error code and value by Ron Eldor · 7 years ago
  70. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
  71. 54a7c62 Minor style changes by Ron Eldor · 7 years ago
  72. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  73. b0ad581 Remove the invalid input for platform module by Ron Eldor · 7 years ago
  74. 0ff4e0b Add platform error codes by Ron Eldor · 7 years ago
  75. b063a5f Update error codes by Hanno Becker · 7 years ago
  76. 79d9b50 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  77. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  78. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 7 years ago
  79. 558da9c Make SSL error code more generic by Manuel Pégourié-Gonnard · 7 years ago
  80. da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  81. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  82. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  83. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  84. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 7 years ago
  85. 3798b6b Add some error codes and merge others by Manuel Pégourié-Gonnard · 7 years ago
  86. b8bd80a Add FEATURE_NOT_AVAILABLE error codes. by Manuel Pégourié-Gonnard · 7 years ago
  87. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  88. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  89. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  90. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  91. 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 7 years ago
  92. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  93. 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
  94. 3dd8abd Regenerate errors after ecp.h updates by Jaeden Amero · 7 years ago
  95. 8bf79f6 SSL asynchronous private key operation callbacks: interface by Gilles Peskine · 8 years ago
  96. e5b5bd7 Allocate a unique err code for MBEDTLS_ERR_AES_BAD_INPUT_DATA by Mohammad Azim Khan · 8 years ago
  97. 80aa3b8 Merge branch 'pr_946' into development-proposed by Gilles Peskine · 7 years ago
  98. cc78ac4 Update error.c by Gilles Peskine · 7 years ago
  99. 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
  100. c9f4d6d Correct error.c by Hanno Becker · 7 years ago