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
2018-09-23
Document bufferevent_setwatermark(). Initial diff from Geoff Hill on tech@ with
anton
2018-09-22
Correct the uid_from_user() and gid_from_group() comments.
Todd C. Miller
2018-09-19
fix message to reflect "rmidi" is the expected string; ok ratchov@
miko
2018-09-19
sys/stat.h not needed here; ok ratchov@
miko
2018-09-18
Update to compiler-rt 6.0.0.
Patrick Wildt
2018-09-17
Simplify initialization of asn1_cb; use correct spelling of NULL.
Theo Buehler
2018-09-16
Adjust sparc64 bits after libunwind 6.0.0 update.
Mark Kettenis
2018-09-13
missing comma in previous;
Jason McIntyre
2018-09-13
Add uid_from_user() and gid_from_group(), derived from pax's cache.c.
Todd C. Miller
2018-09-12
sync with mozilla-release (one removal, TURKTRUST, more details at
Stuart Henderson
2018-09-12
tweak previous;
Jason McIntyre
2018-09-12
crank to follow minor crank in libcrypto; ok tb@ jsing@
Damien Miller
2018-09-12
Add some accessor functions:
Damien Miller
2018-09-11
define _LIBCXXABI_BUILDING_LIBRARY to avoid the same issues as in libcxx
Robert Nagy
2018-09-11
add -Wall to CFLAGS
Robert Nagy
2018-09-11
instead of defining _LIBCPP_DEBUG in debug.cpp which enables some debug
Robert Nagy
2018-09-11
merge libc++ 6.0.0 (bump lib major); ok patrick@, kettenis@
Robert Nagy
2018-09-11
import of libc++ 6.0.0
Robert Nagy
2018-09-11
merge libc++abi 6.0.0 and bump lib minor; ok patrick@, kettenis@
Robert Nagy
2018-09-11
import of libc++abi 6.0.0
Robert Nagy
2018-09-11
merge libunwind 6.0.0; ok patrick@, kettenis@
Robert Nagy
2018-09-11
import of libunwind 6.0.0
Robert Nagy
2018-09-08
Remove now unused code for EVP_CIPH_FLAG_AEAD_CIPHER and EVP_CIPH_GCM_MODE.
Joel Sing
2018-09-08
SSL_MAX_DIGEST is no longer needed.
Joel Sing
2018-09-08
ASN1_OBJECTs should be freed with ASN1_OBJECT_free(3), not with free(3).
Theo Buehler
2018-09-08
indent labels
Theo Buehler
2018-09-08
missing word & a couple of typos
Theo Buehler
2018-09-07
Fix "_nfiles" reference for crash dump.
YASUOKA Masahiko
2018-09-06
Drop SSL_CIPHER_ALGORITHM2_AEAD flag.
Joel Sing
2018-09-05
Use the newer/more sensible names for EVP_MD_CTX_* functions.
Joel Sing
2018-09-05
Correctly clear the current cipher state, when changing cipher state.
Joel Sing
2018-09-05
use timing-safe compares for checking results in signature verification
Damien Miller
2018-09-03
Stop using composite EVP_CIPHER AEADs.
Joel Sing
2018-09-03
Stop handling AES-GCM via ssl_cipher_get_evp().
Joel Sing
2018-09-03
Clean up SSL_DES and SSL_IDEA remnants.
Joel Sing
2018-09-02
Elliptic curve arithmetic only makes sense between points that belong to
Theo Buehler
2018-09-01
Tweak comment.
Theo Buehler
2018-08-31
Remove unused argument to tls1_change_cipher_state_cipher().
Joel Sing
2018-08-30
Nuke ssl_pending/ssl_shutdown function pointers.
Joel Sing
2018-08-28
Remove extra "and" in "These functions and have been available"
Theo Buehler
2018-08-27
n2s and l2n3 finally bite the dust!
Joel Sing
2018-08-27
Convert ssl3_get_cert_verify() to CBS and clean up somewhat.
Joel Sing
2018-08-27
Dedup DTLS header writing code and convert to CBB.
Joel Sing
2018-08-27
Add some missing statics.
Joel Sing
2018-08-27
Simplify new session ticket encoding/generation.
Joel Sing
2018-08-27
Fix formatting and grammatical issues with the description of how to use
Joel Sing
2018-08-26
fix the same "an non" issue found by tb in EVP_EncryptInit.3;
Jason McIntyre
2018-08-26
Some of the functions in this manual need <openssl/dsa.h>, others
Theo Buehler
2018-08-26
typo: an nonce -> a nonce
Theo Buehler
2018-08-24
tweak previous;
Jason McIntyre
[next]