diff --git a/lib/public_key/test/public_key_SUITE.erl b/lib/public_key/test/public_key_SUITE.erl index f2003c79bd37..308e08b6b835 100644 --- a/lib/public_key/test/public_key_SUITE.erl +++ b/lib/public_key/test/public_key_SUITE.erl @@ -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() -> diff --git a/lib/ssl/src/ssl_trace.erl b/lib/ssl/src/ssl_trace.erl index 28082ecc642f..e501f13bb355 100644 --- a/lib/ssl/src/ssl_trace.erl +++ b/lib/ssl/src/ssl_trace.erl @@ -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}]},