summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* always clear errno when coming back from tls_read tls_write, and tls_close.beck2015-09-091-9/+20
* nuke trailing whitespacebeck2015-09-091-4/+3
* Stop exporting from libc the <mpool.h> and the mpool_* APIguenther2015-09-091-0/+122
* Only take ownership of a socket if we allocated it within libtls. If we arejsing2015-09-092-11/+5
* Netcat could hang during write(2) although poll(2) reports that thebluhm2015-09-081-15/+6
* Remove the default HTTPS port from tls_connect() - this is a TLS library,jsing2015-09-082-6/+6
* Fix aliasing of sys_errlist, sys_nerr, sys_siglist, and sys_signameguenther2015-09-062-15/+4
* Use new framework for wrapping cat{open,gets,close}(), eliminatingguenther2015-09-052-8/+2
* synchronize synopsis and usage.sobrado2015-09-031-2/+2
* Replace dtls1_client_hello() with ssl3_client_hello() - both are basicallyjsing2015-09-026-212/+58
* Fewer magic numbers - we already have defines for the header lengths, sojsing2015-09-022-10/+14
* Add an initial TLS client regress, which currently covers ClientHellojsing2015-09-013-1/+369
* Remove duplicate prototype for SSL_get_selected_srtp_profile().jsing2015-09-012-4/+2
* Remove the ssl_prepare_{client,server}hello_tlsext() functions, which arejsing2015-09-0110-68/+10
* Make it always safe to call CBB_cleanup() providing that CBB_init() orjsing2015-09-012-4/+16
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-3143-49/+233
* Use nanosleep instead of sleep to avoid the extra layer and simplify laterguenther2015-08-301-5/+8
* Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent.doug2015-08-297-288/+12
* Delete s3_meth.c since it was only for SSLv3 support.doug2015-08-291-103/+0
* Remove SSLv3 method data structs and unlink s3_meth.c from the build.doug2015-08-295-164/+6
* Kill coverity 128475beck2015-08-282-4/+4
* Improve libtls error messages.jsing2015-08-275-55/+101
* Split the persistent/configuration flags from temporary state flags andjsing2015-08-273-11/+14
* Change AEAD out_len argument to size_t instead of ssize_t - while here,jsing2015-08-272-20/+16
* Remove SSLv3 support from LibreSSL regression tests.doug2015-08-273-56/+5
* Make functions that are internal to tls verify static.jsing2015-08-271-7/+8
* Crank major version for libssl and libtls due to SSLv3 removal.doug2015-08-273-3/+3
* Remove SSLv3 support from LibreSSL.doug2015-08-2720-178/+36
* Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalguenther2015-08-272-4/+7
* Move the __rand48_* declarations into rand48.h, and then hide both themguenther2015-08-277-25/+13
* unify versions, so they are easier to diff.deraadt2015-08-258-18/+18
* KNFderaadt2015-08-252-12/+8
* ISO8859-1 support has been removedguenther2015-08-231-8/+1
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-2242-185/+102
* Unify error message between client and server.jsing2015-08-221-2/+2
* SSL_set_app_data is a macro for SSL_set_ex_data(), which is a wrapperjsing2015-08-222-6/+10
* Store a reference to the libtls context in the SSL client connection appjsing2015-08-221-1/+3
* Make tls_read()/tls_write always set outlen to zero on error - this gotjsing2015-08-221-5/+5
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-202-5/+5
* bump to 2.3.0 for the next LibreSSL release cyclebcook2015-08-202-6/+6
* Properly handle missing TLS extensions in client hello as a non-failure.bcook2015-08-192-2/+6
* bring prototypes into scope, requires movement of a large global objectderaadt2015-08-198-202/+208
* typosmiod2015-08-1810-10/+10
* Improve openssl s_client -starttls xmpp support.landry2015-08-112-7/+28
* spelling; ok deraadtjmc2015-08-022-4/+4
* remove ssl3 bits; ok dougjmc2015-08-021-58/+14
* Don't hardcode /usr/src, use BSDSRCDIRtobiasu2015-07-311-2/+2
* Fix SRTP parsing.doug2015-07-312-6/+4
* Add linker warnings in case SSLv3_{,client,server}_method are referenced.miod2015-07-295-5/+35
* Use named initialisers for X509V3_EXT_METHOD structs (for the usualjsing2015-07-2938-456/+1176