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
2018-11-09
Use "send" and "recv" consistently instead of mixing them with "read"
Theo Buehler
2018-11-09
Initialize priv_key and pub_key on first use instead of at the top.
Theo Buehler
2018-11-09
Initialize priv_key and pub_key on first use instead of at the top.
Theo Buehler
2018-11-09
Avoid dereferencing eckey before checking it for NULL.
Theo Buehler
2018-11-09
fix a typo
denis
2018-11-09
Remove ethers(5) YP support bits from libc as it makes it difficult to
Bryan Steele
2018-11-09
Ensure we free the handshake transcript upon session resumption.
Joel Sing
2018-11-09
Ensure we only choose sigalgs from our prefernce list, not the whole list
Bob Beck
2018-11-09
Add the ability to have a separate priority list for sigalgs.
Bob Beck
2018-11-09
Correct defines for writer tests in connect/accept loops.
Joel Sing
2018-11-09
Correct function naming for tls13_handshake_advance_state_machine().
Joel Sing
2018-11-09
Avoid leak: free existing SRTP connection profiles before
Theo Buehler
2018-11-09
Avoid leaking memory that was already allocated in ASN1_item_new().
Theo Buehler
2018-11-09
Fix a buffer overrun in asn1_parse2().
Theo Buehler
2018-11-09
Add const to the data argument of ASN1_set{,_int}_octetstring().
Theo Buehler
2018-11-09
Add header guards and hidden declarations.
Joel Sing
2018-11-09
Add header guards and hidden declarations.
Joel Sing
2018-11-09
Reimplement the sigalgs processing code into a new implementation
Bob Beck
2018-11-08
First skeleton of the TLS 1.3 state machine. Based on RFC 8446 and
Theo Buehler
2018-11-08
KNF
Bob Beck
2018-11-08
Clean up and simplify the handshake transcript code.
Joel Sing
2018-11-08
Stop pretending that a cert member in a SSL and SSL_CTX can be NULL.
Joel Sing
2018-11-08
Move #include <openssl/evp.h> to the header.
Theo Buehler
2018-11-08
Ensure the handshake transcript is cleaned up.
Joel Sing
2018-11-08
Remove some function prototypes that should have been removed in the
Joel Sing
2018-11-08
LibreSSL 2.9.0
Brent Cook
2018-11-08
zap last remains of malloc.conf; prompted by and ok jmc@
Otto Moerbeek
2018-11-07
Add initial TLS 1.3 key schedule support with basic regress tests
Bob Beck
2018-11-07
Use memmove() instead of memcpy() to get rid of the need for
Theo Buehler
2018-11-07
Add TLSv1.3 cipher suites (with appropriate guards).
Joel Sing
2018-11-06
Add TLS extension type values for TLSv1.3 (under guards).
Joel Sing
2018-11-06
Define TLS_CA_CERT_FILE rather than having every application create their
Joel Sing
2018-11-06
typo on fs.posix.setuid; from Piotr Durlej
Otto Moerbeek
2018-11-06
rm FILES section; prompted by Janne Johansson
Otto Moerbeek
2018-11-06
Use the new vm.malloc_conf sysctl; ok millert@ deraadt@
Otto Moerbeek
2018-11-06
vm.malloc_conf, userland sysctl parts; ok millert@ deraadt@
Otto Moerbeek
2018-11-06
unrevert the use of bn_rand_interval().
Theo Buehler
2018-11-06
Unset Z_is_zero after applying coordinate blinding and
Theo Buehler
2018-11-06
Flip reversed test in bn_rand_interval().
Theo Buehler
2018-11-06
disable EC_POINT coordinate blinding due to failures in ECDHE and TLS
Theo Buehler
2018-11-06
revert use of bn_rand_interval due to failures with ECDHE and TLS
Theo Buehler
2018-11-06
Include TLSv1.3 in version handling code.
Joel Sing
2018-11-06
Add TLS1_3_VERSION and SSL_OP_NO_TLSv1_3 defines under guards.
Joel Sing
2018-11-06
Start working towards adding feature flags (rather than anti-feature flags)
Joel Sing
2018-11-05
Make use of bn_rand_interval() where appropriate.
Theo Buehler
2018-11-05
Introduce bn_rand_interval() that allows specifying an interval [a, b)
Theo Buehler
2018-11-05
Eliminate a few "} else" branches, a few unneeded NULL checks before
Theo Buehler
2018-11-05
Remove two unnecessary BN_FLG_CONSTTIME dances: BN_mod_exp_ct() already
Theo Buehler
2018-11-05
Rename the TLS Supported Elliptic Curves extension to Supported Groups.
Joel Sing
2018-11-05
Rework the TLS extension handling code to improve readability/flexibility,
Joel Sing
[prev]
[next]