summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionstb2017-11-288-19/+19
* Use clock_gettime and getrusage to compute real and user time.jca2017-11-241-16/+33
* Revert recent changes to unbreak ports/net/sambajca2017-11-041-2/+8
* 's' should include 'f'; from Jacqueline Jolicoeurotto2017-11-021-2/+2
* openssl s_time -connect host:port needs dns promise for pledge(2) otherwise itmestre2017-11-021-2/+2
* Change pthread_cleanup_{push,pop} to macros that store the cleanup infoguenther2017-10-281-8/+2
* Use a smaller buffer size too peek the receive data. The contentbluhm2017-10-241-5/+4
* Restore a return that was inadvertently removed from freezero() in r1.234,jsing2017-10-191-1/+2
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-2/+7
* Add a regression test for ldexp(3).visa2017-10-153-2/+82
* 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
* Update regress now that ssl_cipher_list_to_bytes() takes a CBB.jsing2017-10-111-3/+9
* Convert ssl3_client_hello() to CBB.jsing2017-10-114-93/+64
* Fully convert ssl3_send_server_hello() to CBB.jsing2017-10-113-53/+19
* Revise regress now that ssl_bytes_to_cipher_list() takes a CBS.jsing2017-10-101-20/+10