RE: MD5 in openSSL internals

2013-04-24 Thread Salz, Rich
First poster: > We are currently analyzing and understanding the security strength of > the openSSL internal implementation to certify the products. > In version 0.9.8d, TLSv1.0 alone is supported. Can you please answer > the following or provide me with the documentation reference > > 1. D

Re: MD5 in openSSL internals

2013-04-24 Thread Viktor Dukhovni
On Wed, Apr 24, 2013 at 01:55:36PM -0700, d...@deadhat.com wrote: > > On Wed, Apr 24, 2013 at 03:18:45PM +, Nikola Vassilev wrote: > > > >> We are currently analyzing and understanding the security strength > >> of the openSSL internal implementation to certify the products. > >> In version 0.

Re: MD5 in openSSL internals

2013-04-24 Thread dj
> On Wed, Apr 24, 2013 at 03:18:45PM +, Nikola Vassilev wrote: > >> We are currently analyzing and understanding the security strength >> of the openSSL internal implementation to certify the products. >> In version 0.9.8d, TLSv1.0 alone is supported. Can you please >> answer the following or p

Re: MD5 in openSSL internals

2013-04-24 Thread Viktor Dukhovni
On Wed, Apr 24, 2013 at 03:18:45PM +, Nikola Vassilev wrote: > We are currently analyzing and understanding the security strength > of the openSSL internal implementation to certify the products. > In version 0.9.8d, TLSv1.0 alone is supported. Can you please > answer the following or provide

Re: MD5 in openSSL internals

2013-04-24 Thread Nikola Vassilev
-Original Message- From: Venkataragavan Narayanaswamy Sender: owner-openssl-us...@openssl.org Date: Tue, 23 Apr 2013 00:29:17 To: openssl-...@openssl.org; openssl-users@openssl.org Reply-To: openssl-users@openssl.org Subject: MD5 in openSSL internals Hi, We are currently analyzing an

Re: MD5 slower since 1.0.0?

2011-12-14 Thread Dr. Stephen Henson
On Wed, Dec 14, 2011, Marius Peschke wrote: > Marius Peschke > > Sadly I had to experience that my MD5-speed dropped by roughly 20-25% again > without using assembler optimization.(Measurements made by "openssl speed > md5") > Looking at how we measure speeds in apps/speed.c the results may n

Re: MD5 checksum of a file from C

2008-09-08 Thread Erik de Castro Lopo
Marco Sommella wrote: > plz someone can tell me how make a md5 checksum of a file from a c program ? You didn't specify what operating system you're using so I will assume that its a unix-like OS like Linux. In that case, the popen() could be used to run the command line md5sum program against y

RE: MD5 not returning hash for string ending with "."

2005-07-19 Thread Milan Tomic
You are again using strlen(): hexprint(op, strlen(op)); > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of kaustubh mendki > Sent: Tuesday, July 19, 2005 3:03 PM > To: Ken Goldman > Cc: openssl-users@openssl.org > Subject:

Re: MD5 not returning hash for string ending with "."

2005-07-19 Thread kaustubh mendki
Hi Ken, Yes, hash can contain printable as well as nonprintable chars.As I mentioned this code was working with other strings and giving correct hash length(16).To eliminate this issue, i converted these chars to hex. Now code look like this: #include #include "openssl/md5.h" void hexprint(uns

Re: MD5 not returning hash for string ending with "."

2005-07-19 Thread Ken Goldman
> Date: Tue, 19 Jul 2005 04:30:03 -0700 (PDT) > From: kaustubh mendki <[EMAIL PROTECTED]> > > I am trying a simple program to get MD5 hash of > any string.The program is as follows: > > #include > #include "openssl/md5.h" > > int main() > { > unsigned char var[]="k."; > unsigne

RE: MD5 x86 assembly code ported to AMD64

2005-02-07 Thread Gilles Vollant
The URL below is not a permanent URL, please record instead http://www.winimage.com/zLibDll/m5asm.zip On the page below, I benchmark MD5 openssl with and without assembly code, again MD5/Deutsch code http://www.winimage.com/misc/readfile_test.htm I'm using OpenSSL5 only for MD5, I use only 1% o

RE: MD5 x86 assembly code ported to AMD64

2005-02-07 Thread Gilles Vollant
The URL below is not a permanent URL, please record instead http://www.winimage.com/zLibDll/m5asm.zip On the page below, I benchmark MD5 openssl with and without assembly code, again MD5/Deutsch code http://www.winimage.com/misc/readfile_test.htm I'm using OpenSSL5 only for MD5, I use only 1% o

RE: MD5 signature for openssl-0.9.7d.tar.gz

