Age | Commit message (Expand) | Author |
2019-02-11 | Implement 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-10 | Preserve the transcript hash at specific stages of the TLSv1.3 handshake. | Joel Sing |
2019-02-09 | Rename the file that contains the transcript handling code. | Joel Sing |
2019-02-09 | Rename tls1_handshake_hash*() to tls1_transcript_hash*(). | Joel Sing |
2019-02-09 | Provide a reference from the TLSv1.3 context to the handshake state. | Joel Sing |
2019-02-08 | Convert powerpc assembly code into something clangs internal assembler | Mark Kettenis |
2016-09-03 | Import libunwind 3.9.0 | Patrick Wildt |
2019-02-07 | Implement processing of EncryptedExtensions in the TLS 1.3 client. | Joel Sing |
2019-02-07 | Add lock stack trace saving for witness(4). | Visa Hankala |
2019-02-07 | Add manpage for timer* macros, actually document timespec* macros. | cheloha |
2019-02-05 | Fix typo in last commit. | Todd C. Miller |
2019-02-05 | Avoid an out of bounds read when regcomp() is passed a bad expression. | Todd C. Miller |
2019-02-04 | enable libelf | Jonathan Gray |
2019-02-04 | Remove .gitignore from libc++ and libc++abi that I usually remove before | Patrick Wildt |
2019-02-04 | tweak previous; | Jason McIntyre |
2019-02-04 | add a pthread_get_name_np to match pthread_set_name_np. | Ted Unangst |
2019-02-04 | Tedu files that got (re)moved in LLVM 7.0.1. | Patrick Wildt |
2019-02-04 | Merge libc++, libc++abi and libunwind version 7.0.1. | Patrick Wildt |
2019-02-04 | Import libc++ 7.0.1. | Patrick Wildt |
2019-02-04 | Import libc++abi 7.0.1. | Patrick Wildt |
2019-02-04 | Import libunwind 7.0.1 | Patrick Wildt |
2019-02-04 | Make gl_pathc, gl_matchc and gl_offs size_t in glob_t to match POSIX. | Todd C. Miller |
2019-02-04 | Implement parsing and processing of TLSv1.3 ServerHello messages. | Joel Sing |
2019-02-04 | Make it easier to build with LIBRESSL_HAS_TLS1_3 enabled. | Joel Sing |
2016-09-03 | Import libc++ 3.9.0 | Patrick Wildt |
2019-02-03 | Turns out I botched the previous commit. While making the %o7 + 8 bit | Mark Kettenis |
2019-02-03 | Revert r1.38 as it introduces use of a stack value post function return. | Joel Sing |
2019-02-03 | On SPARC, the return address is %o7 + 8. | Mark Kettenis |
2019-02-01 | add libelf from elftoolchain r3669 | Jonathan Gray |
2019-01-31 | unwrap a line introduced in previous. | Theo Buehler |
2019-01-30 | Correct handling of TLS sigalgs extension for TLSv1.0/TLSv1.1. | Joel Sing |
2019-01-29 | Update compiler-rt to 7.0.1. This is mostly a cosmetic update since | Patrick Wildt |
2019-01-29 | Rename 1-letter variables to be coherent with others futex(2) based | Martin Pieuchot |
2019-01-29 | Remove unused <assert.h> header. | Martin Pieuchot |
2019-01-29 | There's no point in asserting that a pointer is not NULL before | Martin Pieuchot |
2019-01-29 | Tweak description, pthread_cond_signal(3) unblocks *at least* one thread. | Martin Pieuchot |
2019-01-29 | instead of calling abort() for 3 "must not use anymore" interfaces, | Theo de Raadt |
2019-01-29 | Add a dedicated sysctl(2) node for witness(4). | Visa Hankala |
2019-01-29 | Terminate NULL in argv. This fix is come from 1.31 from NetBSD | YASUOKA Masahiko |
2019-01-28 | Deduplicate a bunch of replicated code in the extension handling | Bob Beck |
2019-01-28 | Add tls_extension_seen(), a utility to know if a particular extension | Bob Beck |
2019-01-26 | Recent discussions about abort() potentially leaving key material in | Theo de Raadt |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2019-01-24 | Set pointer variables in tls13 handshake to NULL on clear | Bob Beck |
2019-01-24 | Add server side of versions, keyshare, and client and server of cookie | Bob Beck |
2019-01-24 | move the extensions_seen into the handshake struct | Bob Beck |
2019-01-24 | Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated. | Bob Beck |
2019-01-23 | Correct ECDSA_SECP512R1 typo to ECDSA_SECP521R1 | Bob Beck |
2019-01-23 | Rename NUM_HANDSHAKE to handshake_count and make it a variable | Theo Buehler |