Searched refs:ca (Results 1 - 25 of 200) sorted by last modified time

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.js53 w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
54 cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
55 i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
56 " ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure1040 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1043 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A DMakefile146 CURL_CA_BUNDLE = "/etc/ssl/certs/ca-certificates.crt"
898 ca-bundle: lib/mk-ca-bundle.pl
899 @echo "generate a fresh ca-bundle.crt"
900 @perl $< -b -l -u lib/ca-bundle.crt
902 ca-firefox: lib/firefox-db2pem.sh
903 @echo "generate a fresh ca-bundle.crt"
904 ./lib/firefox-db2pem.sh lib/ca-bundle.crt
H A DMakefile.am151 ca-bundle: lib/mk-ca-bundle.pl
152 @echo "generate a fresh ca-bundle.crt"
153 @perl $< -b -l -u lib/ca-bundle.crt
155 ca-firefox: lib/firefox-db2pem.sh
156 @echo "generate a fresh ca-bundle.crt"
157 ./lib/firefox-db2pem.sh lib/ca-bundle.crt
H A DMakefile.in898 ca-bundle: lib/mk-ca-bundle.pl
899 @echo "generate a fresh ca-bundle.crt"
900 @perl $< -b -l -u lib/ca-bundle.crt
902 ca-firefox: lib/firefox-db2pem.sh
903 @echo "generate a fresh ca-bundle.crt"
904 ./lib/firefox-db2pem.sh lib/ca-bundle.crt
H A Dconfigure992 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
995 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1654 --with-ca-bundle=FILE File name to use as CA bundle
1655 --without-ca-bundle Don't use a default CA bundle
1656 --with-ca-path=DIRECTORY
1658 --without-ca-path Don't use a default CA path
20099 ca="no"
22604 # Check whether --with-ca-bundle was given.
22609 as_fn_error "--with-ca-bundle=FILE requires a path to the CA bundle" "$LINENO" 5
22617 # Check whether --with-ca
[all...]
H A Dcurl-config36 --ca ca bundle install path
72 --ca)
73 echo ""/etc/ssl/certs/ca-certificates.crt""
H A Dcurl-config.in36 --ca ca bundle install path
72 --ca)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dcurlx.c133 STACK_OF(X509) * ca ;
217 - a trusted ca certificate
242 X509_STORE_add_cert(ctx->cert_store,sk_X509_value(p->ca,
243 sk_X509_num(p->ca)-1));
392 p.ca= NULL;
393 if (!(PKCS12_parse (p.p12, p.pst, &(p.pkey), &(p.usercert), &(p.ca) ) )) {
397 if (sk_X509_num(p.ca) <= 0) {
415 for (j=0;j<sk_X509_num(p.ca);j++) {
416 if ((serverurl = my_get_ext(sk_X509_value(p.ca,j),p.accesstype,
419 if ((serverurl = my_get_ext(sk_X509_value(p.ca,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A DMakefile197 CURL_CA_BUNDLE = "/etc/ssl/certs/ca-certificates.crt"
398 Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl \
399 mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h \
H A DMakefile.am39 Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl \
40 mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h \
H A DMakefile.in398 Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl \
399 mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h \
H A DMakefile.netware248 INSTDEP += ca-bundle.crt
262 INSTDEP += ca-bundle.crt
345 @-$(CP) ca-bundle.crt $(INSTDIR)/ca-bundle.crt
354 -$(RM) certdata.txt ca-bundle.crt
671 @echo ca-bundle path: $(CABUNDLE)
702 ca-bundle.crt: mk-ca-bundle.pl
H A Dcurl_addrinfo.c83 Curl_addrinfo *ca; local
85 for(ca = cahead; ca != NULL; ca = canext) {
87 if(ca->ai_addr)
88 free(ca->ai_addr);
90 if(ca->ai_canonname)
91 free(ca->ai_canonname);
93 canext = ca->ai_next;
95 free(ca);
125 Curl_addrinfo *ca; local
[all...]
H A Dmk-ca-bundle.vbs23 '* ca-bundle.crt for use with OpenSSL / libcurl / libcurl bindings
36 Const myCaBakF = TRUE ' Flag: backup existing ca-bundle certificate
51 myCaFile = "ca-bundle.crt"
75 ' Backup exitsing ca-bundle certificate file
H A Dssluse.c431 STACK_OF(X509) *ca = NULL;
450 &ca)) {
483 if(ca && sk_X509_num(ca)) {
484 for(i = 0; i < sk_X509_num(ca); i++) {
485 if(!SSL_CTX_add_extra_chain_cert(ctx,sk_X509_value(ca, i))) {
491 if(!SSL_CTX_add_client_CA(ctx, sk_X509_value(ca, i))) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/AIX/RPM/
H A Dcurl.spec110 %{_datadir}/curl/curl-ca-bundle.crt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/packages/Linux/RPM/
H A Dcurl-ssl.spec70 %{_datadir}/curl/curl-ca-bundle.crt
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/certs/scripts/
H A Dgenroot.sh26 if [ ! -f $PREFIX-ca.prm ] ; then
27 echo No configuration file $PREFIX-ca.prm
43 echo "openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout XXX"
44 openssl genrsa -out $PREFIX-ca.key $KEYSIZE -passout pass:secret
46 echo "openssl req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr"
47 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca
[all...]
H A Dgenserv.sh41 if [ ! -f $CAPREFIX-ca.cacert ] ; then
42 echo No CA certficate file $CAPREFIX-ca.caert
45 if [ ! -f $CAPREFIX-ca.key ] ; then
78 echo "openssl x509 -set_serial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert -CAkey $CAPREFIX-ca.key -in $PREFIX-sv.csr -req -out $PREFIX-sv.crt -text -nameopt multiline -sha1"
80 $OPENSSL x509 -set_serial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert -CAkey $CAPREFIX-ca.key -in $PREFIX-sv.csr -req -out $PREFIX-sv.crt -text -nameopt multiline -sha1
84 echo "$OPENSSL pkcs12 -export -des3 -out $PREFIX-sv.p12 -caname $CAPREFIX -name $PREFIX -inkey $PREFIX-sv.key -in $PREFIX-sv.crt -certfile $CAPREFIX-ca.crt "
86 $OPENSSL pkcs12 -export -des3 -out $PREFIX-sv.p12 -caname $CAPREFIX -name $PREFIX -inkey $PREFIX-sv.key -in $PREFIX-sv.crt -certfile $CAPREFIX-ca.crt
93 touch $CAPREFIX-ca
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/bin/
H A Dcurl-config36 --ca ca bundle install path
72 --ca)
73 echo ""/etc/pki/tls/certs/ca-bundle.crt""
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/
H A Dconfigure381 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
384 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfigure381 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
384 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dconfigure96 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
99 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/redhat/
H A Dbftpd-1.7.spec12 Vendor: Jesse Smith <jessefrgsmith@yahoo.ca>

Completed in 542 milliseconds

12345678