RE: How can I pass data to a running instance of OpenSSL CLI on Windows within a batch file?

2012-11-14 Thread Funnell, Leon
nd Regards, Leon From: Carl Young [mailto:carlyo...@keycomm.co.uk] Sent: Tuesday, November 13, 2012 4:00 PM To: Funnell, Leon Subject: RE: How can I pass data to a running instance of OpenSSL CLI on Windows within a batch file? Sorry - I meant to add "my reply was either discarded

RE: How can I pass data to a running instance of OpenSSL CLI on Windows within a batch file?

2012-11-12 Thread Funnell, Leon
or advice on the programming details of attaching to its stdin and stdout and sending/receiving that data from another program, you'd probably be better asking on a general Windows programming list where there'll be more people with that sort of expertise. Regards,

How can I pass data to a running instance of OpenSSL CLI on Windows within a batch file?

2012-10-22 Thread Funnell, Leon
We have Windows application which passes data to OpenSSL.exe to encrypt as a Windows command, then scrapes the encrypted data back from the output. The Windows app can call external Windows commands but we cannot call APIs or extend the functionality programmatically. Functionally it works, but it