summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Tidy/standardise some code.jsing2018-02-101-6/+3
* Remove NULL check from tls_conninfo_cert_pem() - all of the other conninfojsing2018-02-101-3/+1
* Document functions for client-side TLS session support.jsing2018-02-102-9/+56
* Add support to libtls for client-side TLS session resumption.jsing2018-02-106-5/+195
* Bump lib{crypto,ssl,tls} minors due to symbol addition.jsing2018-02-103-3/+3
* Expose X509_VERIFY_PARAM_* functions that appeared in the OpenSSL 1.0.2jsing2018-02-102-1/+26
* Update regress to use tlsext_serverhello_parse().jsing2018-02-081-5/+3
* Complete the TLS extension rewrite on the client-side.jsing2018-02-084-156/+93
* Convert option handling for openssl(1) genpkey.jsing2018-02-081-110/+177
* Update regress to match change to tls_keypair_pubkey_hash().jsing2018-02-081-3/+4
* Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead ofjsing2018-02-083-14/+11
* Add a regress test that covers libtls keypairs.jsing2018-02-083-1/+248
* Tweak compiler flags to include -DLIBRESSL_INTERNAL and make more warningsjsing2018-02-081-2/+2
* Ensure that tls_keypair_clear() clears the OCSP staple and pubkey hash.jsing2018-02-081-6/+5
* Do not bother NULLing pointers in a struct that is about to be freed.jsing2018-02-081-10/+1
* Move tls_keypair_pubkey_hash() to the keypair file.jsing2018-02-083-43/+43
* Avoid a memory leak that results when the same tls_config is reused.jsing2018-02-081-1/+4
* Assert tedu's copyright since some of the code moved here is his.jsing2018-02-081-1/+2
* Split keypair handling out into its own file - it had already appearedjsing2018-02-086-166/+215
* use consistent style for for loop in unmap(), no functional changeotto2018-02-071-4/+2
* Restore a check before BN_free() that needs to exist and write it such thatjsing2018-02-071-2/+3
* Nuke some more free NULL guards.jsing2018-02-071-9/+5
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-0745-190/+190
* Add more free functions for NULL checks.jsing2018-02-071-16/+67
* Remove guards around *_free() calls since these functions handle NULL.jsing2018-02-0718-114/+67
* Remove guards around *_free() calls since these functions handle NULL.jsing2018-02-071-27/+15
* Add more functions (based on those used in OpenSSH) to the free NULL test.jsing2018-02-071-1/+19
* Restore the old behavior when a port number without a host name isbluhm2018-02-071-10/+12
* Do not call freeaddrinfo() with a NULL parameter.bluhm2018-02-061-2/+3
* Remove manual shutdown and close of the socket since in this casetb2018-02-061-7/+1
* Respect the OPENSSL make variable everywhere so thattb2018-02-067-20/+22
* Do not bother NULLing pointers in memory that is freed immediately after.jsing2018-02-051-3/+1
* Be consistent with the goto label names used in libtls code.jsing2018-02-054-51/+52
* keep in sync with ld.so malloc.cotto2018-01-301-2/+3
* word fix; from edgar pettijohnjmc2018-01-301-3/+3
* typootto2018-01-281-2/+2
* add malloc_threaderrotto2018-01-281-1/+2
* - An error in the multithreaded case could print the wrong function nameotto2018-01-281-12/+23
* Test for correct error when on thread allocates, and another does a double freeotto2018-01-282-0/+71
* Initialize variables to avoid compiler warningsinoguchi2018-01-283-6/+6
* Update regress to match removal of ssl_parse_clienthello_tlsext().jsing2018-01-271-5/+8
* Complete the TLS extension handling rewrite for the server-side.jsing2018-01-275-98/+86
* Clarify the comment re the F5 EC curves extension bug.jsing2018-01-271-5/+6
* Convert ssl3_put_cipher_by_char() to CBB.jsing2018-01-271-9/+26
* - do not junk pages returned by free_bytes(), all freed chunks are alreadyotto2018-01-261-19/+19
* Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingkettenis2018-01-243-5/+5
* Zap the rotor, it was a wrong idea. Cluebat applied by kshe whootto2018-01-181-6/+3
* Move to ffs(3) for bitmask scanning. I played with this earlier,otto2018-01-181-21/+11
* Instead of trying to handle ffs() with the normal rename-mark-hidden-and-aliasguenther2018-01-182-4/+6
* Add s_server and s_client -tlsextdebug messagesinoguchi2018-01-151-1/+9