Re: Adding my own algorithm into openssl

2014-02-09 Thread Alexandre Aufrere
Hi You should use them as usual, just adding -engine gost to the commands. Also, since you'll probably need gost certs, don't forget to generate: openssl req -new -newkey gost2001 -pkeyopt paramset:XA -keyout test.key -nodes -x509 -subj /CN=ServerTest Knowing that, in GOST 2001, paramset A

Re: Adding my own algorithm into openssl

2014-02-09 Thread Nomad Esst
Hi Thanks. Do openssl commands differ from Linux to FreeBSD? On Sunday, February 9, 2014 11:53 AM, Alexandre Aufrere alexandre.aufr...@opentrust.com wrote: Hi You should use them as usual, just adding -engine gost to the commands. Also, since you'll probably need gost certs, don't

Re: Adding my own algorithm into openssl

2014-02-09 Thread Alexandre Aufrere
Hi AFAIK it's the same. Btw made a small mistake: openssl req -engine gost -new -newkey gost2001 -pkeyopt paramset:XA -keyout test.key -nodes -x509 -subj /CN=ServerTest Ie. Forgot the -engine gost. You can also add the conf section to openssl.cnf , as suggested in the README.gost Le 9

openssl smime sign issue

2014-02-09 Thread marathiboy
Hello, I am sending sign email using command line. Email is sent properly however, on the receiving end, mail client states that signature is not valid and I need help debugging this issue. this is the command I use openssl smime -sign -signer path/cert.pem -keyin path/cert.p8 -passin

Installation Win32 Borland5.5 openssl-1.0.1f

2014-02-09 Thread Ian Rye
I am new to the mailing list so please forgive me if this request is inappropriate. I have followed the instructions from INSTALL.W32 as follows Borland C++ builder 5 - * Configure for building with Borland Builder: perl Configure BC-32 * Create the appropriate

Re: Installation Win32 Borland5.5 openssl-1.0.1f

2014-02-09 Thread Thomas J. Hruska
On 2/9/2014 5:27 AM, Ian Rye wrote: I am new to the mailing list so please forgive me if this request is inappropriate. I have followed the instructions from INSTALL.W32 as follows Borland C++ builder 5 - * Configure for building with Borland Builder: perl Configure

Re: [Bulk] Re: Installation Win32 Borland5.5 openssl-1.0.1f

2014-02-09 Thread Gisle Vanem
Thomas J. Hruska shineli...@shininglightpro.com wrote: If this ends up being a bug that won't be fixed, then my recommendation is to build it against VC++. Borland has two command-line tools called 'impdef' and 'implib' bundled with their compiler suite(s) that can take almost any DLL and