Re: Naina announce (was: [ANNOUNCE] OpenSSL 0.9.1 beta 1 released)

2002-06-04 Thread Lutz Jaenicke
On Wed, Jun 05, 2002 at 03:35:31AM +0300, Vadim Fedukovich wrote: > hi list, > > Naina library may be considered an ASN.1 test; it handles some > Secure Electronic Transactions messages. > http://www.unity.net/~vf/naina_r1.tgz > > It works with 0.9.7-beta-1, on linux, gcc 2.9.5 > > It could be

Re: strange error SSL_ERROR_SSL

2002-06-04 Thread Lutz Jaenicke
On Tue, Jun 04, 2002 at 08:48:58PM +0200, Folkert van Heusden wrote: > I'm trying to add SSL-support to my application. > What I'm doing is basically this: > init (same for client and server): > - > SSL_library_init(); > SSL_load_error_strings(); >

strange error SSL_ERROR_SSL

2002-06-04 Thread Folkert van Heusden
Hi, I'm trying to add SSL-support to my application. What I'm doing is basically this: init (same for client and server): - SSL_library_init(); SSL_load_error_strings(); bio_err = BIO_new_fp(stderr, BIO_NOCLOSE); meth = SSLv23_method

Naina announce (was: [ANNOUNCE] OpenSSL 0.9.1 beta 1 released)

2002-06-04 Thread Vadim Fedukovich
hi list, Naina library may be considered an ASN.1 test; it handles some Secure Electronic Transactions messages. http://www.unity.net/~vf/naina_r1.tgz It works with 0.9.7-beta-1, on linux, gcc 2.9.5 It could be great to include SET-specific objects into openssl; patch is there inside regards,

Anyone used OC4J with OpenSSL certs?

2002-06-04 Thread Mike Shaw
[Oracle Container for Java is a Java web server, similar to Tomcat] This is probably more of an oc4j question, but it deals with cryptography/OpenSSL so I was hoping for some input from folks who may have encountered this. If nothing else, it will be nice to have in the archives for those who

