Age | Commit message (Expand) | Author |
2021-12-16 | unifdef TLS13_USE_LEGACY_CLIENT_AUTH | Theo Buehler |
2021-12-15 | Use CBS_get_last_u8() to find the content type in TLSv1.3 records. | Joel Sing |
2021-12-15 | Provide various CBS_peek_* functions. | Joel Sing |
2021-12-15 | Provide CBS_get_u64(). | Joel Sing |
2021-12-15 | Provide CBS_get_last_u8(). | Joel Sing |
2021-12-09 | Convert t1_enc.c to opaque EVP_MD_CTX. | Theo Buehler |
2021-12-09 | Convert ssl_srvr.c to opaque EVP_MD_CTX. | Theo Buehler |
2021-12-09 | Convert ssl_clnt.c to opaque EVP_MD_CTX | Theo Buehler |
2021-12-09 | Convert s3_cbc.c to opaque EVP_MD_CTX. | Theo Buehler |
2021-12-04 | Clean up and refactor server side DHE key exchange. | Joel Sing |
2021-12-04 | Move the minimum DHE key size check into ssl_kex_peer_params_dhe() | Joel Sing |
2021-12-04 | Check DH public key in ssl_kex_peer_public_dhe(). | Joel Sing |
2021-11-30 | Align ssl_kex_derive_ecdhe_ecp() with ssl_kex_derive_dhe() | Theo Buehler |
2021-11-30 | s/ECDHE/ECDH/ | Joel Sing |
2021-11-29 | First pass of converting ssl_kex.c to opaque DH. | Theo Buehler |
2021-11-29 | Stop using BIO_s_file_inernal() in libssl. | Theo Buehler |
2021-11-29 | Convert server serialisation of DHE parameters/public key to new functions. | Joel Sing |
2021-11-29 | Factor out/rewrite DHE key exchange. | Joel Sing |
2021-11-26 | Stop reaching into EVP_PKEY in the rest of libssl. | Theo Buehler |
2021-11-26 | Simplify two weirdly formatted pieces of code in ssl_rsa.c and stop | Theo Buehler |
2021-11-26 | spelling | Jonathan Gray |
2021-11-23 | Transform a mangled comment into something intelligible. | Theo Buehler |
2021-11-19 | libssl: don't reach for pkey->save_type. | Theo Buehler |
2021-11-14 | Fix a strange check in the auto DH codepath | Theo Buehler |
2021-11-09 | Switch to <endian.h> from <machine/endian.h> for better portability. | Brent Cook |
2021-11-08 | Replace <sys/limits.h> with <limits.h> | Brent Cook |
2021-11-02 | Do not take the strlen() of a NULL name. Defer the CBS_init() to later. | Theo Buehler |
2021-11-01 | Ensure SSL_set_tlsext_host_name() is given a valid hostname. | Joel Sing |
2021-11-01 | Improve SNI hostname validation. | Joel Sing |
2021-11-01 | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | Theo Buehler |
2021-10-31 | Bump majors after struct visibility changes, symbol removal and symbol | Theo Buehler |
2021-10-31 | Update Symbols.list to include API additions | Theo Buehler |
2021-10-31 | libssl: stop reaching into the X509 struct and simplify some code by | Theo Buehler |
2021-10-31 | Add explicit CBS_contains_zero_byte() check in CBS_strdup(). | Joel Sing |
2021-10-27 | Fix HISTORY section: 6.9 -> 7.0 | Theo Buehler |
2021-10-25 | sort. alphanumerics have lower ASCII values than '_' | Theo Buehler |
2021-10-25 | Install SSL_read_early_data.3. I should have done this during the last | Theo Buehler |
2021-10-25 | Add record processing limit to DTLS code. | Joel Sing |
2021-10-25 | Use ssl_force_want_read() in the DTLS code. | Joel Sing |
2021-10-25 | Fold SSL_SESSION_INTERNAL back into SSL_SESSION. | Joel Sing |
2021-10-24 | merge documentation for SSL_read_ex(3), SSL_peek_ex(3), and SSL_write_ex(3) | Ingo Schwarze |
2021-10-24 | Don't leak internal->verfied_chain, clean it up in ssl3_clear and free. | Bob Beck |
2021-10-23 | Add SSL_get0_verified_chain - needed by some new stuff | Bob Beck |
2021-10-23 | fix wrong and missing return types and wrong macros in the SYNOPSIS; | Ingo Schwarze |
2021-10-23 | Add new OpenSSL API SSL_CTX_set_num_tickets and friends. | Bob Beck |
2021-10-23 | Unhandroll X509_up_ref() | Theo Buehler |
2021-10-23 | oops, wrong dir. | Theo Buehler |
2021-10-23 | Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex | Bob Beck |
2021-10-23 | Import documentation for X509_get_extension_flags, X509_get_key_usage, | Theo Buehler |
2021-10-23 | Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linked | Theo Buehler |