x509
Can any tell me the difference between CSR version and certificate version?
I want to generate a X509 v3 certificate using a CSR (RFC2986), but t开发者_如何学Che RFC says PKCS10 (CSR) supports only v1. Can anyone tell me the difference?The PKCS#10 version field does not refer[详细]
2023-03-26 09:32 分类:问答Creating google oauth X.509 certificate in PEM format within Mac OS X
I am currently in the process of setting up the Google oauth for my site and I was wondering if it is possible to generate a X.509 certificate in PEM format withi开发者_运维知识库n MAC OS X via termin[详细]
2023-03-25 06:35 分类:问答Creating CSR programmatically
I am trying to create a CSR programmatically. I\'ve read about ASN.1, RFC 2986, X.509. I have开发者_JAVA百科 also parsed several DER-encoded CSR files manually which were created using OpenSSL.[详细]
2023-03-24 20:33 分类:问答How to get PEM encoded X509 certificate as C++ string using openssl?
I have a openssl X509 structure with a self signed certificate. I need to get a PEM formatted C++ string from this structure. What are the openssl APIs that I need to use to achieve this?[详细]
2023-03-24 09:51 分类:问答Developing a Java Applet to restrict access to a particular directory tree
I am creating a Java based applet to secure a file system directory(Directory here stands for开发者_StackOverflow中文版 the folders) tree from being accessed directly. So that user can only use the fi[详细]
2023-03-23 17:10 分类:问答how to compare distinct implementations of java.security.cert.X509Certificate
I\'m using bouncycastle org.bouncycastle.jce.provider.X509CertificateObject and sun.security.x509.X509CertImpl in different parts of my app, and sometimes I need to compare them for equality, equals()[详细]
2023-03-22 16:44 分类:问答Implementation of Clientside Authentification with Apache James
i am using Apache james as a mailserver and i need to implement both side Client- and Serverside Authentification with X509 certificates.[详细]
2023-03-21 15:16 分类:问答Powershell and System.Security.Cryptography.X509Certificates.X509Certificate2
i\'m getting this error when i run the system.security namespace. This is what i am running after $cert=New-Object System.Security.Cryptography.X509Certificates.X509Certificate2(\"C:\\mycert.c开发者[详细]
2023-03-20 12:53 分类:问答what is the difference between X509_STORE and X509_STORE_CTX .?
can any one tell me how the Certificate trust chain is formed with these structures and what these two structure 开发者_高级运维represent?Taken from the source code in x509vfy.h:[详细]
2023-03-19 12:24 分类:问答Validate X.509 certificate against CA in Java
Lets say I have something like this (client side code): TrustManager[] trustAllCerts = new TrustManager[]{[详细]
2023-03-19 03:38 分类:问答