Hmm addition... oh hi people. Just writing to say that I have added additional functions to ... oh ... anyways I updated the prime gen code in both LTC/LTM to...
Hi, I have been using (a derivative of) rsa_make_key to create an RSA keypair. When I attempted to use the key with another piece of software I discovered that...
Trevor Davel
TrevorD@...
Dec 3, 2003 12:36 am
30
Regarding the primes of being one bit longer the point was when you say "I have a k-bit prime" it should be a prime larger than 2^k not 2^ {k-1} as in the case...
Ok, I went a bit mad over the last couple of weeks. If you ever watch a cartoon called Invader Zim beware! So I have exams this week [one today in 24 mins]....
I sped up da hash code by making it able to compress data from source buffers. So if there are no bytes in the state and you pass it a buffer >= the block...
You mean that if I assemble a packet, encrypt it, call SHA-1 on it, and append the hash, that the packet buffer will have been altered? I don't consider this...
Greg Rose
ggr@...
Dec 7, 2003 4:55 pm
35
... and ... don't ... certainly ... Yup. Let me explain using SHA-1 as an example. If I give sha1_process() K bytes it will [using the old code] add those...
For the worried....tv_gen emits the same hash_tv.txt file with the new SHA-1 code as before [it tests messages from 0 to 128 bytes long, double the block...
Fishing around I found a Crypto'95 paper on fast ECC. It has the "almost inverse" algo. I want to try it out. The goal here though will be to cut down...
woohoo. I've started the new manual. So far just the intro stuff :- ). Obviously it will be a work in progress... I still have two pending changes I'd like...
lucky #17 is Skipjack. Conforms to TV from NIST just fine. Here are some timings for y'all [btw the new x86_prof program sorts the output]. So my lame table...
Matt Johnson found a bug in the blowfish.c code. I think what it was was that I meant to add the code to Twofish and I added it to blowfish by mistake... The...
LibTomCrypt now has OMAC1 support for 64 and 128 bit ciphers [see: http://crypt.cis.ibaraki.ac.jp/omac/omac.html] which conforms to the AES test vector given. ...
In all of the hashes if you mess up the "curlen" field you can buffer overflow the hash done and process functions. I can't see a way an attacker can exploit...
I've just added DSA to the list of PK that LTC supports. I still have to write key export/import routines but the sign/verify works already. A 160/512 key can...
in fast_mp_invmod() [which you wouldn't normally call yourself] I mistakenly made the input condition test wrong. So you can pass it values for which it will...
Anyone want to share comments on the recent madness here or do you guys have "lives" that don't involve coding during x-mas break? [for shame!] Anyone care...
Hi, No, you're not wasting your time, but as far as I am concerned I have moved back to France, and in the middle of an unpacking procedure, with a very slow ...
I finished all of the changes I want for this release cycle. I've done the majority of my SQA and I'm still testing. About this time I test the makefiles...
... Yup... visiting Pat's parents in southern Maryland... Thanks for the compliments in your writeup, BTW. I don't think I deserve all of them, but hey... ...
Greg Rose
ggr@...
Dec 24, 2003 4:19 am
51
... Oh, well... um... at least there will not be another release for a bit [barring any flaws in the code]. ;-) ... I definitely think you did/do. You were...
Just stumbled across this advisary and thought you want to see it, Tom.. http://www.securityfocus.com/archive/1/347457/2003-12-13/2003-12-19/0 Apparently...
I'm sure I recall hearing you say that you managed to get libtomcrypt to build as a DLL in windows, but I can't seem to find where exactly that was. Do you...
... Tom.. ... 19/0 ... Yup. They advised me about it already [one of the authors of the advisory]. Fortunately the bug is that they are still using the weak...
... libtomcrypt to ... that was. ... V0.92 [to be released at midnight today] has a "makefile.cygwin_dll". The DLL support *only* works with Ming/Cygwin as I...
Yep, LTC has nothing to do with the flaws in the software. LTC was their solution to improve the situation. At the time, we were unfamiliar with LTC and did...
Just under 11 hours till release. So far I've found a few bugs during SQA [phew!] and now I'm onto testing the libs in Linux. So far so good. As far as I can...