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 proba
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
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.
--- julien crespin <[EMAIL PROTECTED]> escreveu: >
> (NL7309) D:\openssl-0.9.4>ccperl 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
--- 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.
> N
--- 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
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 ntdl