SSL_CTX *ssl_ctx = SSL_CTX_new( NULL);

2006-08-15 Thread rz1a
Hello openssl-dev, First of all - Big Thanks! for the OpenSSL package! Is it possible to have in a text like this: SSL_load_error_strings(); OpenSSL_add_ssl_algorithms(); ssl_ctx = SSL_CTX_new( SSLv3_client_method() ); if( NULL == ssl_ctx ) { printf( SSL_CTX_new() failed\n );

Is there a programmer's guide to OpenSSL?

2006-08-07 Thread rz1a
Hello openssl-dev, Is there a programmers guide besides the OReilly's Network Security with OpenSSL. Cryptography for Secure Communications. By John Viega, Matt Messier, Pravir Chandra First Edition June 2002 which is OpenSSL v0.96? -- Best regards, Tony mailto:[EMAIL

RSA keys to *.p12 file: How To?

2006-07-20 Thread rz1a
Hello openssl-dev, Is there a way to convert my old SSH-1 style RSA keys into a *.p12 file by means of OpenSSL package? I need to import my already widespread account data into an eToken, which only knows about certs (it cannot import the key directly). -- Best regards, Tony

Re[2]: [patch] make AES-cfb128-encrypt faster by uglifying it

2006-05-26 Thread rz1a
Hello Alex, Friday, May 26, 2006, 9:50:15 AM, you wrote: AD I thought all major compilers have sort of long long, AD didn't them? I'm on QNX4 with Watcom C v10.6B which has neither int_64 nor long long. So, I'm very anxious about not being able to keep my port current after such improvements...

Re[4]: [patch] make AES-cfb128-encrypt faster by uglifying it

2006-05-26 Thread rz1a
Hello Brian, Friday, May 26, 2006, 5:55:34 PM, you wrote: BH Can't you use OpenWatcom? It's had long long for some time and BH appears to still support QNX. Indeed it knows QNX4 still. The problem is that OW is not ported to QNX4 yet (and never will, I'm afraid). So it takes to cross-compile on

Re[2]: [openssl.org #1191] [PATCH] Pre-Shared Key Ciphersuites for OpenSSL

2005-11-06 Thread rz1a
Hello Mika, Please excuse me for the offtopic. I'm going to buy Nokia 6680, do you know if Nokia plans to introduce 6680i (i.e. - should I wait a bit or it's safe to buy now) and what version of Opera browser do you ship it with? -- Best regards, Anthony O.Zabelin

Re[2]: Using bzip2 for openssl.org downloads

2005-09-04 Thread rz1a
Instead of having a flame-war RE 7zip vs bzip vs gzip I'd rather like to hear about the greater portability - I'm on a handycaped unix clone without int64 support. Still I'd like to have sha512 ported... Tony. __ OpenSSL Project

OpenSSL v0.9.8: DTLS and multicasting - will it work?

2005-08-20 Thread rz1a
Hello openssl-dev, When I has asked about securing the UDP traffic - I was told to use DTLS in OpenSSL v0.9.8. The UDP traffic of mine is a multicasting stream actually. Are there any ways to secure the multicasting with DTLS? (I'm looking for UDP/multicast support in the stunnel)

GMP vs BigNum

2005-08-10 Thread rz1a
Hello openssl-dev, Did anyone attepmpt a comparison of the speed in the GMP vs BN? Maintainer of GMP (Torbjorn Granlund) says that his tests show 2~3 times better speed with GMP. Can anyone validate this? If this is indeed the case - why OpenSSL does not use GMP? -- Best regards, Tony

Crosscompiling v0.9.8: some tests are attempted during make

2005-07-23 Thread rz1a
Hello openssl-dev, I want to try crosscompiling the OpenSSL v0.9.8 on windows box with OpenWATCOM v1.3 targeting for QNX4 (to have SHA-512 there). I notice that during my normal compilation (on QNX4 for QNX4) - the make attempts to run some tests in the middle of the process. I'm

v0.9.8 testsuite (ecdsatest.c): Typo?

2005-07-17 Thread rz1a
Hello! Is it a typo I see on the line 451 of ./test/ecdsatest.c: if (signature); OPENSSL_free(signature); My compiler (Watcom C v10.6B on QNX4) barks at me for the Meaningless use of expression... Tony. __ OpenSSL

v0.9.8 cosmetic fixes for portability (QNX4 and Watcom C v10.6B)

2005-07-17 Thread rz1a
Hello openssl-dev, Unless I do the following I get the Meaningless use of exression from the compiler: diff -ru openssl-0.9.8/crypto/bn/bn_recp.c openssl-0.9.8-QNX/crypto/bn/bn_recp.c --- openssl-0.9.8/crypto/bn/bn_recp.c 2005-04-26 22:53:13.0 +0400 +++

SHA-512 and long long - does SHA-512 depend on it?

2005-07-15 Thread rz1a
Hello openssl-dev, Does SHA-512 depend on int64 support in the tool-chain? If so, are there any plans to make in a bit more portable? Thank you in advance. -- Best regards, Anthony mailto:[EMAIL PROTECTED]

Re[2]: SHA-512 and long long - does SHA-512 depend on it?

2005-07-15 Thread rz1a
AP As support for platforms narrower than 32-bit is discontinued... Do I face the prospect of not being able to update at all (past some 0.9.9)?! As the more code in the OpenSSL gets updated - the more I'll disable in ./configure? Quite sad... AP How wide-spread the target platform? It is QNX4.

Re[2]: SHA-512 and long long - does SHA-512 depend on it?

2005-07-15 Thread rz1a
Hello Andy, Friday, July 15, 2005, 9:32:10 PM, you wrote: AP Once again, platforms *narrower* than 32-bits are discontinued, in other AP words 16-bit one[s]. Is your platform 16-bit? I find it hard to believe:-) Oh! Yes, now I see the point - *NARROWER*! QNX4 is 32bit OS. The only problem is in

SSL and UDP traffic

2005-07-09 Thread rz1a
Hello openssl-dev, I need to secure the UDP traffic. I've googled a product called ZeeBeeDee (http://www.winton.org.uk/zebedee/index.html) but it looks kind of stalled... Is there any chance to use the OpenSSL (current or some future version) for securing and tunnelling the UDP

What is no-hw option?

2005-03-30 Thread rz1a
Hello openssl-dev, What is no-hw in the Configure? Is it hardware? Where can I read on all other options as well? (And no-asm in particular) -- Best regards, Anthony mailto:[EMAIL PROTECTED] __ OpenSSL