index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2023-12-02
Fix some NULL misspellings
Theo Buehler
2023-12-02
Revert a hunk of r1.23 that makes no sense
Theo Buehler
2023-12-01
Some cleanup:
Ingo Schwarze
2023-12-01
EVP_EncryptInit(3) is among the most important "how to drive" manuals,
Ingo Schwarze
2023-12-01
Unify various EVP_*{Update,Final}*() wrappers
Theo Buehler
2023-11-30
Clean up and de-spaghettize by_file_callback
Bob Beck
2023-11-29
Ignore ENGINE at the API boundary
Theo Buehler
2023-11-29
Clean up CMAC implementation a little
Theo Buehler
2023-11-29
Convert ssl3_cipher_by_id() to bsearch()
Theo Buehler
2023-11-29
Use a long for id in ssl3_get_cipher_by_id()
Theo Buehler
2023-11-28
Switch to legacy method late in tls13_use_legacy_stack()
Theo Buehler
2023-11-28
correct spelling of FALLTHROUGH
Jonathan Gray
2023-11-27
Regen cert.pem
Theo Buehler
2023-11-27
Remove some trailing whitespace
Theo Buehler
2023-11-27
Remove silly parentheses
Theo Buehler
2023-11-27
Move the callers X509_STORE_CTX_purpose_inherit() down a bit
Theo Buehler
2023-11-25
Move ssl_cipher_id_cmp() next to its only caller
Theo Buehler
2023-11-22
typo: mutiple -> multiple
Omar Polo
2023-11-22
Unhook and remove the now even more useless ssl_algs.c than it was before.
Theo Buehler
2023-11-22
Make SSL_library_init() a wrapper of OPENSSL_init_ssl()
Theo Buehler
2023-11-22
Stop calling SSL_library_init() from OPENSSL_init_ssl_internal()
Theo Buehler
2023-11-22
Move SSL_library_init() next to OPENSSL_init_ssl()
Theo Buehler
2023-11-22
Set correct errno field in struct asr_result.
Florian Obser
2023-11-21
ec_print.c: Unwrap a line
Theo Buehler
2023-11-21
Inline a better version of print_bin() in only caller
Theo Buehler
2023-11-21
Fix a <= 5-byte buffer overwrite in print_bin()
Theo Buehler
2023-11-21
Do not short-circuit localhost resolution when AI_NUMERICHOST is set.
Florian Obser
2023-11-20
localhost is either 127.0.0.1 or ::1, nothing else.
Florian Obser
2023-11-19
Mark up an occurrence of ENGINE
Theo Buehler
2023-11-19
ENGINE can no longer have ex_data attached to it
Theo Buehler
2023-11-19
Remove musings how ENGINE may or may not screw everything up.
Theo Buehler
2023-11-19
Remove ENGINE mention in RSA_new()
Theo Buehler
2023-11-19
OPENSSL_config() no longer calls ENGINE_load_builtin_engines()
Theo Buehler
2023-11-19
ENGINE_add_conf_module() no longer exists
Theo Buehler
2023-11-19
Remove ENGINE Xr that I left behind
Theo Buehler
2023-11-19
zap stray comma
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libssl
Theo Buehler
2023-11-19
Manually unifdef OPENSSL_NO_ENGINE in ssl_clnt.c
Theo Buehler
2023-11-19
Rename an ENGINE from e to engine for consistency
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in libcrypto
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in pmeth_lib.c
Theo Buehler
2023-11-19
Unifdef OPENSSL_NO_ENGINE in engine.h
Theo Buehler
2023-11-19
Also mention ENGINE_{cleanup,{ctrl_cmd{,_string}()
Theo Buehler
2023-11-19
Missing period
Theo Buehler
2023-11-19
fix grammar
Theo Buehler
2023-11-19
Remove remaining ENGINE manuals
Theo Buehler
2023-11-19
Strip mention of ENGINE out of *_set_method.3
Theo Buehler
2023-11-19
Strip out mentions of ENGINE_load_builtin_engines()
Theo Buehler
2023-11-19
ex data for ENGINEs is no longer a thing
Theo Buehler
2023-11-19
Remove section explaining how great and flexible ENGINE is and
Theo Buehler
[next]