Searched refs:store_ctx (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/test/net/http/
H A Dtest_https.rb38 http.verify_callback = Proc.new do |preverify_ok, store_ctx|
39 store_ctx.current_cert.to_der == config('ssl_certificate').to_der
51 http.verify_callback = Proc.new do |preverify_ok, store_ctx|
52 store_ctx.current_cert.to_der == config('ssl_certificate').to_der
65 http.verify_callback = Proc.new do |preverify_ok, store_ctx|
66 store_ctx.current_cert.to_der == config('ssl_certificate').to_der
125 http.verify_callback = Proc.new do |preverify_ok, store_ctx|
126 store_ctx.current_cert.to_der == config('ssl_certificate').to_der
/macosx-10.9.5/ruby-104/ruby/test/webrick/
H A Dtest_httpproxy.rb157 http.verify_callback = Proc.new do |preverify_ok, store_ctx|
158 store_ctx.current_cert.to_der == cert.to_der
263 http.verify_callback = Proc.new do |preverify_ok, store_ctx|
264 store_ctx.current_cert.to_der == cert.to_der
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl.h173 VALUE store_ctx; member in struct:ossl_verify_cb_args
H A Dossl.c207 args->preverify_ok, args->store_ctx);
233 args.store_ctx = rctx;
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_ssl.rb216 :verify_callback => Proc.new do |preverify_ok, store_ctx|
217 store_ctx.error = OpenSSL::X509::V_OK
228 :verify_callback => Proc.new do |preverify_ok, store_ctx|
229 store_ctx.error = OpenSSL::X509::V_ERR_APPLICATION_VERIFICATION
244 :verify_callback => Proc.new do |preverify_ok, store_ctx|
245 store_ctx.error = OpenSSL::X509::V_OK
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dks_file.c519 struct store_ctx { struct
527 struct store_ctx *sc = ctx;
565 struct store_ctx sc;
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dx509_vfy.h209 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st

Completed in 218 milliseconds