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-03-16
Consistently spell 'unsigned' as 'unsigned int', as style(9) seems
Theo Buehler
2020-03-16
The RFC is clear (section 5.3) that sequence number should never wrap.
Theo Buehler
2020-03-13
Remove dtls1_enc().
Joel Sing
2020-03-13
Correct TLSv1.3 sequence number increment and wrapping check.
Joel Sing
2020-03-13
Ensure that CBB_add_space() always provides zeroed memory.
Joel Sing
2020-03-13
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
Theo de Raadt
2020-03-13
typo in comment
Damien Miller
2020-03-12
Use calloc() rather than malloc() when allocating initial CBB buffer.
Joel Sing
2020-03-12
Use calloc() rather than malloc() when allocating buffers.
Joel Sing
2020-03-12
Stop overloading the record type for padding length.
Joel Sing
2020-03-12
Use internal versions of SSL3_BUFFER, SSL3_RECORD and DTLS1_RECORD_DATA.
Joel Sing
2020-03-11
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
Theo de Raadt
2020-03-11
Anthony Steinhauser reports that 32-bit arm cpus have the same speculation
Theo de Raadt
2020-03-11
typo; from bryan stenson
Jason McIntyre
2020-03-10
Use ctx->hs->secrets rather than the S3I(s) version.
Joel Sing
2020-03-10
Remove some unnecessary handshake enums/functions.
Joel Sing
2020-03-10
Add a return value check to tls13_buffer_extend().
Joel Sing
2020-03-10
Remove the enc function pointers.
Joel Sing
2020-03-06
RFC 8446, section 4.1.3: If a TLSv1.2 client receives a ServerHello for
Theo Buehler
2020-03-06
TLSv1.3 servers that intend to downgrade are required to set the last
Theo Buehler
2020-03-04
crank major versions of libLLVM libc++ libc++abi
gkoehler
2020-03-04
Check high bit for base64 decode
Kinichiro Inoguchi
2020-03-03
Fix base64 processing of long lines
Kinichiro Inoguchi
2020-02-28
oops some snapshot tests fell in
Theo de Raadt
2020-02-28
sync
Theo de Raadt
2020-02-26
Fix .Dt line and copyright year.
Alexandre Ratchov
2020-02-26
Add API to control audio device parameters exposed by sndiod.
Alexandre Ratchov
2020-02-23
The decryption_failed alert must not be sent by compliant implementations.
Theo Buehler
2020-02-23
According to RFC 8446, Section 4.4.4, recipients of incorrect Finished
Theo Buehler
2020-02-21
Remove the s2n macro now that it is finally unused.
Joel Sing
2020-02-21
Convert the SSL/TLS record creation code to CBB.
Joel Sing
2020-02-21
Convert the DTLS header creation code to CBB.
Joel Sing
2020-02-21
Remove some commented code, remove some pointless comments and move some
Joel Sing
2020-02-21
Convert dtls1_build_sequence_number() to CBB.
Joel Sing
2020-02-21
Move l2n/l2n8 into s3_cbc.c, since this is the only code that uses it.
Joel Sing
2020-02-21
Remove prefix_len, since it is always zero.
Joel Sing
2020-02-21
Remove now unused variable.
Joel Sing
2020-02-19
Refactor do_ssl3_write().
Joel Sing
2020-02-18
drop unused include <openssl/curve25519.h>
Theo Buehler
2020-02-18
Now that the kernel skips the two instructions immediately following
Mark Kettenis
2020-02-17
Describe the restriction for length of openssl conf value string
Kinichiro Inoguchi
2020-02-17
Restrict the length of openssl conf value string
Kinichiro Inoguchi
2020-02-16
Avoid potential NULL dereference when parsing a server keyshare extension.
Joel Sing
2020-02-16
Avoid leak for tmp.x25519
Kinichiro Inoguchi
2020-02-15
Move the TLSv1.3 code that interfaces with the legacy APIs/stack into a
Joel Sing
2020-02-15
Remove #include that is not needed.
Joel Sing
2020-02-11
Some system calls can fail due to an open-ended variety of causes
Ingo Schwarze
2020-02-09
A getlogin() function which used utmp(5) appeared in v7.
Jonathan Gray
2020-02-08
correct Research Unix edition "appeared in" use in HISTORY
Jonathan Gray
2020-02-07
It appears we have come full-circle, where source code starts to use
Theo de Raadt
[next]