Home
last modified time | relevance | path

Searched refs:cert (Results 1 – 25 of 42) sorted by relevance

12

/AOO41X/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx82 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 Dsecerror.cxx84 node->cert->subjectName, in printChainFailure()
139 issuer = node->cert->issuerName; in printChainFailure()
143 issuer = node->cert->issuerName; in printChainFailure()
147 issuer = node->cert->issuerName; in printChainFailure()
H A Dx509certificate_nssimpl.cxx286 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()
/AOO41X/main/libxmlsec/
H A Dxmlsec1-noverify.patch7 - 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,
H A Dxmlsec1-customkeymanage.patch138 +#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 …]
/AOO41X/main/offapi/com/sun/star/security/
H A DXCertificateContainer.idl40 @param cert
46 [in] string cert, [in] boolean trust );
50 @param cert
56 [in] string cert );
/AOO41X/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dsecurityenvironment_mscryptimpl.cxx75 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 Dx509certificate_mscryptimpl.cxx454 void X509Certificate_MSCryptImpl :: setMswcryCert( const CERT_CONTEXT* cert ) { in setMswcryCert() argument
460 if( cert != NULL ) { in setMswcryCert()
461 m_pCertContext = CertDuplicateCertificateContext( cert ) ; in setMswcryCert()
/AOO41X/ext_libraries/serf/
H A DNULbytes.patch130 serf_ssl_certificate_t *cert;
253 if (X509_digest(cert->ssl_cert, EVP_sha1(), md, &md_size)) {
258 - names = X509_get_ext_d2i(cert->ssl_cert, NID_subject_alt_name, NULL, NULL);
264 + if (!get_subject_alt_names(&san_arr, cert->ssl_cert, EscapeNulAndCopy, pool))
/AOO41X/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiProtocolSocketFactory.java36 import java.security.cert.CertificateException;
37 import java.security.cert.X509Certificate;
/AOO41X/main/odk/pack/gendocu/java/
H A Dpackage-list34 java.security.cert
74 javax.security.cert
/AOO41X/main/xmlsecurity/qa/certext/
H A DSanCertExt.cxx168 ne_ssl_certificate* cert = ne_ssl_cert_read(filename); in getB64CertFromFile() local
169 char* certExportB64 = ne_ssl_cert_export(cert); in getB64CertFromFile()
/AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_8/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Root_4/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_4/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_7/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_7/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Root_2/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Root_7/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Root_11/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Root_6/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_4/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert
/AOO41X/main/xmlsecurity/test_docs/CAs/Root_5/
H A Dopenssl.cfg74 x509_extensions = usr_cert # The extentions to add to the cert
126 x509_extensions = v3_ca # The extentions to add to the self signed cert

12