From: Richard Levitte <rich...@levitte.org> > Changes applied, on the main development branch as well as > 1.0.1-stable and 1.0.0-stable. Tomorrow's snapshots will hold the > changes.
Ooh. Just moments too soon. I went through the exercise again on an openssl-1_0_0-stable-SNAP-20110323 kit, probably being a little more careful. Originals and changes should be available at: http://antinode.info/ftp/openssl/1_0_0d/openssl-1_0_0-stable-SNAP-20110323_s1.zip (I would have gotten back sooner, but the VAX is sooo sloooow....) Other than the (mostly esthetic) changes to the builders, there are functional changes to "apps/CA.com" (first suggested last December, as I recall) to avoid a DCL problem on VAX (possibly on old Alpha, too?): [...] ---> TEST_CA Generate and certify a test certificate via the 'ca' program Making CA certificate ... %DCL-W-TKNOVF, command element is too long - shorten \SYS$DISK:[-.VAX.EXE.APPS]OPENSSL REQ -CONFIG "CAss.cnf" -NEW -X509 -KEYOUT GIMP$DUA0:[UTILITY.SOURCE.OPENSSL.OPENSSL-1_0_0-STABLE-SNAP-20110323.TEST.DEMOCA.PRIVATE]CAKEY.PEM -OUT GIMP$DUA0:[UTILITY.SOURCE.OPENSSL.OPENSSL-1_0_0-STABLE-SNAP-20110323.TEST. %DCL-W-TKNOVF, command element is too long - shorten Generating a 512 bit RSA private key [...] It happens because the old "CA.com" puts the full directory spec on the command line so many times. I forgot about it, because it happens to me only in stable snapshots, because those directory names are so much longer, but it could strike a real victim with a real released version, too. The new "CA.com" uses a (much shorter) logical name, and seems to work well everywhere: GIMP $ copy it$dkc0:[.apps]CA.com [.apps] GIMP $ @ [.test]tests.com test_ca @@@ TESTS.COM ---> TEST_CA Generate and certify a test certificate via the 'ca' program Making CA certificate ... Generating a 512 bit RSA private key [...] I may be running out of complaints. ------------------------------------------------------------------------ Steven M. Schweda sms@antinode-info 382 South Warwick Street (+1) 651-699-9818 Saint Paul MN 55105-2547 ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org