summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-12-11arm just had to be different and change the syntax for .pushsectionTheo de Raadt
2023-12-11Oops, wrong argument to macroTheo de Raadt
2023-12-11document upcoming pinsyscalls(2) system callTheo de Raadt
2023-12-10Populate the non-LOAD openbsd.syscalls section (and PT_OPENBSD_SYSCALL)Theo de Raadt
2023-12-06Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it forMiod Vallat
2023-12-05last .Nm should not have a commaJonathan Gray
2023-12-04zap trailing whitespaceTheo Buehler
2023-12-04Save backtraces to show in leak dump. Depth of backtrace set byOtto Moerbeek
2023-12-03Remove misuse warnings for EVP_*Final()Theo Buehler
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