Re: Snapshot broken

2000-07-21 Thread agray
The win32 build succeeds as of 18/07/00 snapshot - about 20k larger in size and slightly faster for all algs. Builds clean and all tests pass. Andrew This is happening on Solaris. I don't know if it happens on Windows, too, but I will need to do the same thin on Windows once I get the

Re: OpenSSL based CA

2000-07-21 Thread Carlos Serro
Thanks... I think it will be very usefull. _ Carlos SerrĂ£o [EMAIL PROTECTED] http://adetti.iscte.pt/~cjcs DCTI - IS/IT DepartmentIS/IT Research and Development

Re: Timestamping

2000-07-21 Thread Jean-Marc Desperrier
Andrey Romanov wrote: I am looking for information about timestamping in general (Any standards existing?) and how to implement it using OpenSSL library. So far I am were not able to find anything, even about MS Authenticode implementation details. Read the TSP

Re: Bus Error

2000-07-21 Thread Bodo Moeller
On Tue, Jul 18, 2000 at 01:26:10PM -0400, Bill Rebey wrote: Thanks for the reply. I am already using both of your suggestions. The locking callbacks appear to be working fine. [...] Are write locks and read locks different in your implementation (i.e. do you allow multiple readers), or do

Re: At OAEP, parameter is null.

2000-07-21 Thread Ulf Moeller
On Fri, Jul 21, 2000, Song Ingwon wrote: OAEP needs parameter. The parameter is hashed, and pHash is concatenated with Message. But, in openssl-0.9.5, a parameter is set by NULL!! The OAEP specification allows that parameter to be left out. In the unlikely case that you do need it,

Re: Thread-safe issue: one problem and its POSSIBLE solution

2000-07-21 Thread Dr Stephen Henson
Indi_Chen wrote: Dear all, We have found that there might be an unsolved thread-safe problem in the openssl library. A POSSIBLE solution is also proposed here. CASES: Most of segmentation faults happen on the o_names.c:184 Free(ret) or in the lhash.c:418 (*cf)(n1-data,data). The

Deadlock in DH_generate_key/ssleay_rand_bytes

2000-07-21 Thread Bill Rebey
I just got the new snapshot yesterday (I'm the one that pointed out the problem with removing ciphers from the configuration vai 'no-xxx' arguments). I got the code to build, but now my application hangs in a call to SSL_CTX_set_tmp_dh. Ultimately, the code ends up calling 'ssleay_rand_bytes',

Authentication

2000-07-21 Thread Bill Rebey
After downloading the new snapshot yesterday, hacking the code to get it to build without copyrighted ciphers (as reported earlier), and hacking the deadlock issue (also reported earlier), I finally got things to run OK again, with one exception. I can't establish an Authenticated connection any