REMOVE

2001-02-08 Thread bertrand . sevellec
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]

JNI and Multithreaded DLL

2001-02-08 Thread mickb
Hi, More questions, I am using JNI( Java Native interface) to call the C program from the Java application that performs the encryption. I managed to build the required shared library but when I run it crashes with the unhandled NTTDLL exception. Since I have to compile a

Re: building openSSL under Win32

2001-02-08 Thread Mario Contestabile
> I followed the procedure in INSTALL.W32 to build the OpenSSL libraries for > Win32 and ran into a problem with an undefined external: d2i_RSAPrivateKey. Double check any batch files (like ms/do_nasm.bat) so they don't contain "no-rsa" and such in the perl command line when generating the .def f

REMOVE

2001-02-08 Thread Neil Muller
Luke2 wrote: > TO BE REMOVED FROM FUTURE MAILINGS, SIMPLY REPLY TO THIS > MESSAGE AND PUT > "REMOVE" IN THE SUBJECT. > >20 MILLION > E-MAIL ADDRESSES > FOR ONLY $249 > **Over Night International Shipping Included** > > Many Call This "The "Perfect E-Mail List" > > Over 20-Millio

Java and openssl

2001-02-08 Thread mickb
Hi, I have a problem interfacing a java server and an openssl client. On the server I am using Cryptix 3.2 and the client is using a openssl 0.9.6. Java's keytool is used on the server to store all the certificates and server's public key. I create a self signed X509 cer

Re: building openSSL under Win32

2001-02-08 Thread Kenneth R. Robinette
From: "Doug Allen" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject:building openSSL under Win32 Date sent: Thu, 8 Feb 2001 16:29:52 -0800 Send reply to: [EMAIL PROTECTED] Doug I built a snapshot released about a week b

RE: building openSSL under Win32

2001-02-08 Thread Reddie, Steven
I haven't seen this problem, though I've only used the stable releases. d2i_RSAPrivateKey is in crypto/asn1/d2i_r_pr.c and should obviously be compiled and linked into the library. Steven -- Steven Reddie <[EMAIL PROTECTED]> Senior Software Engineer Computer Associates Pty Ltd (Australia) >

RE: random state, openssl.cnf and RAND_edg("/var/run/egd-pool")

2001-02-08 Thread John Boocock
Hmm... I'm using openssl-0.9.6-stable-SNAP-20010129 at the moment and download the egd_rand.c from the CVSweb as mentioned below running on a brand new UnixWare 7.1.1 machine set up just to check this out with egd-0.8! I do a: ./config make make test make install (All done using the standard

Re: SUNWski package ?

2001-02-08 Thread Michael Salmon
On Tuesday, February 06, 2001 06:03:06 PM -0600 Wyman Eric Miles <[EMAIL PROTECTED]> wrote: +-- | | SUNWski is Solaris 2.5.1/2.6 only, last I heard. I tried it under 7 and | it does run (in 32-bit mode), though not correctly and not in 64-bit mode | at all. There is a 64 bit version or rath

CRL text view output help (more CRL help!!)

2001-02-08 Thread Evan Cross
Hello again, Heres what im doing to revoke a cert and create a CRL:- Openssl ca -revoke server.pem -config ca.cfg : to revoke the certificate Openssl ca -gencrl -config ca.cfg -out ca/crl/crl.pem - crldays 1 : to create the CRL Now This is the output I get when I run the command , openssl cr

Re: random state, openssl.cnf and RAND_edg("/var/run/egd-pool")

2001-02-08 Thread Lutz Jaenicke
On Wed, Feb 07, 2001 at 01:11:51PM +0100, Lutz Jaenicke wrote: > On Wed, Feb 07, 2001 at 11:37:16AM -, John Boocock wrote: > > So what is the definative way to fix this at the moment then ? > > > > Sorry to be a complete spanner, but when it comes to editing the source code > > in anyway you'

Re: How do you view the contents of a CRL?

2001-02-08 Thread Erwann ABALEA
openssl crl -text -noout -in {yourfile} You also need to append '-inform DER' to the above command-line if your CRL is not in PEM format but merely binary DER format. Note that you'll only get the serial numbers, you'll have to get the identities by yourself, using another way... On Thu, 8 Feb

Encryption Problem

2001-02-08 Thread Sergio Sagliocco
I 'm trying to encrypt a file with rsautl so: openssl rsautl -in text -inkey cacert.pem -certin -encrypt -out enc but it displays the following error: 1840:error:0406D06E:rsa routines:RSA_padding_add_PKCS1_type_2:data too large for key size:rsa_pk1.c:151: I've tried to change padding but it

How do you view the contents of a CRL?

2001-02-08 Thread Evan Cross
How do I view the contents of a CRL? I need to be able to see what certificates have been revoked. Evan Get your own zoom email - click here - http://www.zoom.co.uk/ __ OpenSSL Project http://www

Re: Error code 1 during "make test"

2001-02-08 Thread Lutz Jaenicke
On Thu, Feb 08, 2001 at 07:32:05PM +0900, Nelson Henry Eric wrote: > > An assertion is a failure of an internal test. Something happened that > > actually never should happen. > > > > I have seen exactly this assertion with early versions of prngd, when I > > was (incorrectly) calling RAND_add()

Re: Error code 1 during "make test"

2001-02-08 Thread Nelson Henry Eric
> An assertion is a failure of an internal test. Something happened that > actually never should happen. > > I have seen exactly this assertion with early versions of prngd, when I > was (incorrectly) calling RAND_add() from a signal handler, while another > RAND_add() might be active. > > Unfor

RE: PERL and secure Sockets

2001-02-08 Thread Bill Stennett
Thanks everyone - I'll look into CPAN modules in more detail. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ian Cain Sent: Wednesday, February 07, 2001 6:43 PM To: '[EMAIL PROTECTED]' Subject: RE: PERL and secure Sockets I agree completely. I have ins

smime application: stupid question

2001-02-08 Thread Marco Donati
Oooops, the message I sent previously was SMIME :-), sorry Here's the text: I'm playing with the smime application. what certs and key (PEMs supplied with Open-SSL package) should I use to make a correct signature? I'm trying: smime -sign -signer cert.pem -inkey privkey.pem -passin ??? -in inp

CBuilder async sockets && OpenSSL

2001-02-08 Thread Andrey S.Petrov
Hello! Could anyone offer a solution how to integrate OpenSSL into TServerSocket|TClientSocket (TCustomSocket)? I understand that this is a bit dummy question but I can't ask in different way. And one more question: What is the 'cb_arg' argument in call RSA_generate_key? I di

Re: Error code 1 during "make test"

2001-02-08 Thread Lutz Jaenicke
On Thu, Feb 08, 2001 at 11:42:59AM +0900, Nelson Henry Eric wrote: > Got the following error during "make test." Does that mean I should > not install openssl until the issue is solved? The build itself seemed > to finish without any errors or warnings. An assertion is a failure of an internal

Re: Problem becoming a CA/signing my own Cert's

2001-02-08 Thread Lutz Jaenicke
On Wed, Feb 07, 2001 at 06:17:06PM -0700, Steve Williams wrote: > > This is completely new to me, and I have followed three different sets > of directions, and always come up with the same error message when I > finally go to sign my own certificate. ( I am just being my own CA > for testing p

smime application: stupid question

2001-02-08 Thread Marco Donati
smime.p7m

REMOVE

2001-02-08 Thread Norbert_R=F6stel
__ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]