Search the web
Sign In
New User? Sign Up
LibTom
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 225 - 256 of 2599   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
225
I was expecting comments from at least J or Wayne about 0.96.... Oh speaking of which I've updated my C.V. http://libtomcrypt.org/cv.html Please note under...
Tom St Denis
tomstdenis
Offline Send Email
Jun 9, 2004
3:34 am
226
I've made a series of updates to the PKCS #1 code. First and most importantly I patched a buffer overrun in pkcs_1_v15_es_decode(). It can lead to DoS attacks...
Tom St Denis
tomstdenis
Offline Send Email
Jun 13, 2004
2:46 pm
227
... For the curious I ran demos/test/test.c through ccmalloc [a heap checker] and didn't observe any memory leaks (even in the new PKCS #1 heap based code...
Tom St Denis
tomstdenis
Offline Send Email
Jun 13, 2004
3:29 pm
229
I updated the hmac/pmac/omac/eax and ocb routines to remove huge gobs of stack usage in the less time critical functions [via calls to XMALLOC]. So now when...
Tom St Denis
tomstdenis
Offline Send Email
Jun 14, 2004
9:19 pm
230
From: "Tom St Denis" <tomstdenis@...> ... valgrind is the tool to use nowadays, but you have a whole series of unitialized memory reads to clean up that...
Wayne Scott
wsc9tt
Online Now Send Email
Jun 15, 2004
4:53 am
231
My brother got bored today and wanted to learn how to use CVS [something I should have done a long time ago]. Anyways, he decided to take all of the LT...
Tom St Denis
tomstdenis
Offline Send Email
Jun 17, 2004
8:36 pm
232
URL: http://libtomcrypt.org As promised this release is essentially a series of bug fixes. I haven't added new functionality to the library [though I have...
Tom St Denis
tomstdenis
Offline Send Email
Jun 20, 2004
3:15 am
233
I plan on offering CVS write access to the LT bases shortly so I'd to field a question to the group. Who would be interested in having CVS access to contribute...
Tom St Denis
tomstdenis
Offline Send Email
Jun 21, 2004
1:21 am
234
I screwed up the "extern "C"" stuff for C++ compilers. While LTC/LTM aren't C++ libraries themselves I didn't want to artificially limit myself. So after...
Tom St Denis
tomstdenis
Offline Send Email
Jun 21, 2004
9:38 pm
235
Hello, I'm a newbie to the group. I've been playing with LTC for a while and found the Diffie Hellman Key exchange was not compatible with JCE and openSSL....
capriolet@...
capriolet
Offline Send Email
Jun 23, 2004
1:23 am
236
... follows ... field ... public ... the ... macros ... export ... Care to submit those patches? The RSA code is already PKCS #1, so having "standard" DH would...
Tom St Denis
tomstdenis
Offline Send Email
Jun 23, 2004
2:05 am
237
I have one user who is reporting bugs having rsa_decrypt_key() decode various size payloads. I haven't been able to reproduce the bug [I've tested all the way...
Tom St Denis
tomstdenis
Offline Send Email
Jun 23, 2004
3:49 pm
238
I've pulled v0.97 until I can do a more complete check. v0.79a will be released in a week or so that will address these issues. I already found one bug ... ...
Tom St Denis
tomstdenis
Offline Send Email
Jun 23, 2004
4:36 pm
239
... will ... Ok I acted a "tad" hasty... I put LTC 0.97 back up there with a note about the patches in the table [on the download page]. Please apply the...
Tom St Denis
tomstdenis
Offline Send Email
Jun 23, 2004
4:59 pm
240
Read http://libtomcrypt.org/june23.pdf. Download http://libtomcrypt.org/files/crypt-0.97a.tar.bz2 And be grateful you're getting that much ya free loading...
Tom St Denis
tomstdenis
Offline Send Email
Jun 24, 2004
12:12 am
241
... Yes, in due time. I will be off to vacation real soon. ... I think PKCS #3 deals with the DH KEx protocol, but the important thing is that the keys...
Dan Phan
capriolet
Offline Send Email
Jun 25, 2004
6:23 am
242
... thing is that ... its header. ... application to fit a ... the same way ... Yeah, the homebrew PK stuff in LTC was mainly designed "on the fly" so I put...
Tom St Denis
tomstdenis
Offline Send Email
Jun 25, 2004
12:03 pm
243
Hi, I'm evaluating the excelent libTomMath Lib, and am having difficlties using mp_prime_rand_ex() it's the last 2 parameters I didn't understand. a callback...
themordude
Offline Send Email
Jun 27, 2004
7:37 am
244
... A good example would be "rand_prime.c" from LibTomCrypt. But I'll answer here anyways ;-) The callback function is responsible for filling in the given...
Tom St Denis
tomstdenis
Offline Send Email
Jun 27, 2004
11:41 am
245
I've forked LTM-0.31 [wip] into LTM-sse... as you can guess I'm in the middle of applying SSE optimizations to the fork. I'll be providing a complete set of...
Tom St Denis
tomstdenis
Offline Send Email
Jun 27, 2004
6:17 pm
246
I've applied SSE optimizations to all comba routines [mmm fun] Here are the results [for Montgomery exptmod] LTM-SSE CLK_PER_SEC == 2808950608 Exponentiating...
Tom St Denis
tomstdenis
Offline Send Email
Jun 27, 2004
7:46 pm
247
I've updated the patches again [which is ok cuz nobody downloaded them yet]. The new code is a bunch faster [3x and beyond]. Given the speed boost it gives I...
Tom St Denis
tomstdenis
Offline Send Email
Jun 28, 2004
12:14 am
248
I ownz j00! I've just tested my new SSE2 patches and oops I'm 2x faster than OpenSSL on my P4 box ;-) All with only changing 4 files [out of 113] of LTM to use...
Tom St Denis
tomstdenis
Offline Send Email
Jun 28, 2004
10:20 pm
249
I'm done tinkering with the LTM-SSE fork. The final patches [unless there are bugs to fix] are at ...
Tom St Denis
tomstdenis
Offline Send Email
Jun 30, 2004
3:26 am
250
I started working on LTZ [zip]. So far I have a bitbuf [90% there, some helper functions missing], MoveToFront encoding and EliasGammaCode encoding. I also...
Tom St Denis
tomstdenis
Offline Send Email
Jul 1, 2004
3:55 am
251
So far I've got quite a bit in there... - bit buffer - Move to front - Elias Gamma Coding - Probability Modeller - Arithmetic Coder - Blocksort transform I've...
Tom St Denis
tomstdenis
Offline Send Email
Jul 5, 2004
3:45 pm
253
That previous LibTom email was a spam from someone who took the time to sign up then send the email.... wow... that's pretty obnoxious. I've banned that userID...
Tom St Denis
tomstdenis
Offline Send Email
Jul 11, 2004
11:01 am
254
The ltc.org site is a tad "slow" for uploading [I'll have to talk with Dan about it]. Right now I'm sittin on LTZ v0.01 and LTN v0.06 waiting to upload them. ...
Tom St Denis
tomstdenis
Offline Send Email
Jul 19, 2004
11:24 am
255
Just FYI all 16 configs of Twofish build and execute fine. I never really tested it this thoroughly before [mm... I mean I did... ;-)]. Basically I took the...
Tom St Denis
tomstdenis
Offline Send Email
Jul 19, 2004
10:42 pm
256
Folks First of all excellent work on libtomcrypt. I am using parts of the libtomcrypt code in a group communication setting in the openais project (see...
stevendake
Offline Send Email
Jul 20, 2004
12:53 am
Messages 225 - 256 of 2599   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help