RE: RPM & Source code version

2001-11-20 Thread John . Airey
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: 20 November 2001 15:41 >To: [EMAIL PROTECTED] >Subject: RPM & Source code version > > >Hi Sirs, > >I'm running RedHat 7.1 with kernel 2.4.3-12 on my Intel P3 866 >system. Recently, I just removed the openssl pa

Re: Root certificate in code

2001-11-20 Thread Lutz Jaenicke
On Tue, Nov 20, 2001 at 01:25:36PM +0100, Alexander Kuit wrote: > I want to store a CA root cert in source code. I know 'openssl' has an option -C >which outputs 3 char arrays. How do I turn this data into an X509 struct? Or is there >another way to store certs in the source? Use the XXX_certif

Re: RES: is there any ssl opensource implemented using cdsa available?

2001-11-20 Thread Rich Salz
http://developer.intel.com/ial/security/documentation.htm has a link to a PDF file on integration. -- Zolera Systems, Your Key to Online Integrity Securing Web services: XML, SOAP, Dig-sig, Encryption http://www.zolera.com __ Op

Re: https

2001-11-20 Thread [EMAIL PROTECTED]
Ah.. the Camel ;-)) Well for one thing the exchange between https and your browser is quite a bit different.. whereas plain http can be obtained simply by GET [..] Which you can't do with https.. quite in the same way;-)) Hope that helps somewhat.. You also should use carp or something as it wi

RES: is there any ssl opensource implemented using cdsa available?

2001-11-20 Thread Mads
Would it be possible for you to find a URL? -Mensagem original- De: Prashant Kumar [mailto:[EMAIL PROTECTED]] Enviada em: quarta-feira, 21 de novembro de 2001 00:05 Para: openssl-users Cc: openssl-dev Assunto: RE: is there any ssl opensource implemented using cdsa available? I saw a pap

RPM & Source code version

2001-11-20 Thread ddl76
Hi Sirs, I'm running RedHat 7.1 with kernel 2.4.3-12 on my Intel P3 866 system. Recently, I just removed the openssl package that came with RedHat 7.1 and I installed the source package from the openssl website. After this I was not able to use most of my apps(like ssh, dig, nslookup, KDE) The

RE: is there any ssl opensource implemented using cdsa available?

