Re: use openssl function in own application

2013-12-16 Thread Andreas Moroder
Hello Matt, my question was wrong, because I have to admin, that I did, at the moment of the post, not know what the line I posted does. thank you very much for the explanation and the links Andreas Am 14.12.2013 14:10, schrieb Matt Caswell: On 13 December 2013 17:33, andreas wrote: Hel

Re: use openssl function in own application

2013-12-14 Thread Matt Caswell
On 13 December 2013 17:33, andreas wrote: > Hello, > > in our public hospital we have a application that has to encrypt data > with a certificate. > At the moment we call a batch files that does > > openssl.exe rsautl -encrypt -in %1 -out %1.enc -inkey SanitelCF.cer > -certin -pkcs I don't know w

use openssl function in own application

2013-12-13 Thread andreas
Hello, in our public hospital we have a application that has to encrypt data with a certificate. At the moment we call a batch files that does openssl.exe rsautl -encrypt -in %1 -out %1.enc -inkey SanitelCF.cer -certin -pkcs IS it possible to implement this in our application using openssl libra