aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Simplify ssl protocol version comparisons.Frederik Wedel-Heinen2024-01-031-50/+41
* Make nid_to_group read-onlyHugo Landau2023-11-271-1/+1
* Minor fixesHugo Landau2023-07-051-1/+2
* QUIC SSL: Prohibit readahead-related functionsHugo Landau2023-07-051-1/+2
* QUIC: Forbid non-QUIC ciphersHugo Landau2023-07-051-0/+12
* Fix supported_groups handing in TLSv1.2Matt Caswell2023-06-271-0/+20
* Add SSL_get0_group_name() to get name of the group used for KEXAlex Bozarth2023-06-061-0/+10
* RFC7250 (RPK) supportTodd Short2023-03-281-7/+23
* Update the EVP_PKEY_get_id documentationMichael Baentsch2023-03-251-1/+1
* tls1_set_groups_list: freeing *pext before overwritingPeter Kaestle2023-03-241-0/+1
* first cut at sigalg loadingMichael Baentsch2023-02-241-28/+400
* Remove some redundant codeMatt Caswell2022-10-201-8/+0
* Reimplement brainpool TLSv1.3 support group supportMatt Caswell2022-10-071-0/+3
* Partial revert and reimplement "Enable brainpool curves for TLS1.3"Matt Caswell2022-10-071-44/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-30/+10
* ssl: modify libssl so that it uses OSSL_TIMEPauli2022-09-131-2/+2
* Move the TLS1.0/1.1/1.2 record crypto code into the new record layerMatt Caswell2022-08-181-4/+4
* Check that IV length is not less than zeroDmitry Belyavskiy2022-08-011-5/+10
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-115/+199
* Improve diagnostics on setting groupsDmitry Belyavskiy2022-06-221-1/+6
* add_provider_groups: Clean up algorithm pointer on failureTomas Mraz2022-06-101-1/+1
* Fix strict client chain check with TLS-1.3Tomas Mraz2022-06-031-8/+6
* Fix a crash in ssl_security_cert_chainBernd Edlinger2022-05-241-0/+2
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Add back check for the DH public key sizeTomas Mraz2022-02-171-0/+19
* ssl: replace ;; with ; as statement separatorPauli2022-01-181-1/+1
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-261-37/+92
* Add return value NULL checks that were missingPauli2021-11-121-0/+2
* Omitted signature_algorithms extension alerts updatedDmitry Belyavskiy2021-08-111-2/+2
* ssl: replace tabs with spacesPauli2021-06-191-1/+1
* ssl: do not choose auto DH groups that are weaker than the security levelPauli2021-06-191-1/+6
* tls: remove TODOsPauli2021-06-021-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-13/+13
* Replace EVP_PKEY_supports_digest_nidTomas Mraz2021-05-131-5/+8
* Fix some TODO(3.0) occurrences in ssl/t1_lib.cMatt Caswell2021-04-191-11/+27
* Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().Shane Lontis2021-04-121-1/+1
* Increase the upper limit on group name lengthAnthony Hu2021-03-111-2/+2
* tls: updates for the new additional MAC_init argumentsPauli2021-02-281-3/+2
* tls_valid_group: Add missing dereference of okfortls13Tomas Mraz2021-02-121-1/+1
* Simplify the EVP_PKEY_XXX_fromdata_XX methods.Shane Lontis2021-02-081-2/+3
* Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto algMatt Caswell2021-02-051-4/+2
* Remove OPENSSL_NO_EC guards from libsslMatt Caswell2021-02-051-40/+2
* Make sure we don't use sigalgs that are not availableMatt Caswell2021-02-051-3/+10
* Add the nist group names as aliases for the normal TLS group namesMatt Caswell2021-02-051-4/+1
* Make supported_groups code independent of EC and DHMatt Caswell2021-02-051-6/+21
* Ensure default supported groups works even with no-ec and no-dhMatt Caswell2021-02-051-16/+30
* Remove OPENSSL_NO_DH guards from libsslMatt Caswell2021-02-051-1/+1
* Remove some TODO(OpenSSL1.2) referencesMatt Caswell2021-02-041-1/+4
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Add EVP_PKEY functions to get EC conv form and field typeMatt Caswell2021-01-261-15/+9