Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:bugs

92       -- One of bugs found in the multi demo highlights that at least with gcc you need to pass integers with a UL prefix to ensure
208 their structure in advance (thanks to MSVC for finding 3 bugs in it just prior to release! ... don't ask)
322 -- Merged in latest mpi that fixed a few bugs here and there
392 -- Merged in fix for mp_prime_random_ex() to deal with MSB and LSB "bugs"
485 -- Added cipher/hash/prng tests to x86_prof to help catch bugs while testing
536 v0.97a ++ Fixed several potentially crippling bugs... [read on]
541 -- Fixed bugs in ENDIAN_BIG macros using the wrong byte order [Matt Johnston]
547 ++ Outcome: The bug Zhi Chen pointed out has been fixed. So have the bugs
557 -- fixed bugs in hmac_done()/hmac_init()/[various others()] where I didn't trap errors
802 -- Fixed two serious bugs in rsa_decrypt_key and rsa_verify_hash that would allow a trivialy
894 -- Fixed a few other minor bugs in the PK import code while I was at it.
983 -- Fixed numerous bugs in the PK code. Essentially I was "freeing" keys when the import failed. This is neither
1336 -- Fixed bugs in dh_key_size and ecc_key_size which would return garbage for invalid key idx'es