summaryrefslogtreecommitdiff
path: root/src/lib/libssl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Provide various CBS_peek_* functions.jsing2021-12-152-2/+109
* Provide CBS_get_u64().jsing2021-12-152-2/+25
* Provide CBS_get_last_u8().jsing2021-12-152-2/+19
* Convert t1_enc.c to opaque EVP_MD_CTX.tb2021-12-091-25/+26
* Convert ssl_srvr.c to opaque EVP_MD_CTX.tb2021-12-091-42/+44
* Convert ssl_clnt.c to opaque EVP_MD_CTXtb2021-12-091-26/+29
* Convert s3_cbc.c to opaque EVP_MD_CTX.tb2021-12-091-9/+10
* Clean up and refactor server side DHE key exchange.jsing2021-12-044-120/+116
* Move the minimum DHE key size check into ssl_kex_peer_params_dhe()jsing2021-12-043-14/+19
* Check DH public key in ssl_kex_peer_public_dhe().jsing2021-12-043-8/+22
* Align ssl_kex_derive_ecdhe_ecp() with ssl_kex_derive_dhe()tb2021-11-301-10/+10
* s/ECDHE/ECDH/jsing2021-11-301-3/+3
* First pass of converting ssl_kex.c to opaque DH.tb2021-11-291-30/+58
* Stop using BIO_s_file_inernal() in libssl.tb2021-11-293-13/+13
* Convert server serialisation of DHE parameters/public key to new functions.jsing2021-11-291-24/+3
* Factor out/rewrite DHE key exchange.jsing2021-11-293-66/+173
* Stop reaching into EVP_PKEY in the rest of libssl.tb2021-11-266-38/+55
* Simplify two weirdly formatted pieces of code in ssl_rsa.c and stoptb2021-11-261-27/+25
* spellingjsg2021-11-261-3/+3
* Transform a mangled comment into something intelligible.tb2021-11-231-2/+5
* libssl: don't reach for pkey->save_type.tb2021-11-192-5/+5
* Fix a strange check in the auto DH codepathtb2021-11-141-3/+5
* Switch to <endian.h> from <machine/endian.h> for better portability.bcook2021-11-091-3/+2
* Replace <sys/limits.h> with <limits.h>bcook2021-11-081-2/+2
* Do not take the strlen() of a NULL name. Defer the CBS_init() to later.tb2021-11-021-3/+3
* Ensure SSL_set_tlsext_host_name() is given a valid hostname.jsing2021-11-011-3/+8
* Improve SNI hostname validation.jsing2021-11-012-9/+54
* Unifdef LIBRESSL_NEW_API. Now that the library is bumped, this istb2021-11-011-5/+1
* Bump majors after struct visibility changes, symbol removal and symboltb2021-10-311-1/+1
* Update Symbols.list to include API additionstb2021-10-311-0/+10
* libssl: stop reaching into the X509 struct and simplify some code bytb2021-10-312-24/+6
* Add explicit CBS_contains_zero_byte() check in CBS_strdup().jsing2021-10-311-1/+6
* Fix HISTORY section: 6.9 -> 7.0tb2021-10-271-3/+3
* sort. alphanumerics have lower ASCII values than '_'tb2021-10-251-5/+5
* Install SSL_read_early_data.3. I should have done this during the lasttb2021-10-251-4/+2
* Add record processing limit to DTLS code.jsing2021-10-252-3/+18
* Use ssl_force_want_read() in the DTLS code.jsing2021-10-253-44/+15
* Fold SSL_SESSION_INTERNAL back into SSL_SESSION.jsing2021-10-2510-121/+110
* merge documentation for SSL_read_ex(3), SSL_peek_ex(3), and SSL_write_ex(3)schwarze2021-10-242-61/+130
* Don't leak internal->verfied_chain, clean it up in ssl3_clear and free.beck2021-10-241-1/+4
* Add SSL_get0_verified_chain - needed by some new stuffbeck2021-10-234-4/+21
* fix wrong and missing return types and wrong macros in the SYNOPSIS;schwarze2021-10-231-10/+18
* Add new OpenSSL API SSL_CTX_set_num_tickets and friends.beck2021-10-234-3/+94
* Unhandroll X509_up_ref()tb2021-10-234-10/+9
* oops, wrong dir.tb2021-10-232-301/+0
* Add new OpenSSL api SSL_write_ex, SSL_read_ex and SSL_peek_exbeck2021-10-232-2/+86
* Import documentation for X509_get_extension_flags, X509_get_key_usage,tb2021-10-231-0/+211
* Import documentation for X509_SIG_get{0,m} from OpenSSL. Will be linkedtb2021-10-231-0/+90
* Mop up enc_read_ctx and read_hash.jsing2021-10-234-40/+4
* Provide a way to determine our maximum legacy version.jsing2021-10-237-57/+62