summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-01-21Provide TLS 1.3 cipher AEAD/hash and legacy I/O handling functions.Joel Sing
2019-01-21Move struct tls13_ctx into a header since other things need access to it.Joel Sing
2019-01-21Ensure we free TLS 1.3 handshake state.Joel Sing
2019-01-21Teach ssl_version_string() about TLS1_3_VERSION.Joel Sing
2019-01-21Store the record version and make it available for use.Joel Sing
2019-01-20Fix header guardTheo Buehler
2019-01-20Provide a handshake message handling implementation for TLS 1.3.Joel Sing
2019-01-20Provide an initial implementation of the TLS 1.3 record layer.Joel Sing
2019-01-20Provide a way to get just the record header.Joel Sing
2019-01-20revert second hunk of previous that was committed by accidentTheo Buehler
2019-01-20Add missing prototype for tls13_handshake_active_action().Theo Buehler
2019-01-20correct the RETURN VALUES of the macros, document the HISTORY ofIngo Schwarze
2019-01-20use standard headers for siphashBrent Cook
2019-01-20include stdint.h over sys/types.hBrent Cook
2019-01-20Add some internal consistency checks to the handshake state handling.Joel Sing
2019-01-20TLS 1.3 clients always need to send the supported groups extension.Joel Sing
2019-01-20Change imsg header definitions to use standard types.Brent Cook
2019-01-20Add an explicit flag to indicate a successful handshake insteadTheo Buehler
2019-01-20Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error.Theo Buehler
2019-01-19spelling;Jason McIntyre
2019-01-19In evp.h rev. 1.71, tb@ added EVP_ENCODE_CTX_new(3) andIngo Schwarze
2019-01-19Sort HDRS/SRCS lists and use one line per source file for maintainability.Joel Sing
2019-01-19Add handshake message type checking and special case certificate requests.Joel Sing
2019-01-19Tweak return value handling in the TLSv1.3 handshake code.Joel Sing
2019-01-19Provide a TLS record handling implementation.Joel Sing
2019-01-19bump minors after symbol additionTheo Buehler
2019-01-19provide EVP_ENCODE_CTX_{new,free}().Theo Buehler
2019-01-19$OpenBSD$Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-19Partial port of EC_KEY_METHOD from OpenSSL 1.1.Theo Buehler
2019-01-18copyrightBob Beck
2019-01-18bump copyright years appopriatelyBob Beck
2019-01-18Add client side of supported versions and keyshare extensions with basic regressBob Beck
2019-01-18sys/time.h: new macros: timerisvalid() and timespecisvalid().cheloha
2019-01-18Sayt that using capabilities to negociate audio parameters (ie usingAlexandre Ratchov
2019-01-18Improve the description of locale dependency:Ingo Schwarze
2019-01-18Replace the vague, incorrect, and confusing BUGS sections with CAVEATSIngo Schwarze
2019-01-18Expose some symbols in a new tls13_handshake.h for regression testing.Theo Buehler
2019-01-18minor tweaks:Ingo Schwarze
2019-01-18Adjust EINVAL wording: tv_nsec cannot be 1 billion, either.cheloha
2019-01-18futex(2): validate relative timeout before sleeping.cheloha
2019-01-18adjtime(2), settimeofday(2), clock_settime(2): validate inputcheloha
2019-01-18Remove this copy, we have decided we can do this in placeBob Beck
2019-01-18Add support for RFC 8446 section 4.2 enforcing which extensions mayBob Beck
2019-01-18Rename TLS extension handling to use less "hello".Joel Sing
2019-01-17Get rid of is_serverhello in preparation for other messagesBob Beck
2019-01-17Provide an extensible buffer implementation that uses a read callback.Joel Sing
2019-01-17Add support to enforce restrictions on where extensions can appearBob Beck
2019-01-17Add a direct copy of the exension parsing code to be modified for tls13.Bob Beck