Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
IngelaAndin committed Jan 9, 2025
2 parents ab37756 + aa2b747 commit 3e7f126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssl/src/tls_server_connection_1_3.erl
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ select_server_cert_key_pair(_,[], _,_,_,_, undefined) ->
select_server_cert_key_pair(Session, [#{private_key := Key, certs := [Cert| _] = Certs} | Rest],
ClientSignAlgs, ClientSignAlgsCert, CertAuths,
#state{static_env = #static_env{cert_db = CertDbHandle,
cert_db_ref = CertDbRef} = State},
cert_db_ref = CertDbRef}} = State,
Default0) ->
{_, SignAlgo, SignHash, _, _} = tls_handshake_1_3:get_certificate_params(Cert),
%% TODO: We do validate the signature algorithm and signature hash
Expand Down

0 comments on commit 3e7f126

Please sign in to comment.