summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* tlsexttest: \178 isn't a valid octal escape sequencetb2023-12-131-2/+2
* constraints: \178 isn't a valid octal escape sequencetb2023-12-131-2/+2
* x509_asn1: avoid lookup table that makes some compilers whinetb2023-12-131-59/+37
* evp_test: zap extra empty linetb2023-12-101-2/+1
* Add regress coverage for OBJ_NAME_do_all*()tb2023-12-081-2/+99
* last .Nm should not have a commajsg2023-12-051-3/+3
* zap trailing whitespacetb2023-12-041-2/+2
* Save backtraces to show in leak dump. Depth of backtrace set byotto2023-12-042-87/+184
* Remove misuse warnings for EVP_*Final()tb2023-12-031-12/+1
* Fix some NULL misspellingstb2023-12-021-10/+10
* Revert a hunk of r1.23 that makes no sensetb2023-12-021-8/+2
* Some cleanup:schwarze2023-12-011-71/+33
* EVP_EncryptInit(3) is among the most important "how to drive" manuals,schwarze2023-12-014-65/+165
* Unify various EVP_*{Update,Final}*() wrapperstb2023-12-011-18/+10
* Clean up and de-spaghettize by_file_callbackbeck2023-11-301-21/+15
* Ignore ENGINE at the API boundarytb2023-11-2919-84/+61
* Clean up CMAC implementation a littletb2023-11-291-34/+66
* Convert ssl3_cipher_by_id() to bsearch()tb2023-11-293-39/+19
* Use a long for id in ssl3_get_cipher_by_id()tb2023-11-292-4/+4
* Switch to legacy method late in tls13_use_legacy_stack()tb2023-11-281-3/+7
* correct spelling of FALLTHROUGHjsg2023-11-281-2/+2
* EVP test: fix includestb2023-11-271-3/+3
* EVP test: add regress coverage for the do_all() APItb2023-11-271-1/+132
* Regen cert.pemtb2023-11-271-224/+400
* Remove some trailing whitespacetb2023-11-271-211/+211
* Remove silly parenthesestb2023-11-271-3/+3
* Move the callers X509_STORE_CTX_purpose_inherit() down a bittb2023-11-271-15/+15
* Move ssl_cipher_id_cmp() next to its only callertb2023-11-252-15/+14
* typo: mutiple -> multipleop2023-11-221-2/+2
* Unhook and remove the now even more useless ssl_algs.c than it was before.tb2023-11-222-68/+1
* Make SSL_library_init() a wrapper of OPENSSL_init_ssl()tb2023-11-222-61/+9
* Stop calling SSL_library_init() from OPENSSL_init_ssl_internal()tb2023-11-221-2/+1
* Move SSL_library_init() next to OPENSSL_init_ssl()tb2023-11-221-3/+2
* ec_print.c: Unwrap a linetb2023-11-211-3/+2
* Inline a better version of print_bin() in only callertb2023-11-211-42/+27
* Make a few purpose things consttb2023-11-214-11/+11
* Fix a <= 5-byte buffer overwrite in print_bin()tb2023-11-211-2/+3
* Still need engine.h for ENGINE_free()tb2023-11-201-1/+2
* Mark up an occurrence of ENGINEtb2023-11-191-2/+3
* ENGINE can no longer have ex_data attached to ittb2023-11-191-3/+3
* Remove musings how ENGINE may or may not screw everything up.tb2023-11-191-23/+2
* Remove ENGINE mention in RSA_new()tb2023-11-191-14/+6
* OPENSSL_config() no longer calls ENGINE_load_builtin_engines()tb2023-11-191-5/+4
* ENGINE_add_conf_module() no longer existstb2023-11-191-8/+2
* Remove ENGINE Xr that I left behindtb2023-11-191-2/+1
* zap stray commatb2023-11-191-2/+2
* Unifdef OPENSSL_NO_ENGINE in libssltb2023-11-195-69/+5
* Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.ctb2023-11-191-17/+4
* Rename an ENGINE from e to engine for consistencytb2023-11-191-2/+2
* Unifdef OPENSSL_NO_ENGINE in libcryptotb2023-11-1921-431/+21