Re: [Postfix/TLS] Re: OpenSSL 0.9.6/0.9.7 library version conflicts

2003-02-13 Thread Lutz Jaenicke
On Wed, Feb 12, 2003 at 10:44:30PM -0800, Terry Lambert wrote: Lucky Green wrote: I just spent a few days trying to determine why postfix with STARTTLS enabled is instantly dumping core on my new FreeBSD 5.0 machine. The problem was caused by a conflict between OpenSSL library versions

Re: [Postfix/TLS] OpenSSL 0.9.6/0.9.7 library version conflicts

2003-02-13 Thread Lutz Jaenicke
On Wed, Feb 12, 2003 at 08:08:20PM -0800, Lucky Green wrote: I just spent a few days trying to determine why postfix with STARTTLS enabled is instantly dumping core on my new FreeBSD 5.0 machine. The problem was caused by a conflict between OpenSSL library versions 0.9.6 and 0.9.7, both of

Re: are server certs different from client certs

2003-02-13 Thread Nils Larsch
Chandrasekhar R S wrote: Dear Ebell All, Indeed what you said is true. I copied the newly created self signed cert to the bundle of CA lists the server would accept, and the connection goes through fine. Now, then I am to make my own private CA and then create a certificate signed by my

CA and smart card ?

2003-02-13 Thread Ilian Metodiev
Hi guys ! I would like to ask you a question about the Certification Authority, which is included in the OpenSSL package. To be more specific, I want to ask you, is it possible to issue smart cards with that CA, and if it is possible, could you tell me the basics. In my firm, we're using

Re: explicit linking question

2003-02-13 Thread mlcarey59
When is the SSL object being called? You can set a flag in your application to load the object. int SSL = 1; if(SSL == 1) { /*Load SSL Object*/ } - Original Message - From: dan demers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 22, 2003 12:17 PM Subject: explicit

Re: buggy asn1_lib.c patch ?

2003-02-13 Thread Ademar de Souza Reis Jr.
On Mon, Feb 03, 2003 at 01:52:02PM -0800, Sumeet Singh wrote: Hi, Hi. I notice a possible bug in the asn1_lib.c patch for openssl v.95a that was sent out in the following email. [1]http://marc.theaimsgroup.com/?l=openssl-usersm=102811486104274w=2 . In this email Ademar

For the webmaster: OpenSSL website bug

2003-02-13 Thread Mikhail Sahalayev
Hi, It looks that all pages from http://www.openssl.org/docs/apps/ http://www.openssl.org/docs/ssl/ http://www.openssl.org/docs/crypto/ have incorrect links to other parts of manual pages (if you trying to go from apps to ssl you will get a wrong adress: http://www.openssl.org/ssl/ssl.html

Speed of calculating (a exp x) modulo n ?

2003-02-13 Thread Krzysztof Szkudlarek
Hello to everybody! Could anybody point me to some information about speed of various cryptographic function? How fast are crypto function implemented in OpenSSL. I have recently implemented my own simple function calculating value of a^x%n. If all three values (a,x and n) are 1024 bits long,

Anyone where to get a signed SSL certificate cheap?

2003-02-13 Thread Josef Karthauser
I need to obtain a certificate to use on my openssl/apache web server, but looking at Verisign and Thawte it appears that they're charging a lot of money ($450) per year for one! Does anyone know where I can get one cheaper? Last time I bought I'm sure that they were only $100/yr each. Joe

FW: make errors: no-ripemd, no-ssl2

2003-02-13 Thread Tal Mozes
Hi, I had some problems building 0.9.7 on win32 using masm and VC. I used the no-ripemd no-ssl2 arguments to mk1mf.pl, and then tried to make. Apparently some ripemd files were still included in the makefile. To work around this, I changed mk1mf.pl in line 887 to the following: elsif

Encryption / Decryption

2003-02-13 Thread Séamus O'Toole
Hello, I have recently downloaded the latest version of OpenSSL and I am using it in the development of a Secure Voice over IP Project. Is there a way to extract the session key from the SSL session and use it to encrypt the data, and then to decrypt the data? I am unable to use SSL_read()/

Compiling openssh-0.9.7 on alpha-dec-osf

2003-02-13 Thread Roger Holman
I note that for openssl-0.9.6b, the recommendation for people with alpha-dec-osf platform is to use the following to circumvent virtual memory problems. make DIRS=crypto SDIRS=sha `grep '^CFLAG=' Makefile.ssl | \ sed -e 's/ -O[0-9] / -O0 /'` rm `ls crypto/*.o crypto/sha/*.o | grep -v

Installation

2003-02-13 Thread Ron Kramer
To whom it may concern, I am in the process of obtaining a 128-bit SSL certificate from Verisign and I was reminded by a Miva technician (Shoping Cart Software), that I need to install OpenSSL and created tags in Miva Merchant 4.14c for OpenSSL. I have reviewed the documentation for ssl, crypto

Re: Speed of calculating (a exp x) modulo n ?

2003-02-13 Thread Aleix Conchillo Flaque
hi Krzysztof, try openssl speed rsa. it will compute some rsa exponentiations and it will give you some times. you can also try openssl speed for all tests. regards, aleix __ OpenSSL Project

RE: Speed of calculating (a exp x) modulo n ?

2003-02-13 Thread Dilkie, Lee
Use the bignum library that's part of openssl. check bn.h there are plenty of modulo-exponentation functions, i count 5. -lee -Original Message- From: Krzysztof Szkudlarek [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 7:44 AM To: '[EMAIL PROTECTED]' Subject: Speed of

Re: Anyone where to get a signed SSL certificate cheap?

2003-02-13 Thread bferrell
Check tucows Josef Karthauser [EMAIL PROTECTED] wrote .. I need to obtain a certificate to use on my openssl/apache web server, but looking at Verisign and Thawte it appears that they're charging a lot of money ($450) per year for one! Does anyone know where I can get one cheaper? Last time