summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-02-14Correct guards.Joel Sing
2019-02-14Notify the record layer upon handshake completion.Joel Sing
2019-02-14Switch to application traffic keys as appropriate.Joel Sing
2019-02-14Split tls13_record_layer_set_traffic_keys() into two separate functions.Joel Sing
2019-02-14Provide a TLS 1.3 capable client method.Joel Sing
2019-02-13Remove IMPLEMENTATION NOTES, they only apply to one of the two in-treeMartin Pieuchot
2019-02-13Clean up some pesky trailing whitespace.Joel Sing
2019-02-13Handle finished messages in TLSv1.3 client.Joel Sing
2019-02-13Also remove tbl files from CLEANFILES now they are not generated.Nicholas Marriott
2019-02-13New futex(2) based rwlock implementation based on the mutex code.Martin Pieuchot
2019-02-13Import the existing rwlock implementation for architectures that cannotMartin Pieuchot
2019-02-13KNF.Martin Pieuchot
2019-02-13Allow SO_PEERCRED to be called on sockets created with socketpair.Martijn van Duren
2019-02-13Remove obsolete tbl suffix from ncurses man pages, no objections fromNicholas Marriott
2019-02-13Remove obsolete tbl suffix from ncurses man pages, no objections fromNicholas Marriott
2019-02-13Xr the byteorder funcs; from tim kuijstenJason McIntyre
2019-02-11Implement handling of Certificate and CertificateVerify messages.Joel Sing
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
2019-02-10Preserve the transcript hash at specific stages of the TLSv1.3 handshake.Joel Sing
2019-02-09Rename the file that contains the transcript handling code.Joel Sing
2019-02-09Rename tls1_handshake_hash*() to tls1_transcript_hash*().Joel Sing
2019-02-09Provide a reference from the TLSv1.3 context to the handshake state.Joel Sing
2019-02-08Convert powerpc assembly code into something clangs internal assemblerMark Kettenis
2016-09-03Import libunwind 3.9.0Patrick Wildt
2019-02-07Implement processing of EncryptedExtensions in the TLS 1.3 client.Joel Sing
2019-02-07Add lock stack trace saving for witness(4).Visa Hankala
2019-02-07Add manpage for timer* macros, actually document timespec* macros.cheloha
2019-02-05Fix typo in last commit.Todd C. Miller
2019-02-05Avoid an out of bounds read when regcomp() is passed a bad expression.Todd C. Miller
2019-02-04enable libelfJonathan Gray
2019-02-04Remove .gitignore from libc++ and libc++abi that I usually remove beforePatrick Wildt
2019-02-04tweak previous;Jason McIntyre
2019-02-04add a pthread_get_name_np to match pthread_set_name_np.Ted Unangst
2019-02-04Tedu files that got (re)moved in LLVM 7.0.1.Patrick Wildt
2019-02-04Merge libc++, libc++abi and libunwind version 7.0.1.Patrick Wildt
2019-02-04Import libc++ 7.0.1.Patrick Wildt
2019-02-04Import libc++abi 7.0.1.Patrick Wildt
2019-02-04Import libunwind 7.0.1Patrick Wildt
2019-02-04Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX.Todd C. Miller
2019-02-04Implement parsing and processing of TLSv1.3 ServerHello messages.Joel Sing
2019-02-04Make it easier to build with LIBRESSL_HAS_TLS1_3 enabled.Joel Sing
2016-09-03Import libc++ 3.9.0Patrick Wildt
2019-02-03Turns out I botched the previous commit. While making the %o7 + 8 bitMark Kettenis
2019-02-03Revert r1.38 as it introduces use of a stack value post function return.Joel Sing
2019-02-03On SPARC, the return address is %o7 + 8.Mark Kettenis
2019-02-01add libelf from elftoolchain r3669Jonathan Gray
2019-01-31unwrap a line introduced in previous.Theo Buehler
2019-01-30Correct handling of TLS sigalgs extension for TLSv1.0/TLSv1.1.Joel Sing
2019-01-29Update compiler-rt to 7.0.1. This is mostly a cosmetic update sincePatrick Wildt
2019-01-29Rename 1-letter variables to be coherent with others futex(2) basedMartin Pieuchot