Re: [Resolved] EVP_CipherInit_ex because cipher->do_cipher is NULL

2008-08-18 Thread Ger Hobbelt
Good to hear it worked out okay. Had not anticipated the symbol collision, so I am really glad you found is was due to that. Take care and good luck, Ger On Mon, Aug 18, 2008 at 6:49 AM, Ambarish Mitra <[EMAIL PROTECTED]> wrote: > (Top-posting since this mail is not a direct reply) > > Hi Ger,

X.509] Certificate Generation without PoP

2008-08-18 Thread Silviu VLASCEANU
Hello, I am developing an application which also has some CA functions. The application knows the public key, KpC, of a client which has a priori proven to this app the possession of KpC through an out-of-band mean. Therefore, when the application "calls" the CA functionality to generate the clien

openSSL 0.9.8.h on z/OS - OS/390

2008-08-18 Thread Jan Thielmann
Hi, I am trying to install openSSL-0.9.8h to the Unix System Services on a System z Machine. The System version is 1.7. I am facing serious problems when executing the "Configure". I am executing the following command: ./Configure --install-prefix=/u//root/usr OS390-Unix and this leads to t

Re: LIBEAY32.dll: Unhandeled exception in iexplorer.exe 0xC0000005: Access violation

2008-08-18 Thread Chris Hatko
Thanks for your response Kyle. It actually turned out to be that I was missing a cleanup of the locks. Specifically, I was missing "CRYPTO_set_id_callback( NULL );" as below: static void initOpenSSLLocks() { CRYPTO_set_id_callback( ( unsigned long (*)() ) openSSLThreadID ); CRYPTO

RE: DES-only OpenSSL version

2008-08-18 Thread Bill Colvin
If you are looking to export crypto from Canada then the rules are common to all NATO countries and are set out in the Wassenaar Arrangement http://www.wassenaar.org/controllists/index.html Crypto is covered in Category 5 - Part 2. You need to have an export permit or and export exemption in order

Re: DES-only OpenSSL version

2008-08-18 Thread Fred Picher
--- On Fri, 8/15/08, Kyle Hamilton <[EMAIL PROTECTED]> wrote: Thanks for your comments. > Well, the question becomes: Which government are you trying to > work around the restrictions of? OpenSSL is open-source. In this very specific case: the Canadian gouvernment. The whole thing does not loo

better option to store private key for frequent usage

2008-08-18 Thread Sanjith Chungath
Hi guys, Our application needs to use the private key to encrypt the data and process it later. It will be encrypting the data very frequently. To avoid very frequent file read we thought of storing the private key structure (EVP_PKEY) in a static variable. So that we do not open the keysto

Re: DES-only OpenSSL version

2008-08-18 Thread Lutz Jaenicke
Kyle Hamilton wrote: > Well, the question becomes: Which government are you trying to work > around the restrictions of? > > OpenSSL is open-source. In the United States, while it may fall under > the export class EI on the CCR, it also falls under export exemption > TSU (see http://www.access.gpo

API calls?

2008-08-18 Thread William Estrada
Hi group, First I want to thank all evolved for the great support. Now for my bitching, I have not been able to find a clear definition of the C API Calls. I have a network Peer to Peer app that I want to add encryption to. I have figured out how to do the Public/Private keys. Not I want to

RE: DES-only OpenSSL version

2008-08-18 Thread Jerry Krinock
-Original Message- >From: Fred Picher <[EMAIL PROTECTED]> >Sent: Aug 14, 2008 11:18 AM > Unfortunately this is seemingly the case, as told by actual > gouvernement reps. > Fred, I'm sorry I'm not of any help on the technical side, but I would strongly advise you to heavily discount wh

Re: DES-only OpenSSL version: technical aspects

2008-08-18 Thread Ger Hobbelt
On Fri, Aug 15, 2008 at 5:11 PM, Fred Picher <[EMAIL PROTECTED]> wrote: [...] >> If this is not sufficient you may check out ssl/sslv3.c etc and >> actually remove the ciphers you don't want to support in your >> libssl from the registration tables. > > As a test, I've commented out every cipher de