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...
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...
... 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...
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...
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...
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...
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...
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...
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...
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....
... follows ... field ... public ... the ... macros ... export ... Care to submit those patches? The RSA code is already PKCS #1, so having "standard" DH would...
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...
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 ... ...
... 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...
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...
... 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...
... 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...
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...
... 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...
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...
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...
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...
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...
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...
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...
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...
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. ...
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...
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...