Re: What format is this PKCS7 signature in? (No, it's not PEM or DER)

2002-06-04 Thread Paolo Rossi
Try use dumpasn. Paolo >From: "Bob Steele" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: What format is this PKCS7 signature in? (No, it's not PEM or DER) >Date: Tue, 4 Jun 2002 11:45:10 -0700 >MIME-Version: 1.0 >Received: from [195.27.130.252] by hotmail.c

Re: rsa_st copy function

2002-06-04 Thread Frank Balluffi
Federico, You can either encode and decode CopyKey (i.e., call i2d followed by d2i) or increment the rsa_st's references element using CRYPTO_add. For example: CRYPTO_add (&CopyKey->references, 1, CRYPTO_LOCK_RSA); See crypto/threads/mttest.c for setting up mutexes for a multithreaded applica

Re: Re: Errors

2002-06-04 Thread Shalendra Chhabra
Greetings I did not get this piece of line.. >This is entirely true. The only browser that can really be >trusted is one into which new certificates can never be installed >and which refuses to connect to a site if the certificate can't >be verified.?? what does this mean ?? than h

Re: zlib double free bug and openssl question.

2002-06-04 Thread Kenneth R. Robinette
Date sent: Tue, 4 Jun 2002 19:45:55 +0200 From: Lutz Jaenicke <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject:Re: zlib double free bug and openssl question. Organization: BTU Cottbus, Allgemeine Elektrotechnik Send repl

Re: Errors

2002-06-04 Thread Martin Kochanski
At 09:16 04/06/02 -0600, you wrote: >I have said this before in this group and I will repeat it. I see nothing that would >stop a felon in prison from incorporating a company and getting a cert. And she should be allowed to. The certificate will say that it was issued to that company. The ce

RE: REMOVE

2002-06-04 Thread Dilkie, Lee
NO! You are NOT allowed to leave You HAVE to stay.   (sorry to the list members for the noise, but I couldna help maself) -Original Message-From: Sidney Fortes [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 04, 2002 2:30 PMTo: [EMAIL PROTECTED]Subject: REMOVE R

What format is this PKCS7 signature in? (No, it's not PEM or DER)

2002-06-04 Thread Bob Steele
Could someone tell me what format this PKCS7 signature is in, and how I can work with such a format using OpenSSL? Thanks! - Bob MysteryPKCS7.bin Description: Binary data

REMOVE

2002-06-04 Thread Sidney Fortes
REMOVE

rsa_st copy function

2002-06-04 Thread Federico Sauter
Greetings! I have been searching the OpenSSL headers for a copy function, which would take a const pointer to a rsa_st structure and return another pointer to a copy of it, but have not found any. My question is why isn't there such a function? Are there any "tricks" in the copying process

Re: zlib double free bug and openssl question.

2002-06-04 Thread Lutz Jaenicke
On Mon, Jun 03, 2002 at 04:01:38PM -0400, Lenny Miceli wrote: > I've tried to search the archives/bug reports/faq's and didn't find any > definitive answers on the zlib Double Free Bug CERT's Advisory CA-2002-07 > issue. Does openssl v0.9.6b or above have this issue? I know if you do a > stings

How to use "X509 -hash" command

2002-06-04 Thread Daniel H. Gomes
Hi, I'm a new user to OpenSSL Lib. I'm trying to validate an S/MIME message. I've got the senders certificate and the CA's certificates. There are 2 CAs involved (itermediate and root). The problem I'm having is telling the smime utility to use both certificates to validate the sender's certi

Re: Errors

2002-06-04 Thread terr
I sort of agree with the sentiments expressed by Shalendra Chhabra. The value added by M$ or verisign is questionable. I would rather I could pop over to my local bank and get a cert. They know me and I trust them. I do not trust Verisign. I have said this before in this group and I will re

RSA_sign second param: the message or the digest?

2002-06-04 Thread Judith Retief
As I understand, signing a message means getting its hash/digest and then encrypting the digest with your private key. So I would assume that RSA_sign would take as parameter the message, the hash algorithm ID and the private key. However, according to the documentation of RSA_sign (3), it take

qcStatements

2002-06-04 Thread Jasmin Djipanov
Does anyone know how to configure openssl.cnf to include the 'qcStatements' extension in a user certificate? Thanks... __ OpenSSL Project http://www.openssl.org User Support Mailing List

Re: Errors

2002-06-04 Thread Mark H. Wood
On 4 Jun 2002, Shalendra Chhabra wrote: > 1. I am able to generate Certificate and Private Key > using command line options in Openssl. > can someone tell me are they considered good? and if they are good > why do we need Certificates from companies like > Microsoft, Verisign??? Considere

How to build a unique file with two certificates (chained)

2002-06-04 Thread Paolo Rossi
I have created a CA certificate : ca.der I have create a client certificate : client.der I wonder how is possible to create a single certificate which includes them both, that is a single file in der format. I tried to put them both in pem format, then copy one file to the other and then "conv

RE: Errors

2002-06-04 Thread Jacobson Erik P Civ AFRL/IFGC
Whether the certificates are "good" or not depends on your usage of them. As far as securing your own communications, yes they are good(If properly created with a decent key etc.). The Microsoft, Verisign, Thawte, etc... certificates are for the general public's peace of mind. They are normally

How to use ExtensionRequest attribute.

2002-06-04 Thread Suram Chandra Sekhar
Hi, I have a question regarding the Extension Request attributes. 1. What is a ExtensionRequest attribute? 2. How to add ExtensionRequest attibute to a certificate request? Awaiting for your valuable response. Regards Suram _

RE: Help

2002-06-04 Thread Judith Retief
I have also run into this problem, and have not been able to resolve it. I'd guess that the example was originally compiled against an older version of the library. -Original Message- From: Shalendra Chhabra [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 10:05 PM To: [EMAIL PROTEC

How to renew a Cert generated by my own CA

2002-06-04 Thread Daniel Sutcliffe
I have only just subscribed to this list so I apologise if I don't follow protocol. I thought this would be easy but my Web searches have led to nothing and I can't find a archive for this list :-( I have had my own CA for a little over a year now (key point). This has been done using openssl an

RE: Errors

2002-06-04 Thread Sharon Hezy
See answers below. I hope it helps. Best Regards, Sharon Hezy. -->-Original Message- -->From: Shalendra Chhabra [mailto:[EMAIL PROTECTED]] -->Sent: Tue, June 04, 2002 3:01 PM -->To: [EMAIL PROTECTED] -->Subject: Errors --> --> -->I need some help --> -->1. I am able to generate Certifica

Re: Query about DES-CBC3-SHA

2002-06-04 Thread Riaan Kruger
On Tue, 2002-06-04 at 09:26, Umesh wrote: > Hi, > > I am using openssl-0.9.6d to establish a secure web server. I am having > some > problems with the DES-CBC3-SHA (TLS_RSA_WITH_3DES_EDE_CBC_SHA)cipher > suite. Details below: > > Platform: Unix. > - openssl req -x509 -new -keyout srvkey.pem -o

Openssl 0.9.6d coredumps

2002-06-04 Thread Jarmo Järvenpää
Hi all, I've tried to use the following certificate and private key to sign my own requested certificate but for some reason, openssl coredumps. Coredumps occur also when trying to obtain information from private key (with commands like pkcs8, rsa). Any idea why this is happening? (I can provide

Help

2002-06-04 Thread Shalendra Chhabra
I have downloaded the OpenSSL 0.9.6 24 Sep 2000 version. In openssl-0.9.6d/openssl-0.9.6d/demos/maurice when I write make I get the following errors cc -g -I../../include -Wall -c -o loadkeys.o loadkeys.c loadkeys.c: In function `ReadPublicKey': loadkeys.c:36: too few arguments to function `PEM_

zlib double free bug and openssl question.

2002-06-04 Thread Lenny Miceli
I've tried to search the archives/bug reports/faq's and didn't find any definitive answers on the zlib Double Free Bug CERT's Advisory CA-2002-07 issue. Does openssl v0.9.6b or above have this issue? I know if you do a stings on libcrypto.a you find zlib alot, so I assume somehow the zlib librar

Errors

2002-06-04 Thread Shalendra Chhabra
I need some help 1. I am able to generate Certificate and Private Key using command line options in Openssl. can someone tell me are they considered good? and if they are good why do we need Certificates from companies like Microsoft, Verisign??? 2. I have downloaded the OpenSSL 0.9.6

Signed Documents from a Webserver

2002-06-04 Thread Stefan Thom
Yo! I'm playing around with openSSL now for a while and set up my own CA. I would like to create now signed binary Documents (Word, Excel, PDF etc.) which can be downloaded from a Webserver. My Idea is that the signature of the binary document will be validated from the Browser at the Downloa

Re: 3DES ECB

2002-06-04 Thread Pavel Tsekov
Hello Stella, Tuesday, June 04, 2002, 11:14:59 AM, you wrote: SP> Hi, SP> I was wondering if someone could clarify this for me. I'm trying to decrypt SP> a string which has been encrypted in 3DES ECB mode. SP> I'm using the command line utility and a program I have written to do this. SP> Acc

3DES ECB

2002-06-04 Thread Stella Power
Hi, I was wondering if someone could clarify this for me. I'm trying to decrypt a string which has been encrypted in 3DES ECB mode. I'm using the command line utility and a program I have written to do this. According to the EVP_EncryptInit.html, I should use the cipher EVP_des_ede3(). However

Query about DES-CBC3-SHA

2002-06-04 Thread Umesh
Hi, I am using openssl-0.9.6d to establish a secure web server. I am having some problems with the DES-CBC3-SHA (TLS_RSA_WITH_3DES_EDE_CBC_SHA)cipher suite. Details below: Platform: Unix. - openssl req -x509 -new -keyout srvkey.pem -out srvcert.pem -days 365 -newkey rsa:1024 -nodes - openssl