Re: CRLs and self-signed root certs.

2000-12-04 Thread Bodo Moeller
On Sat, Dec 02, 2000 at 12:05:46PM +, Ben Laurie wrote: Bodo Moeller wrote: Peter Gutmann [EMAIL PROTECTED]: Mats Nilsson [EMAIL PROTECTED]: Should a self-signed root certificate ever need to be revoked, shall it list itself in its usual CRL(s), as the last thing it does before it is

Re: CRLs and self-signed root certs.

2000-12-04 Thread Mats Nilsson
Ben Laurie [EMAIL PROTECTED] wrote: Eh? Surely if a cert revokes itself then one of two things has happened: a) The legitimate owner revoked it b) Someone else got hold of the private key and revoked it in either case, you want the cert to be revoked, right? In case b, nothing would stop the

Re:

2000-12-04 Thread Frédéric Donnat
Alex Cosic a crit : Hi, My question is on how to connect JSSE (java based client) with openssl based web engine server. I have tried so far and what I have got is that I could not create SSL socket with my opensl server, which works fine with my openssl client (even when I used JNI approach to

Key genration in IE

2000-12-04 Thread Tridib, Mumbai
Hi all, Please help me. My problems are as follows: 1. I have generated key pair in Netscape (at client side) and then subsequently I have created Certificate (at server side) using -SPKAC option of "ca" command i.e signing the request with root private key. This works fine. My problem is how

Re: Key genration in IE

2000-12-04 Thread Jean-Marc Desperrier
"Tridib, Mumbai" wrote: 3. If I have a crypto API which can generate a hash of a data and then sign it using the private key of the certificate, then is it possible to output a PKCS#7 signed-object?If yes, How it can be done. Technically talking, yes, but only pkcs#7 _without_ any signed

Re: cvs commit: openssl FAQ

2000-12-04 Thread Jean-Marc Desperrier
Jeffrey Altman wrote: From the GNUTLS site: "You should view this as an alternative implementation of OpenSSL (actually GNUTLS is closer to Eric Young's SSLEAY rather than OpenSSL)." What does this mean? A great news for everyone for writes GPL code that needs crypto. When the FSF

Re: Key genration in IE

2000-12-04 Thread Michael Ströder
"Tridib, Mumbai" wrote: My problem is how can I generate the key pair in IE [..] Has any one done this? Use the force and read the source: http://www.pyca.de Ciao, Michael. __ OpenSSL Project

engine propose

2000-12-04 Thread Martin Szotkowski
Hi all, we are using OpenSSL with smart card. We made hard intervention into OpenSSL code, that enable use smard card as a key file. When I use RSA key in file I use standard file, if I want use card, I use special file with some setting in this file. I simply call PEM_read_bio_RSAPrivateKey()

pkcs7 processing

2000-12-04 Thread Rodney Thayer
I am trying to create a pkcs7-formatted certificate. This is for an IPsec user. In the IPsec world, even in the year 2000, we are having silly interoperability battles over raw vs. PEM vs. pkcs7 certificate formats. I tried using 'openssl pkcs7 -inform DER -in cert7.p7c -print_certs' with the

Re: pkcs7 processing

2000-12-04 Thread Tom Biggs
At 09:08 AM 12/4/00 -0800, Rodney wrote: p.s. all those layers and layers and layers of macros makes it hard to walk through this code. Amen to that! If I didn't have Visual SlickEdit I'd be tearing my hair out. It's still difficult to manually trace through the function pointers though.

Re: pkcs7 processing

2000-12-04 Thread Dr S N Henson
Rodney Thayer wrote: I am trying to create a pkcs7-formatted certificate. This is for an IPsec user. In the IPsec world, even in the year 2000, we are having silly interoperability battles over raw vs. PEM vs. pkcs7 certificate formats. I tried using 'openssl pkcs7 -inform DER -in

RE: CRLs and self-signed root certs.

2000-12-04 Thread Frank Balluffi
I can imagine a scenario whereby an organization might choose to sign a death notice before going out of business. For example, suppose a commercial CA decided to go out of business, there might be benefits to their signing a CRL including their root certificate. Frank -Original

Re: CRLs and self-signed root certs.

2000-12-04 Thread Goetz Babin-Ebell
Mats Nilsson wrote: Goetz Babin-Ebell [EMAIL PROTECTED] wrote: You can generate a new root certificate and use it to sign the new CRL which lists the old root certificate as revoked... I'm not sure one should recognize the new root ca to be a legitimate revoker of the orignal certificate.

Re: CRLs and self-signed root certs.

2000-12-04 Thread Goetz Babin-Ebell
Frank Balluffi wrote: I can imagine a scenario whereby an organization might choose to sign a death notice before going out of business. For example, suppose a commercial CA decided to go out of business, there might be benefits to their signing a CRL including their root certificate. The

Re: CRLs and self-signed root certs.

2000-12-04 Thread Peter Gutmann
Goetz Babin-Ebell [EMAIL PROTECTED] writes: Everybody can issue a CRL. Only a CA with CRL signing enabled can issue a CRL. A CA can issue a CRL with own revokated certificates but it can issue a CRL with revoked certificates of other CAs (at least in X509v3...) A CA can't revoke another CA's

RE: CRLs and self-signed root certs.

2000-12-04 Thread Frank Balluffi
Yes. RFC 2459 (and X.509) call this an indirect CRL. See the issuing distribution point CRL extension and the certificate issuer CRL entry extension. Frank -Original Message- From: Rich Salz [mailto:[EMAIL PROTECTED]] Sent: Monday, December 04, 2000 3:27 PM To: [EMAIL PROTECTED]

Re: CRLs and self-signed root certs.

2000-12-04 Thread Goetz Babin-Ebell
Peter Gutmann wrote: Goetz Babin-Ebell [EMAIL PROTECTED] writes: Everybody can issue a CRL. Only a CA with CRL signing enabled can issue a CRL. Everybody who can generate a certificate with the propper flags can generate a CRL. But he has to find a way to let the user trust him in

Re: CRLs and self-signed root certs.

2000-12-04 Thread Peter Gutmann
Goetz Babin-Ebell [EMAIL PROTECTED] writes: Peter Gutmann wrote: Goetz Babin-Ebell [EMAIL PROTECTED] writes: Everybody can issue a CRL. Only a CA with CRL signing enabled can issue a CRL. Everybody who can generate a certificate with the propper flags can generate a CRL. Sure, but this

Re: Key genration in IE

2000-12-04 Thread SCH
Hi,Would you please talk more about the crypto object in the Netscape javascript?I want a detailed reference of it. As to IE,I have collected the answer from this maillist long time ago, I would like to share it,again.And I still wonder what other function the xenroll object(or other object)

Re: cvs commit: openssl/crypto/bn bn_mul.c bn_lcl.h

2000-12-04 Thread Ulf Möller
On Mon, Dec 04, 2000 at 06:12:02PM +0100, [EMAIL PROTECTED] wrote: I haven't yet changed the comments that describe bn_mul_recursive() and bn_mul_part_recursive(). Don't forget the bn_internal manpage, please. void bn_mul_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, -