2004-03-19 Thread Shea Janet B CRBE
Title: Message Yes, it is, according to the announcement of 0.9.7d.   You can always search the list archives. Find the list of archive sites at  http://www.openssl.org/support/.   Janet Shea -Original Message-From: Ellis Hardin, Jr [mailto:[EMAIL PROTECTED]Sent: Friday, March 1

Re: MD5 Decryption question

2003-08-14 Thread Henrik Nordstrom
On Tue, 12 Aug 2003, Jason Berger wrote: > I was able to encrypt a string using MD5. How do I decrypt it back into > Meaningful data? MD5 is a hash, not a crypto. You can't turn a hash back into the original, but by exchaning a hash like MD5 it can be verified that two parties have access to t

Re: md5 of openssl-0.9.6h.tar.gz

2002-12-23 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 23 Dec 2002 11:05:18 +0100, Ladislav Hagara <[EMAIL PROTECTED]> said: hgr> please, what version and md5 is correct for openssl-0.9.6h.tar.gz ? 0.9.6h, 1a0c2bee9f6b0af95ce65106462411f5. hgr> According to http://www.openssl.org/news/announce.html it is hgr>

Re: Md5 based hash

2002-06-18 Thread Rich Salz
Are you hashing a file opened in text, not binary, mode? __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automated List Manager

Re: Md5 based hash

2002-06-18 Thread Tim Pushor
t; >Thanks > >-Siva > > > > > >-Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]] On Behalf Of Brad House >Sent: Monday, June 17, 2002 5:55 PM >To: [EMAIL PROTECTED] >Subject: Re: Md5 based hash > >Well, there'

RE: Md5 based hash

2002-06-18 Thread Sivaselvam CN
tical in a given platform. Do you have any idea where I am I going wrong? Thanks -Siva -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Brad House Sent: Monday, June 17, 2002 5:55 PM To: [EMAIL PROTECTED] Subject: Re: Md5 based hash Well, t

Re: MD5 Sums wrong?

2001-09-18 Thread Eric Rescorla
Richard Rowell <[EMAIL PROTECTED]> writes: > I'm a newbie to openssl... I have been using the reference md5 > implementation to generate checksums for an application. Recently I > linked in libssl and used the md5 functions within it instead. However, > the checksums generated don't mat

Re: MD5 and X509

2001-04-21 Thread Greg Stark
ED]> Sent: Saturday, April 21, 2001 2:46 PM Subject: Re: MD5 and X509 > From: "Greg Stark" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject:Re: MD5 and X509 > Date sent: Sat, 21 Apr 2001 11:35:14 -0400 > Send reply to

Re: MD5 and X509

2001-04-21 Thread Kenneth R. Robinette
From: "Greg Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: Re: MD5 and X509 Date sent: Sat, 21 Apr 2001 11:35:14 -0400 Send reply to: [EMAIL PROTECTED] Greg What I need is something tha

Re: MD5 and X509

2001-04-21 Thread Greg Stark
- Original Message - From: "Rich Salz" <[EMAIL PROTECTED]> To: "Kenneth R. Robinette" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 8:39 AM Subject: Re: MD5 and X509 > > Apparently Eric Young > > conclud

Re: MD5 and X509

2001-04-21 Thread Rich Salz
> Apparently Eric Young > concluded that the first four bytes of the resulting signature of a cert > subject was unique enough to create lookup indexes. I was just > wondering what kind of trouble you could get into with this > conclusion. The worst case, of course, is needless hash-chain collis

Re: MD5 and X509

2001-04-21 Thread Kenneth R. Robinette
Date sent: Sat, 21 Apr 2001 08:06:03 -0400 From: Rich Salz <[EMAIL PROTECTED]> To: "Kenneth R. Robinette" <[EMAIL PROTECTED]> Copies to: [EMAIL PROTECTED] Subject: Re: MD5 and X509 Send rep

Re: MD5 and X509

2001-04-21 Thread Rich Salz
> In the X509 functions, there are several that compute a MD5 > fingerprint and use only the first four bytes of the resulting 16 byte > fingerprint (such as X509_subject_name_hash). The MD5 > documentation states that the 16 byte fingerprint is quite unique > (2^64), how unique is the resulting

Re: MD5

2000-03-25 Thread Chris Zimman
> > > I want to use the MD5 program that comes along with OpenSSL but I don't > > know how to supply a "KEY" to this program, it only accepts data and > > prints out a checksum. Any help ? > > "This book is a mirror -- when a monkey looks in, no philosopher looks out" > > - Nietzsche > >

Re: MD5

