| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}() | tb | 2023-11-19 | 1 | -3/+29 |
* | Remove last OPENSSL_NO_ENGINE from libssl regress | tb | 2023-11-19 | 1 | -7/+1 |
* | Unifdef OPENSSL_NO_ENGINE in libcrypto regress | tb | 2023-11-19 | 8 | -68/+8 |
* | Missing period | tb | 2023-11-19 | 1 | -2/+2 |
* | fix grammar | tb | 2023-11-19 | 1 | -2/+2 |
* | Remove remaining ENGINE manuals | tb | 2023-11-19 | 11 | -1988/+1 |
* | Strip mention of ENGINE out of *_set_method.3 | tb | 2023-11-19 | 3 | -98/+26 |
* | Strip out mentions of ENGINE_load_builtin_engines() | tb | 2023-11-19 | 1 | -7/+4 |
* | ex data for ENGINEs is no longer a thing | tb | 2023-11-19 | 1 | -9/+2 |
* | Remove section explaining how great and flexible ENGINE is and | tb | 2023-11-19 | 1 | -28/+2 |
* | Remove obsolete engine configuration section | tb | 2023-11-19 | 1 | -106/+2 |
* | Document the remaining ENGINE stubs in a single manual | tb | 2023-11-19 | 1 | -146/+103 |
* | EVP_PKEY_encrypt() simplify example | tb | 2023-11-19 | 1 | -6/+4 |
* | openssl pkcs12: rewrite without reaching into X509_ALGOR | tb | 2023-11-19 | 1 | -7/+10 |
* | openssl ts: convert to X509_ALGOR_set0() | tb | 2023-11-19 | 1 | -5/+8 |
* | Check for negative EVP_CIPHER_CTX_iv_length() return in libssl | tb | 2023-11-18 | 2 | -9/+13 |