| /trunk/main/xmlsecurity/source/xmlsec/nss/ |
| H A D | securityenvironment_nssimpl.cxx | 82 extern X509Certificate_NssImpl* NssCertToXCert( CERTCertificate* cert ) ; 589 CERTCertificate* cert ; in getCertificate() local 666 cert = CERT_FindCertByIssuerAndSN( m_pHandler, &issuerAndSN ) ; in getCertificate() 667 if( cert != NULL ) { in getCertificate() 668 xcert = NssCertToXCert( cert ) ; in getCertificate() 676 CERT_DestroyCertificate( cert ) ; in getCertificate() 692 const CERTCertificate* cert ; in buildCertificatePath() local 706 cert = xcert->getNssCert() ; in buildCertificatePath() 707 if( cert != NULL ) { in buildCertificatePath() 713 … certChain = CERT_GetCertChainFromCert( ( CERTCertificate* )cert, timeboundary, certUsageAnyCA ) ; in buildCertificatePath() [all …]
|
| H A D | x509certificate_nssimpl.cxx | 286 void X509Certificate_NssImpl :: setCert( CERTCertificate* cert ) { in setCert() argument 292 if( cert != NULL ) { in setCert() 293 m_pCert = CERT_DupCertificate( cert ) ; in setCert() 306 CERTCertificate* cert ; in setRawCert() local 312 cert = CERT_DecodeDERCertificate( &certItem, PR_TRUE, NULL ) ; in setRawCert() 313 if( cert == NULL ) in setRawCert() 321 m_pCert = cert ; in setRawCert()
|
| H A D | secerror.cxx | 83 node->cert->subjectName, in printChainFailure() 138 issuer = node->cert->issuerName; in printChainFailure() 142 issuer = node->cert->issuerName; in printChainFailure() 146 issuer = node->cert->issuerName; in printChainFailure()
|
| /trunk/main/libxmlsec/ |
| H A D | xmlsec1-customkeymanage.patch | 138 +#include <cert.h> 552 + * At present, MS Crypto engine do not provide a way to setup a cert store. 782 +#include <cert.h> 918 + * the certDB handler at present. I'll modify the cert store sources to 1242 -#include <cert.h> 1853 - CERTCertificate *cert = NULL; 1882 - * name as a cert nickname. Later on, we can attempt to find 1888 - cert = CERT_FindCertByNickname (CERT_GetDefaultCertDB(), (char *)name); 1889 - if (cert == NULL) { 1899 - pubkey = CERT_ExtractPublicKey(cert); [all …]
|
| H A D | xmlsec1-noverify.patch | 7 - if((selected == 1) && xmlSecMSCryptoX509StoreConstructCertsChain(store, cert, certs, keyIn… 8 - return(cert); 17 +/* if((selected == 1) && xmlSecMSCryptoX509StoreConstructCertsChain(store, cert, certs, keyIn… 19 + return cert; 30 - cert, PR_FALSE, 46 + cert, PR_FALSE,
|
| /trunk/main/offapi/com/sun/star/security/ |
| H A D | XCertificateContainer.idl | 40 @param cert 46 [in] string cert, [in] boolean trust ); 50 @param cert 56 [in] string cert );
|
| /trunk/main/xmlsecurity/source/xmlsec/mscrypt/ |
| H A D | securityenvironment_mscryptimpl.cxx | 75 extern X509Certificate_MSCryptImpl* MswcryCertContextToXCert( PCCERT_CONTEXT cert ) ; 971 PCCERT_CONTEXT cert = CertCreateCertificateContext( in getCertStoreForIntermediatCerts() local 975 CertAddCertificateContextToStore(store, cert, CERT_STORE_ADD_ALWAYS, NULL); in getCertStoreForIntermediatCerts() 976 CertFreeCertificateContext(cert); in getCertStoreForIntermediatCerts() 1216 X509Certificate_MSCryptImpl* MswcryCertContextToXCert( PCCERT_CONTEXT cert ) in MswcryCertContextToXCert() argument 1220 if( cert != NULL ) { in MswcryCertContextToXCert() 1223 xcert->setMswcryCert( cert ) ; in MswcryCertContextToXCert()
|
| H A D | x509certificate_mscryptimpl.cxx | 454 void X509Certificate_MSCryptImpl :: setMswcryCert( const CERT_CONTEXT* cert ) { in setMswcryCert() argument 460 if( cert != NULL ) { in setMswcryCert() 461 m_pCertContext = CertDuplicateCertificateContext( cert ) ; in setMswcryCert()
|
| /trunk/main/swext/mediawiki/src/com/sun/star/wiki/ |
| H A D | WikiProtocolSocketFactory.java | 36 import java.security.cert.CertificateException; 37 import java.security.cert.X509Certificate;
|
| /trunk/main/xmlsecurity/qa/certext/ |
| H A D | SanCertExt.cxx | 134 ne_ssl_certificate* cert = ne_ssl_cert_read(filename); in getB64CertFromFile() local 135 char* certExportB64 = ne_ssl_cert_export(cert); in getB64CertFromFile()
|
| /trunk/main/odk/pack/gendocu/java/ |
| H A D | package-list | 34 java.security.cert 74 javax.security.cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_6/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_9/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_8/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_10/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_5/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_1/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_11/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/ |
| H A D | openssl.cfg | 74 x509_extensions = usr_cert # The extensions to add to the cert 126 x509_extensions = v3_ca # The extensions to add to the self signed cert
|