aboutsummaryrefslogtreecommitdiffstats
path: root/ossl_x509store.c
diff options
context:
space:
mode:
authorMichal Rokos <m.rokos@sh.cvut.cz>2002-01-10 00:43:38 +0000
committerMichal Rokos <m.rokos@sh.cvut.cz>2002-01-10 00:43:38 +0000
commitc8c2b576e89e238a6aead38b3cc40a2d3f07f751 (patch)
treeb74df95f5df51dffcc40ba6b9df310f7f502dc4d /ossl_x509store.c
parentc7018dfc98fa5ef076caf6dc3186e7271a862be3 (diff)
downloadruby-openssl-history-c8c2b576e89e238a6aead38b3cc40a2d3f07f751.tar.gz
* OpenSSL 0.9.6c support (BN)
* MS_CALLBACK to ossl_pkey_*.c * Memory checking with OSSL_DEBUG * API doc style change
Diffstat (limited to 'ossl_x509store.c')
-rw-r--r--ossl_x509store.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ossl_x509store.c b/ossl_x509store.c
index 2b27104..fc36ce4 100644
--- a/ossl_x509store.c
+++ b/ossl_x509store.c
@@ -182,6 +182,9 @@ ossl_x509store_initialize(int argc, VALUE *argv, VALUE self)
rb_raise(eX509StoreError, "%s", ossl_error());
}
X509_STORE_set_verify_cb_func(store, ossl_x509store_verify_cb);
+ /* OpenSSL 0.9.6c
+ * X509_STORE_CTX_set_verify_cb(ctx, func);
+ */
X509_STORE_CTX_init(storep->store, store, NULL, NULL);
/*