<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
<title></title>
</head>
<body>
Hi, Tej!<br>
<br>
<br>
Thanks a lot for the patch! I have applied it and checked it in <br>
with following changes:<br>
0) Minor changes in src/openssl/apps.c to make code more readable<br>
(there is no PKCS#8 format for certificates :) ).<br>
1) You was right when you suggested to use "--privkey-*" options. <br>
This makes the life much easier in the test scripts. And since there
is <br>
an ability to have two names for each option, I used both:
"--pkcs8-*" and <br>
"--privkey-p8-*". <br>
2) With fixing 1) I was able to slightly simplify all test scripts.<br>
3) I would prefer to have old *.pem and *.der files in place for
testing.<br>
I've added the pkcs8 files as *.p8-pem and *.p8-der. I also have
changed<br>
password to standard "secret" (used in some other test cases).<br>
<br>
The changes are checked in CVS. Please take a look to make sure that<br>
my changes to your changes are ok for you :)<br>
<br>
Aleksey<br>
<br>
<br>
</body>
</html>