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-04-16
Remove AUTHORS section. This follows what is done in strstr.3
Claudio Jeker
2020-04-16
Replace the simple memmem() implementation with a version that is O(n)
Claudio Jeker
2020-04-16
Resync our strstr.c with the musl version. Removes some debug code and
Claudio Jeker
2020-04-14
Update in several respects:
Ingo Schwarze
2020-04-14
add the missing sentence "LibreSSL no longer provides any such
Ingo Schwarze
2020-04-14
Delete the three sentences listing the ciphers currently included
Ingo Schwarze
2020-04-11
Document the TLSv1.3 control word, update the description of the
Ingo Schwarze
2020-04-10
sync cert.pem with Mozilla's root ca list, ok beck@
Stuart Henderson
2020-04-10
Update ARG_MAX bytes count
Jeremie Courreges-Anglas
2020-04-10
When printing the serialNumber, fall back to the colon separated hex
Theo Buehler
2020-04-09
Include TLSv1.3 cipher suites unless cipher string references TLSv1.3.
Joel Sing
2020-04-09
Tidy line wrapping and remove an extra blank line.
Joel Sing
2020-04-09
ssl_aes_is_accelerated() returns a boolean - treat it as such, rather than
Joel Sing
2020-04-08
Ensure legacy session ID is persistent during client TLS session.
Joel Sing
2020-04-06
Send a zero-length session identifier if TLSv1.3 is not enabled.
Joel Sing
2020-04-06
Update my email address.
Paul Irofti
2020-04-04
Make libcxxabi provide __register_frame, _Unwind_Backtrace and friends
Jeremie Courreges-Anglas
2016-09-03
Import libunwind 3.9.0
Patrick Wildt
2020-04-04
Implement __atomic_is_lock_free for powerpc. Needed because the
Mark Kettenis
2020-04-04
Fix powerpc libunwind for cpus without altivec.
gkoehler
2020-04-03
Clarify conditions in which pthread_mutex_destroy(3) returns EBUSY.
Stefan Sperling
2020-04-02
Makes libossaudio use sndio instead of the kernel mixer(4) interface.
Alexandre Ratchov
2020-03-30
"eventually" came and went back in 2004.
Martijn van Duren
2020-03-30
Void functions obviously do not return values; no need to elaborate.
Ingo Schwarze
2020-03-29
Void functions obviously do not return values; no need to elaborate.
Ingo Schwarze
2020-03-28
Be concise: do not say that void functions return no values, that's obvious.
Ingo Schwarze
2020-03-24
Fix ASN1 print functions
Kinichiro Inoguchi
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
[next]