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-02-10
introduce support for storing capability databases in /etc/login.conf.d;
Robert Nagy
2022-02-08
Plug a long standing leak in libtls CRL handling
Theo Buehler
2022-02-08
Change second argument of x25519_ge_scalarmult_base() from
Theo Buehler
2022-02-08
Using FILL_KPROC() from sysctl.h after rev 1.223 requires a definition
Jonathan Gray
2022-02-07
Avoid a NULL dereference in BN_mod_exp2_mont()
Theo Buehler
2022-02-07
Check for zero modulus in BN_MONT_CTX_set().
Theo Buehler
2022-02-06
Remove i <= 0 checks from SSL_get_error()
Joel Sing
2022-02-06
Handle zero byte reads/writes that trigger handshakes in the TLSv1.3 stack.
Joel Sing
2022-02-06
remove please from manual pages
Jonathan Gray
2022-02-05
Switch TLSv1.3 cipher names from AEAD- to OpenSSL's TLS_
Theo Buehler
2022-02-05
Provide logbl(3) when long double is double
George Koehler
2022-02-05
Bye bye S3I.
Joel Sing
2022-02-04
Bump libressl's version in pkgconfig to 2.0.0
Theo Buehler
2022-02-04
Remove a strange inheritance check from addr_validate_path_internal()
Theo Buehler
2022-02-04
Fix capitalization of ChaCha20
Theo Buehler
2022-02-03
Fix copy-paste error: X509_V_ERR_CRL_SIGNATURE_FAILURE means that the
Theo Buehler
2022-02-03
Cleanup/simplify ssl_cert_type()
Joel Sing
2022-02-01
Provide our own signature padding defines.
Joel Sing
2022-02-01
Revise signer callback interface.
Joel Sing
2022-01-31
Inline RELOC_* into boot_md.c and simplify the code based on what
Philip Guenther
2022-01-31
Update libexpat to 2.4.4. This fixes CVE-2022-23852 and CVE-2022-23990.
Alexander Bluhm
2022-01-29
Add limits.h for INT_MAX in tls_signer.c
Kinichiro Inoguchi
2022-01-28
Error check for sk_push in libssl
Kinichiro Inoguchi
2022-01-28
Error check for sk_push in libssl
Kinichiro Inoguchi
2022-01-28
Only memcpy() into imsg->data if datalen is not 0. Passing a NULL pointer
Claudio Jeker
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2022-01-28
Expose tls_signer_error()
Joel Sing
2022-01-27
sort includes as usual
Theo Buehler
2022-01-27
Do not depend on engine.h pulling in err.h and evp.h
Theo Buehler
2022-01-26
whitespace
Theo Buehler
2022-01-25
minor bump after api additiom
Eric Faurot
2022-01-25
Introduce a signer interface intented to make TLS privsep simpler
Eric Faurot
2022-01-25
Rewrite paragraph to refer to EVP_CIPHER_CTX_new() and HMAC_CTX_new()
Theo Buehler
2022-01-25
Remove some HMAC_CTX_init() remnants in HMAC(3).
Theo Buehler
2022-01-25
Fix another return 0 bug in SSL_shutdown()
Theo Buehler
2022-01-25
Avoid an infinite loop in SSL_shutdown()
Theo Buehler
2022-01-24
Document X509_V_ERR_UNNESTED_RESOURCE. Previous version looked good
Theo Buehler
2022-01-24
Garbage collect unused ret in ssl3_get_new_session_ticket()
Theo Buehler
2022-01-24
In ssl3_get_server_key_exchange() switch a 'goto err' to
Theo Buehler
2022-01-24
Avoid use of uninitialized in tlsext_sni_server_parse()
Theo Buehler
2022-01-24
Garbage collect the unused rv in tls1_check_ec_server_key() and
Theo Buehler
2022-01-22
Use memmove instead of memcpy for overlapping memory
Kinichiro Inoguchi
2022-01-22
Use memmove instead of memcpy for overlapping memory
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-22
X509_GET_PUBKEY(3) return value check in libcrypto
Kinichiro Inoguchi
2022-01-21
In 1999 fd_set overflowing beyond FD_SETSIZE became enough of a problem that I
Theo de Raadt
2022-01-21
Document EAGAIN error return, as specified by POSIX.
Todd C. Miller
[next]