summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
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-13Remove SHA-0 support.Doug Hogan
2015-09-13Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap andMiod Vallat
2015-09-13Handle negative-zero in BN_bn2dec() too, just like in BN_print().Theo de Raadt
2015-09-13Reorder functions for readability/consistency.Joel Sing
2015-09-13BN does support negative-zero -- BN_print() sets the standard here.Theo de Raadt
2015-09-13Only check for key truncation if no KDF function is being used.Joel Sing
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-13Merge ech_ossl.c into ech_key.c - not much point having one file with aJoel Sing
2015-09-13Nuke openssl/e_os2.h, since nothing should be using it.Joel Sing
2015-09-13Provide ECDH_size().Joel Sing
2015-09-13Check ECDH output buffer length and avoid truncation.Joel Sing
2015-09-13Lob a style(9) grenade in here.Joel Sing
2015-09-13Mechanical minor bump to follow libcrypto.Miod Vallat
2015-09-13Add a new interface, OPENSSL_cpu_caps(), to return the currently runningMiod 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
2015-09-12Pull variable assignment out from function call, fix indentation and setJoel Sing
2015-09-12style(9) and whitespace cleanups.Joel Sing
2015-09-12Remove workaround for old SIMICS toolchain.Miod Vallat
2015-09-12Remove horribly old and outdated `documentation' for the assembly code.Miod Vallat
2015-09-11Rename functions that moved to t1_enc.c, with a tls1_ prefix instead of aJoel Sing
2015-09-11Merge the remnants of s3_enc.c into t1_enc.c.Joel Sing
2015-09-11Nuke ssl_set_peer_cert_type().Joel Sing
2015-09-11Nuke ssl_bad_method().Joel Sing
2015-09-11Nuke ssl3_default_timeout().Joel Sing
2015-09-11Nuke ssl_replace_hash().Joel Sing
2015-09-11Nuke ssl3_cbc_remove_padding().Joel Sing