summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_rsp_verify.c
diff options
context:
space:
mode:
authorbeck <>2023-07-07 07:25:21 +0000
committerbeck <>2023-07-07 07:25:21 +0000
commitf7311fa38af140970fbce9879df494c74cf88bbe (patch)
tree03f67cd10b025f5ce0904de547993e7926649551 /src/lib/libcrypto/ts/ts_rsp_verify.c
parent87bbb7970b95630cb663ed01ef2de6f7c27882b1 (diff)
downloadopenbsd-f7311fa38af140970fbce9879df494c74cf88bbe.tar.gz
openbsd-f7311fa38af140970fbce9879df494c74cf88bbe.tar.bz2
openbsd-f7311fa38af140970fbce9879df494c74cf88bbe.zip
Hide symbols in ts
ok jsing@
Diffstat (limited to 'src/lib/libcrypto/ts/ts_rsp_verify.c')
-rw-r--r--src/lib/libcrypto/ts/ts_rsp_verify.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ts/ts_rsp_verify.c b/src/lib/libcrypto/ts/ts_rsp_verify.c
index dc467d8604..69236f68ab 100644
--- a/src/lib/libcrypto/ts/ts_rsp_verify.c
+++ b/src/lib/libcrypto/ts/ts_rsp_verify.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ts_rsp_verify.c,v 1.29 2022/11/26 16:08:54 tb Exp $ */ 1/* $OpenBSD: ts_rsp_verify.c,v 1.30 2023/07/07 07:25:21 beck Exp $ */
2/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL 2/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
3 * project 2002. 3 * project 2002.
4 */ 4 */
@@ -230,6 +230,7 @@ err:
230 230
231 return ret; 231 return ret;
232} 232}
233LCRYPTO_ALIAS(TS_RESP_verify_signature);
233 234
234/* 235/*
235 * The certificate chain is returned in chain. Caller is responsible for 236 * The certificate chain is returned in chain. Caller is responsible for
@@ -485,6 +486,7 @@ TS_RESP_verify_response(TS_VERIFY_CTX *ctx, TS_RESP *response)
485err: 486err:
486 return ret; 487 return ret;
487} 488}
489LCRYPTO_ALIAS(TS_RESP_verify_response);
488 490
489/* 491/*
490 * Tries to extract a TS_TST_INFO structure from the PKCS7 token and 492 * Tries to extract a TS_TST_INFO structure from the PKCS7 token and
@@ -502,6 +504,7 @@ TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token)
502 } 504 }
503 return ret; 505 return ret;
504} 506}
507LCRYPTO_ALIAS(TS_RESP_verify_token);
505 508
506/* 509/*
507 * Verifies whether the 'token' contains a valid time stamp token 510 * Verifies whether the 'token' contains a valid time stamp token