2001-11-20 Thread Prashant Kumar
I saw a paper on Intel or IBM website where they have explained few facts about integrating OpenSsl in CDSA. Also I think some effort is in progress. -Original Message- From: raju [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 7:06 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTE

Client/Server authentification.

2001-11-20 Thread Torkel Lyng
Do anyone have any suggestions on how I should implement a client/server authentification procedure? The client must check that the server is valid and the server must check that the client application is valid. It's not an open-source project. I know it's quite impossible to make this 100% secur

Re: Imap over SSL installation problems

2001-11-20 Thread Brent Newson
On Thu, 2001-11-15 at 12:56, Lutz Jaenicke wrote: > On Thu, Nov 15, 2001 at 11:05:45AM +, Brent Newson wrote: > > I am running NetBSD 1.5.2 with openssl-0.9.6nb2 and cyrus-imapd-2.0.16. > > I have created a self-signed certificate called cacert.pem but everytime > > i try and connect to the se

Re: multiples ssl requests

2001-11-20 Thread Julio Kriger
I must do it through SSL. What I have to do is something like a webbrowser, without the display part. I will try "w3c-libwww". Thanks. Vadim Fedukovich wrote: > > Julio, > > could you do this over plain HTTP (no ssl)? If it fails the problem > is likely outside openssl and you could try w3c-li

validate a certificate

2001-11-20 Thread FCOCASTILLEJO
Hi, I create a certificate request to CA with keytool keytool -certreq -alias firmacliente -file reqclien.csr -keystore cliente I export to file in CA path (copy ...) And then i execute: Openssl ca -in reqclien.csr -verbose And then appear a error: wrong number of fields on line 1 (look

is there any ssl opensource implemented using cdsa available?

2001-11-20 Thread raju
Hi all, is there any ssl opensource implemented using cdsa available? thanks in advance Rajulu Ponnada __ OpenSSL Project http://www.op

https

2001-11-20 Thread Scott Stavretis
    Hello,   I am having some problems connecting to https sites, I have no idea if I am even asking the correct list, any help would be appriciated.. I have installed openssl 0.9.6b, Net::SSLeay Bundle::LWP MIME::Base64 HTTP::Status  Basically I can post to http sites however not https it re

RE: SSL_connect gives me the error SSL_ERROR_SYSCALL

2001-11-20 Thread Andy Schneider
Often a look at errno can be instructive. Compiling SSL in debug and stepping through the code when the error occurs can also be very useful. -Original Message-From: Venugopal Panchamukhi [mailto:[EMAIL PROTECTED]]Sent: 20 November 2001 12:21To: [EMAIL PROTECTED]Subject: SSL_c

Root certificate in code

2001-11-20 Thread Alexander Kuit
Hi, I want to store a CA root cert in source code. I know 'openssl' has an option -C which outputs 3 char arrays. How do I turn this data into an X509 struct? Or is there another way to store certs in the source? Thanks in advance, Alexander Kuit _

SSL_connect gives me the error SSL_ERROR_SYSCALL

2001-11-20 Thread Venugopal Panchamukhi
Hi,    I've a problem with SSL_connect and the explanation of it is as mentioned below: 1. Firstly, i'm opening an SSL connection and then do read and write on that. 2. If i happen to encounter the error SSL_ERROR_SYSCALL then i try to close this connection and reopen another connection with the

Re: Importing Self Signed Cert in Oracle 8i - PROBLEM SOLVED

2001-11-20 Thread viswanath
I removed all x509 occurrences in openssl.cnf removed all x509 extensions like CA:true etc from cnf file. Generated a 512 bit CA key & Cert with only O,OU,C . Was able to import it into Oracle Also signed a CSR Able to import user certificate into oracle. Thanx a lot guys, especially Geof

Re: Sharing a SSL connection between processes

2001-11-20 Thread Richard Levitte - VMS Whacker
From: Tal Mozes <[EMAIL PROTECTED]> talm> My question, in short: Is there a way to serialize the contents of the talm> SSL_CTX and SSL structs to a bio? Not really, at least in the sense that you want. The thought came to me that it almost seems like you'd want some kind of datagram protocol ov

generate pkcs7 from pkcs10

2001-11-20 Thread Jesper Öman
Is there a way to send a certificate request in form of a pkcs#10 to openssl, and get it to generate a certificate in form of a pkcs#7? mvh, Jesper Öman, Stockholm, Sweden __ OpenSSL Project http:

problem with sconnect example

2001-11-20 Thread Ciuffoli Andrea
I need to use the code of sconnect to check this URL   /reg_free_member_1/1,2628,,00.html   and the sconnect does not work   The web site to test is https://www.eptatrading.com/reg_free_member_1/1,2628,,00.html   Best regards, Andrea Ciuffoli

Re: Importing Self Signed Cert in Oracle 8i

2001-11-20 Thread Geoff Thorpe
Hi there, I have no idea what it is that is bothering Oracle 8i about your cert(s) so I can simply make guesses here ... On Tuesday 20 November 2001 02:32, viswanath wrote: > Here are the differences found > >MY CERT|VERISIGN > > 1) 1024-bit

Write SSL_CTX_st, SSL_st to mem/disk

2001-11-20 Thread Tal Mozes
This may be a repost (I sent this mail once but haven't got it or any replies to it from the majordomo). My question, in short: Is there a way to serialize the contents of the SSL_CTX and SSL structs to a bio? Some more details: I'm trying to figure out a way to use SSL between the client and se

Sharing a SSL connection between processes

2001-11-20 Thread Tal Mozes
Hi, and sorry if this is a repost. My question, in short: Is there a way to serialize the contents of the SSL_CTX and SSL structs to a bio? Some more details: I'm trying to figure out a way to use SSL between the client and server of my application. The problem is that there are several differen

OpenSSL on PalmOS

2001-11-20 Thread Leendert Meyer
Hi there, I am in the investigating the development of an application that must run on a PDA type platform. PalmOS is at this stage the leading candidate. However, I will need to be able to use SSL on the PalmOS. Does anyone know if I can use OpenSSL on the Palm or is there a proprietry SSL lib

Re: S/MIME: Using separate digital and encryption certificates

2001-11-20 Thread viswanath
I think the extension u have to use is keyUsage = digitalSignature,nonRepudiation Maybe this should work. And tell me did u generate seperate digital signing and encryption for the same dn i.e for same information like C,L,CN,O,OU. If u did it for same input, please let me know how to do it.