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 probably will
have to write a lot of functions that are part of the
Standard C Library to make it work with the ARM C
Compiler.

If you've chosen another architecture (MIPS32 5Kc) you
need to make OpenSSL compile using the MIPS SDE GNU
Toolkit.

I never worked with Nucleus tools; this is just by
reading their Web site.


--- Joe smith <[EMAIL PROTECTED]> escreveu: >
Hi,
> I want to try and experiment using openssl on
> nucleus embedded system. Any idea what type should I
> use(Windows, Cygwin, UNIX) etc.?
>  
> Thanks,
> Joe
> 
>   






___
Yahoo! Mail agora com 100MB, anti-spam e antivírus grátis!
http://br.info.mail.yahoo.com/
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


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 any
> function?
> 
>   -Mensagem original- 
>   De: [EMAIL PROTECTED] em nome de
> Goetz Babin-Ebell 
>   Enviada: ter 15-06-2004 21:26 
>   Para: [EMAIL PROTECTED] 
>   Cc: 
>   Assunto: Re: convert key
>   
>   
> 
> 
> 
> This message is for the designated recipient only
> and may contain privileged, proprietary, or
> otherwise private information.  If you have received
> it in error, please notify the sender immediately
> and delete the original.  Any other use of the email
> by you is prohibited.
> 

> ATTACHMENT part 2 application/ms-tnef
name=winmail.dat
 

__

Yahoo! Messenger - Fale com seus amigos online. Instale agora! 
http://br.download.yahoo.com/messenger/
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


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. 


 --- "Hellan,Kim KHE" <[EMAIL PROTECTED]> escreveu: > Hi
> 
> I haven't worked with symmetric encryption, so this
> may be a simple problem to you guys (I hope).
> I have a text, "HELLO WORLD", that I want to encrypt
> using 3DES. It should be encrypted with the
> password, "MYPASSWORD", which then later on can be
> used when decrypting the text.
> I have been looking in the docs and source files,
> but all this talk about SALT and IV doesn't really
> ring a bell.
> 
> It seems like a simple problem, so what OpenSSL
> functions must I call in order to perform this
> encryption/decryption ?
> 
> Best regards
> 
> Kim Hellan
> KMD / KMD-CA
> http://www.kmd-ca.dk
> Mailto:[EMAIL PROTECTED]
> 
>
__
> OpenSSL Project
> http://www.openssl.org
> User Support Mailing List   
> [EMAIL PROTECTED]
> Automated List Manager  
[EMAIL PROTECTED] 

___
Yahoo! PageBuilder
O super editor para criação de sites: é grátis, fácil e rápido.
http://br.geocities.yahoo.com/v/pb.html
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



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.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 output of ccperl -v 

---
c> ccperl -v

This is perl, version 5.001

Unofficial patchlevel 1m.

Copyright 1987-1994, Larry Wall
Win32 port Copyright (c) 1995 Microsoft Corporation.
All rights reserved.
Developed by hip communications inc.,
http://info.hip.com/info/

Perl for Win32 Build 110
Built Jan 14 1998@09:37:58
Perl may be copied only under the terms of either the
Artistic License or the
GNU General Public License, which may be found in the
Perl 5.0 source kit.

--

Try using a newer version (like ActiveState's
ActivePerl, that's Perl 5.6.1).


___
Copa 2002
Yahoo! - Patrocinador oficial da Copa do Mundo da FIFA 2002
http://br.sports.yahoo.com/fifaworldcup/
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



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 : fatal error U1077: 'ml' : return code '0x1'
> Stop.

Does it means

"The name specified is not recognized as an internal
or external command, an executable program or a
command batch file." ?

Well, do you have Microsoft Macro Assembler (ml.exe)
installed in your machine? You can get it somewhere in
MSDN (please search the OpenSSL list archives).


___
Copa 2002
Yahoo! - Patrocinador oficial da Copa do Mundo da FIFA 2002
http://br.sports.yahoo.com/fifaworldcup/
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



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 have Purify, but NuMega BoundsChecker
(that is a similar product for M$-Windows). NuMega
reports "Read uninitialized memory" for this simple
code:

int i, x;
char buf [256]; 
for (i = 0; i < 256; ++i) 
buf[i] = i;
for (i = 0; i < 256; ++i)
x = buf [i];   // <<--- NuMega reports
"uninitialized memory" when i = 191 (0xBF)

NuMega instruments the code, fills all buffers with
the byte 0xBF, and checks if you read 0xBF back. When
you read 0xBF the warning is given.

I think that Purify uses a similar method for
detecting uninitialized memory. The OpenSSL buffer has
binary data, maybe Purify had found the "uninitialized
memory" magic value.


___
Yahoo! GeoCities
Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo! GeoCities. É fácil 
e grátis!
http://br.geocities.yahoo.com/


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 in the VC
> environment, I get an error saying 
> " Cannot open include file: 'unistd.h': No such file
> or directory".
> Can anybody help me in resolving this issue,
> 
> Thanks in advance,
> Chandru.
> 


___
Yahoo! GeoCities
Tenha seu lugar na Web. Construa hoje mesmo sua home page no Yahoo! GeoCities. É fácil 
e grátis!
http://br.geocities.yahoo.com/
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]