summaryrefslogtreecommitdiff
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add CBB_discard_child(), which allows for a child CBB to be discarded.jsing2017-11-282-2/+22
* GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionstb2017-11-288-19/+19
* Revert recent changes to unbreak ports/net/sambajca2017-11-041-2/+8
* 's' should include 'f'; from Jacqueline Jolicoeurotto2017-11-021-2/+2
* Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther2017-10-281-8/+2
* Restore a return that was inadvertently removed from freezero() in r1.234,jsing2017-10-191-1/+2
* Rename ssl3_client_hello() to ssl3_send_client_hello() for consistency.jsing2017-10-122-5/+5
* Fold dtls1_accept() into ssl_accept(), removing a lot of duplicated code.jsing2017-10-124-556/+143
* Drop prototypes for ssl23_*() functions, which no longer exist.jsing2017-10-121-11/+1
* Add STANDARDS: denis@ spotted that it was missing.schwarze2017-10-121-2/+19
* Convert ssl3_client_hello() to CBB.jsing2017-10-114-93/+64
* Fully convert ssl3_send_server_hello() to CBB.jsing2017-10-113-53/+19
* Make ssl_bytes_to_cipher_list() take a CBS, rather than a pointer andjsing2017-10-103-29/+19
* ((remove) (some) (unnecessary) (parentheses))jsing2017-10-101-4/+4
* Merge dtls1_connect() into ssl3_connect(), removing a large amount ofjsing2017-10-104-459/+117
* Reduce non-functional differences between dtls1_accept() andjsing2017-10-081-34/+42
* Reduce non-functional differences between dtls1_connect() andjsing2017-10-081-32/+38
* Fix some style/whitespace/indentation issues in ssl3_accept().jsing2017-10-081-25/+14
* Fix some style/whitespace/indentation issues in ssl3_connect().jsing2017-10-081-10/+9
* Convert ssl3_send_change_cipher_spec() to use CBB and make it handle DTLS,jsing2017-10-086-57/+52
* hyphenate DER/PEM-encoded, for consistency;jmc2017-10-082-9/+9
* Document tls_peer_cert_chain_pem().jsing2017-10-071-2/+13
* do not return f() where f is a void function; loop var type fixotto2017-10-051-4/+5
* Use dprintf instead of snprintf/writeotto2017-10-051-82/+36
* bump version in advance of final releasebcook2017-09-261-3/+3
* bump wo 2.6.2libressl-v2.6.2bcook2017-09-261-3/+3
* If tls_config_parse_protocols() is called with a NULL pointer, return thejsing2017-09-251-1/+4
* Annotate some API-side memory leaks for future resolution.jsing2017-09-251-1/+3
* Fix various issues in the OCSP extension parsing code:jsing2017-09-251-20/+14
* When building the OCSP extension, only add the length prefixed extensionsjsing2017-09-251-6/+6
* Make delayed free non-optional and make F do an extensive double free check.otto2017-09-231-21/+26
* Keep track of which keypair is in use by a TLS context.jsing2017-09-204-14/+25
* Slightly restructure tls_ocsp_verify_cb() to make it more like libtls code.jsing2017-09-201-6/+7