Thank you for your help, dumpasn1 gave me exactly what I was looking for.
- Emmanuel
Dr. Stephen Henson wrote:
> On Fri, Jun 02, 2006, Emmanuel Guiton wrote:
>
>
>>Hello,
>>
>>I have a DER encoded certificate that I would like to output in ASN.1
>>for
Hello,
I have a DER encoded certificate that I would like to output in ASN.1
format like in the following example:
SEQUENCE {
SEQUENCE {
[0] {
INTEGER 2
}
INTEGER 25
SEQUENCE {
Is there a way to have that kind of output straight from openssl?
Moreover, when using asn1p
Hello,
Thank you, it works like a charm.
Just have to solve the date problem, now.
- Emmanuel
Marek Marcola wrote:
> Hello,
>
>
>>In the issuer and subject fields, I must include a dnQualifierwhich is
>>a thumbprint of the corresponding public key, that is to say a SHA-1
>>hash of t
Hello,
I have to create a certificate which is a constrained form of a X.509
certificate. I am writing an OpenSSL conf file for that. I would
appreciate some help on the few following points as I am not used to use
OpenSSL:
The validity dates should be UTCTime (2 digit years) through the year
204