summaryrefslogtreecommitdiffstats
path: root/include/crypto
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-03-16 16:04:08 +0100
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-04-28 14:10:47 +0200
commit176a9a682a22d556037b0a959911e6020c8d2ecd (patch)
treecc8f9c69a2c2f0d99a98d1b8c65826d11c1d72b9 /include/crypto
parent1751768cd191c3541dc89a2bb24da1e506385c37 (diff)
TS ESS: Move four internal aux function to where they belong in crypto/ts
Also constify and slightly refactor them. Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14601)
Diffstat (limited to 'include/crypto')
-rw-r--r--include/crypto/ess.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/crypto/ess.h b/include/crypto/ess.h
index 7a687d47cc..7acde5f8a4 100644
--- a/include/crypto/ess.h
+++ b/include/crypto/ess.h
@@ -11,17 +11,6 @@
# define OSSL_CRYPTO_ESS_H
# pragma once
-/* internal ESS related functions used for TS */
-/* TODO move these four decls to a new include/crypto/ts.h */
-
-ESS_SIGNING_CERT *ossl_ess_get_signing_cert(const PKCS7_SIGNER_INFO *si);
-int ossl_ess_signing_cert_add(PKCS7_SIGNER_INFO *si, ESS_SIGNING_CERT *sc);
-
-ESS_SIGNING_CERT_V2 *ossl_ess_get_signing_cert_v2(const PKCS7_SIGNER_INFO *si);
-int ossl_ess_signing_cert_v2_add(PKCS7_SIGNER_INFO *si, ESS_SIGNING_CERT_V2 *sc);
-
-/* internal ESS stuff */
-
/*-
* IssuerSerial ::= SEQUENCE {
* issuer GeneralNames,