summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Modify is_tls13_capable() to take account of the servername cbMatt Caswell2020-12-091-2/+13
* TLS: Use EVP_PKEY_get_group_name() to get the group nameRichard Levitte2020-12-083-18/+18
* EVP: constify the EVP_PKEY_get_*_param() argument |pkey|Richard Levitte2020-12-081-2/+0
* tag unused function arguments as ossl_unusedPauli2020-12-035-10/+16
* Fix comment in do_dtls1_write()Benjamin Kaduk2020-12-021-2/+2
* Fix builds that specify both no-dh and no-ecMatt Caswell2020-11-302-15/+4
* Collapse two identical if statements into a single body.John Baldwin2020-11-281-4/+0
* Allow zero-byte writes to be reported as success.John Baldwin2020-11-281-1/+9
* Update copyright yearMatt Caswell2020-11-269-9/+9
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-242-1/+29
* Modify the ERR init functions to use the internal ERR string loadersRichard Levitte2020-11-243-3/+25
* Move some libssl global variables into SSL_CTXMatt Caswell2020-11-234-48/+49
* SSL: Change SSLerr() to ERR_raise()Richard Levitte2020-11-202-3/+3
* Deprecate RSA harderRichard Levitte2020-11-187-174/+185
* Return sensible values for some SSL ctrlsMatt Caswell2020-11-181-6/+5
* Only disabled what we need to in a no-dh buildMatt Caswell2020-11-185-19/+11
* Implement a replacement for SSL_set_tmp_dh()Matt Caswell2020-11-184-36/+62
* Disable the DHParameters config option in a no-deprecated buildMatt Caswell2020-11-181-2/+3
* Remove DH usage from tls_process_cke_dheMatt Caswell2020-11-181-12/+1
* Remove DH usage in tls_construct_server_key_exchange()Matt Caswell2020-11-181-18/+22
* Avoid the use of a DH object in tls_construct_cke_dhe()Matt Caswell2020-11-181-21/+27
* Deprecate SSL_CTRL_SET_TMP_DH and other related ctrlsMatt Caswell2020-11-184-28/+31
* Convert TLS ServerKeyExchange processing to use an EVP_PKEYMatt Caswell2020-11-181-39/+33
* Convert TLS auto DH parameters to use EVP_PKEYMatt Caswell2020-11-183-26/+34
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-1126-2179/+1054
* SSL: refactor ossl_statem_fatal() and SSLfatal()Richard Levitte2020-11-112-13/+16
* Convert all {NAME}err() in ssl/ to their corresponding ERR_raise() callRichard Levitte2020-11-1127-370/+340
* Adjust error reason for ssl_get_min_max_version() failureBenjamin Kaduk2020-11-021-2/+2
* Clear error queue entries from bad DLTS recordsBenjamin Kaduk2020-11-021-0/+8
* Unify ssl3_get_cipher_by_std_name() implementationBenjamin Kaduk2020-10-291-13/+5
* Ensure we raise SSLfatal on errorMatt Caswell2020-10-261-1/+1
* Rename EVP_MAC_size() to EVP_MAC_CTX_get_mac_size().Shane Lontis2020-10-221-1/+1
* 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