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