| Commit message (Expand) | Author | Age | Files | Lines |
* | Use ECDH_size() and do some other clean up. | jsing | 2015-09-13 | 1 | -7/+6 |
* | Only check for key truncation if no KDF function is being used. | jsing | 2015-09-13 | 2 | -8/+8 |
* | remove e_os2.h includes | bcook | 2015-09-13 | 2 | -2/+0 |
* | Wrap long lines. | jsing | 2015-09-13 | 1 | -16/+32 |
* | style(9) grenade. | jsing | 2015-09-13 | 1 | -153/+178 |
* | Don't leak conninfo - spotted by marko kreen. | beck | 2015-09-13 | 1 | -2/+3 |
* | Stop generating private keys in a network buffer. | jsing | 2015-09-13 | 2 | -58/+58 |
* | The number of rounds is just two digits in the salt. We've already | millert | 2015-09-13 | 1 | -2/+2 |
* | Factor out setup_up / destroy_ui functions. | bcook | 2015-09-13 | 4 | -58/+58 |
* | Use ECDH_size() instead of rolling our own. | jsing | 2015-09-13 | 4 | -24/+22 |
* | document extra algorithms available with openssl speed command | bcook | 2015-09-13 | 1 | -1/+4 |
* | Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable | jsing | 2015-09-13 | 2 | -6/+6 |
* | Merge ech_ossl.c into ech_key.c - not much point having one file with a | jsing | 2015-09-13 | 5 | -432/+294 |
* | Nuke openssl/e_os2.h, since nothing should be using it. | jsing | 2015-09-13 | 2 | -86/+1 |
* | Provide ECDH_size(). | jsing | 2015-09-13 | 6 | -8/+22 |
* | Check ECDH output buffer length and avoid truncation. | jsing | 2015-09-13 | 6 | -12/+32 |
* | Add Certplus CA root certificate: | sthen | 2015-09-13 | 1 | -0/+86 |
* | display negotiated TLS version and cipher suite in verbose mode. | beck | 2015-09-13 | 1 | -2/+3 |
* | Lob a style(9) grenade in here. | jsing | 2015-09-13 | 12 | -362/+352 |
* | Mechanical minor bump to follow libcrypto. | miod | 2015-09-13 | 3 | -3/+3 |
* | add visibility of ciper and connection version strings | beck | 2015-09-13 | 4 | -6/+56 |
* | Add a new interface, OPENSSL_cpu_caps(), to return the currently running | miod | 2015-09-13 | 6 | -6/+36 |
* | The *_accept() functions increment in_handshake at the start of the function, | jsing | 2015-09-13 | 4 | -38/+60 |
* | If we have hardware acceleration for AES, prefer AES as a symmetric cipher | jsing | 2015-09-13 | 2 | -14/+60 |
* | Wrap <stdlib.h> so that calls go direct and the symbols not in the | guenther | 2015-09-13 | 22 | -26/+54 |
* | tweak STANDARDS; | jmc | 2015-09-13 | 1 | -3/+3 |
* | Adapt to just committed libtls api change | beck | 2015-09-12 | 1 | -21/+14 |
* | Move connection info into it's own private structure allocated and filled in | beck | 2015-09-12 | 7 | -120/+208 |
* | Split ssl3_send_client_key_exchange() (387 lines of code) into five | jsing | 2015-09-12 | 2 | -654/+702 |
* | Fix function name. | jsing | 2015-09-12 | 2 | -4/+4 |
* | Sync handling of cached record digests with s3_srvr.c. | jsing | 2015-09-12 | 2 | -2/+46 |
* | explicit_bzero() the GOST premaster secret. | jsing | 2015-09-12 | 2 | -4/+14 |
* | Ensure that we clear the libssl error stack before we make a function call | jsing | 2015-09-12 | 3 | -5/+12 |
* | Unwrap a bunch of lines. | jsing | 2015-09-12 | 2 | -74/+38 |
* | Nuke SSLEAY_CONF -- a backwards compatibility environment variable that | lteo | 2015-09-12 | 4 | -14/+5 |
* | __strsignal() is now declared in hidden/signal.h | guenther | 2015-09-12 | 1 | -2/+0 |
* | Put tls_peer_cert* functions in the same place. | jsing | 2015-09-12 | 1 | -6/+6 |
* | Wrap <inttypes.h> and finish wrapping of <wchar.h> so that calls go direct | guenther | 2015-09-12 | 24 | -24/+51 |
* | Remove most of the SSLv3 version checks and a few TLS v1.0. | doug | 2015-09-12 | 14 | -236/+114 |
* | Add openssl(1) speed support for AEAD algorithms. | bcook | 2015-09-12 | 1 | -17/+96 |
* | Cleanup enginetest a bit. | bcook | 2015-09-12 | 1 | -104/+84 |
* | Uncopy and unpaste dtls1_send_newsession_ticket() - another 111 lines of | jsing | 2015-09-12 | 4 | -222/+6 |
* | Fix the openssl(1) prime command: When checking a decimal number for | lteo | 2015-09-12 | 1 | -3/+2 |
* | Move handshake message header length determination into a separate | jsing | 2015-09-12 | 8 | -46/+54 |
* | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | guenther | 2015-09-12 | 6 | -4/+12 |
* | Wrap <getopt.h> to make the functions weak and make access to the initialized | guenther | 2015-09-12 | 1 | -1/+6 |
* | Uncopy and unpaste dtls1_send_certificate_request() - removes another 80 | jsing | 2015-09-12 | 4 | -160/+6 |
* | Uncopy and unpaste dtls1_send_server_key_exchange(). Removes another 329 | jsing | 2015-09-12 | 4 | -658/+6 |
* | Uncopy and unpaste dtls1_send_server_done(). | jsing | 2015-09-12 | 4 | -36/+6 |
* | Uncopy and unpaste dtls1_send_server_hello(). | jsing | 2015-09-12 | 4 | -136/+6 |