Age | Commit message (Expand) | Author |
2015-09-22 | typos in documentation; better wording, suggested by jmc@ | Igor Sobrado |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2015-09-18 | avoid void * pointer arithmetic | Brent Cook |
2015-09-18 | Revert bn_print.c:r1.25 ("handle negative-zero in BN_bn2dec() too") for | Stuart Henderson |
2015-09-17 | Remove more EVP_sha() SHA-0 references. | Brent Cook |
2015-09-17 | Re-add missing comma from SHA-0 removal which breaks mlinks generation. | Stuart Henderson |
2015-09-17 | include stdint.h for uint64_t | Brent Cook |
2015-09-14 | Add support for disabling certificate and CRL validity checking. | Joel Sing |
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 | 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 |