x509certificate
Attributes reversed in certificate subject and issuer
I am trying to generate X509 certificates with bouncycastle 1.46, with the code below. The issue I have is that when a certificate is written in a JKS and then reread, the DNs are reversed.[详细]
2023-04-07 16:55 分类:问答Trust all certificates? X509Certificate
I have following code which connects through HTTPS but i am getting following error during connection attempt.[详细]
2023-04-07 13:00 分类:问答How to get the X509Certificate from a client request
I have a web-service which I secured using certificates. Now, I want to identify the client by looking at the certificate thumbprint. This means that I have a list of thumbprints on my service somewhe[详细]
2023-04-07 04:14 分类:问答C# How to Verify Digital Signature from email ( Encoding SeveBit )
I get the message body and the smime.p7s file that contains the digital signature. And I want to verify if the mail is signed by that signature.[详细]
2023-04-06 12:17 分类:问答How to make jQuery consume a secured service?
i want to consume a web service which has certificate based security. is it possible to use the browser certificate (x509) store to co开发者_开发技巧nsume such a serviceThere are currently no explicit[详细]
2023-04-05 19:40 分类:问答How safe is my custom SSL verification logic to handle excepted RemoteCertificateNameMismatch?
I try to upload a file to my domain https://vault.veodin.com/ which is hosted at webfaction.com When you open this url, the browser warns you about the name mismatch, because the SSL certificate is i[详细]
2023-04-05 17:41 分类:问答SOAP Client Call Message with Custom Authentication and X509 Certificate
I built a webservice using WCF and decided to use message security(wshttpbinding) with custom authentication( my own database) and X.509 certificate. I want to know how does client call a webservice u[详细]
2023-04-04 17:45 分类:问答SSL Handshake between two WebApps
I have a webapp-1 deployed on a SUNWappserver that requires two way SSL authentication. I can write a java client-1 for it, and it works just fine.[详细]
2023-04-04 03:43 分类:问答Generate an x.509 to be signed
I have done quite a bit of searching and I can\'t seem to find an answer as to how to create an x.509 certificate that I could then have signed by a 3rd party like say Verisign.I am trying to do this[详细]
2023-04-03 18:50 分类:问答C# How can I validate a Root-CA-Cert certificate (x509) chain?
Let\'s say I have three certificates (in Base64 format) Root --- CA --- Cert (client/signing/whatever)[详细]
2023-04-03 09:34 分类:问答