RE: where to find the executible openssl?

2001-07-25 Thread Kim, Peter
You should be able to run the OpenSSL executable to generate the base64 encoding of the binary P7 file. Just issue the following command: OpenSSL pkcs7 -in inputfile.p7b -inform DER -out outputfile.pem This should work, but you can add '-outform PEM' if you want to make it more

RE: obtaining OID strings for DN components from a request?

2001-07-23 Thread Kim, Peter
OID strings for DN components from a request? Kim, Peter wrote: Is there a way to get the OID strings corresponding to subject DN components (one at a time) from an X509_REQ object? I can only get NID, not OID, right now. I need the OID (xx.xx.xx.xx, etc.) string. Yes