summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add the missing RETURN VALUES section.schwarze2018-02-131-5/+118
* Add the missing RETURN VALUES section, mostly from Paul Yangschwarze2018-02-131-11/+38
* Correctly describe BN_get_word(3) and BN_set_word(3).schwarze2018-02-131-20/+25
* Mention that BN_new(3) sets the value to zero;schwarze2018-02-131-5/+6
* Delete duplicate .Nm entry in the NAME section,schwarze2018-02-131-4/+4
* Add the missing RETURN VALUES section.schwarze2018-02-131-14/+76
* Add the missing RETURN VALUES section;schwarze2018-02-121-3/+21
* Add the missing RETURN VALUES section;schwarze2018-02-121-3/+15
* Add missing RETURN VALUES section.schwarze2018-02-121-4/+15
* Add the missing RETURN VALUES section and reorder the contentschwarze2018-02-121-35/+93
* Document three more functions recently made public by jsing@schwarze2018-02-111-18/+185
* Merge documentation from OpenSSL for seven functionsschwarze2018-02-111-7/+196
* Be more specific about when the session file will be updated.jsing2018-02-101-2/+2
* Bump TLS API version since we've added more functionality.jsing2018-02-101-2/+2
* Move the keypair pubkey hash handling code to during config.jsing2018-02-104-69/+95
* 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
* Complete the TLS extension rewrite on the client-side.jsing2018-02-084-156/+93
* Have tls_keypair_pubkey_hash() call tls_keypair_load_cert() instead ofjsing2018-02-083-14/+11
* 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 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
* 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
* - An error in the multithreaded case could print the wrong function nameotto2018-01-281-12/+23
* Initialize variables to avoid compiler warningsinoguchi2018-01-281-2/+2
* 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
* Adjust references for sysctl(3) to sysctl(2)deraadt2018-01-121-4/+4
* optimization and some cleanup; mostly from kshe (except the unmap() part)otto2018-01-081-67/+51
* On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunatelykettenis2018-01-075-12/+16
* Only init chunk_info once, plus some moving of code to group related functions.otto2018-01-011-273/+267