| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Be consistent with the goto label names used in libtls code. | jsing | 2018-02-05 | 4 | -51/+52 |
* | keep in sync with ld.so malloc.c | otto | 2018-01-30 | 1 | -2/+3 |
* | word fix; from edgar pettijohn | jmc | 2018-01-30 | 1 | -3/+3 |
* | typo | otto | 2018-01-28 | 1 | -2/+2 |
* | add malloc_threaderr | otto | 2018-01-28 | 1 | -1/+2 |
* | - An error in the multithreaded case could print the wrong function name | otto | 2018-01-28 | 1 | -12/+23 |
* | Test for correct error when on thread allocates, and another does a double free | otto | 2018-01-28 | 2 | -0/+71 |
* | Initialize variables to avoid compiler warnings | inoguchi | 2018-01-28 | 3 | -6/+6 |
* | Update regress to match removal of ssl_parse_clienthello_tlsext(). | jsing | 2018-01-27 | 1 | -5/+8 |
* | Complete the TLS extension handling rewrite for the server-side. | jsing | 2018-01-27 | 5 | -98/+86 |
* | Clarify the comment re the F5 EC curves extension bug. | jsing | 2018-01-27 | 1 | -5/+6 |
* | Convert ssl3_put_cipher_by_char() to CBB. | jsing | 2018-01-27 | 1 | -9/+26 |
* | - do not junk pages returned by free_bytes(), all freed chunks are already | otto | 2018-01-26 | 1 | -19/+19 |
* | Make the NEON codepaths conditional on __STRICT_ALIGNMENT not being | kettenis | 2018-01-24 | 3 | -5/+5 |
* | Zap the rotor, it was a wrong idea. Cluebat applied by kshe who | otto | 2018-01-18 | 1 | -6/+3 |
* | Move to ffs(3) for bitmask scanning. I played with this earlier, | otto | 2018-01-18 | 1 | -21/+11 |
* | Instead of trying to handle ffs() with the normal rename-mark-hidden-and-alias | guenther | 2018-01-18 | 2 | -4/+6 |
* | Add s_server and s_client -tlsextdebug messages | inoguchi | 2018-01-15 | 1 | -1/+9 |
* | Adjust references for sysctl(3) to sysctl(2) | deraadt | 2018-01-12 | 1 | -4/+4 |
* | optimization and some cleanup; mostly from kshe (except the unmap() part) | otto | 2018-01-08 | 1 | -67/+51 |
* | On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunately | kettenis | 2018-01-07 | 5 | -12/+16 |
* | Remove unused extern variable in openssl(1) s_time | inoguchi | 2018-01-07 | 1 | -2/+1 |
* | Only init chunk_info once, plus some moving of code to group related functions. | otto | 2018-01-01 | 1 | -273/+267 |
* | Initialise new_cipher in the serverhello TLS extensions test, to avoid a | jsing | 2017-12-28 | 1 | -3/+14 |
* | step one in avoiding unneccesary init of chunk_info; | otto | 2017-12-27 | 1 | -65/+81 |
* | Fix one possible buffer overflow and one underflow. Also some minor | millert | 2017-12-24 | 1 | -20/+36 |
* | Move __cxa_thread_atexit* to its own .c file to avoid pulling the code | guenther | 2017-12-16 | 4 | -39/+64 |
* | bump to 2.7.0 | bcook | 2017-12-11 | 1 | -3/+3 |
* | http://repzret.org/p/repzret/ | deraadt | 2017-12-11 | 3 | -8/+8 |
* | Make tls_config_parse_protocols() work correctly when passed a NULL pointer | jsing | 2017-12-09 | 1 | -3/+5 |
* | Add a regress test for tls_config_parse_protocols(). | jsing | 2017-12-09 | 3 | -1/+183 |
* | Use a test value that fits into a long on both 32-bit and 64-bit | jsing | 2017-12-09 | 1 | -9/+11 |
* | In the middle of CRYPTO_gcm128_finish() there is a complicated #ifdef | deraadt | 2017-12-09 | 1 | -6/+8 |
* | Please variable decl before code. | deraadt | 2017-12-09 | 1 | -2/+2 |
* | Remove DEF_STRONG(__cxa_thread_atexit_impl). This produces an unwanted | kettenis | 2017-12-05 | 1 | -2/+1 |
* | Seperate real and user timer interfaces | jca | 2017-12-05 | 4 | -17/+15 |
* | Implement __cxa_thread_atexit to support C++11 thread_local scope. The | kettenis | 2017-12-05 | 3 | -3/+58 |
* | Avoid using an uninitialized variable. | visa | 2017-12-01 | 1 | -4/+6 |
* | Mixing -url with any of -host, -port, or -path should be a usage error | guenther | 2017-11-29 | 1 | -7/+8 |
* | add -i to SYNOPSIS/usage() and sundry tweaks; | jmc | 2017-11-29 | 2 | -6/+8 |
* | clang doesn't propagate attributes like "asm labels" and "visibility(hidden)" | guenther | 2017-11-29 | 4 | -11/+23 |
* | Add option -i to allow oscpcheck to be used to validate an on-disk staple | beck | 2017-11-28 | 2 | -49/+103 |
* | Add the missing STANDARDS section (kettenis@ noticed that these are | schwarze | 2017-11-28 | 1 | -6/+14 |
* | Allow TLS ciphers and protocols to be specified for nc(1). | jsing | 2017-11-28 | 2 | -41/+65 |
* | Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1. | jsing | 2017-11-28 | 1 | -81/+78 |
* | Add regress coverage for ASN1_TYPE_{get,set}_int_octetstring() | jsing | 2017-11-28 | 2 | -2/+147 |
* | Correct TLS extensions handling when no extensions are present. | jsing | 2017-11-28 | 1 | -1/+13 |
* | Add regress test coverage for building clienthello and serverhello | jsing | 2017-11-28 | 1 | -4/+201 |
* | Add regress for CBB_discard_child(). | jsing | 2017-11-28 | 1 | -2/+56 |
* | Add CBB_discard_child(), which allows for a child CBB to be discarded. | jsing | 2017-11-28 | 2 | -2/+22 |