Annie pisze:
> On 14.01.2013 22:55, Dave Thompson wrote:
> ....
>
>> Yes, but. By default (i.e. not using an engine, which
>> may impose limits) you can generate an RSA keypair of
>> practically any size you like.
>>
>
> Hi Dave, you can try, but ...
> OpenSSL will give you not always the keysize back that you requested ;-)
> try e.g.
>
> openssl genrsa 1
>
> OpenSSL returns not a 1-bit key, but
>
> -----BEGIN RSA PRIVATE KEY-----
> MCQCAQACAwEYTgIDAQABAgJMawIDAIwnAgECAgJMawIBAAICRhQ=
> -----END RSA PRIVATE KEY-----
>
> which is a 17-bit "key" with even(!) modulus.
>
> Regards,
> Ann.
>
if I use 1024*3 length of key I get different size?
On Key_gen not openssl comand line
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]