aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/err.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Add ERR_lib_symbol_name and ERR_reason_symbol_nameDavid Benjamin1-0/+13
2023-02-11Make ERR and thread use system malloc.Bob Beck1-2/+6
2023-01-27Switch ERR_GET_* to inline functionsDavid Benjamin1-3/+10
2021-11-30Add ERR_set_error_data for compatibility.David Benjamin1-2/+19
2021-04-22Use a placeholder for unknown errors in ERR_*_error_string.David Benjamin1-2/+3
2020-04-22Add missing ERR_LIB_TRUST_TOKEN constants.David Benjamin1-1/+2
2020-03-04Trust Token Key Generation.Steven Valdez1-0/+1
2019-12-02Give ERR_error_string_n a return value for convenience.David Benjamin1-9/+11
2018-05-08Add some more compatibility functions.David Benjamin1-0/+3
2017-12-14Bring ERR_ERROR_STRING_BUF_LEN down to 120.David Benjamin1-1/+1
2017-12-04Actually deprecate ERR_remove_thread_state.David Benjamin1-8/+8
2017-10-09Add the ability to save and restore the error state.David Benjamin1-31/+2
2017-10-04Further simplify error queue flags.David Benjamin1-20/+10
2017-10-02Document more of err.h.David Benjamin1-96/+110
2017-10-02Error data is always a NUL-terminated malloced string.David Benjamin1-7/+4
2017-09-05Clarify ERR_print_errors_* clear the error queue.David Benjamin1-9/+6
2017-08-18Run comment conversion script on include/David Benjamin1-163/+163
2017-04-27Document ERR_error_string_n standalone.David Benjamin1-16/+17
2017-01-12Spellcheck our public headers.David Benjamin1-4/+4
2016-10-18Fix up macros.David Benjamin1-1/+1
2016-01-26Have doc.go parse struct comments.Adam Langley1-1/+1
2016-01-21Annotate |ERR_add_error_dataf| as |OPENSSL_PRINTF_FORMAT_FUNC|.Brian Smith1-1/+2
2015-11-05Fix up several comments and detect problems in the future.Adam Langley1-2/+2
2015-11-03Don't bother sampling __func__.David Benjamin1-24/+8
2015-09-15Fix minor documentation mistake.David Benjamin1-1/+1
2015-07-16ERR_LIB_USER should be the last error.David Benjamin1-1/+1
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin1-1/+1
2015-07-16Get rid of err function codes.David Benjamin1-37/+31
2015-06-10Correct various documentation typosKenny Root1-1/+1
2015-05-12Define compatibility function |ERR_remove_state|.Matt Braithwaite1-12/+9
2015-05-05Add do-nothing compatibility function |ERR_load_ERR_strings|.Matt Braithwaite1-5/+8
2015-04-15Fix Windows newline in err.h from commit 83a8298.Brian Smith1-1/+1
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith1-2/+0
2015-04-13Rename BIO_print_errors_fp back to ERR_print_errors_fp & refactor it.Brian Smith1-0/+6
2015-04-08Use thread-local storage for ERR.Adam Langley1-9/+7
2015-04-08Remove the implementation abstraction from ERR.Adam Langley1-20/+0
2015-02-09Precompute sorted array for error strings.Adam Langley1-18/+1
2015-01-15Free all error queues on shutdown.Adam Langley1-1/+1
2015-01-14Various documentation fixes.David Benjamin1-3/+4
2015-01-13Free more memory in cleanup functions.Adam Langley1-2/+4
2015-01-08Add declarations for Android compatibility funcs.Adam Langley1-0/+9
2014-12-18Implement HKDF.Nick Harper1-0/+2
2014-10-31Remove ERR_LIB_PKCS12.Adam Langley1-2/+0
2014-10-07Retain ownership of malloced error data.Adam Langley1-7/+14
2014-10-01ERR_GET_* macros return int.David Benjamin1-3/+3
2014-08-21Convert all zero-argument functions to '(void)'David Benjamin1-4/+4
2014-08-14Add EVP_EncodedLength.Adam Langley1-0/+1
2014-08-11Add ERR_remove_thread_state (for Android).Adam Langley1-0/+9
2014-07-31Add visibility rules.Adam Langley1-31/+34
2014-07-28Add OpenSSL-compatible alias for ERR_FLAG_STRING flag.Piotr Sikora1-0/+3