| Commit message (Expand) | Author | Files | Lines |
2015-09-14 | Wrap <net/if.h> and <net/if_dl.h> so internal calls go direct and all the | guenther | 2 | -2/+4 |
2015-09-14 | Remove cast of int* to int* | guenther | 1 | -2/+2 |
2015-09-14 | Finish wrapping <netdb.h> so that calls go direct and the symbols are all weak | guenther | 9 | -9/+24 |
2015-09-14 | Test the exported strsignal() API, not the (now hidden) internal API | guenther | 1 | -8/+2 |
2015-09-14 | Temporarily revive MD4 for MS CHAP support. | doug | 35 | -59/+1505 |
2015-09-13 | Crank major version due to removal of SHA-0 and MD4 from libcrypto. | doug | 5 | -10/+10 |
2015-09-13 | Remove MD4 support from LibreSSL. | doug | 35 | -1504/+58 |
2015-09-13 | Wrap <arpa/inet.h> and <arpa/nameser.h> so that calls go direct and the | guenther | 5 | -5/+11 |
2015-09-13 | Another style(9) grenade. | jsing | 1 | -550/+825 |
2015-09-13 | Remove SHA-0 support. | doug | 25 | -825/+36 |
2015-09-13 | For now, permit overriding of the malloc family, to make emacs happy | guenther | 1 | -6/+6 |
2015-09-13 | Revise regression test so that it works correctly with AES taking priority | jsing | 1 | -34/+191 |
2015-09-13 | nc(1) seems worth an Xr in SEE ALSO now; | jmc | 1 | -1/+2 |
2015-09-13 | Since a major bump of libcrypto is coming, remove OPENSSL_ia32cap and | miod | 4 | -34/+4 |
2015-09-13 | Handle negative-zero in BN_bn2dec() too, just like in BN_print(). | deraadt | 2 | -44/+62 |
2015-09-13 | Reorder functions for readability/consistency. | jsing | 2 | -470/+456 |
2015-09-13 | BN does support negative-zero -- BN_print() sets the standard here. | deraadt | 2 | -6/+6 |
2015-09-13 | work around the stupid semantics of SSL_read and SSL_write to make sure | beck | 1 | -3/+3 |
2015-09-13 | Wrap <pwd.h> so that calls go direct and the symbols are all weak. | guenther | 2 | -7/+8 |
2015-09-13 | Overshot w/PROTO_DEPRECATED: seed48_deterministic() is used internally | guenther | 1 | -1/+2 |
2015-09-13 | Remove explicit NULL checks before *_free() calls and tidy some code. | jsing | 1 | -28/+22 |
2015-09-13 | Use ECDH_size() and do some other clean up. | jsing | 1 | -7/+6 |
2015-09-13 | Only check for key truncation if no KDF function is being used. | jsing | 2 | -8/+8 |
2015-09-13 | remove e_os2.h includes | bcook | 2 | -2/+0 |
2015-09-13 | Wrap long lines. | jsing | 1 | -16/+32 |
2015-09-13 | style(9) grenade. | jsing | 1 | -153/+178 |
2015-09-13 | Don't leak conninfo - spotted by marko kreen. | beck | 1 | -2/+3 |
2015-09-13 | Stop generating private keys in a network buffer. | jsing | 2 | -58/+58 |
2015-09-13 | The number of rounds is just two digits in the salt. We've already | millert | 1 | -2/+2 |
2015-09-13 | Factor out setup_up / destroy_ui functions. | bcook | 4 | -58/+58 |
2015-09-13 | Use ECDH_size() instead of rolling our own. | jsing | 4 | -24/+22 |
2015-09-13 | document extra algorithms available with openssl speed command | bcook | 1 | -1/+4 |
2015-09-13 | Switch to miod's shiny new OPENSSL_cpu_caps() and we can now also enable | jsing | 2 | -6/+6 |
2015-09-13 | Merge ech_ossl.c into ech_key.c - not much point having one file with a | jsing | 5 | -432/+294 |
2015-09-13 | Nuke openssl/e_os2.h, since nothing should be using it. | jsing | 2 | -86/+1 |
2015-09-13 | Provide ECDH_size(). | jsing | 6 | -8/+22 |
2015-09-13 | Check ECDH output buffer length and avoid truncation. | jsing | 6 | -12/+32 |
2015-09-13 | Add Certplus CA root certificate: | sthen | 1 | -0/+86 |
2015-09-13 | display negotiated TLS version and cipher suite in verbose mode. | beck | 1 | -2/+3 |
2015-09-13 | Lob a style(9) grenade in here. | jsing | 12 | -362/+352 |
2015-09-13 | Mechanical minor bump to follow libcrypto. | miod | 3 | -3/+3 |
2015-09-13 | add visibility of ciper and connection version strings | beck | 4 | -6/+56 |
2015-09-13 | Add a new interface, OPENSSL_cpu_caps(), to return the currently running | miod | 6 | -6/+36 |
2015-09-13 | The *_accept() functions increment in_handshake at the start of the function, | jsing | 4 | -38/+60 |
2015-09-13 | If we have hardware acceleration for AES, prefer AES as a symmetric cipher | jsing | 2 | -14/+60 |
2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the | guenther | 22 | -26/+54 |
2015-09-13 | tweak STANDARDS; | jmc | 1 | -3/+3 |
2015-09-12 | Adapt to just committed libtls api change | beck | 1 | -21/+14 |
2015-09-12 | Move connection info into it's own private structure allocated and filled in | beck | 7 | -120/+208 |
2015-09-12 | Split ssl3_send_client_key_exchange() (387 lines of code) into five | jsing | 2 | -654/+702 |