Hi,

I have been trying to figure out what the flags are for this function and
have come up with the following, can someone verify?

int OCSP_basic_verify(OCSP_BASICRESP *bs,       // the OCSP response
                STACK_OF(X509) *certs,  // intermediate signing certs
                X509_STORE *st,         // trusted responder certs
                unsigned long flags             // flags as defined in ocsp.h
        );

Can someone tell me what the difference between "certs" and "st" is?

Tat.



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to