- ef01852 Add missing guard to mbedtls_test_hook_error_add by Chris Jones · 4 years, 4 months ago
- b7d02e0 Fix misc issues with unused parameters and check-names.sh by Chris Jones · 4 years, 4 months ago
- 7439209 Rewrite error addition interface by Chris Jones · 4 years, 4 months ago
- b179b84 Change set_err_add_hook void pointer to actual function pointer signature by Chris Jones · 4 years, 6 months ago
- ef180af Move `MBEDTLS_ERR_ADD` macro and functions to `error.*` by Chris Jones · 4 years, 6 months ago
- 5e8805a Move `MBEDTLS_ERR_ADD` macro and function to `common.*` by Chris Jones · 4 years, 7 months ago
- 96ae73b Add macro for error code addition by Chris Jones · 4 years, 7 months ago
- 67aed9a Simplify conditional guards in error.c by Gilles Peskine · 4 years, 9 months ago
- b64e0fe Fix conditions for including string.h in error.c by Gilles Peskine · 4 years, 9 months ago
- 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
- db09ef6 Include common.h instead of config.h in library source files by Gilles Peskine · 5 years ago
- a92e3de Merge pull request #873 from hanno-arm/ssl_write_client_hello by Manuel Pégourié-Gonnard · 5 years ago
- b4c0b75 Add error condition for bad user configurations by Hanno Becker · 8 years ago
- 583cd7f Re-generate error.c by Gilles Peskine · 5 years ago
- 9515d76 Merge pull request #3219 from aggarg/err_optimization by Gilles Peskine · 5 years ago
- cabde25 Align with coding style by Gaurav Aggarwal · 5 years ago
- 518d435 Fix GCC format-signedness warnings by Kenneth Soerensen · 5 years ago
- 8663c74 Remove error_description variable from strerr functions by Gaurav Aggarwal · 5 years ago
- 6ea4fc7 Address review comments by Gaurav Aggarwal · 5 years ago
- 3d02db2 Add auto-generated code markers by Gaurav Aggarwal · 5 years ago
- a4a2aa5 Address review comments by Gaurav Aggarwal · 5 years ago
- a9f6400 Add support for const error description strings by Gaurav Aggarwal · 5 years ago
- b22d0cf Re-generate automatically generated files by Gilles Peskine · 5 years ago
- 458b8f2 Revert "Remove unused TLS, NET, and X.509 files" by Gilles Peskine · 5 years ago
- 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 5 years ago
- df587ee Remove duplicate include statement by Janos Follath · 6 years ago
- 2d20567 Add two error codes to the Error module by Janos Follath · 6 years ago
- 60f6b64 Add two error codes to the Error module by Janos Follath · 6 years ago
- e96658d Update error.c after a crypto submodule update by Gilles Peskine · 6 years ago
- aac3853 Fix long-standing bug in error code description by Gilles Peskine · 6 years ago
- f9b3303 Introduce specific error for ver/cfg mismatch on deserialization by Hanno Becker · 6 years ago
- c37c96a Add specific SSL error code for unexpected CIDs by Hanno Becker · 6 years ago
- 4e952f6 Regenerate errors.c by Jaeden Amero · 6 years ago
- a4308b2 Remove unused TLS, NET, and X.509 files by Jaeden Amero · 7 years ago
- 36e89b5 Fix #2370, minor typos and spelling mistakes by Antonin Décimo · 7 years ago
- 780cf18 Merge remote-tracking branch 'public/pr/2271' into development by Simon Butcher · 7 years ago
- 032c037 Merge remote-tracking branch 'public/pr/2270' into development by Simon Butcher · 7 years ago
- a033633 Merge remote-tracking branch 'public/pr/2269' into development by Simon Butcher · 7 years ago
- 9994e0d Regenerate errors.c by Hanno Becker · 7 years ago
- d8e4f4a Regenerate errors.c by Hanno Becker · 7 years ago
- 859522a Regenerate errors.c by Hanno Becker · 7 years ago
- 863d483 Add MBEDTLS_ERR_SHA512_BAD_INPUT_DATA to error.{h,c} by Andres Amaya Garcia · 7 years ago
- 9e76c0e Add MBEDTLS_ERR_SHA256_BAD_INPUT_DATA to error.{h,c} by Andres Amaya Garcia · 7 years ago
- a685d4f Add MBEDTLS_ERR_SHA1_BAD_INPUT_DATA to error.{h,c} by Andres Amaya Garcia · 7 years ago
- 6640b0d Undo deprecation of MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
- a034369 Undo deprecation of MBEDTLS_ERR_ARIA_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
- 938f9e9 Undo deprecation of MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH by Hanno Becker · 7 years ago
- 3214215 Update errors.c by Hanno Becker · 7 years ago
- bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
- ef263eb Merge remote-tracking branch 'public/pr/1993' into development by Simon Butcher · 7 years ago
- 5267b62 Change error description by Ron Eldor · 7 years ago
- a27190b Rename platform error code and value by Ron Eldor · 7 years ago
- f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
- 54a7c62 Minor style changes by Ron Eldor · 7 years ago
- 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- b0ad581 Remove the invalid input for platform module by Ron Eldor · 7 years ago
- 0ff4e0b Add platform error codes by Ron Eldor · 7 years ago
- b063a5f Update error codes by Hanno Becker · 7 years ago
- 79d9b50 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
- 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 7 years ago
- 558da9c Make SSL error code more generic by Manuel Pégourié-Gonnard · 7 years ago
- da19f4c Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
- e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
- 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
- 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
- 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 7 years ago
- 3798b6b Add some error codes and merge others by Manuel Pégourié-Gonnard · 7 years ago
- b8bd80a Add FEATURE_NOT_AVAILABLE error codes. by Manuel Pégourié-Gonnard · 7 years ago
- dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
- b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
- adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
- 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
- 2f3a581 Merge remote-tracking branch 'public/pr/1178' into development by Simon Butcher · 7 years ago
- a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
- 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
- 3dd8abd Regenerate errors after ecp.h updates by Jaeden Amero · 7 years ago
- 8bf79f6 SSL asynchronous private key operation callbacks: interface by Gilles Peskine · 8 years ago
- e5b5bd7 Allocate a unique err code for MBEDTLS_ERR_AES_BAD_INPUT_DATA by Mohammad Azim Khan · 8 years ago
- 80aa3b8 Merge branch 'pr_946' into development-proposed by Gilles Peskine · 7 years ago
- cc78ac4 Update error.c by Gilles Peskine · 7 years ago
- 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
- c9f4d6d Correct error.c by Hanno Becker · 7 years ago
- 3c80009 aria: add error codes for hw implementations by Manuel Pégourié-Gonnard · 7 years ago
- 07478d6 something to do with whitespaces by Markku-Juhani O. Saarinen · 8 years ago
- 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
- 9564e97 Merge branch 'development' into development-restricted by Jaeden Amero · 7 years ago
- 2f8163d Improve CTR-DRBG documentation by Rose Zadik · 8 years ago
- 042e97f Improve RSA documentation by Rose Zadik · 8 years ago
- 41ad082 Improve DHM documentation by Rose Zadik · 8 years ago
- 9ba6b62 Improve cipher documentation by Rose Zadik · 8 years ago
- eecdbea Improve CCM documentation by Rose Zadik · 8 years ago
- 7f44127 Improve AES documentation by Rose Zadik · 8 years ago
- 2acbf17 Merge branch 'development' into development-restricted by Jaeden Amero · 8 years ago
- 751aa51 Merge remote-tracking branch 'upstream-public/pr/1303' into development by Jaeden Amero · 8 years ago
- 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 8 years ago
- 7ecab3d Error codes for hardware accelerator failures by Gilles Peskine · 8 years ago
- a381fe8 Add HW_FAILED error codes for message digest modules by Gilles Peskine · 8 years ago
- 17196cd Merge remote-tracking branch 'upstream-public/pr/964' into development by Gilles Peskine · 8 years ago
- 1434a36 Don't split error code description across multiple lines by Hanno Becker · 8 years ago