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-13
Fix pkey_ok to be less strange, and add cuve checks required for the EC ones
Bob Beck
2018-11-12
Missing initialization for pub_key. CID 184303.
Theo Buehler
2018-11-11
Add check function to verify that pkey is usable with a sigalg.
Bob Beck
2018-11-11
Add back a few missing compatibility stubs
Brent Cook
2018-11-11
quiet warning on other compilers
Brent Cook
2018-11-11
Add EVP_sm3() to OpenSSL_add_all_digests_internal().
Theo Buehler
2018-11-11
bump minors after symbol addition.
Theo Buehler
2018-11-11
Add SSL_set1_host(), a thin wrapper around X509_VERIFY_PARAM_set1_host().
Theo Buehler
2018-11-11
Add Ribose Inc's implementation of the SM3 hashing function with
Theo Buehler
2018-11-11
Nuke trailing whitespace
Bob Beck
2018-11-11
Add automatic threading initialization for libcrypto.
Brent Cook
2018-11-11
Free the server tls transcript in case session reuse did not work.
Alexander Bluhm
2018-11-11
include crypto.h from the correct path, remove unused variable
Brent Cook
2018-11-11
Add support for RSA PSS algorithims being used in sigalgs.
Bob Beck
2018-11-11
Convert signatures and verifcation to use the EVP_DigestXXX api
Bob Beck
2018-11-10
Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.
Alexander Bluhm
2018-11-10
Conform to POSIX-2001 in which the behavior of passing a negative length using
anton
2018-11-10
unbreak VLAN filtering
denis
2018-11-10
Remove dead code
Bob Beck
2018-11-10
Tweak and improve the TLSv1.3 state machine.
Joel Sing
2018-11-10
Avoid a double allocation and memory leak.
Joel Sing
2018-11-10
Stop keeping track of sigalgs by guessing it from digest and pkey,
Bob Beck
2018-11-10
Use TLS13_HS_{CLIENT,SERVER} instead of using a redundant _SEND{,S}.
Theo Buehler
2018-11-10
Fix last of the empty hash nonsense
Bob Beck
2018-11-09
Fix the TLSv1.3 key schedule implementation.
Joel Sing
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
[prev]
[next]