summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-01-29Remove unused <assert.h> header.Martin Pieuchot
2019-01-29There's no point in asserting that a pointer is not NULL beforeMartin Pieuchot
2019-01-29Tweak description, pthread_cond_signal(3) unblocks *at least* one thread.Martin Pieuchot
2019-01-29instead of calling abort() for 3 "must not use anymore" interfaces,Theo de Raadt
2019-01-29Add a dedicated sysctl(2) node for witness(4).Visa Hankala
2019-01-29Terminate NULL in argv. This fix is come from 1.31 from NetBSDYASUOKA Masahiko
2019-01-28Deduplicate a bunch of replicated code in the extension handlingBob Beck
2019-01-28Add tls_extension_seen(), a utility to know if a particular extensionBob Beck
2019-01-26Recent discussions about abort() potentially leaving key material inTheo de Raadt
2019-01-25I am retiring my old email address; replace it with my OpenBSD one.Todd C. Miller
2019-01-24Set pointer variables in tls13 handshake to NULL on clearBob Beck
2019-01-24Add server side of versions, keyshare, and client and server of cookieBob Beck
2019-01-24move the extensions_seen into the handshake structBob Beck
2019-01-24Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.Bob Beck
2019-01-23Correct ECDSA_SECP512R1 typo to ECDSA_SECP521R1Bob Beck
2019-01-23Rename NUM_HANDSHAKE to handshake_count and make it a variableTheo Buehler
2019-01-23assert.h is often misused. It should not be used in a libraryBob Beck
2019-01-23Modify sigalgs extension processing to accomodate TLS 1.3.Bob Beck
2019-01-23revert previous, accidentally contained another diff in additionBob Beck
2019-01-23Modify sigalgs extension processing for TLS 1.3.Bob Beck
2019-01-23Sync the handshakes table with the generated table in regress.Theo Buehler
2019-01-23Remove static from handshakes[][] so it is visible from regress/Theo Buehler
2019-01-23No need to include <bsd.prog.mk> here.Theo Buehler
2019-01-22strptime(3): Disallow double leap second.cheloha
2019-01-22sort sections, and add a missing verb to the EXAMPLES text;Jason McIntyre
2019-01-22Wrap long lineOtto Moerbeek
2019-01-22bump minors after symbol additionTheo Buehler