]> git.ipfire.org Git - thirdparty/openssl.git/commit
BN_bn2hex() returns "0" instead of "00" for zero. This disrputs the
authorRichard Levitte <levitte@openssl.org>
Fri, 11 Oct 2002 09:38:56 +0000 (09:38 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 11 Oct 2002 09:38:56 +0000 (09:38 +0000)
commit2245cd87d4330dfa1e2e7210c6644a8c524f3ca1
tree3054d038a3a62e98eadf95a481faf49dc6a1e688
parentc199837c542ac45195253c38899c9fa4f4db00b7
BN_bn2hex() returns "0" instead of "00" for zero.  This disrputs the
requirement that the serial number always be an even amount of characters.
PR: 248
apps/ca.c
apps/ocsp.c