Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Crypto++ 5.6.1 release candidate
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Wei Dai  
View profile  
 More options Aug 4 2010, 7:47 pm
From: "Wei Dai" <wei...@weidai.com>
Date: Wed, 4 Aug 2010 16:47:12 -0700
Local: Wed, Aug 4 2010 7:47 pm
Subject: Crypto++ 5.6.1 release candidate
Please grab r515 (the current trunk) from SVN and try it out. This command:
"svn co https://cryptopp.svn.sourceforge.net/svnroot/cryptopp/trunk/c5 c5"
will get it into a subdirectory called c5.

See http://www.cryptopp.com/wiki/Build_Status_for_Crypto_5.6.1 for a list of
compilers/OS/CPU combinations that have been tested. Below are the major
changes from 5.6.0:

5.6.1 - added support for AES-NI and CLMUL instruction sets in AES and
GMAC/GCM
      - removed WAKE-CFB
      - fixed several bugs in the SHA-256 x86/x64 assembly code:
          * incorrect hash on non-SSE2 x86 machines on non-aligned input
          * incorrect hash on x86 machines when input crosses 0x80000000
          * incorrect hash on x64 when compiled with GCC with optimizations
enabled
      - fixed bugs in AES x86 and x64 assembly causing crashes in some MSVC
build configurations
      - switched to a public domain implementation of MARS
      - ported to MSVC 2010, Sun Studio 12u1
      - renamed the MSVC DLL project to "cryptopp" for compatibility with
MSVC 2010


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Walter Villalba  
View profile  
 More options Aug 4 2010, 8:12 pm
From: Walter Villalba <wvilla...@gmail.com>
Date: Wed, 4 Aug 2010 17:12:44 -0700 (PDT)
Local: Wed, Aug 4 2010 8:12 pm
Subject: Re: Crypto++ 5.6.1 release candidate
When do you expect to have the final release ?   Thanks.

On Aug 4, 4:47 pm, "Wei Dai" <wei...@weidai.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wei Dai  
View profile  
 More options Aug 4 2010, 9:41 pm
From: "Wei Dai" <wei...@weidai.com>
Date: Wed, 4 Aug 2010 18:41:13 -0700
Local: Wed, Aug 4 2010 9:41 pm
Subject: Re: Crypto++ 5.6.1 release candidate
I'll release it in a couple of days, unless a new bug comes along that takes
longer than that to fix.

BTW, if anyone doesn't have a SVN client, you can get a tarball of the
current code from
http://cryptopp.svn.sourceforge.net/viewvc/cryptopp/trunk/c5/?view=tar

--------------------------------------------------
From: "Walter Villalba" <wvilla...@gmail.com>
Sent: Wednesday, August 04, 2010 5:12 PM
To: "Crypto++ Users" <cryptopp-users@googlegroups.com>
Subject: Re: Crypto++ 5.6.1 release candidate


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Berserker  
View profile  
 More options Aug 5 2010, 3:49 am
From: Berserker <raffaele.rom...@gmail.com>
Date: Thu, 5 Aug 2010 00:49:43 -0700 (PDT)
Local: Thurs, Aug 5 2010 3:49 am
Subject: Re: Crypto++ 5.6.1 release candidate
Hi Wei Dai, what about the message "CRT and null IV" for this release?
I really hope it's fixed...
Bye

On 5 Ago, 01:47, "Wei Dai" <wei...@weidai.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jens Peter Secher  
View profile  
 More options Aug 8 2010, 4:03 pm
From: Jens Peter Secher <jpsec...@gmail.com>
Date: Sun, 08 Aug 2010 22:03:41 +0200
Local: Sun, Aug 8 2010 4:03 pm
Subject: Re: Crypto++ 5.6.1 release candidate
Hi,

I am some problems with compiling 5.6.1 prerelease for the Debian package:

In file included from camellia.cpp:16:
cpu.h:24: error: expected initializer before _mm_shuffle_epi8
cpu.h:34: error: _mm_extract_epi32 declared as an inline variable
cpu.h:34: warning: __gnu_inline__ attribute ignored
cpu.h:34: warning: __always_inline__ attribute ignored
cpu.h:34: warning: __artificial__ attribute ignored
cpu.h:34: error: __m128i was not declared in this scope
cpu.h:34: error: expected primary-expression before const
cpu.h:34: error: initializer expression list treated as compound expression
cpu.h:35: error: expected , or ; before { token
cpu.h:41: error: expected initializer before _mm_insert_epi32
cpu.h:51: error: expected initializer before _mm_clmulepi64_si128
cpu.h:57: error: expected initializer before _mm_aeskeygenassist_si128
cpu.h:64: error: expected initializer before _mm_aesimc_si128
cpu.h:71: error: expected initializer before _mm_aesenc_si128
cpu.h:77: error: expected initializer before _mm_aesenclast_si128
cpu.h:83: error: expected initializer before _mm_aesdec_si128
cpu.h:89: error: expected initializer before _mm_aesdeclast_si128

I am compiling on architecture "i386" (specifically an old Pentium M
processor which is in my ThinkPad T42 laptop) using GCC 4.4.4.
emmintrin.h is included from cpu.h.

I know close to nothing about SSE stuff, but maybe you can guide me
through which test I should make?

Cheers,
/JP


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Wei Dai  
View profile  
 More options Aug 8 2010, 7:07 pm
From: "Wei Dai" <wei...@weidai.com>
Date: Sun, 8 Aug 2010 16:07:12 -0700
Local: Sun, Aug 8 2010 7:07 pm
Subject: Re: Crypto++ 5.6.1 release candidate
Thanks for the report. It's been fixed in SVN r519.

It was a bug, where I had #if
defined(CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE) in config.h, where it
should have been #if CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE.

--------------------------------------------------
From: "Jens Peter Secher" <jpsec...@gmail.com>
Sent: Sunday, August 08, 2010 1:03 PM
To: "Crypto++ Users" <cryptopp-users@googlegroups.com>
Subject: Re: Crypto++ 5.6.1 release candidate


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »