| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | x509_asn1: avoid lookup table that makes some compilers whine | tb | 2023-12-13 | 1 | -59/+37 |
* | evp_test: zap extra empty line | tb | 2023-12-10 | 1 | -2/+1 |
* | Add regress coverage for OBJ_NAME_do_all*() | tb | 2023-12-08 | 1 | -2/+99 |
* | last .Nm should not have a comma | jsg | 2023-12-05 | 1 | -3/+3 |
* | zap trailing whitespace | tb | 2023-12-04 | 1 | -2/+2 |
* | Save backtraces to show in leak dump. Depth of backtrace set by | otto | 2023-12-04 | 2 | -87/+184 |
* | Remove misuse warnings for EVP_*Final() | tb | 2023-12-03 | 1 | -12/+1 |
* | Fix some NULL misspellings | tb | 2023-12-02 | 1 | -10/+10 |
* | Revert a hunk of r1.23 that makes no sense | tb | 2023-12-02 | 1 | -8/+2 |
* | Some cleanup: | schwarze | 2023-12-01 | 1 | -71/+33 |
* | EVP_EncryptInit(3) is among the most important "how to drive" manuals, | schwarze | 2023-12-01 | 4 | -65/+165 |
* | Unify various EVP_*{Update,Final}*() wrappers | tb | 2023-12-01 | 1 | -18/+10 |
* | Clean up and de-spaghettize by_file_callback | beck | 2023-11-30 | 1 | -21/+15 |
* | Ignore ENGINE at the API boundary | tb | 2023-11-29 | 19 | -84/+61 |
* | Clean up CMAC implementation a little | tb | 2023-11-29 | 1 | -34/+66 |
* | Convert ssl3_cipher_by_id() to bsearch() | tb | 2023-11-29 | 3 | -39/+19 |
* | Use a long for id in ssl3_get_cipher_by_id() | tb | 2023-11-29 | 2 | -4/+4 |
* | Switch to legacy method late in tls13_use_legacy_stack() | tb | 2023-11-28 | 1 | -3/+7 |
* | correct spelling of FALLTHROUGH | jsg | 2023-11-28 | 1 | -2/+2 |
* | EVP test: fix includes | tb | 2023-11-27 | 1 | -3/+3 |
* | EVP test: add regress coverage for the do_all() API | tb | 2023-11-27 | 1 | -1/+132 |
* | Regen cert.pem | tb | 2023-11-27 | 1 | -224/+400 |
* | Remove some trailing whitespace | tb | 2023-11-27 | 1 | -211/+211 |
* | Remove silly parentheses | tb | 2023-11-27 | 1 | -3/+3 |
* | Move the callers X509_STORE_CTX_purpose_inherit() down a bit | tb | 2023-11-27 | 1 | -15/+15 |
* | Move ssl_cipher_id_cmp() next to its only caller | tb | 2023-11-25 | 2 | -15/+14 |
* | typo: mutiple -> multiple | op | 2023-11-22 | 1 | -2/+2 |
* | Unhook and remove the now even more useless ssl_algs.c than it was before. | tb | 2023-11-22 | 2 | -68/+1 |
* | Make SSL_library_init() a wrapper of OPENSSL_init_ssl() | tb | 2023-11-22 | 2 | -61/+9 |
* | Stop calling SSL_library_init() from OPENSSL_init_ssl_internal() | tb | 2023-11-22 | 1 | -2/+1 |
* | Move SSL_library_init() next to OPENSSL_init_ssl() | tb | 2023-11-22 | 1 | -3/+2 |
* | ec_print.c: Unwrap a line | tb | 2023-11-21 | 1 | -3/+2 |
* | Inline a better version of print_bin() in only caller | tb | 2023-11-21 | 1 | -42/+27 |
* | Make a few purpose things const | tb | 2023-11-21 | 4 | -11/+11 |
* | Fix a <= 5-byte buffer overwrite in print_bin() | tb | 2023-11-21 | 1 | -2/+3 |
* | Still need engine.h for ENGINE_free() | tb | 2023-11-20 | 1 | -1/+2 |
* | Mark up an occurrence of ENGINE | tb | 2023-11-19 | 1 | -2/+3 |
* | ENGINE can no longer have ex_data attached to it | tb | 2023-11-19 | 1 | -3/+3 |
* | Remove musings how ENGINE may or may not screw everything up. | tb | 2023-11-19 | 1 | -23/+2 |
* | Remove ENGINE mention in RSA_new() | tb | 2023-11-19 | 1 | -14/+6 |
* | OPENSSL_config() no longer calls ENGINE_load_builtin_engines() | tb | 2023-11-19 | 1 | -5/+4 |
* | ENGINE_add_conf_module() no longer exists | tb | 2023-11-19 | 1 | -8/+2 |
* | Remove ENGINE Xr that I left behind | tb | 2023-11-19 | 1 | -2/+1 |
* | zap stray comma | tb | 2023-11-19 | 1 | -2/+2 |
* | Unifdef OPENSSL_NO_ENGINE in libssl | tb | 2023-11-19 | 5 | -69/+5 |
* | Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.c | tb | 2023-11-19 | 1 | -17/+4 |
* | Rename an ENGINE from e to engine for consistency | tb | 2023-11-19 | 1 | -2/+2 |
* | Unifdef OPENSSL_NO_ENGINE in libcrypto | tb | 2023-11-19 | 21 | -431/+21 |
* | Unifdef OPENSSL_NO_ENGINE in pmeth_lib.c | tb | 2023-11-19 | 1 | -41/+3 |
* | Unifdef OPENSSL_NO_ENGINE in engine.h | tb | 2023-11-19 | 1 | -566/+8 |