projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a70ba
)
Don't miss files...
author
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 30 Jul 2001 11:51:06 +0000
(11:51 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Mon, 30 Jul 2001 11:51:06 +0000
(11:51 +0000)
crypto/x509/x509_vfy.c
patch
|
blob
|
history
diff --git
a/crypto/x509/x509_vfy.c
b/crypto/x509/x509_vfy.c
index 0f4110cc64b23ae888d6cb8f09b2ac8134914633..7a3009224777e7f953f466ff30ae9bf4b5561734 100644
(file)
--- a/
crypto/x509/x509_vfy.c
+++ b/
crypto/x509/x509_vfy.c
@@
-911,6
+911,12
@@
void X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, long flags, time_t t)
ctx->flags |= X509_V_FLAG_USE_CHECK_TIME;
}
+void X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx,
+ int (*verify_cb)(int, X509_STORE_CTX *))
+ {
+ ctx->verify_cb=verify_cb;
+ }
+
IMPLEMENT_STACK_OF(X509)
IMPLEMENT_ASN1_SET_OF(X509)