index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2019-02-26
Correct return values for non-fatal alerts.
Joel Sing
2019-02-26
Correctly propagate EOF from BIO in tls13_legacy_wire_read().
Joel Sing
2019-02-25
Fix gcc3 compilation error by using a forward declaration instead of a
Theo Buehler
2019-02-25
revert "Move struct ssl_handshake_tls13_st definition", i.e., move
Theo Buehler
2019-02-25
Correctly handle oversize writes.
Joel Sing
2019-02-25
Add a handshake action sent handler and use it for client finished.
Joel Sing
2019-02-25
Correct a few error returns.
Joel Sing
2019-02-25
Move struct ssl_handshake_tls13_st definition
Kinichiro Inoguchi
2019-02-24
Remove -S from install commands
kn
2019-02-23
Remove temporary gotos.
Joel Sing
2019-02-23
Set BIO retry on TLS13_IO_WANT_POLLIN/TLS13_IO_WANT_POLLOUT.
Joel Sing
2019-02-21
Consume one leading space with %e iff given
kn
2019-02-21
Wire up alert handling for TLSv1.3.
Joel Sing
2019-02-21
Change the alert callback return type from int to void.
Joel Sing
2019-02-21
Fix a few cases where int was used instead of ssize_t.
Joel Sing
2019-02-18
type typo
Theo de Raadt
2019-02-14
Correct guards.
Joel Sing
2019-02-14
Notify the record layer upon handshake completion.
Joel Sing
2019-02-14
Switch to application traffic keys as appropriate.
Joel Sing
2019-02-14
Split tls13_record_layer_set_traffic_keys() into two separate functions.
Joel Sing
2019-02-14
Provide a TLS 1.3 capable client method.
Joel Sing
2019-02-13
Remove IMPLEMENTATION NOTES, they only apply to one of the two in-tree
Martin Pieuchot
2019-02-13
Clean up some pesky trailing whitespace.
Joel Sing
2019-02-13
Handle finished messages in TLSv1.3 client.
Joel Sing
2019-02-13
Also remove tbl files from CLEANFILES now they are not generated.
Nicholas Marriott
2019-02-13
New futex(2) based rwlock implementation based on the mutex code.
Martin Pieuchot
2019-02-13
Import the existing rwlock implementation for architectures that cannot
Martin Pieuchot
2019-02-13
KNF.
Martin Pieuchot
2019-02-13
Allow SO_PEERCRED to be called on sockets created with socketpair.
Martijn van Duren
2019-02-13
Remove obsolete tbl suffix from ncurses man pages, no objections from
Nicholas Marriott
2019-02-13
Remove obsolete tbl suffix from ncurses man pages, no objections from
Nicholas Marriott
2019-02-13
Xr the byteorder funcs; from tim kuijsten
Jason McIntyre
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
[next]