Hi,
I want to generate a pkcs10 request with req command line tool but I
don't
know how to specify a particular key usage.
I know I have to work in openssl.cnf line marked 'req_extension'... what
kind of string has to be added in that line?
Thanks for any help.
Hi all,
I want to wrap data into the SEQUENCE (PKCS#1)
DigestInfo ::= SEQUENCE {
digestAlgorithm DigestAlgorithmIdentifier,
digest Digest
}
and then DER encode it.
Using OpenSSL 0.9.6b (EVP and ASN1 routines) I'm able to obtain the
digested data as OCTET STRING, but how can I build a