IMPORTANT: please test snapshot openssl-0.9.7-SNAP-20021213

2002-12-13 Thread Richard Levitte - VMS Whacker
It will be available tomorrow. The crucial thing to test is that things are still working properly in Windows, especially the DES assembler modules. They been changed to generate PIC code on Unix, and it's important that we get tests on how that affects Windows, if it does. -- Richard Levitte

Re: Strange rsa_lib application

2002-12-13 Thread Nils Larsch
Wade L. Scholine wrote: ... > > The typical error message in case of PKCS#1 error (in your case) would > > be "RSA_R_DATA_TOO_LARGE_FOR_KEY_SIZE". > > I'm not clear on the difference between these. The modulus is n, the > product of the primes p and q that are used for key generation, right? I > wa

Re: I just want the binaries for W2K

2002-12-13 Thread Peter 'Luna' Runestig
Rabellino Sergio wrote: Hi peter, which tool are you using to create .msi packages ?? It's a freeware one ? It's my own code that creates the package, read this: http://marc.theaimsgroup.com/?l=openssl-dev&m=103210259026139&w=2 also http://www.runestig.com/msiutil.html Cheers, - Peter -- Peter

RE:

2002-12-13 Thread Wade L. Scholine
Title: RE: sharun santhosh asks: > I want to use RSA_public_encrypt() to encrypt my > certificate which means I need to populate an RSA > structure. > is there a function that populates the structure given > a pem file with the key. PEM_read_RSAPublicKey()

RE: Strange rsa_lib application

2002-12-13 Thread Wade L. Scholine
Title: RE: Strange rsa_lib application Nils Larsch wrote: >  { snip } > > I guess you know that a 120 bit modulus is not really secure :-) > I knew that was coming. 120 bits is good enough for this application. > The typical error message in case of PKCS#1 error (in your case) wo

EXP1024-DES-CBC-SHA

2002-12-13 Thread Neil Nelson
From BIS (BXA) FAQ http://www.bxa.doc.gov/Encryption/EncFAQs6_17_02.html#6 When may I submit a "notification" instead of a "review request"? The following items may be exported and reexported to all destinations (except designated terrorist supporting countries, nationals of such countries, a

DES MAC

2002-12-13 Thread CHOVANEC Vladimír
Hi, Does OpenSSL has a function for DES Authentication (or DES MAC) as described in FIPS 81 - Appendix F ? I was not able to find it... Thanks Vladimir Chovanec __ OpenSSL Project http://www.opens

Re: I just want the binaries for W2K

2002-12-13 Thread Rabellino Sergio
Peter 'Luna' Runestig wrote: Marcel Elsner wrote: Hi, i am sick of compiling everything again and again using 3 or more different compilers. I really tried it but now just want running code. Is anybody out there who allready has the binarys for windows 2000? if, then please send it or give m

Re: I just want the binaries for W2K

2002-12-13 Thread Peter 'Luna' Runestig
Marcel Elsner wrote: Hi, i am sick of compiling everything again and again using 3 or more different compilers. I really tried it but now just want running code. Is anybody out there who allready has the binarys for windows 2000? if, then please send it or give me a link where i can download.

I just want the binaries for W2K

2002-12-13 Thread Marcel Elsner
Hi,   i am sick of compiling everything again and again using 3 or more different compilers. I really tried it but now just want running code. Is anybody out there who allready has the binarys for windows 2000? if, then please send it or give me a link where i can download.     thx & happy

Re: Strange rsa_lib application

2002-12-13 Thread Nils Larsch
Wade L. Scholine wrote: > I have an application where I want to encrypt a small (15 octets) plaintext > to a ciphertext of the same size. I was trying to do this with a 120-bit > modulus and calling RSA_private_encrypt() with RSA_NO_PADDING, but some I guess you know that a 120 bit modulus is not

Re: "ld: Undefined symbols: _OPENSSL_cleanse" OS X 10.2.2

2002-12-13 Thread Roberto Hoyle
Read the file PROBLEMS in the distribution. Basically, it is trying to link with the libraries in /usr/lib instead of the ones that it's supposed to link against, and those do not have OPENSSL_cleanse defined. r. On Tuesday, December 10, 2002, at 11:34 PM, Matthew Smith wrote: I got the erro

Re: documentation / examples X509 cert code

2002-12-13 Thread Lutz Jaenicke
On Fri, Dec 13, 2002 at 09:57:18AM +0100, Martin Witzel wrote: > > > >Is there a (possibly *nix) tool that > >converts all the .pod files quickly to e.g. html? for i in *.pod ; do pod2html $i done :-) Lutz -- Lutz Jaenicke [EMAIL PROTECTED] http://www.aet.

Re: documentation / examples X509 cert code

2002-12-13 Thread Martin Witzel
>Is there a (possibly *nix) tool that >converts all the .pod files quickly to e.g. html? I second that motion Regards, Martin __ OpenSSL Project http://www.openssl.org User Support Mailing Lis

Re: Who steal my memory??

2002-12-13 Thread Amit Limaye
Shao The System should lose memory when a request from IE comes but not for Netscape Check that ? there is slight difference in the way IE and netscape will send u the initial key requests for eg: With IE u will get 2 requests I m putting comments in the code have a look at them is this ur

Who steal my memory??

2002-12-13 Thread Shao (E-mail)
Hi, everybody: I have ported the openssl 0.9.6g to my embedded system of ARM CPU. My program plays the role of https server. It can handle the requests of IE and Netscape browsers successfully. Everything is OK, except the system memory is losing. Wh