summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Rename EVP_PKEY_set1_tls_encodedpoint to EVP_PKEY_set1_encoded_public_keyMatt Caswell2020-10-204-14/+14
* Pass an EVP_PKEY for SSL_SECOP_TMP_DH in the security callbackMatt Caswell2020-10-161-1/+1
* Concentrate deprecated libssl API usage in one fileMatt Caswell2020-10-168-89/+179
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-157-23/+23
* [ssl] Support ssl_encapsulate on server sideNicola Tuveri2020-10-143-26/+149
* [ssl] Support ssl_decapsulate on client sideNicola Tuveri2020-10-143-34/+123
* Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri2020-10-142-0/+9
* Fixed typo in ssl_lib.cIkko Ashimine2020-10-121-1/+1
* Use size of target buffer for allocationBenny Baumann2020-10-071-1/+1
* TLS AEAD ciphers: more bytes for key_block than neededMaxim Masiutin2020-10-021-9/+15
* Run the withlibctx.pl scriptMatt Caswell2020-10-0110-81/+67
* optimise ssl3_get_cipher_by_std_name()hklaas2020-09-271-2/+1
* Fix ssl_hmac_new() so that it uses the propqShane Lontis2020-09-231-1/+1
* Support keys with RSA_METHOD_FLAG_NO_CHECK with OCSP signNorman Ashley2020-09-211-26/+0
* Increase PSK_MAX_PSK_LEN to 512Rutger Hendriks2020-09-211-1/+1
* Disallow certs with explicit curve in verification chainTomas Mraz2020-09-171-0/+1
* DTLS: free allocated memory on error pathsPauli2020-09-161-2/+6
* Ignore unused return values from some sk_*() macrosMatt Caswell2020-09-131-1/+1
* Fix safestack issues in ct.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in ocsp.hMatt Caswell2020-09-133-5/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-1312-28/+0
* Fix safestack issues in ssl.hMatt Caswell2020-09-1310-17/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+13
* TLS fixes for CBC mode and no-deprecatedPauli2020-09-093-24/+23
* TLS: remove legacy code path supporting special CBC modePauli2020-09-092-0/+8
* Convert ssl3_cbc_digest_record() to use EVP_MD_is_a()Matt Caswell2020-09-031-14/+7
* Make ssl3_cbc_digest_record() use the real data_sizeMatt Caswell2020-09-033-12/+9
* Start using the provider side TLS HMAC implementationMatt Caswell2020-09-031-24/+18
* Add an HMAC implementation that is TLS awareMatt Caswell2020-09-034-14/+50
* also zero pad DHE public key in ClientKeyExchange message for interopFelix Monninger2020-09-011-5/+9
* Move KTLS inline functions only used by libssl into ssl/ktls.c.John Baldwin2020-08-313-1/+241
* Support for KTLS TX on FreeBSD for TLS 1.3.John Baldwin2020-08-311-4/+0
* Don't check errno if ktls_read_record() returned 0.John Baldwin2020-08-311-1/+1
* Add helper functions for FreeBSD KTLS.John Baldwin2020-08-312-58/+10
* Add a ktls_crypto_info_t typedef.John Baldwin2020-08-312-5/+3
* Check whether we have MD5-SHA1 and whether we need itMatt Caswell2020-08-291-6/+49
* Improve some error messages if a digest is not availableMatt Caswell2020-08-293-2/+9
* Ensure libssl creates libctx aware MAC keysMatt Caswell2020-08-293-13/+29
* apps: -msg flag enhancement 2/2Marc2020-08-272-5/+9
* Fix coverity CID #1465795 - Incorrect free deallocator used in SSL_add1_host()Shane Lontis2020-08-241-1/+1
* Appease -Werror=stringop-overflow=Patrick Steuer2020-08-131-3/+2
* Avoid segfault in SSL_export_keying_material if there is no sessionTomas Mraz2020-08-131-1/+2
* Mark SSL_CTX_set_ssl_version() as deprecated in 3.0Benjamin Kaduk2020-08-121-0/+2
* Add EVP signature with libctx methods.Shane Lontis2020-08-096-21/+27
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-1/+0
* Update copyright yearMatt Caswell2020-08-061-1/+1
* Disallow setting more than one IP address with SSL_add1_host()David Woodhouse2020-08-031-2/+21
* Make SSL_set1_host() and SSL_add1_host() take IP addressesDavid Woodhouse2020-08-031-0/+10
* unify spelling of serializePauli2020-07-301-1/+1