Age | Commit message (Expand) | Author |
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 | correct the RETURN VALUES of the macros, document the HISTORY of | Ingo Schwarze |
2019-01-20 | use standard headers for siphash | Brent Cook |
2019-01-20 | include stdint.h over sys/types.h | Brent Cook |
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 | Change imsg header definitions to use standard types. | Brent Cook |
2019-01-20 | Add an explicit flag to indicate a successful handshake instead | Theo Buehler |
2019-01-20 | Fix BN_is_prime_* calls in libcrypto, the API returns -1 on error. | Theo Buehler |
2019-01-19 | spelling; | Jason McIntyre |
2019-01-19 | In evp.h rev. 1.71, tb@ added EVP_ENCODE_CTX_new(3) and | Ingo Schwarze |
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-19 | provide EVP_ENCODE_CTX_{new,free}(). | Theo Buehler |
2019-01-19 | $OpenBSD$ | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | Theo Buehler |
2019-01-19 | Partial port of EC_KEY_METHOD from OpenSSL 1.1. | 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 | sys/time.h: new macros: timerisvalid() and timespecisvalid(). | cheloha |
2019-01-18 | Sayt that using capabilities to negociate audio parameters (ie using | Alexandre Ratchov |
2019-01-18 | Improve the description of locale dependency: | Ingo Schwarze |
2019-01-18 | Replace the vague, incorrect, and confusing BUGS sections with CAVEATS | Ingo Schwarze |
2019-01-18 | Expose some symbols in a new tls13_handshake.h for regression testing. | Theo Buehler |
2019-01-18 | minor tweaks: | Ingo Schwarze |
2019-01-18 | Adjust EINVAL wording: tv_nsec cannot be 1 billion, either. | cheloha |
2019-01-18 | futex(2): validate relative timeout before sleeping. | cheloha |
2019-01-18 | adjtime(2), settimeofday(2), clock_settime(2): validate input | cheloha |
2019-01-18 | Remove this copy, we have decided we can do this in place | Bob Beck |
2019-01-18 | Add support for RFC 8446 section 4.2 enforcing which extensions may | Bob Beck |
2019-01-18 | Rename TLS extension handling to use less "hello". | Joel Sing |
2019-01-17 | Get rid of is_serverhello in preparation for other messages | Bob Beck |
2019-01-17 | Provide an extensible buffer implementation that uses a read callback. | Joel Sing |
2019-01-17 | Add support to enforce restrictions on where extensions can appear | Bob Beck |
2019-01-17 | Add a direct copy of the exension parsing code to be modified for tls13. | Bob Beck |