summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-07Rename two local variables ssl to s for consistencyTheo Buehler
2021-01-07Make tls12_record_layer_free() NULL safe.Joel Sing
2021-01-07Move the read MAC key into the TLSv1.2 record layer.Joel Sing
2021-01-07sleep(3): don't bypass nanosleep(2) if seconds is zerocheloha
2021-01-06Use tls13_secret_{init,cleanup}() for the finished_keyTheo Buehler
2021-01-06Fix two issues related to thread private data in asr.Otto Moerbeek
2021-01-05Avoid local variable in tls13_secret_init().Theo Buehler
2021-01-05Convert tls13_record_layer.c to tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Convert tls13_exporter() to tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Use KNF for licence commentTheo Buehler
2021-01-05Move tls13_secrets_destroy() below _create()Theo Buehler
2021-01-05Convert tls13_secrets_{create,destroy}() to tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Add tls13_secret_{init,cleanup}()Theo Buehler
2021-01-05Fix indent.Joel Sing
2021-01-05Use consistent names in tls13_{client,server}_finished_{recv,send}().Joel Sing
2021-01-05Use legacy verifier when building auto chains.Joel Sing
2021-01-05Handle X509_V_ERR_UNABLE_TO_VERIFY_LEAF_SIGNATURE in new verifier.Joel Sing
2021-01-05Gracefully handle root certificates being both trusted and untrusted.Joel Sing
2021-01-05Remove memset that was made redundant with the ASN1_time_parse()Theo Buehler
2021-01-05double word fix; from martin vahlensieckJason McIntyre
2021-01-04whitespaceTheo Buehler
2021-01-04Keep the various free calls of tls13_record_layer_free() in theTheo Buehler
2021-01-03Make consistent reference to pathname.rob
2021-01-03Make CHIN() Boolean-valued and use this to turn an expression with aTheo Buehler
2021-01-03Turn macros into inline functions so that there is no need to document inTheo Buehler
2021-01-02Remove two now-unused functions; a result of the categories removal.Todd C. Miller
2021-01-02Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for anPatrick Wildt
2021-01-02Tweak previous:Ingo Schwarze
2021-01-02Make list of DHE parameters more prominentkn
2021-01-02Free {alert,phh}_data in tls13_record_layer_free()Theo Buehler
2021-01-02Remove libunwind 8.0.0 now that we switched to libunwind 11.0.0 in thePatrick Wildt
2021-01-02Switch libc++ and libc++abi to use libunwind 11.0.0. Bump major for bothPatrick Wildt
2018-09-11import of libunwind 6.0.0Robert Nagy
2016-09-03Import libunwind 3.9.0Patrick Wildt
2021-01-02Whitespace.rob
2020-12-31More regular error handling with the REQUIRE macro.Todd C. Miller
2020-12-31Remove unused categories in re_guts; they are written to but never read.Todd C. Miller
2020-12-31Strings in struct parse can be const, they are never modified.Todd C. Miller
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-30Make the list of supported protocols more prominentkn
2020-12-30regcomp.c uses the "start + count < end" idiom to check that there areTheo Buehler
2020-12-30Constify the strings in regerror.c and make use of the strlcpy()Theo Buehler
2020-12-30cclasses[] multis field is always an empty string. Remove it and codeTheo Buehler
2020-12-30Constify the strings in cnames[]. No functional change.Theo Buehler
2020-12-29Allocate new buffer space based on requested need.rob
2020-12-29Remove unnecessary assignment.rob
2020-12-29Update libexpat to 2.2.10. Relevant are only bug fixes #390 #395Alexander Bluhm
2020-12-29Document kern.video.record.Marcus Glocker
2020-12-28Fix an off-by-one error in the marking of the O_CH operator followingTodd C. Miller
2020-12-22Destroy the mutex in tls_config objects when tls_config_free is called.Brent Cook