OpenSSL and Net::SSLeay from Perl on Novell NetWare

2001-02-28 Thread John Townsend
Can anyone give me an idea what it would take to set up OpenSSL and the Net::SSLeay Perl module on a Novell NetWare server so that it can be used from a Perl script to retrieve a page by HTTPS? Or does Novell have another way to do this with its API or something from a Perl script or C/C++ pro

Re: Signing with S/MIME

2001-02-28 Thread Dr S N Henson
Darío Mariani wrote: > > Hello: > I'm trying to sign a file with "openssl smime" but I would like that > the output to be only the signature, or as the smime man page in the > "-content filename" option says: [a] PKCS#7 structure is using the > detached signature form where the content is not i

No Subject

2001-02-28 Thread Craig Wooster
Craig Wooster Manager of System Administration BroadRiver Communications (678) 566-1190 winmail.dat

Re: PKCS8 and JAVA Application

2001-02-28 Thread Greg Stark
Srini, What sorts of exceptions are you getting? Of course you need to use the same password for reading the key in that you used to write it out. The default encryption algorithm used by the pkcs8 utility is pbeWithMD5AndDES-CBC, so this must be available to the Java code you are importing t

PKCS8 and JAVA Application

2001-02-28 Thread srinivasa siripurapu
Hi, I am trying to load a private key into a java app using java store, and it is unable to load it. i used this command toget my DER formatted private key. openssl pkcs8 -outform DER -topk8 -in key.pem -out enckey.der when i try to load this i am encountering exceptions. Any suggestio

Re: How to generate binary form of private key file

2001-02-28 Thread Dr S N Henson
Scott Taggart wrote: > > Hi, > > I am using "req -new..." to generate a privkey.pem file. I see how I can > get an encoded version of the private key file using the "rsa -in > privkey.pem" command. What I need, however, is a "binary" form (better yet > a "C" format). I don't see an option in

How to generate binary form of private key file

2001-02-28 Thread Scott Taggart
Hi, I am using "req -new..." to generate a privkey.pem file. I see how I can get an encoded version of the private key file using the "rsa -in privkey.pem" command. What I need, however, is a "binary" form (better yet a "C" format). I don't see an option in the rsa command to generate a "C"

Signing with S/MIME

2001-02-28 Thread Darío Mariani
Hello: I'm trying to sign a file with "openssl smime" but I would like that the output to be only the signature, or as the smime man page in the "-content filename" option says: [a] PKCS#7 structure is using the detached signature form where the content is not included. How do I do it? Thank

Windows 2000 server installation problems

2001-02-28 Thread Duncan Loxton
Hi! I am trying to install OpenSSL on a Windows 2000 server machine running the latest Active Perl, and with Mingw32 and GNU. I have followed all the steps in INSTALL.W32, and recieved 1 error: process_begin: CreateProcess((null), gmkdir outinc/openssl, ...) failed. make (e=2): The system cann

Re: Problem during compilation

2001-02-28 Thread Shridhar Bhat
Arun Dwajan wrote: > > Hi!! > > I'm encountering some problems during compilation of OpenSSL programs on the LINUX >platform. > When i execute the make command i get messages like: >undefined functions in libcrypto.a > Please send me some sample OpenSSL progs and also the Makefile along wit

Problem with stdout in Windows NT

2001-02-28 Thread Girish Venkatachalam
Hi, The FILE pointer corresponding to stdout,stdin and stderr gets corrupted in Windows NT when we use openssl. Is there a way out ? kind regards, Girish V __ OpenSSL Project http://www.openssl.o