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
2021-02-20
Handle DTLS1_2_VERSION in various places.
Joel Sing
2021-02-20
Revise HelloVerifyRequest handling for DTLSv1.2.
Joel Sing
2021-02-20
Group HelloVerifyRequest decoding and add missing check for trailing data.
Joel Sing
2021-02-20
Add various public DTLS related defines.
Joel Sing
2021-02-20
Clean up/simplify dtls1_get_cipher().
Joel Sing
2021-02-18
Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.
Theo Buehler
2021-02-15
Back-out USB data toggle fix for HID devices, since we received multiple
Marcus Glocker
2021-02-12
Some people still argue that rand(3) and random(3) have suitable deterministic
Theo de Raadt
2021-02-12
Sync cert.pem with Mozilla NSS root CAs, except "GeoTrust Global CA", ok tb@
Stuart Henderson
2021-02-11
KNF
Theo Buehler
2021-02-08
correct return type for compressBound();
Jason McIntyre
2021-02-08
Remove bogus DTLS checks to disable ECC and OCSP.
Joel Sing
2021-02-08
Enforce read ahead with DTLS.
Joel Sing
2021-02-08
Use dtls1_retrieve_buffered_record() to load buffered application data.
Joel Sing
2021-02-08
Revert the convertion of per-process thread into a SMR_TAILQ.
Martin Pieuchot
2021-02-07
Absorb ssl3_get_algorithm2() into ssl_get_handshake_evp_md().
Joel Sing
2021-02-07
Correct handshake MAC/PRF for various TLSv1.2 cipher suites.
Joel Sing
2021-02-07
Factor out the legacy stack version checks.
Joel Sing
2021-02-05
Remove the terrible_ping_kludge() workaround. We have committed a fix to
Marcus Glocker
2021-02-04
Referece trpt(8) from the SO_DEBUG section of getsockopt(2).
Alexander Bluhm
2021-02-03
Fail early in legacy exporter if master secret is not available
Theo Buehler
2021-02-03
Adding a hard-trap instruction after the __threxit syscall instruction
Kurt Miller
2021-02-03
Add OID for draft-ietf-opsawg-finding-geofeeds
job
2021-02-02
Add a bunch of RPKI OIDs
job
2021-02-02
article fixes; from eddie youseph
Jason McIntyre
2021-02-01
Use "EC/RSA key setup failure" to align error with others
Theo Buehler
2021-01-30
missing word in comment
Theo Buehler
2021-01-28
Add '$' to ober_scanf_elements().
Martijn van Duren
2021-01-28
Remove direct assignment of aead_ctx.
Joel Sing
2021-01-28
Move AEAD handling into the new TLSv1.2 record layer.
Joel Sing
2021-01-27
Link SSL_get_finished.3 to build.
Theo Buehler
2021-01-27
Write SSL_get_finished() documentation from scratch.
Theo Buehler
2021-01-27
Merge SSL_set_hostflags documentation from OpenSSL 1.1.1i and
Theo Buehler
2021-01-26
Rewrap a comment line to fit into 80 columns.
Theo Buehler
2021-01-26
zap a tab
Theo Buehler
2021-01-26
Prepare to provide SSL_set_hostflags()
Theo Buehler
2021-01-26
Move sequence numbers into the new TLSv1.2 record layer.
Joel Sing
2021-01-26
Move private key setup to a helper function with proper error
Eric Faurot
2021-01-26
When checking for available address family for AI_ADDRCONFIG consider
Florian Obser
2021-01-22
Gracefully handle any erroneous closing bracket/brace trailers in
rob
2021-01-22
Valid integer and enumerated types always have non-zero length. Perform
rob
2021-01-21
when using fake keys, skip the private key check
Eric Faurot
2021-01-21
return -1 on error for consistency
Eric Faurot
2021-01-21
minor bump after symbol addition
Eric Faurot
2021-01-21
Allow setting a keypair on a tls context without specifying the private
Eric Faurot
2021-01-21
Mop up unused dtls1_build_sequence_number() function.
Joel Sing
2021-01-20
Missing return value; ok jmc@
Otto Moerbeek
2021-01-20
typo; spotted by jmc
Stuart Henderson
2021-01-20
Drop unneeded cast in seal_record_protected_cipher
Theo Buehler
2021-01-19
Add code to handle change of cipher state in the new TLSv1.2 record layer.
Joel Sing
[next]