Subject DN and hash output from openssl req

2000-06-23 Thread Svenning Sørensen
Hello, I'm working on some scripts to enable users to request certs. For this purpose I've made a patch to the openssl req command, which enables the scripts to extract the subject DN and hash value (like in openssl x509 -subject -hash ...). In case this is of any interest for the public, I'm

RE: Subject DN and hash output from openssl req

2000-06-23 Thread Svenning Sørensen
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Svenning Sørensen Sent: Friday, June 23, 2000 4:38 PM To: [EMAIL PROTECTED] Subject: Subject DN and hash output from openssl req Argh! Having received my own mail from the list, I saw that the lines

RE: Subject DN and hash output from openssl req

2000-06-23 Thread Svenning Sørensen
I'm really sorry bothering you again, but I realized that my previous patch was a bit clumsy. Mostly because it wasn't consistent with the way "openssl x509" and "openssl crl" prints the DN hash value, so it didn't fit too well into the convention of making symlink names based on the hash (I have