summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-12-02Fix some NULL misspellingsTheo Buehler
2023-12-02Revert a hunk of r1.23 that makes no senseTheo Buehler
2023-12-01Some cleanup:Ingo Schwarze
2023-12-01EVP_EncryptInit(3) is among the most important "how to drive" manuals,Ingo Schwarze
2023-12-01Unify various EVP_*{Update,Final}*() wrappersTheo Buehler
2023-11-30Clean up and de-spaghettize by_file_callbackBob Beck
2023-11-29Ignore ENGINE at the API boundaryTheo Buehler
2023-11-29Clean up CMAC implementation a littleTheo Buehler
2023-11-29Convert ssl3_cipher_by_id() to bsearch()Theo Buehler
2023-11-29Use a long for id in ssl3_get_cipher_by_id()Theo Buehler
2023-11-28Switch to legacy method late in tls13_use_legacy_stack()Theo Buehler
2023-11-28correct spelling of FALLTHROUGHJonathan Gray
2023-11-27Regen cert.pemTheo Buehler
2023-11-27Remove some trailing whitespaceTheo Buehler
2023-11-27Remove silly parenthesesTheo Buehler
2023-11-27Move the callers X509_STORE_CTX_purpose_inherit() down a bitTheo Buehler
2023-11-25Move ssl_cipher_id_cmp() next to its only callerTheo Buehler
2023-11-22typo: mutiple -> multipleOmar Polo
2023-11-22Unhook and remove the now even more useless ssl_algs.c than it was before.Theo Buehler
2023-11-22Make SSL_library_init() a wrapper of OPENSSL_init_ssl()Theo Buehler
2023-11-22Stop calling SSL_library_init() from OPENSSL_init_ssl_internal()Theo Buehler
2023-11-22Move SSL_library_init() next to OPENSSL_init_ssl()Theo Buehler
2023-11-22Set correct errno field in struct asr_result.Florian Obser
2023-11-21ec_print.c: Unwrap a lineTheo Buehler
2023-11-21Inline a better version of print_bin() in only callerTheo Buehler
2023-11-21Fix a <= 5-byte buffer overwrite in print_bin()Theo Buehler
2023-11-21Do not short-circuit localhost resolution when AI_NUMERICHOST is set.Florian Obser
2023-11-20localhost is either 127.0.0.1 or ::1, nothing else.Florian Obser
2023-11-19Mark up an occurrence of ENGINETheo Buehler
2023-11-19ENGINE can no longer have ex_data attached to itTheo Buehler
2023-11-19Remove musings how ENGINE may or may not screw everything up.Theo Buehler
2023-11-19Remove ENGINE mention in RSA_new()Theo Buehler
2023-11-19OPENSSL_config() no longer calls ENGINE_load_builtin_engines()Theo Buehler
2023-11-19ENGINE_add_conf_module() no longer existsTheo Buehler
2023-11-19Remove ENGINE Xr that I left behindTheo Buehler
2023-11-19zap stray commaTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libsslTheo Buehler
2023-11-19Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.cTheo Buehler
2023-11-19Rename an ENGINE from e to engine for consistencyTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in libcryptoTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in pmeth_lib.cTheo Buehler
2023-11-19Unifdef OPENSSL_NO_ENGINE in engine.hTheo Buehler
2023-11-19Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}()Theo Buehler
2023-11-19Missing periodTheo Buehler
2023-11-19fix grammarTheo Buehler
2023-11-19Remove remaining ENGINE manualsTheo Buehler
2023-11-19Strip mention of ENGINE out of *_set_method.3Theo Buehler
2023-11-19Strip out mentions of ENGINE_load_builtin_engines()Theo Buehler
2023-11-19ex data for ENGINEs is no longer a thingTheo Buehler
2023-11-19Remove section explaining how great and flexible ENGINE is andTheo Buehler