summaryrefslogtreecommitdiff
path: root/src/lib (follow)
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
* Stop documenting some functions as macros.tb2020-10-213-19/+7
* Unbreak DTLS retransmissions for flights that include a CCS.jsing2020-10-151-7/+8
* 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
* make fixed-sized fixed-value mib[] arrays be constderaadt2020-10-123-12/+7
* 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
* Make profile_name const in srtp_find_profile_by_name()tb2020-10-112-7/+5
* Condense and simplify TLS methods.jsing2020-10-117-442/+73
* 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
* 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
* 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
* fix line wrappingtb2020-10-071-3/+2
* Mop up various things that are now unused with the new record layer.jsing2020-10-073-32/+6
* Include a TLS record header when switching to the legacy stack.jsing2020-10-071-9/+27
* Use random value for canary bytes; ok tb@otto2020-10-061-23/+1
* Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.cjsing2020-10-036-359/+103
* Use TLSv1_1_enc_data instead of DTLSv1_enc_data.jsing2020-10-033-11/+6
* Reimplement the TLSv1.2 record handling for the read side.jsing2020-10-036-605/+426
* Rename tls13_record_layer_alert() to tls13_record_layer_enqueue_alert()jsing2020-10-031-3/+4
* Make dtls1_copy_record() take a DTLS1_RECORD_DATA_INTERNAL *.jsing2020-10-031-10/+4
* Inline two macros that are only used in one place each.jsing2020-10-031-16/+6
* Ensure leaf is set up on X509_STORE_CTX before verification.jsing2020-09-261-9/+7
* Call dtls1_hm_fragment_free() from dtls1_drain_fragments()jsing2020-09-262-8/+7
* Have dtls1_new() call dtls1_free() on failure.jsing2020-09-261-36/+22
* Have dtls1_hm_fragment_new() call dtls1_hm_fragment_free() on failure.jsing2020-09-261-26/+17
* Refactor dtls1_clear_queues()tb2020-09-261-25/+26
* jumping into the x509 fray with a bunch of whitespace repairderaadt2020-09-261-6/+6
* bump to LibreSSL 3.2.2 ahead of lockbcook2020-09-251-3/+3
* KNF for a few comments and indent a labeltb2020-09-251-8/+12
* Remove some dangling elses for consistency with the rest of the filetb2020-09-251-25/+19
* Simplify UI_new_method()tb2020-09-251-10/+4
* Move variable declaration to the top of UI_set_result and ditchtb2020-09-251-19/+16
* The default branch of a switch somehow got moved inside of a pointlesstb2020-09-251-3/+3
* Simplify call to ERR_print_errors_cb()tb2020-09-251-5/+4
* Error out if ok_chars and cancel_chars overlaptb2020-09-241-2/+4
* Fix a number of leaks in the UI_dup_* functionstb2020-09-241-143/+99
* Push ERR_R_MALLOC_FAILURE onto the error stacktb2020-09-241-3/+3