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-01-22
The length of the IV of EVP_chacha20 is currently 64 bits, not 96.
Theo Buehler
2020-01-22
Wire up the TLSv1.3 server.
Joel Sing
2020-01-22
Pass a handshake message content CBS to TLSv1.3 receive handlers.
Joel Sing
2020-01-22
Fix things so that `make -DTLS1_3` works again.
Joel Sing
2020-01-22
Send alerts on certificate verification failures of server certs
Bob Beck
2020-01-22
Rename failure into alert_desc in tlsext_ocsp_server_parse().
Theo Buehler
2020-01-22
fix previous: alert_desc needs to be an int.
Theo Buehler
2020-01-22
Avoid modifying alert in the success path.
Theo Buehler
2020-01-22
Enable the TLSv1.3 client in libssl.
Joel Sing
2020-01-22
Correct includes check for libtls.
Joel Sing
2020-01-22
Add checks to ensure that lib{crypto,ssl,tls} public headers have actually
Joel Sing
2020-01-22
delete wasteful ;;
Theo de Raadt
2020-01-22
Move guards from public to internal headers, and fix not use values.
Bob Beck
2020-01-22
Simplify header installation by combining the HDRS and HDRS_GEN loops.
Joel Sing
2020-01-22
Note in the man page that the default protocols list includes 1.3
Bob Beck
2020-01-22
Enable TLS version 1.3 in the default protocols for libtls.
Bob Beck
2020-01-22
Implement support for SSL_peek() in the TLSv1.3 record layer.
Joel Sing
2020-01-22
After the ClientHello has been sent or received and before the peer's
Theo Buehler
2020-01-22
Correctly set the legacy version when TLSv1.3 is building a client hello.
Joel Sing
2020-01-22
Don't add an extra unknown error if we got a fatal alert
Bob Beck
2020-01-22
The legacy_record_version must be set to TLS1_2_VERSION except
Theo Buehler
2020-01-22
Hook up the TLSv1.3 legacy shutdown code.
Joel Sing
2020-01-22
Add minimal support for hello retry request for RFC conformance.
Bob Beck
2020-01-22
Split the TLSv1.3 guards into separate client and server guards.
Joel Sing
2020-01-22
Implement close-notify and SSL_shutdown() handling for the TLSv1.3 client.
Joel Sing
2020-01-21
Correct legacy fallback for TLSv1.3 client.
Joel Sing
2020-01-21
Remove redundant ASN1_INTEGER_set call in PKCS7_set_type
Kinichiro Inoguchi
2020-01-21
Provide SSL_R_UNKNOWN.
Joel Sing
2020-01-21
Clear and free the tls13_ctx that hangs off an SSL *s from
Theo Buehler
2020-01-21
Add alert processing in tls client code, by adding alert to the
Bob Beck
2020-01-20
Add alerts to the tls 1.3 record layer and handshake layer
Bob Beck
2020-01-20
Provide an error framework for use with the TLSv1.3 code.
Joel Sing
2020-01-20
Add support for TLSv1.3 as a protocol to libtls.
Joel Sing
2020-01-17
Free pss in RSA_free
Kinichiro Inoguchi
2020-01-14
bump to 3.1.0
Brent Cook
2020-01-13
Document how to make getopt_long(3) process arguments in order and stop
Stefan Sperling
2020-01-12
Avoid leak in error path of PKCS5_PBE_keyivgen
Kinichiro Inoguchi
2020-01-09
Avoid leak in error path of asn1_parse2
Kinichiro Inoguchi
2020-01-04
Avoid leak in error path of dh_priv_decode
Kinichiro Inoguchi
2020-01-02
In ssl.h rev. 1.167 and s3_lib.c rev. 1.188, jsing@ provided
Ingo Schwarze
2020-01-02
Revise SSL_CTX_get_extra_chain_certs() to match OpenSSL behaviour.
Joel Sing
2020-01-02
Provide TLSEXT_TYPE_* aliases for TLS 1.3.
Joel Sing
2019-12-31
Increase BER_MAX_OID_LEN from 32 to 64. Not every snmp OID found in the
Martijn van Duren
2019-12-26
It is believed that an implementation of madvise was available in
Jonathan Gray
2019-12-21
a few depend:-related thingies that were still in.
Marc Espie
2019-12-21
Warn that auth_call(3) users should include a "--" argument before
Jonathan Gray
2019-12-21
In "4.2BSD System Manual" (/usr/doc/sysman in 4.2BSD source)
Jonathan Gray
2019-12-20
drand48(3) returns values in [0.0, 1.0).
Theo Buehler
2019-12-20
The mcount.po target is special cased here since mcount.c should not be
Theo Buehler
2019-12-19
spelling; from bryan stenson
Jason McIntyre
[next]