x509certificate
how to create trust chain for certificate validation using openssl in C++.?
can any one tell me how to create a trust chain . i am having 5 CA certificates(CA\'s are different). i need to create a trust chain with the Maximum depth of 3.[详细]
2023-03-19 00:45 分类:问答how can i verify the self signed certificate using openssl library in C++?
i n开发者_运维技巧eed to verify the X509 v3 certificate .the Certificate is self signed so i have the private key and public key with me .[详细]
2023-03-17 16:56 分类:问答Can Mutual Certificate based Authentication co-exist with Basic Auth over SSL for different paths within the same application?
I have a scenario where we are developing an app with both a Business to Customer interface, and a Business to Business interface.[详细]
2023-03-16 21:25 分类:问答How can I do that in bouncyCastle (get installed certificates)?
Ok, I am quite new to the crypto world of bouncyCastle, and perhaps is a mental block, I can\'t seem to find(/google for) the equivalent to:[详细]
2023-03-16 14:34 分类:问答If public key of two files are same, is it sufficient to conclude that they were signed by the same certificate?
I am implementing an auto-update mechanism for my software. The msi on the server is signed using signtool. My app downloads the msi and reads the public key of the downloaded msi. If the public key m[详细]
2023-03-16 08:07 分类:问答How to generate SSL certificate with private key?
When I try to configure WS-AT trans开发者_JS百科actions on windows the system claims I cannot use particular SSL certificate because it has no private key. I tried self signed certificate and one prov[详细]
2023-03-16 07:44 分类:问答Error: KeyUsage does not allow digital signatures - Java-applet + mutual SSL
We have developed a webbased Java application running in Tomcat under IIS on Windows 2008. The website has 2-way (mutual) SSL enabled in IIS requiring the client to authenticate using a x.509 certific[详细]
2023-03-15 12:19 分类:问答X509Certificate2: Internal error
When I try to execute code below I got an error: Internal error occurred. var certificate = new X509Certificate2( p12FileBytes, p12FilePassword );[详细]
2023-03-14 14:43 分类:问答Unable to sign security tokens with certificate in WIF scenario
I\'m trying to implement a custom STS for a WIF scenario I\'m investigating, but it\'s failing. It\'s failing when trying to obtain the private key from the certificate used to sign the tokens. I crea[详细]
2023-03-14 08:08 分类:问答WCF Authentication - X509 Certificate
I want to authenticate users to my WCF service using X509 certificates.I setup my service to use SSL 开发者_运维知识库and make all relevant WCF configuration.When I try to consume my service I get the[详细]
2023-03-13 17:41 分类:问答