aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h
Commit message (Expand)AuthorAgeFilesLines
* ssl: fix problem where MAC IDs were globally cached.Pauli2021-03-301-0/+1
* Deprecate the libssl level SRP APIsMatt Caswell2021-02-121-0/+8
* Remove unused 'peer_type' from SSL_SESSIONBenjamin Kaduk2021-02-091-1/+0
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-14/+0
* Make supported_groups code independent of EC and DHMatt Caswell2021-02-051-1/+1
* Ensure default supported groups works even with no-ec and no-dhMatt Caswell2021-02-051-0/+2
* Remove OPENSSL_NO_DH guards from libsslMatt Caswell2021-02-051-2/+0
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Avoid using OSSL_PKEY_PARAM_GROUP_NAME when the key might be legacyTomas Mraz2021-01-261-3/+2
* Deprecate EC_KEY + Update ec apps to use EVP_PKEYShane Lontis2021-01-261-0/+3
* Adding TLS group name retrievalMichael Baentsch2021-01-081-0/+1
* TLS: Use EVP_PKEY_get_group_name() to get the group nameRichard Levitte2020-12-081-0/+2
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-301-6/+2
* Move some libssl global variables into SSL_CTXMatt Caswell2020-11-231-2/+8
* Deprecate RSA harderRichard Levitte2020-11-181-1/+0
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-181-4/+3
* Convert TLS auto DH parameters to use EVP_PKEYMatt Caswell2020-11-181-1/+1
* Concentrate deprecated libssl API usage in one fileMatt Caswell2020-10-161-0/+11
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* [ssl] Support ssl_encapsulate on server sideNicola Tuveri2020-10-141-0/+4
* [ssl] Support ssl_decapsulate on client sideNicola Tuveri2020-10-141-0/+3
* Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri2020-10-141-0/+1
* Increase PSK_MAX_PSK_LEN to 512Rutger Hendriks2020-09-211-1/+1
* Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell2020-09-031-1/+1
* Add an HMAC implementation that is TLS awareMatt Caswell2020-09-031-2/+1
* Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin2020-08-311-0/+12
* Convert SSLv3 handling to use provider side CBC/MAC removalMatt Caswell2020-07-061-0/+3
* Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell2020-07-061-1/+1
* Update the various SSL group getting and setting functionsMatt Caswell2020-06-191-2/+2
* Modify libssl to discover supported groups based on available providersMatt Caswell2020-06-191-20/+30
* Check that Signature Algorithms are available before using themMatt Caswell2020-06-051-0/+6
* Add cipher list ciphersuites which using encryption algorithm in mode CBC.Otto Hollmann2020-06-041-0/+3
* New Russian TLS 1.2 implementationDmitry Belyavskiy2020-05-191-2/+17
* Fix up whitespace nits introduced by PR #11416Benjamin Kaduk2020-05-051-2/+2
* Add SSL_new_session_ticket() APIBenjamin Kaduk2020-05-011-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use a fetched MD if appropriate in ssl3_cbc_digest_recordMatt Caswell2020-04-201-1/+2
* Use the libctx for all EVP_PKEY_CTX operationsMatt Caswell2020-04-191-0/+1
* TLSEXT_SIGALG_gostr34102012 0x0840 and 0x0841 supportNikolay Morozov2020-04-161-0/+2
* Use a fetched cipher for the TLSv1.3 early secretMatt Caswell2020-03-261-0/+2
* Deprecate the low level Diffie-Hellman functions.Pauli2020-02-201-1/+1
* Use the OPENSSL_CTX and property query string in EVP_PKEY_CTXMatt Caswell2020-02-061-1/+1
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-8/+51
* TLS: use EVP for HMAC throughout libssl.Pauli2020-01-291-0/+32
* Check that the default signature type is allowedKurt Roeckx2020-01-251-1/+1
* Introduce SSL_CTX_new_with_libex()Matt Caswell2020-01-221-0/+4
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-0/+2693