Dear OpenSSL users,
currently using openssl version 1.0.1d on Win32 and Linux and we're
about to use
indirect crls. The main intent is to keep the RCAs secrets in a vault.
Since we found no commandline support for this, we wrote a class to
generate the needed
crls. Verifying a end-e
If so, am I supposed to use X509_STORE_add* for the indirect crl signer cert
and the iCRL?
-Adam Rosenstein
Dr. Stephen Henson wrote:
On Wed, Apr 05, 2006, Holger Menzer wrote:
Hello,
is it possible to implement indirect Certificate Revocation Lists with
OpenSSL?
There is an entry in the man page to x509v3_config [1], saying it cannot
currently be set or displayed... But maybe someone hacked it an
On Wed, Apr 05, 2006, Holger Menzer wrote:
> Hello,
>
> is it possible to implement indirect Certificate Revocation Lists with
> OpenSSL?
> There is an entry in the man page to x509v3_config [1], saying it cannot
> currently be set or displayed... But maybe someone hacked it anyway
> (- by usin
Hello,
is it possible to implement indirect Certificate Revocation Lists with
OpenSSL?
There is an entry in the man page to x509v3_config [1], saying it cannot
currently be set or displayed... But maybe someone hacked it anyway
(- by using ASN.1 or DER for example).
If it's possible, how can