RE: Memory leaks

2001-07-27 Thread Steven Reddie
Yes, you've misinterpreted the output. I added up all of the "number=" fields and got 899. I'm guessing that you added up the first number on each line. That number represents the order of the allocations. Regards, Steven -Original Message- From: Gleison Santos [mailto:[EMAIL PROTECT

[PATCH] Add Amiga-NetBSD-m68k

2001-07-27 Thread jimd
The three attached "diff -u" patches add a NetBSD system type specificly for m68k Amiga computers. Otherwise, a "NetBSD-sparc" system type is chosen, which leads to incorrect configuration/Makefile parameters. The "Makefile-u.org.diffs" file adds a "do_bsd-gcc-shared-non_elf" target and code for

RE: ECDSAwithSHA1 support in OpenSSL

2001-07-27 Thread Ryan Hurst
Unfortunately I do not know how to determine which field they are using :( Ryan -Original Message- From: David Stes [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 1:34 PM To: [EMAIL PROTECTED] Subject: Re: ECDSAwithSHA1 support in OpenSSL For which curve ? On Fri, Jul 27, 200

Re: ECDSAwithSHA1 support in OpenSSL

2001-07-27 Thread Dr S N Henson
David Stes wrote: > > On Fri, Jul 27, 2001 at 07:27:59PM +0100, Dr S N Henson wrote: > > What field does the Certicom ECC root use, is it available anywhere? > > There's the NIST specifications on ECC (ECDSA) and there's also a > Certicom group called SECG. They specify fields. And curves. An

Re: ECDSAwithSHA1 support in OpenSSL

2001-07-27 Thread David Stes
For which curve ? On Fri, Jul 27, 2001 at 11:56:26AM -0700, Ryan Hurst wrote: > David -- > That is great news, given your current status how far do you think > you are from being able to verify a ECDSAwithSHA1 signed object? > > Ryan > > -Original Message- > From: David Stes [ma

Re: Want to use certs and keys in memory instead of file

2001-07-27 Thread Lutz Jaenicke
This is a topic for openssl-users, but I am too lazy to redirect it now! On Fri, Jul 27, 2001 at 03:50:12PM -0400, Dilkie, Lee wrote: > I want to include the ssl cert and private key (copied, pem, from the files) in my >program as static variables (to avoid having files in my file-less applicati

Re: ECDSAwithSHA1 support in OpenSSL

2001-07-27 Thread David Stes
On Fri, Jul 27, 2001 at 07:27:59PM +0100, Dr S N Henson wrote: > What field does the Certicom ECC root use, is it available anywhere? There's the NIST specifications on ECC (ECDSA) and there's also a Certicom group called SECG. They specify fields. And curves. And basepoints. That's a good i

RE: ECDSAwithSHA1 support in OpenSSL

2001-07-27 Thread Ryan Hurst
For some reason the certificate was stripped here it is again: -BEGIN CERTIFICATE- MIH1MIGyoAMCAQICAQEwCwYHKoZIzj0EAQUAMBUxEzARBgNVBAMTCkNlcnRpY29tIEEwHhcNMDAw OTIyMDQwMDAwWhcNMjAwOTIyMDQwMDAwWjAVMRMwEQYDVQQDEwpDZXJ0aWNvbSBBMCswEAYHKoZI zj0CAQYFK4EEAAEDFwACAsrYOXWu+5BALtvNI5yRgxh7jLB1oyAw

ScanMail Message: To Recipient virus found and action taken.

2001-07-27 Thread System Attendant
Title: ScanMail Message: To Recipient virus found and action taken. ScanMail for Microsoft Exchange has detected virus-infected attachment(s). Sender = [EMAIL PROTECTED] Recipient(s) = [EMAIL PROTECTED] Subject = RE: ECDSAwithSHA1 support in OpenSSL Scanning Time = 07/27/2001 13:03:48 Acti

RE: ECDSAwithSHA1 support in OpenSSL

2001-07-27 Thread Ryan Hurst
I have attached their ECC root certificate and CRL, they are both publicly available so I think I should be okay :) (the fingerprint can be verified at: https://mobiletrust.certicom.com/mobiletrust/root.html) As for which fields they are using I am unsure (however I would guess since they hold th

Want to use certs and keys in memory instead of file

2001-07-27 Thread Dilkie, Lee
Hi, I'm sure this is a fairly simple and probably common request. I want to include the ssl cert and private key (copied, pem, from the files) in my program as static variables (to avoid having files in my file-less application). I'm staring at SSL_CTX_use_certificate_file() and the other SSL_

RE: OCSP daemon

2001-07-27 Thread Ryan Hurst
Massimiliano -- Glad to see your working on this effort :), I have a responder available for testing information about this responder can be found at http://www.valicert.com/ocsp. I am including a set of certificates for the CAs found at that page as well. VeriSign operat

RE: ECDSAwithSHA1 support in OpenSSL

2001-07-27 Thread Ryan Hurst
David -- That is great news, given your current status how far do you think you are from being able to verify a ECDSAwithSHA1 signed object? Ryan -Original Message- From: David Stes [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 26, 2001 8:22 PM To: [EMAIL PROTECTED] Subject:

Re: ECDSAwithSHA1 support in OpenSSL

2001-07-27 Thread Dr S N Henson
Ryan Hurst wrote: > > Has any work been done to add ECDSAwithSHA1 (1.2.840.10045.4.1) to OpenSSL? > I see that the appropriate NIDs have been added in but I am assuming this is > simply a result of their inclusion in > http://www.ietf.org/internet-drafts/draft-ietf-pkix-ipki-pkalgs-03.txt. > > I

SL23_GET_CLIENT_HELLO:unknown protocol

2001-07-27 Thread Kolasinski Radoslaw
Hi On machine C: I type in prompt on terminal pts/0: stunnel -f -d 2401 -r 192.168.0.2:2402 and get output: Using '192.168.0.2.2402' as tcpwrapper service name stunnel 3.16 on i686-pc-linux-gnu PTHREAD+LIBWRAP And on machine S: I type in prompt: stunnel -f -d 2402 -l cvspserve and get output:

Re: OCSP daemon

2001-07-27 Thread Massimiliano Pala
Dr S N Henson wrote: I managed the ocspd server to respond to the psm, anyway I get an error into the HTTP reported format by psm. I don't know if this is related to the response itself (and the reported error is not specific for the response) or is a simple error in the HTTP syntax. Here is wha

Re: Problem using SSL_set_verify with a callback

2001-07-27 Thread Lutz Jaenicke
On Thu, Jul 26, 2001 at 07:00:01PM +0300, Ori Yosefi wrote: > I've been trying to write a server application that for some resources > requests a client certificate from the user. > > I call SSL_CTX_load_verify_locations and SSL_CTX_set_client_CA_list before > starting listening on the socket and

RE: ssldump for windows? (resending)

2001-07-27 Thread Ken . Torri
Title: RE: ssldump for windows? (resending) Mihai & Dick Though you folks might be interested in this. KT -Original Message- From: Gleison Santos [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 6:54 AM To: [EMAIL PROTECTED] Subject: Re: ssldump for windows? (resending)

Memory leaks

2001-07-27 Thread Gleison Santos
Hi all. I followed instructions in http://marc.theaimsgroup.com/?l=openssl-users&m=99494629705968&w=2 to find memory leaks in my application. The output generated by CRYPTO_mem_leaks_fp (as show below) tells me that 899 bytes were leaked but the sum of all reported bytes is 1608. Is that a bug

Re: ssldump for windows? (resending)

2001-07-27 Thread Gleison Santos
You could try Ethereal. You can find it at http://www.ethereal.com. []`s Gleison Nadeem Mughal wrote: > Hi all, > > Does anyone know if there's an ssldump available for windows or not? Please let me >know. > > Thanks for the help. > > Nadeem. > > __

ocsp in SNAPS

2001-07-27 Thread Massimiliano Pala
Hi all, I am trying to get the ocsp stuff working with the Netscape psm, I am only at the beginning, but I have some questions for you: o Is it the PEM_read_bio_OCSP_REQUEST() the right function to use to read a DER encoded request ( from Netscape psm ) ? If not, whic

Re: apps_startup()

2001-07-27 Thread Richard Levitte - VMS Whacker
From: "Kukmin, Han" <[EMAIL PROTECTED]> ankh> What is the function of the "apps_startup()". ankh> Is there any document about this function? Look in apps.h. -- Richard Levitte \ Spannvägen 38, II \ [EMAIL PROTECTED] Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47

apps_startup()

2001-07-27 Thread Kukmin, Han
What is the function of the "apps_startup()". Is there any document about this function?   please tell me something..