| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Provide various CBS_peek_* functions. | jsing | 2021-12-15 | 2 | -2/+109 |
* | Provide CBS_get_u64(). | jsing | 2021-12-15 | 2 | -2/+25 |
* | Provide CBS_get_last_u8(). | jsing | 2021-12-15 | 2 | -2/+19 |
* | Convert t1_enc.c to opaque EVP_MD_CTX. | tb | 2021-12-09 | 1 | -25/+26 |
* | Convert ssl_srvr.c to opaque EVP_MD_CTX. | tb | 2021-12-09 | 1 | -42/+44 |
* | Convert ssl_clnt.c to opaque EVP_MD_CTX | tb | 2021-12-09 | 1 | -26/+29 |
* | Convert s3_cbc.c to opaque EVP_MD_CTX. | tb | 2021-12-09 | 1 | -9/+10 |
* | Clean up and refactor server side DHE key exchange. | jsing | 2021-12-04 | 4 | -120/+116 |
* | Move the minimum DHE key size check into ssl_kex_peer_params_dhe() | jsing | 2021-12-04 | 3 | -14/+19 |
* | Check DH public key in ssl_kex_peer_public_dhe(). | jsing | 2021-12-04 | 3 | -8/+22 |
* | Align ssl_kex_derive_ecdhe_ecp() with ssl_kex_derive_dhe() | tb | 2021-11-30 | 1 | -10/+10 |
* | s/ECDHE/ECDH/ | jsing | 2021-11-30 | 1 | -3/+3 |
* | First pass of converting ssl_kex.c to opaque DH. | tb | 2021-11-29 | 1 | -30/+58 |
* | Stop using BIO_s_file_inernal() in libssl. | tb | 2021-11-29 | 3 | -13/+13 |
* | Convert server serialisation of DHE parameters/public key to new functions. | jsing | 2021-11-29 | 1 | -24/+3 |
* | Factor out/rewrite DHE key exchange. | jsing | 2021-11-29 | 3 | -66/+173 |
* | Stop reaching into EVP_PKEY in the rest of libssl. | tb | 2021-11-26 | 6 | -38/+55 |
* | Simplify two weirdly formatted pieces of code in ssl_rsa.c and stop | tb | 2021-11-26 | 1 | -27/+25 |
* | spelling | jsg | 2021-11-26 | 1 | -3/+3 |
* | Transform a mangled comment into something intelligible. | tb | 2021-11-23 | 1 | -2/+5 |
* | libssl: don't reach for pkey->save_type. | tb | 2021-11-19 | 2 | -5/+5 |
* | Fix a strange check in the auto DH codepath | tb | 2021-11-14 | 1 | -3/+5 |
* | Switch to <endian.h> from <machine/endian.h> for better portability. | bcook | 2021-11-09 | 1 | -3/+2 |
* | Replace <sys/limits.h> with <limits.h> | bcook | 2021-11-08 | 1 | -2/+2 |
* | Do not take the strlen() of a NULL name. Defer the CBS_init() to later. | tb | 2021-11-02 | 1 | -3/+3 |
* | Ensure SSL_set_tlsext_host_name() is given a valid hostname. | jsing | 2021-11-01 | 1 | -3/+8 |
* | Improve SNI hostname validation. | jsing | 2021-11-01 | 2 | -9/+54 |
* | Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this is | tb | 2021-11-01 | 1 | -5/+1 |
* | Bump majors after struct visibility changes, symbol removal and symbol | tb | 2021-10-31 | 1 | -1/+1 |
* | Update Symbols.list to include API additions | tb | 2021-10-31 | 1 | -0/+10 |
* | libssl: stop reaching into the X509 struct and simplify some code by | tb | 2021-10-31 | 2 | -24/+6 |
* | Add explicit CBS_contains_zero_byte() check in CBS_strdup(). | jsing | 2021-10-31 | 1 | -1/+6 |
* | Fix HISTORY section: 6.9 -> 7.0 | tb | 2021-10-27 | 1 | -3/+3 |
* | sort. alphanumerics have lower ASCII values than '_' | tb | 2021-10-25 | 1 | -5/+5 |
* | Install SSL_read_early_data.3. I should have done this during the last | tb | 2021-10-25 | 1 | -4/+2 |
* | Add record processing limit to DTLS code. | jsing | 2021-10-25 | 2 | -3/+18 |
* | Use ssl_force_want_read() in the DTLS code. | jsing | 2021-10-25 | 3 | -44/+15 |
* | Fold SSL_SESSION_INTERNAL back into SSL_SESSION. | jsing | 2021-10-25 | 10 | -121/+110 |
* | merge documentation for SSL_read_ex(3), SSL_peek_ex(3), and SSL_write_ex(3) | schwarze | 2021-10-24 | 2 | -61/+130 |
* | Don't leak internal->verfied_chain, clean it up in ssl3_clear and free. | beck | 2021-10-24 | 1 | -1/+4 |
* | Add SSL_get0_verified_chain - needed by some new stuff | beck | 2021-10-23 | 4 | -4/+21 |
* | fix wrong and missing return types and wrong macros in the SYNOPSIS; | schwarze | 2021-10-23 | 1 | -10/+18 |
* | Add new OpenSSL API SSL_CTX_set_num_tickets and friends. | beck | 2021-10-23 | 4 | -3/+94 |
* | Unhandroll X509_up_ref() | tb | 2021-10-23 | 4 | -10/+9 |
* | oops, wrong dir. | tb | 2021-10-23 | 2 | -301/+0 |
* | Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_ex | beck | 2021-10-23 | 2 | -2/+86 |
* | Import documentation for X509_get_extension_flags, X509_get_key_usage, | tb | 2021-10-23 | 1 | -0/+211 |
* | Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linked | tb | 2021-10-23 | 1 | -0/+90 |
* | Mop up enc_read_ctx and read_hash. | jsing | 2021-10-23 | 4 | -40/+4 |
* | Provide a way to determine our maximum legacy version. | jsing | 2021-10-23 | 7 | -57/+62 |