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-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
2023-11-19
Remove obsolete engine configuration section
Theo Buehler
2023-11-19
Document the remaining ENGINE stubs in a single manual
Theo Buehler
2023-11-19
EVP_PKEY_encrypt() simplify example
Theo Buehler
2023-11-19
need to use a slightly different asm syntax..
Theo de Raadt
2023-11-18
libz sync with develop branch, discussed with deraadt
Theo Buehler
2023-11-18
oops another copy of the prototype
Theo de Raadt
2023-11-18
crt0 uses a helper function in a MD src/libexec/ld.so .h file (rather than
Theo de Raadt
2023-11-18
Check for negative EVP_CIPHER_CTX_iv_length() return in libssl
Theo Buehler
2023-11-18
Forgot to fix one unsigned int vs int confusion
Theo Buehler
2023-11-18
Check for negative IV length
Theo Buehler
2023-11-18
Rename internal function imsg_get_fd() to imsg_dequeue_fd().
Claudio Jeker
2023-11-17
The term peerid originated from bgpd. It is time to generalize this and
Claudio Jeker
2023-11-17
rename struct imsgbuf *ibuf to *imsgbuf since ibuf is too close to
Claudio Jeker
2023-11-16
Mention which functions are implemented as macros in the few cases
Ingo Schwarze
2023-11-16
drop some duplicate statements about macros
Ingo Schwarze
2023-11-16
fix wrong macro
Ingo Schwarze
2023-11-16
delete lots of stuff that no longer exists
Ingo Schwarze
2023-11-16
fix typo: exdata -> ex_data
Ingo Schwarze
[next]