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
/
libssl
Age
Commit message (
Expand
)
Author
2016-03-10
http -> https for a few more IETF URLs in comments or man pages
Michael McConville
2016-03-07
http -> https for IETF/IANA URLs in comments
Michael McConville
2016-03-06
Make sure stdio functions don't end up in the library, from miod@
Bob Beck
2016-02-29
remove NULL checks for pqueue_free()
Michael McConville
2016-01-27
deprecate SSL_OP_SINGLE_DH_USE
Bob Beck
2015-12-30
Document that the ssl free() functions are NULL safe. OK mmcc@
Todd C. Miller
2015-12-12
decipher comment. ok bcook@
Michael McConville
2015-12-09
bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change
Brent Cook
2015-11-15
fix references to lhash(3);
Jason McIntyre
2015-11-11
add missing functions to NAME, or otherwise correct the mlink
Jason McIntyre
2015-11-02
bump minors after adding EVP_aead_chacha20_poly1305_ietf()
Reyk Floeter
2015-10-25
Sort the obsolete flags.
Doug Hogan
2015-10-25
Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete.
Doug Hogan
2015-10-25
Remove last vestige of SSL_OP_NO_SSLv3 support.
Doug Hogan
2015-10-25
Simplify ssl23_get_client_hello error handling.
Doug Hogan
2015-10-19
free rbio before wbio
Bob Beck
2015-10-16
Fix use of pointer value after BIO_free, and remove senseless NULL checks.
Bob Beck
2015-10-07
include <sys/time.h> for gettimeofday(2)
Brent Cook
2015-10-03
SSL_new(): fix ref counting and memory leak in error path.
Doug Hogan
2015-10-02
s/ssl3_client_kex/ssl3_send_client_kex/ for consistency with the caller.
Joel Sing
2015-09-29
convert "last_time" to a time_t, to handle beyond Y2038
Theo de Raadt
2015-09-14
delete bogus trailing .Ns from SYNOPSIS .Ft macros
Ingo Schwarze
2015-09-14
fix formatting by adding the required quotes to .Fa in the SYNOPSIS
Ingo Schwarze
2015-09-14
Remove useless quoting from .Fo and .Fn function names, to prevent
Ingo Schwarze
2015-09-14
Temporarily revive MD4 for MS CHAP support.
Doug Hogan
2015-09-13
Crank major version due to removal of SHA-0 and MD4 from libcrypto.
Doug Hogan
2015-09-13
Remove MD4 support from LibreSSL.
Doug Hogan
2015-09-13
Stop generating private keys in a network buffer.
Joel Sing
2015-09-13
Use ECDH_size() instead of rolling our own.
Joel Sing
2015-09-13
Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable
Joel Sing
2015-09-13
Mechanical minor bump to follow libcrypto.
Miod Vallat
2015-09-13
The *_accept() functions increment in_handshake at the start of the function,
Joel Sing
2015-09-13
If we have hardware acceleration for AES, prefer AES as a symmetric cipher
Joel Sing
2015-09-12
Split ssl3_send_client_key_exchange() (387 lines of code) into five
Joel Sing
2015-09-12
Fix function name.
Joel Sing
2015-09-12
Sync handling of cached record digests with s3_srvr.c.
Joel Sing
2015-09-12
explicit_bzero() the GOST premaster secret.
Joel Sing
2015-09-12
Unwrap a bunch of lines.
Joel Sing
2015-09-12
Remove most of the SSLv3 version checks and a few TLS v1.0.
Doug Hogan
2015-09-12
Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of
Joel Sing
2015-09-12
Move handshake message header length determination into a separate
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_certificate_request() - removes another 80
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_server_done().
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_server_hello().
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_hello_request().
Joel Sing
2015-09-12
Convert the rest of the server handshake functions to ssl3_handshake_msg_*.
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_client_verify() - the
Joel Sing
2015-09-12
Uncopy and unpaste dtls1_send_client_key_exchange() - the
Joel Sing
2015-09-12
Use explicit_bzero() instead of memset() when clearing private keys.
Joel Sing
[next]