| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the libssl/src directory |  beck | 2016-09-03 | 50 | -40406/+0 |
| * | Be more strict when parsing TLS extensions. |  jsing | 2016-08-27 | 1 | -17/+37 |
| * | Limit the support of the "backward compatible" ssl2 handshake to only be |  beck | 2016-07-16 | 1 | -1/+9 |
| * | zero the read buffer after copying data to user so it doesn't linger. |  tedu | 2016-07-10 | 1 | -1/+2 |
| * | deprecate internal use of EVP_[Cipher|Encrypt|Decrypt]_Final. |  beck | 2016-05-30 | 2 | -4/+4 |
| * | Implement the IETF ChaCha20-Poly1305 cipher suites. |  jsing | 2016-04-28 | 5 | -46/+168 |
| * | Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old() |  jsing | 2016-04-28 | 1 | -2/+2 |
| * | Merge a memleak fix from BoringSSL 6b6e0b2: |  mmcc | 2016-03-27 | 1 | -1/+3 |
| * | " the the " -> " the ", or in a couple of cases replace the superfluous |  krw | 2016-03-20 | 1 | -2/+2 |
| * | X509_free(3) is NULL-safe, so remove NULL checks before its calls. |  mmcc | 2016-03-11 | 7 | -45/+27 |
| * | http -> https for a few more IETF URLs in comments or man pages |  mmcc | 2016-03-10 | 1 | -2/+2 |
| * | http -> https for IETF/IANA URLs in comments |  mmcc | 2016-03-07 | 1 | -4/+4 |
| * | Make sure stdio functions don't end up in the library, from miod@ |  beck | 2016-03-06 | 3 | -7/+17 |
| * | remove NULL checks for pqueue_free() |  mmcc | 2016-02-29 | 1 | -11/+6 |
| * | deprecate SSL_OP_SINGLE_DH_USE |  beck | 2016-01-27 | 2 | -37/+6 |
| * | decipher comment. ok bcook@ |  mmcc | 2015-12-12 | 1 | -2/+2 |
| * | Sort the obsolete flags. |  doug | 2015-10-25 | 1 | -6/+6 |
| * | Mark SSL_OP_NO_{COMPRESSION,SSLv2,SSLv3} as obsolete. |  doug | 2015-10-25 | 1 | -5/+4 |
| * | Remove last vestige of SSL_OP_NO_SSLv3 support. |  doug | 2015-10-25 | 1 | -4/+1 |
| * | Simplify ssl23_get_client_hello error handling. |  doug | 2015-10-25 | 1 | -26/+26 |
| * | free rbio before wbio |  beck | 2015-10-19 | 1 | -7/+7 |
| * | Fix use of pointer value after BIO_free, and remove senseless NULL checks. |  beck | 2015-10-16 | 1 | -7/+8 |
| * | include <sys/time.h> for gettimeofday(2) |  bcook | 2015-10-07 | 1 | -1/+2 |
| * | SSL_new(): fix ref counting and memory leak in error path. |  doug | 2015-10-03 | 1 | -8/+3 |
| * | s/ssl3_client_kex/ssl3_send_client_kex/ for consistency with the caller. |  jsing | 2015-10-02 | 1 | -9/+11 |
| * | convert "last_time" to a time_t, to handle beyond Y2038 |  deraadt | 2015-09-29 | 1 | -7/+7 |
| * | Stop generating private keys in a network buffer. |  jsing | 2015-09-13 | 1 | -29/+29 |
| * | Use ECDH_size() instead of rolling our own. |  jsing | 2015-09-13 | 2 | -12/+11 |
| * | Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable |  jsing | 2015-09-13 | 1 | -3/+3 |
| * | The *_accept() functions increment in_handshake at the start of the function, |  jsing | 2015-09-13 | 2 | -19/+30 |
| * | If we have hardware acceleration for AES, prefer AES as a symmetric cipher |  jsing | 2015-09-13 | 1 | -7/+30 |
| * | Split ssl3_send_client_key_exchange() (387 lines of code) into five |  jsing | 2015-09-12 | 1 | -327/+351 |
| * | Fix function name. |  jsing | 2015-09-12 | 1 | -2/+2 |
| * | Sync handling of cached record digests with s3_srvr.c. |  jsing | 2015-09-12 | 1 | -1/+23 |
| * | explicit_bzero() the GOST premaster secret. |  jsing | 2015-09-12 | 1 | -2/+7 |
| * | Unwrap a bunch of lines. |  jsing | 2015-09-12 | 1 | -37/+19 |
| * | Remove most of the SSLv3 version checks and a few TLS v1.0. |  doug | 2015-09-12 | 7 | -118/+57 |
| * | Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of |  jsing | 2015-09-12 | 2 | -111/+3 |
| * | Move handshake message header length determination into a separate |  jsing | 2015-09-12 | 4 | -23/+27 |
| * | Uncopy and unpaste dtls1_send_certificate_request() - removes another 80 |  jsing | 2015-09-12 | 2 | -80/+3 |
| * | Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329 |  jsing | 2015-09-12 | 2 | -329/+3 |
| * | Uncopy and unpaste dtls1_send_server_done(). |  jsing | 2015-09-12 | 2 | -18/+3 |
| * | Uncopy and unpaste dtls1_send_server_hello(). |  jsing | 2015-09-12 | 2 | -68/+3 |
| * | Uncopy and unpaste dtls1_send_hello_request(). |  jsing | 2015-09-12 | 2 | -18/+3 |
| * | Convert the rest of the server handshake functions to ssl3_handshake_msg_*. |  jsing | 2015-09-12 | 1 | -44/+35 |
| * | Uncopy and unpaste dtls1_send_client_verify() - the |  jsing | 2015-09-12 | 2 | -74/+3 |
| * | Uncopy and unpaste dtls1_send_client_key_exchange() - the |  jsing | 2015-09-12 | 2 | -269/+5 |
| * | Use explicit_bzero() instead of memset() when clearing private keys. |  jsing | 2015-09-12 | 1 | -3/+4 |
| * | Pull variable assignment out from function call, fix indentation and set |  jsing | 2015-09-12 | 1 | -8/+7 |
| * | style(9) and whitespace cleanups. |  jsing | 2015-09-12 | 1 | -29/+25 |