Re: [openssl-users] How to do a PKCS#10 in embedded systems

2011-08-17 Thread Giordano Bruno
Hi Erwann and Stephen, We solved the problem about generating a PKCS#10 from a embedded processor. Some configurations in the signature generation coprocessor were wrong. Your hints helps to discover it. Tnakyou very much Giordano 2011/8/5 Dr. Stephen Henson st...@openssl.org: On Fri, Aug

Re: [openssl-users] How to do a PKCS#10 in embedded systems

2011-08-05 Thread Giordano Bruno
Bounjour Erwann, I tried your command, but I got an error: C:\OpenSSL-Win32\binopenssl rsautl -in example.der.sig -inkey example.key -pubin -verify -hexdump –raw Loading 'screen' into random state - done unable to load Public Key I read the PKCS#1, PKCS#8, PKCS#7 and PKCS#10 and now I have an

Re: [openssl-users] How to do a PKCS#10 in embedded systems

2011-08-05 Thread Erwann ABALEA
Bonjour Giordano Hodie Non. Aug. MMXI, Giordano Bruno scripsit: I tried your command, but I got an error: C:\OpenSSL-Win32\binopenssl rsautl -in example.der.sig -inkey example.key -pubin -verify -hexdump –raw Loading 'screen' into random state - done unable to load Public Key You first

Re: [openssl-users] How to do a PKCS#10 in embedded systems

2011-08-05 Thread Dr. Stephen Henson
On Fri, Aug 05, 2011, Erwann ABALEA wrote: Bonjour Giordano Let's start with your example file: example.der. Extract the contained public key: openssl req -pubkey -inform D -in example.der -noout example.key Now we'll extract the signature block. Start by ASN1-parse your file:

Re: [openssl-users] How to do a PKCS#10 in embedded systems

2011-08-04 Thread Erwann ABALEA
Hodie pr. Non. Aug. MMXI, Giordano Bruno scripsit: Hi people, I have a problem in in certifications in low level issue, but I think it is the best place to solve, I need to generate a PKCS#10 with a very limited device, a MSP430F5438 from Texas Instruments plus a co-processor that implement

Re: [openssl-users] How to do a PKCS#10 in embedded systems

2011-08-04 Thread Giordano Bruno
Hi Erwann, Thank you for reply, I didn't understand what you mean with this sequence (02, padding, DER sequence with hash OID and value). Can you explain? The hash of our der file (without the first header, the signature header and the signature) should be the expected result of your command

Re: [openssl-users] How to do a PKCS#10 in embedded systems

2011-08-04 Thread Erwann ABALEA
Bonjour, Hodie pr. Non. Aug. MMXI, Giordano Bruno scripsit: Thank you for reply, I didn't understand what you mean with this sequence (02, padding, DER sequence with hash OID and value). Can you explain? The hash of our der file (without the first header, the signature header and the