summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* step one in avoiding unneccesary init of chunk_info;otto2017-12-271-65/+81
* Fix one possible buffer overflow and one underflow. Also some minormillert2017-12-241-20/+36
* Move __cxa_thread_atexit* to its own .c file to avoid pulling the codeguenther2017-12-164-39/+64
* bump to 2.7.0bcook2017-12-111-3/+3
* http://repzret.org/p/repzret/deraadt2017-12-113-8/+8
* Make tls_config_parse_protocols() work correctly when passed a NULL pointerjsing2017-12-091-3/+5
* In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdefderaadt2017-12-091-6/+8
* Please variable decl before code.deraadt2017-12-091-2/+2
* Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwantedkettenis2017-12-051-2/+1
* Implement __cxa_thread_atexit to support C++11 thread_local scope. Thekettenis2017-12-053-3/+58
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-294-11/+23
* Add the missing STANDARDS section (kettenis@ noticed that these areschwarze2017-11-281-6/+14
* Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.jsing2017-11-281-81/+78
* Correct TLS extensions handling when no extensions are present.jsing2017-11-281-1/+13