Re: conflicts in openssh/openssl with smartcards

2002-01-20 Thread Geoff Thorpe
Hi there, > there are two projects supporting smartcard use in openssh (that i'm > aware of): muscle (www.linuxnet.com) and citi > (www.citi.umich.edu/projects/smartcard). the citi code is included > in openssh 3.0.2p1 (didn't check older versions). > > the muscle code uses the RSA meth attribute

conflicts in openssh/openssl with smartcards

2002-01-20 Thread Andreas Jellinghaus
hi. there are two projects supporting smartcard use in openssh (that i'm aware of): muscle (www.linuxnet.com) and citi (www.citi.umich.edu/projects/smartcard). the citi code is included in openssh 3.0.2p1 (didn't check older versions). the muscle code uses the RSA meth attribute. take a look at

Re: OPEN SSL ON HP-UX 11.0 32 bit

2002-01-20 Thread Lutz Jaenicke
On Fri, Jan 18, 2002 at 06:48:55PM +0100, Alexis BOILEAU wrote: > When I launch ./config -d I've got this message : This system (debug-hpux-parisc-cc) >is not supported. See file INSTALL for details. > > Because I've not got a ANSI Compiler : Have you got a binary Version of Open SSL for >HP-UX

Re: certificate problem? key size problem? help!!!

2002-01-20 Thread Lutz Jaenicke
On Fri, Jan 18, 2002 at 12:08:36PM -0500, Mark Lidd wrote: > A transcript is the following: > > bash-2.05$ openssl s_client -connect autonet.va.autometric.com:443 -ssl2 ... > Ciphers common between both SSL endpoints: > RC4-MD5 EXP-RC4-MD5 RC2-CBC-MD5 > EXP-RC2-CBC-MD5 DES-CBC-MD5

SSL_UNDEFINED_FUNCTION, reason 34

2002-01-20 Thread Raymond C. Rodgers
Hi, as per usual, I'm a relative OpenSSL newbie. I have managed to get client side apps working without too much effort, but I'm running into problems getting a server side app up and running under OpenBSD 3.0. I created a certificate and key just for my sample app, whose source code is below.

OPEN SSL ON HP-UX 11.0 32 bit

2002-01-20 Thread Alexis BOILEAU
Hi,   When I launch ./config -d I've got this message : This system (debug-hpux-parisc-cc) is not supported. See file INSTALL for details.   Because I've not got a ANSI Compiler : Have you got a binary Version of Open SSL for HP-UX 11.0 32 bit ?   Thank you.   Alexis BOILEAU        

any improvement in the EAP/TLS?

2002-01-20 Thread Yuan Yuan
I see the talk about eap/tls month ago, some improvement in this aspect. any suggestion is appreciated! __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAI

OpenSSL and POP3 Integration Question

2002-01-20 Thread Ben Schumacher
Hello- I am trying on integrating OpenSSL into a POP3 daemon that I've been contributing to, and a security concern has come up that I hadn't considered but has me curios. Basically, as with most POP3 daemons, after authentication, the program forks an external process and does a setuid to the au

useof BIO_* for base64 decoding and inputting DNs

2002-01-20 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- I have a base64 encoded file (could be a buffer if you like). It is in fact a raw public key that I'm importing in ca.c. (The key was generated by a pkix-hostile program. I need to use it in another non-certificate hostile system. I intend to sign it with

64-bit compile with gcc-3.0.3?

2002-01-20 Thread hattons
I just figured out how to get gcc-3.0.3 to build as a 64-bit compiler. Now I want to compile OpenSSL as 64-bit executables. By looking through the source code it seems there is no support for this in the crypto/bn/asm directory. I assume this is needed to successfully build the 64-bit binar

Re: 9.6c compiling problem on w2k unistd.h

2002-01-20 Thread marco engiweb
I fixed this in file \crypto\engine\hw_aep.c (just included process.h and substituted pid_t with int). It works fine for me. - Original Message - From: "Matteo Artuso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 18, 2002 12:40 PM Subject: 9.6c compiling problem on w2

Can't compile 0.9.6c on WinNT server

2002-01-20 Thread Wang, Bing
I tried to following the instructions in Install.w32 to build openssl 0.9.6c on WinNT server. I have VC++6 sp 4 and ml installed on the nt box. I have modified all the path, include, lib env variables to be correct. But I got the following errors while compiling hw_aep.c when I do a build using

certificate problem? key size problem? help!!!

2002-01-20 Thread Mark Lidd
I am trying to generate a slient program will SSLeary and openssl. I seem to be able to connect to the server and send the authorization (basic is required) with problems but the certificate is never trusted, nor can I get the index html page. Instead I get insufficient key size html document.

libssl.so.1 error

2002-01-20 Thread Richard Eklund
Helo I was just wondering if you know how to fix this problem. error while loading shared libraries: libssl.so.1: ELF file data encoding not little-endian. I am trying to find a way to fix this problem but I cannot find anything about it. Please help! It sounds like the file lonssl.so.1 isn't

Re: decrypting a string

2002-01-20 Thread system PRIVILEGED account
Hi Dr S N Henson, Thanks for your quick response. Please see following two C programs. We really appreciate your help. --Wanda Zeng-- /* * crypt.c * * encrypt a string * */ #include #include #include main() { char dev_query[]="query180900"; char s[]="399"

php openssl functions

2002-01-20 Thread Jean Baptiste FAVRE
Hi everybody, I'm a new openssl user. I want to get certificate in order to sign some files which can be downloaded from an intranet server. The problem is, I don't know the command to sign files. Can someone help me. In the same way, I would like to check signed files. Could anybody help me to fi

problems with blowfish

2002-01-20 Thread Kilaru Sambaiah
Hi, I am newbie to the cryptography. I am using crypto library of openssl 0.9.6b version on ReHat Linux 7.2. I wanted to encrypt strings. the code is attached. If I give strings like "aaa" for encryption it is giving some junk characters. What could be the problem? regards, Sambaiah K

RedHat Linux 7.1 ssh connection refused

2002-01-20 Thread Kevin A. T. Silverstein
I am running sshd on a RedHat Linux 7.1 (with the latest upgrades for all openssh* rpms) Dell computer, but cannot seem to connect to it: [prompt]$ ssh machine-name.umn.edu Secure connection to machine-name.umn.edu refused. In debug mode: [prompt]$ ssh machine-name.umn.edu -v OpenSSH_2.9p2, SSH

linux/openssl/apache problem solved

2002-01-20 Thread Rick Dennis
I found my problem. I was sure I had done everything right, but couldn't get a connection using https. Found out I needed to open port 443 in IPCHAINS. Voila !!! Anyone running a semi-standard installation of Linux RedHat 7.1+ will have this issue, unless they chose "No Firewall" during the in