summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Remove unused extern variable in openssl(1) s_timeinoguchi2018-01-071-2/+1
* Only init chunk_info once, plus some moving of code to group related functions.otto2018-01-011-273/+267
* Initialise new_cipher in the serverhello TLS extensions test, to avoid ajsing2017-12-281-3/+14
* 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
* Add a regress test for tls_config_parse_protocols().jsing2017-12-093-1/+183
* Use a test value that fits into a long on both 32-bit and 64-bitjsing2017-12-091-9/+11
* 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
* Seperate real and user timer interfacesjca2017-12-054-17/+15
* Implement __cxa_thread_atexit to support C++11 thread_local scope. Thekettenis2017-12-053-3/+58
* Avoid using an uninitialized variable.visa2017-12-011-4/+6
* Mixing -url with any of -host, -port, or -path should be a usage errorguenther2017-11-291-7/+8
* add -i to SYNOPSIS/usage() and sundry tweaks;jmc2017-11-292-6/+8
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-294-11/+23
* Add option -i to allow oscpcheck to be used to validate an on-disk staplebeck2017-11-282-49/+103
* Add the missing STANDARDS section (kettenis@ noticed that these areschwarze2017-11-281-6/+14
* Allow TLS ciphers and protocols to be specified for nc(1).jsing2017-11-282-41/+65
* Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.jsing2017-11-281-81/+78
* Add regress coverage for ASN1_TYPE_{get,set}_int_octetstring()jsing2017-11-282-2/+147
* Correct TLS extensions handling when no extensions are present.jsing2017-11-281-1/+13
* Add regress test coverage for building clienthello and serverhellojsing2017-11-281-4/+201
* Add regress for CBB_discard_child().jsing2017-11-281-2/+56
* Add CBB_discard_child(), which allows for a child CBB to be discarded.jsing2017-11-282-2/+22