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
2024-08-07
asprintf() and vasprintf() are in POSIX-2024. Update #include
Philip Guenther
2024-08-07
wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibility
Philip Guenther
2024-08-05
sync with upstream (noop for openbsd)
Theo Buehler
2024-08-04
ppoll() is in POSIX-2024. Update #include visibility and manpages
Philip Guenther
2024-08-04
x509_vfy.c: drop some unnecessary parentheses
Theo Buehler
2024-08-03
A dozen interfaces in <endian.h> were standardized in POSIX-2024 as expected
Philip Guenther
2024-08-03
The improbable occurred: strlcpy(3) and strlcat(3) are in POSIX-2024.
Philip Guenther
2024-08-03
mkostemp(3) and reallocarray(3) are in POSIX-2024:
Philip Guenther
2024-08-03
The EC_KEY method should use the EC_KEY index, not RSA
Theo Buehler
2024-08-03
Bump CRYPTO_EX_DATA_MAX_INDEX to 32
Theo Buehler
2024-08-03
Use proper size for allocating indexes
Theo Buehler
2024-08-03
Document SSL_CTX_set_cert_store
Theo Buehler
2024-08-03
Prepare to provide SSL_CTX_set1_cert_store()
Theo Buehler
2024-08-02
The {get,set}res[ug]id(2) family are in POSIX-2024's XSI option,
Philip Guenther
2024-08-02
libtls: fix legacy protocol parsing
Theo Buehler
2024-08-02
free class->indexes in CRYPTO_cleanup_all_ex_data()
Theo Buehler
2024-08-02
Rewrite CRYPTO_EX_DATA.
Joel Sing
2024-08-02
bump minor after yesterday's symbol addition
Theo Buehler
2024-08-02
Put exported symbols of libz under our own control
Theo Buehler
2024-08-02
getentropy(2) is in POSIX-2024, so adjust the #include visibility,
Philip Guenther
2024-08-01
Bump libsndio pkg-config version to 1.10.0
Alexandre Ratchov
2024-08-01
sync with upstream
Theo Buehler
2024-07-29
typo: regresss -> regress
Theo Buehler
2024-07-26
Mark X509at_get_attr{,_count}() and X509at_delete_attr() as unused
Theo Buehler
2024-07-26
Disable X509at_get_attr{,_count}() and X509at_delete_attr()
Theo Buehler
2024-07-26
Inline last user of X509at_get_attr()
Theo Buehler
2024-07-26
Inline trivial X509at_* calls in x509_req
Theo Buehler
2024-07-26
Inline a few trivial X509at_* calls in cms
Theo Buehler
2024-07-26
Put opening brace on correct line
Theo Buehler
2024-07-25
document deflateUsed()
Theo Buehler
2024-07-25
fix a small markup mistake (missing newline)
Theo Buehler
2024-07-24
BUF_MEM_new.3: add a touch of KNF
Theo Buehler
2024-07-24
Add Symbols.list and enable version script to hide some local functions.
YASUOKA Masahiko
2024-07-24
Place Message-Authenticator at the beginning of the attributes
YASUOKA Masahiko
2024-07-23
Remove get_cipher from SSL_METHOD.
Joel Sing
2024-07-23
libsndio: Don't use poll(2) for output on the control device.
Alexandre Ratchov
2024-07-22
Specify a priority for _libc_preinit() to make sure it runs before other
Mark Kettenis
2024-07-22
Use cipher suite values instead of IDs.
Joel Sing
2024-07-21
Add back a .
Theo Buehler
2024-07-21
Unify description of the obsolete ENGINE parameter
Theo Buehler
2024-07-21
Drop ENGINE from EVP_PKEY_derive example
Theo Buehler
2024-07-21
Garbage collect ENGINE "use" from EVP_PKEY_decrypt() example
Theo Buehler
2024-07-21
Make example slightly less terrible by dropping the ENGINE "handling"
Theo Buehler
2024-07-20
Remove cipher from SSL_SESSION.
Joel Sing
2024-07-19
Annotate issues with tls_session_secret_cb() related code.
Joel Sing
2024-07-19
Move client ciphers from SSL_SESSION to SSL_HANDSHAKE.
Joel Sing
2024-07-18
The source of a link (name1) may not be a directory.
Todd C. Miller
2024-07-17
Be clear that RUSAGE_CHILDREN only works for terminated children that have
Claudio Jeker
2024-07-16
Clean up SSL_HANDSHAKE_MAC_DEFAULT.
Joel Sing
2024-07-16
Fix .Ox for SSL_CIPHER_get_handshake_digest()
Theo Buehler
[next]