Searched refs:cert_path (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_security_trust_dir.rb20 assert_equal expected, @trust_dir.cert_path(PUBLIC_CERT)
34 path = @trust_dir.cert_path PUBLIC_CERT
50 trusted = @trust_dir.cert_path PUBLIC_CERT
H A Dtest_gem_commands_cert_command.rb17 ALTERNATE_CERT_FILE = cert_path 'alternate'
18 CHILD_CERT_FILE = cert_path 'child'
19 PUBLIC_CERT_FILE = cert_path 'public'
38 assert_equal @trust_dir.cert_path(ALTERNATE_CERT), match.last
42 assert_equal @trust_dir.cert_path(PUBLIC_CERT), match.last
57 assert_equal @trust_dir.cert_path(ALTERNATE_CERT), match.last
71 cert_path = @trust_dir.cert_path PUBLIC_CERT
73 assert_path_exists cert_path
80 self.class.cert_path 'alternat
[all...]
H A Dtest_gem_security_signer.rb130 cert_path = File.join Gem.user_home, '.gem', 'gem-public_cert.pem'
131 Gem::Security.write EXPIRED_CERT, cert_path
137 cert = OpenSSL::X509::Certificate.new File.read cert_path
163 cert_path = File.join Gem.user_home, 'gem-public_cert.pem'
164 Gem::Security.write EXPIRED_CERT, cert_path
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/security/
H A Dtrust_dir.rb20 def cert_path certificate method in class:Gem
79 destination = cert_path certificate
H A Dpolicy.rb153 path = Gem::Security.trust_dir.cert_path root
/macosx-10.9.5/xar-202/xarsig/
H A Dxar-sig.c106 static void insert_cert(xar_signature_t sig, const char *cert_path);
259 char *cert_path; local
281 asprintf(&cert_path, "%s/cert%02i", cert_base_path, i);
282 file = fopen(cert_path, "w");
284 fprintf(stderr, "Could not save certificate %i to %s.\n", i, cert_path);
289 fprintf(stderr, "Failed to write certificate to %s (fwrite() returned %i)!\n", cert_path, n);
293 free(cert_path);
562 static void insert_cert(xar_signature_t sig, const char *cert_path) { argument
564 if (stat(cert_path, s) == -1) {
565 fprintf(stderr, "Could not stat() certificate file %s (errno == %i)\n", cert_path, errn
1080 char *cert_path = NULL; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dtest_case.rb1059 cert_file = cert_path cert_name
1070 def self.cert_path cert_name singleton method
1109 PUBLIC_CERT_PATH = cert_path 'public'
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/commands/
H A Dcert_command.rb123 cert_path = Gem::Security.write cert, "gem-public_cert.pem"
125 say "Certificate: #{cert_path}"
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_config.c.orig143 mctx->pkp->cert_path = NULL;
240 cfgMergeString(pkp->cert_path);
1515 sc->proxy->pkp->cert_path = arg;
H A Dssl_engine_init.c.orig1119 if (!(pkp->cert_file || pkp->cert_path)) {
1129 if (pkp->cert_path) {
1130 SSL_X509_INFO_load_path(ptemp, sk, pkp->cert_path);
H A Dssl_engine_config.c143 mctx->pkp->cert_path = NULL;
241 cfgMergeString(pkp->cert_path);
1533 sc->proxy->pkp->cert_path = arg;
H A Dssl_engine_init.c1126 if (!(pkp->cert_file || pkp->cert_path)) {
1136 if (pkp->cert_path) {
1137 SSL_X509_INFO_load_path(ptemp, sk, pkp->cert_path);
H A Dssl_private.h465 const char *cert_path; member in struct:__anon6088
H A Dssl_private.h.orig465 const char *cert_path;
/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A DSecPolicyServer.c1143 typedef struct cert_path *cert_path_t;
1144 struct cert_path {

Completed in 213 milliseconds