From a1e4b3ae4390988b9f16806b2e498f2f86f869c9 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 30 Sep 2012 22:59:12 +0200 Subject: [PATCH] simplified doc --- lib/x509/ocsp.c | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/lib/x509/ocsp.c b/lib/x509/ocsp.c index b7e134c78..37fa4dd29 100644 --- a/lib/x509/ocsp.c +++ b/lib/x509/ocsp.c @@ -1386,32 +1386,8 @@ cleanup: * * This function will return the certificate information of the * @indx'ed response in the Basic OCSP Response @resp. The - * information returned corresponds to the SingleResponse structure - * except the final singleExtensions, reproduced here for illustration: - * - * - * SingleResponse ::= SEQUENCE { - * certID CertID, - * certStatus CertStatus, - * thisUpdate GeneralizedTime, - * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, - * singleExtensions [1] EXPLICIT Extensions OPTIONAL } - * - * CertID ::= SEQUENCE { - * hashAlgorithm AlgorithmIdentifier, - * issuerNameHash OCTET STRING, -- Hash of Issuer's DN - * issuerKeyHash OCTET STRING, -- Hash of Issuers public key - * serialNumber CertificateSerialNumber } - * - * CertStatus ::= CHOICE { - * good [0] IMPLICIT NULL, - * revoked [1] IMPLICIT RevokedInfo, - * unknown [2] IMPLICIT UnknownInfo } - * - * RevokedInfo ::= SEQUENCE { - * revocationTime GeneralizedTime, - * revocationReason [0] EXPLICIT CRLReason OPTIONAL } - * + * information returned corresponds to the OCSP SingleResponse structure + * except the final singleExtensions. * * Each of the pointers to output variables may be NULL to indicate * that the caller is not interested in that value. -- 2.11.4.GIT