On Fri June 3 2011, loody wrote:
> hi:
>
> 2011/4/20 Mike Mohr :
> > IMHO openssl is unsuitable for this purpose. Openssl is really good
> > at what it does, don't get me wrong, but using it in a boot loader
> > probably isn't the easiest/smartest idea. What you really want is a
> > subset of PK
hi:
2011/4/20 Mike Mohr :
> IMHO openssl is unsuitable for this purpose. Openssl is really good
> at what it does, don't get me wrong, but using it in a boot loader
> probably isn't the easiest/smartest idea. What you really want is a
> subset of PKCS#1 - that is, EMSA-PSS encoding and verificat
IMHO openssl is unsuitable for this purpose. Openssl is really good
at what it does, don't get me wrong, but using it in a boot loader
probably isn't the easiest/smartest idea. What you really want is a
subset of PKCS#1 - that is, EMSA-PSS encoding and verification plus
RSASP1/RSAVP1. I'm workin