summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add a safety net to ensure that we set an error on the store context.tb2020-10-261-1/+3
* If x509_verify() fails, ensure that the error is also set on the storetb2020-10-261-10/+15
* Make sure that x509_vfy_check_id() failure also sets ctx->error, not onlytb2020-10-261-3/+8
* Add a -legacy_verify flag to force use of the old validator for debuggingtb2020-10-263-4/+13
* Stop documenting some functions as macros.tb2020-10-213-19/+7
* On machines with a userland timecounter we bypass the gettimeofday(2)kettenis2020-10-211-2/+16
* Skip floating-point exception checks on arm64 and armv7 as the hardwarekettenis2020-10-192-2/+6
* XFAIL tests on arm64 and armv7 as floating-point exception support iskettenis2020-10-181-1/+6
* make this test compile and pass on sparc64tb2020-10-161-2/+2
* Add an explicit cast to make this test compile and pass with gcc.tb2020-10-161-2/+2
* Refactor a bunch of oscpcheck for single return to clean it up,beck2020-10-161-63/+95
* Test DTLS timeouts and retransmissions by dropping specific messages.jsing2020-10-151-5/+299
* Unbreak DTLS retransmissions for flights that include a CCS.jsing2020-10-151-7/+8
* Improve poll and event handling.jsing2020-10-151-8/+27
* zap annoying stray spacestb2020-10-151-4/+4
* Replace SSL_IS_DTLS with SSL_is_dtls().jsing2020-10-1411-96/+92
* Provide SSL_is_dtls().jsing2020-10-142-2/+11
* Mark DTLS methods as DTLS.jsing2020-10-142-3/+10
* Hook up dtls regress.jsing2020-10-141-1/+2
* Add regress tests for DTLS.jsing2020-10-142-0/+411
* no need to initialize i if it's re-initialized a few lines downtb2020-10-141-2/+1
* Free peekaboo pbuf at end of s_client_main()tb2020-10-141-1/+2
* Make sure an OCSP query sends a host headertb2020-10-131-4/+13
* make fixed-sized fixed-value mib[] arrays be constderaadt2020-10-123-12/+7
* avoid two overlong lines and drop an unused printf argumenttb2020-10-121-4/+4
* drop references to the SSL protocol because support was removed long ago;schwarze2020-10-121-6/+6
* List and describe the recommended methods first and relegate theschwarze2020-10-121-27/+26
* In ssl_methods.c rev. 1.18, jsing@ deprecated *_server_method(3)schwarze2020-10-111-11/+18
* SSL3_ENC_METHOD is just a flag word; merge it into SSL_METHOD_INTERNALguenther2020-10-115-42/+28
* Fix an assert conditioned on DTLS1_VERSION.jsing2020-10-111-9/+4
* Grow init_buf before stashing a handshake message for the legacy stack.jsing2020-10-111-1/+3
* No longer need to cast away const in srtp_find_profile_by_name()tb2020-10-111-2/+2
* Make profile_name const in srtp_find_profile_by_name()tb2020-10-112-7/+5
* Update regress for method changes.jsing2020-10-111-4/+4
* Condense and simplify TLS methods.jsing2020-10-117-442/+73
* Unbreak regress following SRTP_PROTECTION_PROFILE const change.jsing2020-10-111-2/+2
* Constipate srtp_known_profiles, pushing it into .data.rel.roguenther2020-10-113-17/+18
* Constipate ssl3_ciphers and tls1[23]_sigalgs*, pushing them intoguenther2020-10-116-32/+32
* Don't leak bundle_file and cert_file paths at the end.tb2020-10-101-1/+3
* Fix leak or double free with OCSP_request_add0_id()tb2020-10-091-8/+9
* As noted by tb@ previous commit only removed an unused fucntion.otto2020-10-091-4/+9
* set SO_REUSEADDR on the server socket when we play oscp server.beck2020-10-081-1/+2
* A void function has no return value, so zap RETURN VALUES sectiontb2020-10-081-5/+2
* grammar fix: if/when a renegotiation takeS placetb2020-10-082-6/+6
* Read cert.pem once and reuse it instead of reading it twice per test certtb2020-10-081-18/+10
* zap trailing whitespacetb2020-10-071-21/+21
* add arguments to skip a bunch of x448 teststb2020-10-071-3/+18
* fix line wrappingtb2020-10-071-3/+2
* Hook up tlslegacy regress.jsing2020-10-071-1/+2
* Mop up various things that are now unused with the new record layer.jsing2020-10-073-32/+6