Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,10 @@ Changes between 0.9.7 and 0.9.8 [xx XXX 2002] *) Let 'openssl req' fail if an argument to '-newkey' is not recognized instead of using RSA as a default. [Bodo Moeller] *) Add support for ECC-based ciphersuites from draft-ietf-tls-ecc-01.txt. As these are not official, they are not included in "ALL"; the "ECCdraft" ciphersuite group alias can be used to select them. Loading apps/req.c +3 −1 Original line number Diff line number Diff line Loading @@ -383,7 +383,9 @@ int MAIN(int argc, char **argv) } else #endif pkey_type=TYPE_RSA; { goto bad; } newreq=1; } Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,10 @@ Changes between 0.9.7 and 0.9.8 [xx XXX 2002] *) Let 'openssl req' fail if an argument to '-newkey' is not recognized instead of using RSA as a default. [Bodo Moeller] *) Add support for ECC-based ciphersuites from draft-ietf-tls-ecc-01.txt. As these are not official, they are not included in "ALL"; the "ECCdraft" ciphersuite group alias can be used to select them. Loading
apps/req.c +3 −1 Original line number Diff line number Diff line Loading @@ -383,7 +383,9 @@ int MAIN(int argc, char **argv) } else #endif pkey_type=TYPE_RSA; { goto bad; } newreq=1; } Loading