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