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
2020-09-02
KNF and comment tweaks
Theo Buehler
2020-09-01
Zero out data to avoid leaving stack garbage in the tail of
Theo Buehler
2020-09-01
The bumping of sess_cb_hit stats can wait until handling of
Theo Buehler
2020-09-01
In the explanatory comment of ssl_get_prev_session fix the spelling of
Theo Buehler
2020-09-01
Split session retrieval out of ssl_get_prev_session()
Theo Buehler
2020-09-01
copy session id directly in ssl_get_prev_session
Theo Buehler
2020-09-01
indent the only other label in this file
Theo Buehler
2020-09-01
Indent label and remove dangling else
Theo Buehler
2020-09-01
Zap NULL check before SSL_SESSION_free()
Theo Buehler
2020-09-01
Rename the session pointer ret to sess
Theo Buehler
2020-09-01
Hoist ERR_clear_error() call into the derr: label
Theo Buehler
2020-09-01
simplify tls1_process_ticket() exit path
Theo Buehler
2020-08-31
Return code tweaks for session ticket handlers
Theo Buehler
2020-08-31
Send alert on ssl_get_prev_session failure
Theo Buehler
2020-08-30
Remove duplicate definition of _null_auth.
mortimer
2020-08-30
Start replacing the existing TLSv1.2 record layer.
Joel Sing
2020-08-29
define OPENSSL_NO_SSL_TRACE in opensslfeatures.h
Kinichiro Inoguchi
2020-08-23
amd64: TSC timecounter: prefix RDTSC with LFENCE
cheloha
2020-08-23
check errno against EINTR; not return value from poll()
Damien Miller
2020-08-23
update to libfido2 46710ac06, picking up a few API changes
Damien Miller
2020-08-17
Fix append mode so it always writes to the end and expand regress.
Todd C. Miller
2020-08-14
Fix handling of "w+" mode, we were only truncating for "w".
Todd C. Miller
2020-08-13
select.2: Xr directly to timersub(3) now that it has a dedicated manpage
cheloha
2020-08-11
Send an unexpected message alert if no valid content type is found.
Joel Sing
2020-08-11
Increment the epoch in the same place for both read and write.
Joel Sing
2020-08-11
Use 0 instead of 0x00 for memset() calls.
Joel Sing
2020-08-11
Use SSL3_SEQUENCE_SIZE for last_write_sequence[] rather than hardcoding.
Joel Sing
2020-08-11
In SSL_new() just 'goto err' on allocation failure.
Joel Sing
2020-08-11
sync with upstream libfido2 rev 2fa20b889, picking up ~7 months
Damien Miller
2020-08-10
Tedu compiler-rt 8.0.1.
Patrick Wildt
2020-08-10
Un-hook and re-hook libcompiler_rt.
Patrick Wildt
2020-08-10
Avoid passing -1 to freezero.
Theo Buehler
2020-08-09
Fix some wrapping/indent.
Joel Sing
2020-08-09
Add P-521 to the list of curves supported by default in the client.
Joel Sing
2020-08-09
Use CBB more correctly when writing SSL3/DTLS records.
Joel Sing
2020-08-09
Make the explicit IV length handling in DTLS the same as SSL3/TLS.
Joel Sing
2020-08-06
delete another word to improve the wording; suggested by jmc@
Ingo Schwarze
2020-08-06
Explain the purpose of CMAC_resume(3) in more detail.
Ingo Schwarze
2020-08-04
Cleanup aead_ctx
Kinichiro Inoguchi
2020-08-04
We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4)
mvs
2020-08-03
Only parse a client's status_request in the CH
Theo Buehler
2020-08-03
Ensure clients only send a status_request in the CH
Theo Buehler
2020-08-03
Correctly handle server requests for an OCSP response
Theo Buehler
2020-08-03
Bump libc++ and libc++abi majors due to floating point type
Patrick Wildt
2020-08-03
crank the major cos grammar.c has grown.
David Gwynne
2020-08-03
add "sample NUM" so you can ask to capture 1/NUM packets from a filter.
David Gwynne
2020-08-03
add support for handling loads from BPF_RND.
David Gwynne
2020-08-03
sync to upstream libcbor v0.7.0; some minor fixes, but a note major
Damien Miller
2020-08-02
Squelch warning by using idiom from libc bcrypt(3)
Theo Buehler
2020-08-02
Check the return value of tls1_enc() in the write path.
Joel Sing
[next]