Re: Project Sahara: certificate output with CRLF, not just CR

2008-08-01 Thread Ger Hobbelt
Not that I know of. Hm, you may want to edit the sample code where it opens the stdout BIO (look for BIO_new_fp(stdout, BIO_NOCLOSE)) and add the BIO_FP_TEXT flag there to make it spit out CRLF line ends on msdos/win, then recompile. i.e.: var = BIO_new_fp(stdout, BIO_NOCLOSE); -- var =

Project Sahara: certificate output with CRLF, not just CR

2008-07-30 Thread Hinshaw, Chris
This is a completely stupid question, but is there a command line option from openssl to add use CRLF instead of just CR. Running unix2dos after the file is made is not an easy option in Windows...unfortunately. Chris Hinshaw Avocent - Redmond Engineering [EMAIL PROTECTED]