From: Martin P. <Mar...@ia...> - 2010-05-18 13:59:47
|
Hi... Simon Mittelberger wrote: [...] > When I execute the following openssl command i get an error: > openssl -inform PEM -in cert.pem -noout -modulus The actual openssl command is missing in this example? [...] > It looks like the public key isn't encoded in the right manner. > > Has anyone a suggestion? Is this only happening with PEM encoding? I tried decoding a DER encoded EK certificate with the standalone dumpasn1 utility and via "openssl asn1parse -inform DER -in ek.cert" This works fine. HTH, Martin |