summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update SSL_get_shared_ciphers() documentation for ssl_lib.c r1.240tb2021-01-091-17/+47
* Add support for SSL_get_shared_ciphers() in TLSv1.3tb2021-01-091-1/+5
* Align SSL_get_shared_ciphers() with OpenSSLtb2021-01-091-10/+18
* Set chain on xsc on chain build failure.jsing2021-01-091-1/+3
* Bail out early after finding an single chain if we are have been called frombeck2021-01-091-1/+9
* Make fts_{alloc,safe_changed}() const correcttb2021-01-081-5/+5
* search the intermediates only after searching the root certs, clarifybeck2021-01-081-11/+15
* Rename two local variables ssl to s for consistencytb2021-01-072-11/+11
* Make tls12_record_layer_free() NULL safe.jsing2021-01-071-1/+5
* Move the read MAC key into the TLSv1.2 record layer.jsing2021-01-074-23/+20
* sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha2021-01-071-4/+1
* Use tls13_secret_{init,cleanup}() for the finished_keytb2021-01-062-10/+10
* Fix two issues related to thread private data in asr.otto2021-01-064-20/+49
* Avoid local variable in tls13_secret_init().tb2021-01-051-6/+2
* Convert tls13_record_layer.c to tls13_secret_{init,cleanup}()tb2021-01-051-21/+11
* Convert tls13_exporter() to tls13_secret_{init,cleanup}()tb2021-01-051-8/+5
* Use KNF for licence commenttb2021-01-051-2/+3
* Move tls13_secrets_destroy() below _create()tb2021-01-051-29/+29
* Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}()tb2021-01-051-71/+34
* Add tls13_secret_{init,cleanup}()tb2021-01-052-2/+29
* Fix indent.jsing2021-01-051-2/+2
* Use consistent names in tls13_{client,server}_finished_{recv,send}().jsing2021-01-052-12/+12
* Use legacy verifier when building auto chains.jsing2021-01-052-2/+6
* Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier.jsing2021-01-051-1/+4
* Gracefully handle root certificates being both trusted and untrusted.jsing2021-01-052-4/+16
* Remove memset that was made redundant with the ASN1_time_parse()tb2021-01-051-4/+1
* double word fix; from martin vahlensieckjmc2021-01-052-6/+6
* whitespacetb2021-01-043-10/+10
* Keep the various free calls of tls13_record_layer_free() in thetb2021-01-041-4/+4
* Make consistent reference to pathname.rob2021-01-0310-35/+35
* Make CHIN() Boolean-valued and use this to turn an expression with atb2021-01-032-5/+5
* Turn macros into inline functions so that there is no need to document intb2021-01-031-5/+21
* Remove two now-unused functions; a result of the categories removal.millert2021-01-021-39/+2
* Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anpatrick2021-01-025-408/+2
* Tweak previous:schwarze2021-01-021-19/+34
* Make list of DHE parameters more prominentkn2021-01-021-6/+19
* Free {alert,phh}_data in tls13_record_layer_free()tb2021-01-021-1/+4
* Remove libunwind 8.0.0 now that we switched to libunwind 11.0.0 in thepatrick2021-01-0231-17857/+0
* Switch libc++ and libc++abi to use libunwind 11.0.0. Bump major for bothpatrick2021-01-024-7/+7
* Whitespace.rob2021-01-022-39/+39
* More regular error handling with the REQUIRE macro.millert2020-12-311-5/+4
* Remove unused categories in re_guts; they are written to but never read.millert2020-12-312-45/+3
* Strings in struct parse can be const, they are never modified.millert2020-12-311-15/+11
* getifaddrs() can return entries where ifa_addr is NULL. Check for thisbenno2020-12-302-4/+7
* Make the list of supported protocols more prominentkn2020-12-301-5/+15
* regcomp.c uses the "start + count < end" idiom to check that there aretb2020-12-301-13/+15
* Constify the strings in regerror.c and make use of the strlcpy()tb2020-12-301-14/+14
* cclasses[] multis field is always an empty string. Remove it and codetb2020-12-303-88/+16
* Constify the strings in cnames[]. No functional change.tb2020-12-302-5/+5
* Allocate new buffer space based on requested need.rob2020-12-291-3/+3