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
2022-09-03
Fix the failing libm/rint regress test by adding ieee754 implementations
Moritz Buhl
2022-09-02
Use a shorter system call invocation template for system calls in the range
Miod Vallat
2022-09-01
Check sk_SSL_CIPHER_push() return value
Theo Buehler
2022-09-01
Drop support for unused attributes 'bs' (d_bbsize) and 'sb'
Kenneth R Westerback
2022-09-01
Do not embed ident(1) strings in object code.
Miod Vallat
2022-08-31
Add an empty line for consistency.
Theo Buehler
2022-08-31
Recommit -r1.45 but without error checking EVP_PKEY_copy_parameters()
Theo Buehler
2022-08-31
Revert r1.46. Causes fireworks in regress.
Theo Buehler
2022-08-31
Remove most mentions of contexts on the stack.
Theo Buehler
2022-08-31
nasty whitespace
Theo Buehler
2022-08-31
Rework DSA_size() and ECDSA_size()
Theo Buehler
2022-08-31
Switch loop bounds from size_t to int in check_hosts()
Theo Buehler
2022-08-31
Avoid potential NULL dereference in ssl_set_pkey()
Theo Buehler
2022-08-31
backport Xr fix
Jonathan Gray
2022-08-30
Remove a commented-out sk_push that has been hanging around for > 20 years
Theo Buehler
2022-08-30
chacha20_poly1305_cleanup() should return 1
Theo Buehler
2022-08-30
Plug leak of BIO in tls13_quic_init()
Theo Buehler
2022-08-30
Plug memory leak in X509_REQ_print_ex()
Theo Buehler
2022-08-29
missing period
Theo Buehler
2022-08-29
Fix a case where EndOfMibView wasn't honoured.
Martijn van Duren
2022-08-29
Provide ERR_R_INIT_FAIL.
Joel Sing
2022-08-29
Provide ASN1_R_TYPE_NOT_PRIMITIVE.
Joel Sing
2022-08-29
static const, not const static
Jonathan Gray
2022-08-29
update libfido2 to 1.11.0, taking in just over a year of upstream
Damien Miller
2022-08-29
static inline, not inline static
Jonathan Gray
2022-08-29
use ansi volatile keyword, not __volatile
Jonathan Gray
2022-08-28
Plug memory leak in CMS_add_simple_smimecap() in the unlikely event that
Theo Buehler
2022-08-28
Encode an ASN.1 INTEGER with NULL data to value of zero.
Joel Sing
2022-08-28
remove unused blowfish inline defines
Jonathan Gray
2022-08-27
Handle SSL_do_handshake() being called before SSL_provide_quic_data().
Joel Sing
2022-08-27
Provide additional defines for EVP AEAD.
Joel Sing
2022-08-27
Use ENTRY_NB() instead of ENTRY()
Theo Buehler
2022-08-26
Backout "Only return file descriptors to block or character devices"
Klemens Nanni
2022-08-25
Only return file descriptors to block or character devices
Klemens Nanni
2022-08-25
No need to include float.h anymore.
Todd C. Miller
2022-08-24
if the socket is connected, we can use recv() instead of recvfrom()
Theo de Raadt
2022-08-21
Provide the remaining QUIC API.
Joel Sing
2022-08-21
Wire up SSL_QUIC_METHOD callbacks to the record layer callbacks for QUIC.
Joel Sing
2022-08-21
Provide SSL_QUIC_METHOD.
Joel Sing
2022-08-21
Provide and use QUIC specific error reasons.
Joel Sing
2022-08-21
Ensure that SSL_{peek,read,write}() are not called if QUIC is in use.
Joel Sing
2022-08-21
Prepare to provide SSL_ERROR_WANT_{ASYNC,ASYNC_JOB,CLIENT_HELLO_CB}
Joel Sing
2022-08-21
fix indent and zap trailing whitespace
Theo Buehler
2022-08-20
zap a tab
Theo Buehler
2022-08-20
Provide EVP_chacha20_poly1305()
Joel Sing
2022-08-20
Remove bogus length checks from EVP_aead_chacha20_poly1305()
Joel Sing
2022-08-20
Remove UINT32_MAX limitation on ChaCha() and CRYPTO_chacha_20().
Joel Sing
2022-08-20
Rewrite i2c_ASN1_INTEGER() using CBB/CBS.
Joel Sing
2022-08-20
Make it possible to signal an error from an i2c_* function.
Joel Sing
2022-08-20
Add an empty pkcs12_local.h and include it where it will soon be needed.
Theo Buehler
[next]