summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_local.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add back check for the DH public key sizeTomas Mraz2022-02-171-0/+3
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* ssl: better support TSAN operationsPauli2022-01-191-0/+30
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-261-0/+5
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-171-1/+1
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-1/+1
* Fix dtls timeout dead codeyangyangtiantianlonglong2021-07-291-10/+2
* ssl: do not choose auto DH groups that are weaker than the security levelPauli2021-06-191-0/+1
* Optimize session cache flushingTodd Short2021-06-101-2/+7
* Only call dtls1_start_timer() onceMatt Caswell2021-06-041-1/+0
* tls: remove TODOsPauli2021-06-021-1/+1
* Fix compilation warning with GCC11.Juergen Christ2021-05-271-1/+1
* Promote SSL_get_negotiated_group() for non-TLSv1.3Benjamin Kaduk2021-05-161-0/+7
* Convert SSL_{CTX}_[gs]et_options to 64Rich Salz2021-05-141-2/+2
* 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-101-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-061-2/+2
* Add SSL_new_session_ticket() APIBenjamin Kaduk2020-05-021-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1