2000-03-25 Thread Michal Trojnara
Odpowiedz automatyczna: Do 31 marca jestem na szkoleniu. W pilnych sprawach prosze o kontakt z Romanem Iwanickim. Z powazaniem, Michal Trojnara >>> "[EMAIL PROTECTED]" 03/25/00 21:15 >>> Rukmangadha . <[EMAIL PROTECTED]>: > I want to use the MD5 program that comes along with OpenSSL but I

Re: MD5

2000-03-25 Thread Michael Sierchio
"Rukmangadha ." wrote: > I want to use the MD5 program that comes along with OpenSSL but I don't > know how to supply a "KEY" to this program, it only accepts data and > prints out a checksum. Any help ? "This book is a mirror -- when a monkey looks in, no philosopher looks out" - Nietz

Re: MD5

2000-03-25 Thread Bodo Moeller
Rukmangadha . <[EMAIL PROTECTED]>: > I want to use the MD5 program that comes along with OpenSSL but I don't > know how to supply a "KEY" to this program, [...] MD5 is a hashing algorithm and doesn't use a key. __ OpenSSL Projec

Re: MD5

2000-03-25 Thread Richard Levitte - VMS Whacker
rukku> I want to use the MD5 program that comes along with OpenSSL but rukku> I don't know how to supply a "KEY" to this program, it only rukku> accepts data and prints out a checksum. Any help ? There's no such thing as a "key" to use MD5. MD5 is a hash algorithm, implemented with the md5 progr

Re: MD5

1999-08-12 Thread Bodo Moeller
Carles Xavier Munyoz Baldó <[EMAIL PROTECTED]>: > Is there any MD5 hash funcion in the openssl library ? Sure. Look at what "openssl md5" does. __ OpenSSL Project http://www.openssl.org User Supp

Re: MD5(openssl-0.9.1c.tar.gz)= 6c453d4b8180f57cde82c58ac03a053b

1999-03-09 Thread J. Andres Hall
>> At least the first time you download it, perhaps you >> don't have any X.509 software to verify it with? > >More specifically, you can't use SSLeay to verify it's own signature, since >you can't trust the code until after the signature has been verified. If I've >modified the code to to bad thi

Re: MD5(openssl-0.9.1c.tar.gz)= 6c453d4b8180f57cde82c58ac03a053b

1999-03-09 Thread C. Harald Koch
In message <[EMAIL PROTECTED]>, Magnus Stenman writes: > > At least the first time you download it, perhaps you > don't have any X.509 software to verify it with? More specifically, you can't use SSLeay to verify it's own signature, since you can't trust the code until after the signature has be

Re: MD5(openssl-0.9.1c.tar.gz)= 6c453d4b8180f57cde82c58ac03a053b

1999-03-09 Thread Michael Hallgren
On Tue, Mar 09, 1999 at 09:32:45AM +0100, Michael Hallgren wrote: > On Mon, Mar 08, 1999 at 11:35:27PM +0100, Erwann ABALEA wrote: > > On Mon, 8 Mar 1999, J. Andres Hall wrote: > > > > > >> Not much of one, of course, since whoever modified it could also modify > > > >> the MD5! > > > > > > > >Co

Re: MD5(openssl-0.9.1c.tar.gz)= 6c453d4b8180f57cde82c58ac03a053b

1999-03-09 Thread Magnus Stenman
J. Andres Hall wrote: > > >>> This is an MD5 hash/checksum taken on the file openssl-0.9.1c.tar.gz and it > >>> has nothing > >>> to do with your compilation problems... It's a kind of guarantee that the > file > >>> hasn't been > >>> modified. > >> > >> Not much of one, of course, since whoever

Re: MD5(openssl-0.9.1c.tar.gz)= 6c453d4b8180f57cde82c58ac03a053b

1999-03-09 Thread Michael Hallgren
On Mon, Mar 08, 1999 at 11:35:27PM +0100, Erwann ABALEA wrote: > On Mon, 8 Mar 1999, J. Andres Hall wrote: > > > >> Not much of one, of course, since whoever modified it could also modify > > >> the MD5! > > > > > >Correct, the MD5 is actually intended to just let people quicky check wheter > > >

Re: MD5(openssl-0.9.1c.tar.gz)= 6c453d4b8180f57cde82c58ac03a053b

1999-03-08 Thread Erwann ABALEA
On Mon, 8 Mar 1999, J. Andres Hall wrote: > >> Not much of one, of course, since whoever modified it could also modify > >> the MD5! > > > >Correct, the MD5 is actually intended to just let people quicky check wheter > >some download/transfer errors occured. For real guarantee we should sign it >