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
/
libssl
Age
Commit message (
Expand
)
Author
2019-01-24
Set pointer variables in tls13 handshake to NULL on clear
Bob Beck
2019-01-24
Add server side of versions, keyshare, and client and server of cookie
Bob Beck
2019-01-24
move the extensions_seen into the handshake struct
Bob Beck
2019-01-24
Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.
Bob Beck
2019-01-23
Correct ECDSA_SECP512R1 typo to ECDSA_SECP521R1
Bob Beck
2019-01-23
Rename NUM_HANDSHAKE to handshake_count and make it a variable
Theo Buehler
2019-01-23
assert.h is often misused. It should not be used in a library
Bob Beck
2019-01-23
Modify sigalgs extension processing to accomodate TLS 1.3.
Bob Beck
2019-01-23
revert previous, accidentally contained another diff in addition
Bob Beck
2019-01-23
Modify sigalgs extension processing for TLS 1.3.
Bob Beck
2019-01-23
Sync the handshakes table with the generated table in regress.
Theo Buehler
2019-01-23
Remove static from handshakes[][] so it is visible from regress/
Theo Buehler
2019-01-23
No need to include <bsd.prog.mk> here.
Theo Buehler
2019-01-22
bump minors after symbol addition
Theo Buehler
2019-01-22
Document SSL_get1_supported_ciphers(3) and SSL_get_client_ciphers(3).
Theo Buehler
2019-01-22
Add a re-implementation of SSL_get1_supported_ciphers().
Theo Buehler
2019-01-22
Provide SSL_get_client_ciphers().
Theo Buehler
2019-01-21
Use the actual handshake message type in the certificate request handler.
Joel Sing
2019-01-21
Move ssl_cipher_list_to_bytes() and ssl_bytes_to_cipher_list() to
Theo Buehler
2019-01-21
Provide the initial TLSv1.3 client implementation.
Joel Sing
2019-01-21
Wire up the handshake message send and recv actions.
Joel Sing
2019-01-21
In ssl_lib.c rev. 1.197, jsing@ added TLSv1.3 support to SSL_get_version(3).
Ingo Schwarze
2019-01-21
The main handshake loop can be shared between client and server.
Joel Sing
2019-01-21
Use ssl_cipher_is_permitted() in ssl_cipher_list_to_bytes().
Theo Buehler
2019-01-21
Add ssl_cipher_is_permitted(), an internal helper function that
Theo Buehler
2019-01-21
Correct some rwstate handling that I broke when refactoring.
Joel Sing
2019-01-21
Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions.
Joel Sing
2019-01-21
Move struct tls13_ctx into a header since other things need access to it.
Joel Sing
2019-01-21
Ensure we free TLS 1.3 handshake state.
Joel Sing
2019-01-21
Teach ssl_version_string() about TLS1_3_VERSION.
Joel Sing
2019-01-21
Store the record version and make it available for use.
Joel Sing
2019-01-20
Fix header guard
Theo Buehler
2019-01-20
Provide a handshake message handling implementation for TLS 1.3.
Joel Sing
2019-01-20
Provide an initial implementation of the TLS 1.3 record layer.
Joel Sing
2019-01-20
Provide a way to get just the record header.
Joel Sing
2019-01-20
revert second hunk of previous that was committed by accident
Theo Buehler
2019-01-20
Add missing prototype for tls13_handshake_active_action().
Theo Buehler
2019-01-20
Add some internal consistency checks to the handshake state handling.
Joel Sing
2019-01-20
TLS 1.3 clients always need to send the supported groups extension.
Joel Sing
2019-01-20
Add an explicit flag to indicate a successful handshake instead
Theo Buehler
2019-01-19
Sort HDRS/SRCS lists and use one line per source file for maintainability.
Joel Sing
2019-01-19
Add handshake message type checking and special case certificate requests.
Joel Sing
2019-01-19
Tweak return value handling in the TLSv1.3 handshake code.
Joel Sing
2019-01-19
Provide a TLS record handling implementation.
Joel Sing
2019-01-19
bump minors after symbol addition
Theo Buehler
2019-01-18
copyright
Bob Beck
2019-01-18
bump copyright years appopriately
Bob Beck
2019-01-18
Add client side of supported versions and keyshare extensions with basic regress
Bob Beck
2019-01-18
Expose some symbols in a new tls13_handshake.h for regression testing.
Theo Buehler
2019-01-18
Remove this copy, we have decided we can do this in place
Bob Beck
[next]