Re: OpenSSL in Nucleus

2004-07-21 Thread Edson Watanabe
1) Choose a flavor of Nucleus (http://www.acceleratedtechnology.com). For instance, say that you've chosen the Intel StrongARM 1110 processor (http://www.acceleratedtechnology.com/embedded/cpu_nucleus.php) . You need to make OpenSSL compile using the ARM C Compiler and the Metaware Tools. You

RE: convert key

2004-06-16 Thread Edson Watanabe
http://jakarta.apache.org/commons/codec/ http://jakarta.apache.org/commons/codec/apidocs/org/apache/commons/codec/binary/Base64.html http://www.bouncycastle.org/docs/docs1.4/org/bouncycastle/util/encoders/Base64.html --- [EMAIL PROTECTED] escreveu: Something like that, but in Java. Do you know

Re: 3DES encryption...newbie

2002-08-13 Thread Edson Watanabe
To generate a key from a password, use EVP_BytesToKey There is an explanation in an old document written by the legendary EAY in doc\ssleay.txt. That old document (search for == cipher.m == ) has an example of encrypting some bytes with TripleDES and EVP_BytesToKey, EVP_EncryptInit and the like.

Re: Probem of installation on win32 of openssl-0.9.1c .

2002-06-25 Thread Edson Watanabe
--- julien crespin [EMAIL PROTECTED] escreveu: ... ml /Cp /coff /c /Cx /Focrypto\md5\asm\m5-win32.obj .\crypto\md5\asm\m5-w in32.asm Le nom spécifié n'est pas reconnu comme étant une commande interne ou externe, un programme exécutable ou un fichier de commandes. NMAKE :

Re: Problem with the installation of openssl-0.9.4

2002-06-25 Thread Edson Watanabe
--- julien crespin [EMAIL PROTECTED] escreveu: (NL7309) D:\openssl-0.9.4ccperl Configure VC-WIN32 Can't locate strict.pm in @INC at Configure line 9. BEGIN failed--compilation aborted at Configure line 9. ccperl (as distributed by Rational) is very old, as you can see reading the output

Re: REPOST: Read from uninitialized memory

2001-08-22 Thread Edson Watanabe
--- Patrick Li [EMAIL PROTECTED] escreveu: Hi Lutz, Thanks for replying my question. I used purify as I figured out it may give me some directions on why my SSL client program is failing randomly. As purify reported 3 places there are reading from memory leaks. ... Well, I don't

Re: Build problem in Windows

2001-07-25 Thread Edson Watanabe
unistd.h is a Unix, not Windows file. Did you follow the instructions in INSTALL.W32 file? Maybe somewhat gone wrong when creating the ntdll.mak file. --- Chandrashekhar B [EMAIL PROTECTED] wrote: Hi, I am having problem building openssl in Windows, MSVC environment. While making ntdll.mak