generate own CA

2002-06-26 Thread Info
is there a faq, howto to generate own CA for httpd(apache)? I am running Redhat 7.2 __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automate

significance of the ASN1_OBJECT structure

2002-06-26 Thread szips
Hi... Does any boby knows the significance of the ASN1_OBJECT structure used in openssl. It is defined in asn1.h as typedef struct asn1_object_st { const char *sn,*ln; int nid; int length; unsigned char *data; int flags; /* Should we free this one */ } ASN1_OBJECT; To be specific I want to

SSL ENABLED SERVER

2002-06-26 Thread Shalendra Chhabra
Can someone guide me how to install Certificates and Private Key in my server. For example I want to create a server that will host my web page and since I have openssl library I can generate Certificate and Private key of my machine but how to install all this so that If there is any other machin

help needed regarding RSA key generation.

2002-06-26 Thread Manish Ramesh Chablani
Hi, I am new to openSSL. I want to use openSSL to provide cryptographic functions like (key generation, encryption with public key, signing with private key, MD5 calculation) i.e. basically I want to use OpenSSL's Crypto library. I am trying to add authentication/security in MPI implem

Re: openssl-0.9.7-beta2 doesn't install

2002-06-26 Thread Averroes
Many Thanks to All Regards # Averroes __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Re: OpenSSL versions

2002-06-26 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Wed, 26 Jun 2002 17:28:19 -0500, Ken Hoo <[EMAIL PROTECTED]> said: Ken_Hoo> Does anyone know how to find the documented differences between the Ken_Hoo> different versions of OpenSSL? I can't seem to locate the information Ken_Hoo> on the website. Thanks. htt

Re: OpenSSH 3.4 and OpenSSL 0.9.6d

2002-06-26 Thread Paul L. Allen
Silvex Security Team wrote: > > I am trying to configure OpenSSH 3.4P1 using OpenSSL 0.9.6d without success > > # LIBS="-ldl" CPPFLAGS="-I/usr/include/openssh" ./configure --with-tcp-wrappers >--with-ssl-dir=/usr/share/ssl/lib > > > > checking for getpagesize... yes > checking whether snprin

Re: OpenSSH 3.4 and OpenSSL 0.9.6d

2002-06-26 Thread Silvex Security Team
Nope! no cigar. I saw a similar post on "[EMAIL PROTECTED]" with the same problem. I also removed ssh, ssl the re-compiled OpenSSL (engine and none engine) with no luck. This has to be some simple thingie! TIA > > Hi, > > On Wed, 26 Jun 2002, Silvex Security Team wrote: > > > I am trying to

Re: OpenSSH 3.4 and OpenSSL 0.9.6d

2002-06-26 Thread Silvex Security Team
conigure script for OpenSSH looked under /usr/local/include/openssl FIRST. I nuke the directory since it was for the OLD 0.9.5 SSL libraries...I hate RPM...;) > > Hi, > > On Wed, 26 Jun 2002, Silvex Security Team wrote: > > > I am trying to configure OpenSSH 3.4P1 using OpenSSL 0.9.6d without

Re: OpenSSH 3.4 and OpenSSL 0.9.6d

2002-06-26 Thread Geoff Thorpe
Hi, On Wed, 26 Jun 2002, Silvex Security Team wrote: > I am trying to configure OpenSSH 3.4P1 using OpenSSL 0.9.6d without success > > # LIBS="-ldl" CPPFLAGS="-I/usr/include/openssh" ./configure > --with-tcp-wrappers --with-ssl-dir=/usr/share/ssl/lib > > > > checking for getpagesize... yes > ch

OpenSSH 3.4 and OpenSSL 0.9.6d

2002-06-26 Thread Silvex Security Team
I am trying to configure OpenSSH 3.4P1 using OpenSSL 0.9.6d without success # LIBS="-ldl" CPPFLAGS="-I/usr/include/openssh" ./configure --with-tcp-wrappers --with-ssl-dir=/usr/share/ssl/lib checking for getpagesize... yes checking whether snprintf correctly terminates long strings... yes che

OpenSSL versions

2002-06-26 Thread Ken Hoo
Does anyone know how to find the documented differences between the different versions of OpenSSL? I can't seem to locate the information on the website. Thanks. __ OpenSSL Project http://www.ope

OpenSSL article at unixreview

2002-06-26 Thread Brian Hatch
There's an intro OpenSSL article at www.unixreview.com that folks might want to peruse. -- Brian Hatch "Fashion is what one Systems andwears oneself. What Security Engineer is unfashionable is http://www.ifokr.org/bri/ what other people wear

des_encrypt3

2002-06-26 Thread Fisk, Kevin
Does anyone have a small example of how to do a 3DES encryption? __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Performance of OpenSSL

2002-06-26 Thread Mads Rasmussen
Could someone tell me if there exists a document about the performance of OpenSSL? I remember something about a performance comparison between OpenSSL and BSafe, but I haven't been able to find a reference. I think that Eric Young posted something about BSafe, but I cannot find it, could someo

Re: Re: Basic SSL question...

2002-06-26 Thread Shalendra Chhabra
HI I think you know what I am talking about. Well I read this about in a Paper by Scheiner "An Analysis of SSL 3.0 Protocol" Actually I am an Indian Student doing my Internship in France. We are working on extraction of Instrusion Detection Signatures from Failed Proofs of Cryptographic Protocol

Re: Error

2002-06-26 Thread Michael Chang
You forgot a semicolon after your union. Michael On Wed, 26 Jun 2002, Shalendra Chhabra wrote: > Hi > I am writing a program to log communication to a file. > Soon I will be integrating openssl library routines in this. > But when i simply compile this program > gcc -I/usr/local/include -c

Errors trying to create a CSR

2002-06-26 Thread SDowell
When I try to create a CSR on my Windows machine I get the following errors: error on line 3815674 of openssl.cnf 1564:error 02001002 System library:fopen:no such file or directory:.\crypto\BIO\bss_file.c:104:fopen('openssl.cnf','rb') First, there is no line 3815674 in the configuration file Sec