Age | Commit message (Expand) | Author |
2024-11-02 | Assert assumption on CRYPTO_THREADID | Theo Buehler |
2024-11-02 | Inline last uses of CRYPTO_THREADID in err/ | Theo Buehler |
2024-10-11 | err.c: zap stray space | Theo Buehler |
2024-10-11 | Apply some style(9) and tidy some comments. | Joel Sing |
2024-10-11 | Remove pointless locking from err_build_SYS_str_reasons(). | Joel Sing |
2024-10-11 | Convert err_clear_data() and err_clear() from macros to functions. | Joel Sing |
2024-10-11 | Remove unused typedef for ERR_FNS. | Joel Sing |
2024-10-11 | Add err_ prefix to build_SYS_str_reasons(). | Joel Sing |
2024-10-11 | Make ERR_str_{libraries,reasons,functs}[] const. | Joel Sing |
2024-10-11 | Add ERR_LIB_SYS to the error values in ERR_str_functs[]. | Joel Sing |
2024-10-02 | Reorder functions. | Joel Sing |
2024-10-02 | Remove err_fns and associated machinery. | Joel Sing |
2024-08-31 | Remove ERR_add_{,v}data() | Theo Buehler |
2024-07-09 | Hide remaining unused ERR functions in err.h | Bob Beck |
2024-06-24 | libcrypto: constify most error string tables | Theo Buehler |
2024-03-02 | Make CRYPTO_THREADID opaque | Theo Buehler |
2024-03-02 | Remove ERR_get_state | Theo Buehler |
2024-02-24 | Remove last calls to CRYPTO_{push,pop}_info() | Theo Buehler |
2024-02-24 | err.c: fix incorrect line wrapping | Theo Buehler |
2023-07-28 | Remove more ERR cruft | Theo Buehler |
2023-07-28 | Remove ERR_{get,set}_implementation() | Theo Buehler |
2023-07-07 | Unbreak the namespace build after a broken mk.conf and tool misfire had | Bob Beck |
2023-07-07 | Hide symbols in hkdf, evp, err, ecdsa, and ec | Bob Beck |
2023-04-09 | Move a few functions out of OPENSSL_NO_DEPRECATED | Theo Buehler |
2023-03-27 | Avoid errno is EINVAL after OpenSSL initialization | Jan Klemkow |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-08-29 | Provide ERR_R_INIT_FAIL. | Joel Sing |
2019-10-17 | Provide err_clear_last_constant_time() as a way of clearing an error from | Joel Sing |
2018-04-03 | KNF: move two opening curly braces of function bodies to their own lines | Theo Buehler |
2018-03-17 | Bring in compatibility for OpenSSL 1.1 style init functions. | Bob Beck |
2017-02-20 | Mark ERR_add_error_data and ERR_add_error_vdata as not for internal use, | Bob Beck |
2017-02-07 | Revert previous; the implementation is incorrect since it assumes that the | Joel Sing |
2017-02-07 | Add file and line to the LibreSSL error strings sine we are no longer in | Bob Beck |
2017-01-29 | Send the function codes from the error functions to the bit bucket, | Bob Beck |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-10-05 | compile with c89 (code / decl ordering); from Joakim.Tjernlund@transmode.se | Theo de Raadt |
2014-08-24 | constify strerror return value | Brent Cook |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-06-27 | save_errno botch; spotted by miod | Theo de Raadt |
2014-06-27 | hand-KNF the remaining bits | Theo de Raadt |
2014-06-26 | save errno in ERR_put_error(), so that SYSerr doesn't have any accidental | Theo de Raadt |
2014-06-12 | tags as requested by miod and tedu | Theo de Raadt |
2014-06-07 | malloc() result does not need a cast. | Theo de Raadt |
2014-05-24 | No OPENSSL_SYS_WINDOWS wanted. | Joel Sing |
2014-04-24 | add ERR_asprintf_error_data, A tool to be used to get rid of the far too | Bob Beck |
2014-04-21 | KNF. | Joel Sing |
2014-04-20 | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | Philip Guenther |
2014-04-19 | We'll interpret a (void) cast on snprintf() to mean it's been verified that | Philip Guenther |
2014-04-19 | use intrinsic strlcpy and strlcat everywhere so we only have one set of | Bob Beck |