summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Unifdef OPENSSL_NO_ENGINE in pmeth_lib.ctb2023-11-191-41/+3
* Unifdef OPENSSL_NO_ENGINE in engine.htb2023-11-191-566/+8
* Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}()tb2023-11-191-3/+29
* Remove last OPENSSL_NO_ENGINE from libssl regresstb2023-11-191-7/+1
* Unifdef OPENSSL_NO_ENGINE in libcrypto regresstb2023-11-198-68/+8
* Missing periodtb2023-11-191-2/+2
* fix grammartb2023-11-191-2/+2
* Remove remaining ENGINE manualstb2023-11-1911-1988/+1
* Strip mention of ENGINE out of *_set_method.3tb2023-11-193-98/+26
* Strip out mentions of ENGINE_load_builtin_engines()tb2023-11-191-7/+4
* ex data for ENGINEs is no longer a thingtb2023-11-191-9/+2
* Remove section explaining how great and flexible ENGINE is andtb2023-11-191-28/+2
* Remove obsolete engine configuration sectiontb2023-11-191-106/+2
* Document the remaining ENGINE stubs in a single manualtb2023-11-191-146/+103
* EVP_PKEY_encrypt() simplify exampletb2023-11-191-6/+4
* openssl pkcs12: rewrite without reaching into X509_ALGORtb2023-11-191-7/+10
* openssl ts: convert to X509_ALGOR_set0()tb2023-11-191-5/+8
* Check for negative EVP_CIPHER_CTX_iv_length() return in libssltb2023-11-182-9/+13
* Forgot to fix one unsigned int vs int confusiontb2023-11-181-3/+3
* Check for negative IV lengthtb2023-11-185-27/+45
* Mention which functions are implemented as macros in the few casesschwarze2023-11-1613-34/+76
* drop some duplicate statements about macrosschwarze2023-11-164-23/+10
* fix wrong macroschwarze2023-11-161-3/+3
* delete lots of stuff that no longer existsschwarze2023-11-161-300/+17
* fix typo: exdata -> ex_dataschwarze2023-11-161-4/+4
* Minimal fix to unbreak OPENSSL_{gmtime,timegm}(3)tb2023-11-161-15/+18