Hi Wolf, > On Wed, 2 Jun 2004, Michael Bell wrote: > *** I ment when I worked with openssl a few years ago without openca. I > created serial with 000 and it has not worked. Is this an error in > openssl?
OpenSSL manages serials as hex numbers. This means it always takes blocks of two numbers ([0-9a-f][0-9a-f]). Legal numbers are: 00 01 1a 0100 02ab ... A legal number must always have an even number of characters. Michael ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
