Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: openssl problem



ci4ic4%gmail.com@localhost (Chavdar Ivanov) writes:

># openssl genrsa -des3 -passout pass:x -out ininja.pass.key 2048

>18446744073709551615:error:28078065:UI
>routines:UI_set_result_ex:result too
>small:/home/sysbuild/src/crypto/external/bsd/openssl/dist/crypto/ui/ui_lib.c:903:You
>must type in 4 to 1023 characters


This is openssl telling you that the single letter password 'x' you
passed to it literally is not accepted, the password must be between
4 and 1023 characters long.

-- 
-- 
                                Michael van Elst
Internet: mlelstv%serpens.de@localhost
                                "A potential Snark may lurk in every tree."


Home | Main Index | Thread Index | Old Index