Age | Commit message (Expand) | Author |
2024-03-29 | Stop using pem2.h. | Joel Sing |
2024-03-24 | Bye bye gost, bye, bye turdiness | Theo Buehler |
2024-03-02 | Remove some GOST relics | Theo Buehler |
2024-03-02 | Make CRYPTO_THREADID opaque | Theo Buehler |
2024-03-02 | Adjust signature of ERR_load_strings() | 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 |
2024-01-10 | Drop an unnecessary cast | Theo Buehler |
2024-01-10 | Fix print_fp() | Theo Buehler |
2023-11-19 | Unifdef OPENSSL_NO_ENGINE in libcrypto | Theo Buehler |
2023-07-28 | Remove more ERR cruft | Theo Buehler |
2023-07-28 | Remove ERR_{get,set}_implementation() | Theo Buehler |
2023-07-28 | Drop DSO and define OPENSSL_NO_DSO | Theo Buehler |
2023-07-28 | Remove ECDH errors | Theo Buehler |
2023-07-28 | Remove ecs_err.c | 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-06-11 | Unifdef ZLIB | Theo Buehler |
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 |
2022-07-12 | Remove mkerr.pl remnants from LibreSSL | Klemens Nanni |
2022-05-07 | Sort alphabetically so that future omissions will be easier to spot. | Theo Buehler |
2022-05-06 | Add missing ERR_load_{COMP,CT,KDF}_strings() | Theo Buehler |
2022-05-05 | Provide KDFerr() and KDFerror() macros | Theo Buehler |
2022-01-07 | Add a new, mostly empty, bio_local.h and include it in the files | Theo Buehler |
2021-11-24 | Make the certificate transparency code build with the rest of the library | Bob Beck |
2019-10-17 | Provide err_clear_last_constant_time() as a way of clearing an error from | Joel Sing |
2019-09-09 | Load CMS error strings. | 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 |
2017-01-26 | Hide SSLerr() under #ifndef LIBRESSL_INTERNAL since we shouldn't be | Bob Beck |
2016-10-19 | unifdef OPENSSL_NO_CMS | Joel Sing |
2015-02-11 | Guenther has plans for OPENSSL_NO_CMS, so revert this for the moment. | Bob Beck |
2015-02-11 | get rid of OPENSSL_NO_CMS code we do not use. | Bob Beck |
2015-02-11 | get rid of OPENSSL_NO_COMP code we don't use. | Bob Beck |
2014-11-09 | GOST crypto algorithms (well, most of them), ported from the removed GOST | Miod Vallat |
2014-10-18 | Sort/group includes. | Joel Sing |
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 | Revert change that snuck into previous commit. | Joel Sing |
2014-07-11 | Only import cryptlib.h in the four source files that actually need it. | Joel Sing |
2014-07-11 | Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE was | Joel Sing |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |