index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
t1_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove SSL_ENC_FLAG_EXPLICIT_IV which is only set and never read.
Frederik Wedel-Heinen
2024-05-14
1
-2
/
+2
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
ssl/t1_lib.c: Add checks for the EVP_MD_get_size()
Jiasheng Jiang
2024-04-02
1
-0
/
+4
*
Allow provider sigalgs in SignatureAlgorithms conf
Alex Bozarth
2024-03-29
1
-10
/
+32
*
Allow ignoring unknown sigalgs and groups in the configuration
Tomas Mraz
2024-03-06
1
-13
/
+43
*
SSL_set1_groups_list(): Fix memory corruption with 40 groups and more
Michael Baentsch
2024-02-22
1
-1
/
+2
*
Simplify ssl protocol version comparisons.
Frederik Wedel-Heinen
2024-01-03
1
-50
/
+41
*
Make nid_to_group read-only
Hugo Landau
2023-11-27
1
-1
/
+1
*
Minor fixes
Hugo Landau
2023-07-05
1
-1
/
+2
*
QUIC SSL: Prohibit readahead-related functions
Hugo Landau
2023-07-05
1
-1
/
+2
*
QUIC: Forbid non-QUIC ciphers
Hugo Landau
2023-07-05
1
-0
/
+12
*
Fix supported_groups handing in TLSv1.2
Matt Caswell
2023-06-27
1
-0
/
+20
*
Add SSL_get0_group_name() to get name of the group used for KEX
Alex Bozarth
2023-06-06
1
-0
/
+10
*
RFC7250 (RPK) support
Todd Short
2023-03-28
1
-7
/
+23
*
Update the EVP_PKEY_get_id documentation
Michael Baentsch
2023-03-25
1
-1
/
+1
*
tls1_set_groups_list: freeing *pext before overwriting
Peter Kaestle
2023-03-24
1
-0
/
+1
*
first cut at sigalg loading
Michael Baentsch
2023-02-24
1
-28
/
+400
*
Remove some redundant code
Matt Caswell
2022-10-20
1
-8
/
+0
*
Reimplement brainpool TLSv1.3 support group support
Matt Caswell
2022-10-07
1
-0
/
+3
*
Partial revert and reimplement "Enable brainpool curves for TLS1.3"
Matt Caswell
2022-10-07
1
-44
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-30
/
+10
*
ssl: modify libssl so that it uses OSSL_TIME
Pauli
2022-09-13
1
-2
/
+2
*
Move the TLS1.0/1.1/1.2 record crypto code into the new record layer
Matt Caswell
2022-08-18
1
-4
/
+4
*
Check that IV length is not less than zero
Dmitry Belyavskiy
2022-08-01
1
-5
/
+10
*
SSL object refactoring using SSL_CONNECTION object
Tomas Mraz
2022-07-28
1
-115
/
+199
*
Improve diagnostics on setting groups
Dmitry Belyavskiy
2022-06-22
1
-1
/
+6
*
add_provider_groups: Clean up algorithm pointer on failure
Tomas Mraz
2022-06-10
1
-1
/
+1
*
Fix strict client chain check with TLS-1.3
Tomas Mraz
2022-06-03
1
-8
/
+6
*
Fix a crash in ssl_security_cert_chain
Bernd Edlinger
2022-05-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Add back check for the DH public key size
Tomas Mraz
2022-02-17
1
-0
/
+19
*
ssl: replace ;; with ; as statement separator
Pauli
2022-01-18
1
-1
/
+1
*
Enable brainpool curves for TLS1.3
Bernd Edlinger
2021-11-26
1
-37
/
+92
*
Add return value NULL checks that were missing
Pauli
2021-11-12
1
-0
/
+2
*
Omitted signature_algorithms extension alerts updated
Dmitry Belyavskiy
2021-08-11
1
-2
/
+2
*
ssl: replace tabs with spaces
Pauli
2021-06-19
1
-1
/
+1
*
ssl: do not choose auto DH groups that are weaker than the security level
Pauli
2021-06-19
1
-1
/
+6
*
tls: remove TODOs
Pauli
2021-06-02
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-13
/
+13
*
Replace EVP_PKEY_supports_digest_nid
Tomas Mraz
2021-05-13
1
-5
/
+8
*
Fix some TODO(3.0) occurrences in ssl/t1_lib.c
Matt Caswell
2021-04-19
1
-11
/
+27
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
Increase the upper limit on group name length
Anthony Hu
2021-03-11
1
-2
/
+2
*
tls: updates for the new additional MAC_init arguments
Pauli
2021-02-28
1
-3
/
+2
*
tls_valid_group: Add missing dereference of okfortls13
Tomas Mraz
2021-02-12
1
-1
/
+1
*
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
Shane Lontis
2021-02-08
1
-2
/
+3
*
Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto alg
Matt Caswell
2021-02-05
1
-4
/
+2
*
Remove OPENSSL_NO_EC guards from libssl
Matt Caswell
2021-02-05
1
-40
/
+2
*
Make sure we don't use sigalgs that are not available
Matt Caswell
2021-02-05
1
-3
/
+10
*
Add the nist group names as aliases for the normal TLS group names
Matt Caswell
2021-02-05
1
-4
/
+1
[next]