x509
How to open Windows Certificate Viewer (not Manager) [duplicate]
This question already has answers here: Invoke Windows开发者_JS百科 Certificate Export Wizard .NET [duplicate][详细]
2023-04-04 16:57 分类:问答Extracting a custom extension from a X.509 certificate by OID with OpenSSL
I have been able to extract a custom extension from a X.509 certificate by its index with: X509_EXTENSION* ex = X509_get_ext(x509, extension_index);[详细]
2023-04-03 16:59 分类:问答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 分类:问答Decoding an ASN.1 DER OCTET STRING with OpenSSL
Using the OpenSSL API, I have extracted a custom extension from a X.509v3 certificate with: X509_EXTENSION* ex = X509_get_ext(x509, 4);[详细]
2023-04-03 08:12 分类:问答Is it possible to programmatically generate an X509 certificate using only C#?
We\'re trying to generate an X509 certificate (including the private key) programmatically using C# and the BouncyCastle library. We\'ve tried using some of the code from this sample by Felix Kollmann[详细]
2023-04-01 20:24 分类:问答Extract the value of a X.509 certificate custom extension using PyOpenSSL
Using Python and PyOpenSSL, is there a way to retrieve the value of a custom extension? By 开发者_如何学JAVAcustom extension, I mean an extension encoded using the arbitrary extension format described[详细]
2023-04-01 05:57 分类:问答PHP and X.509 authentication - Checking certificate issuer
I\'m trying to have a specific page on my site only accessible to people after X.509 authentication. Catch is, I want it to be available to all clients who have a matching certificate issued by a spec[详细]
2023-03-31 16:45 分类:问答Getting RSA private key from PEM BASE64 Encoded private key file
I have a private key file (PEM BASE64 encoded). I want to use it else where to decrypt some other data. Below is the java class snippet to read the private key file and decode the BASE64 encoded data[详细]
2023-03-31 00:20 分类:问答Streaming MTOM Attachments in WCF and Certificate Authentication
I\'m looking for a definitive answer as to whether what I\'m trying to do is supported or not. Basically, I\'m using WCF to stream large MTOM attachments (200 Mb), this works perfectly fine. The sec[详细]
2023-03-28 22:48 分类:问答why does ssl's ciphersuite contain authentication algorithm?
SSL\'s handshake should negotiate the ciphersuite between peers which contains authentication, key exchange, encryption and digest 开发者_开发百科algorithms. But the X.509 certificate which server sen[详细]
2023-03-27 05:38 分类:问答