X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=doc%2Fcrypto%2FX509_STORE_CTX_new.pod;fp=doc%2Fcrypto%2FX509_STORE_CTX_new.pod;h=d8d3346632ae4409e621a3cd0a9bb850f5c3299a;hb=186bb90705f848806783de512b3df6872552b304;hp=bad12e4d09223fd2f5031dd3f1d6bf9c8947e53b;hpb=8332f91cc0db4955259bca9f9138b5eff94d6e8c;p=openssl.git diff --git a/doc/crypto/X509_STORE_CTX_new.pod b/doc/crypto/X509_STORE_CTX_new.pod index bad12e4d09..d8d3346632 100644 --- a/doc/crypto/X509_STORE_CTX_new.pod +++ b/doc/crypto/X509_STORE_CTX_new.pod @@ -49,7 +49,7 @@ X509_STORE_CTX_trusted_stack() sets the set of trusted certificates of B to B. This is an alternative way of specifying trusted certificates instead of using an B. -X509_STORE_CTX_set_cert() sets the certificate to be vertified in B to +X509_STORE_CTX_set_cert() sets the certificate to be verified in B to B. X509_STORE_CTX_set_chain() sets the additional certificate chain used by B @@ -61,10 +61,10 @@ enabled in the associated B structure. This might be used where additional "useful" CRLs are supplied as part of a protocol, for example in a PKCS#7 structure. -X509_VERIFY_PARAM *X509_STORE_CTX_get0_param() retrieves an intenal pointer +X509_VERIFY_PARAM *X509_STORE_CTX_get0_param() retrieves an internal pointer to the verification parameters associated with B. -X509_STORE_CTX_set0_param() sets the intenal verification parameter pointer +X509_STORE_CTX_set0_param() sets the internal verification parameter pointer to B. After this call B should not be used. X509_STORE_CTX_set_default() looks up and sets the default verification