Port the random serial number generation to 0.9.7-stable.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 22 Apr 2004 12:19:48 +0000 (12:19 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 22 Apr 2004 12:19:48 +0000 (12:19 +0000)
commit5a9d2d9081f02e1e1748b364771bb95b8da4e7e7
treebe68b91054fa250659188b038aae6ea9e30d8c1c
parent688791b22b52ba9b127a0e7d19d846fa9830160e
Port the random serial number generation to 0.9.7-stable.

Due to the changes in CA.pl in 0.9.8 (use of -self_sign) a slightly different
technique is used to ensure that 'ca' uses the next serial number. It
now initializes the serial number using 'openssl x509 -next_serial'.
CHANGES
apps/CA.pl.in
apps/apps.c
apps/apps.h
apps/ca.c
apps/req.c
apps/x509.c