Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
u3s committed Nov 21, 2023
1 parent 381e726 commit ee1911e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/public_key/test/public_key_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ pkix_ocsp_validate(_Config) ->
248,195,82,131,220,31,104,44,239,147,61,71,35,245>>,
NonceExt = <<4,8,244,183,192,191,230,8,236,82>>,
ok =
public_key:pkix_ocsp_validate(Cert, IssuerCert, OcspRespDer, NonceExt).
public_key:pkix_ocsp_validate(Cert, IssuerCert, OcspRespDer, NonceExt, []).

%%--------------------------------------------------------------------
cacerts_load() ->
Expand Down
6 changes: 3 additions & 3 deletions lib/ssl/src/ssl_trace.erl
Original file line number Diff line number Diff line change
Expand Up @@ -435,11 +435,11 @@ trace_profiles() ->
{handle_server_hello_extensions, 9},
{handle_client_hello_extensions, 10},
{cert_status_check, 5}]},
{public_key, [{ocsp_extensions, 1}, {pkix_ocsp_validate, 4},
{public_key, [{ocsp_extensions, 1}, {pkix_ocsp_validate, 5},
{otp_cert, 1}]},
{pubkey_ocsp, [{do_verify_signature, 4},
{verify_response, 4}, {verify_nonce, 2},
{verify_signature, 6},
{verify_response, 5}, {verify_nonce, 2},
{verify_signature, 7},
{is_responder_cert, 2}, {find_single_response, 3},
{status, 1}, {match_single_response, 4},
{designated_for_ocsp_signing, 1}]},
Expand Down

0 comments on commit ee1911e

Please sign in to comment.