Lines Matching full:them
154 -- Finally added an auto-update script for the makefiles. So when I add new files/dirs it can automatically fix up the makefiles [all four of them...]
237 -- Added MUTEX locks around descriptor table functions [but not on the functions that are dependent on them]
263 -- Updated test driver to actually halt on errors and just print them out (useful for say... automated testing...)
295 -- Changed OID representation for hashes to be just a list of unsigned longs (so you can compare against them nicely after decoding a sequence)
389 -- Note these are not documented but they do have doxygen comments inside them
390 -- Also I don't use them in other functions (like pkcs_5_2()) because I didn't have the time. Job for the new LTC maintainer ;-)
691 Updated HMAC code to use them too. Hazaa!
730 -- I've removed the primes from dh.c and replaced them with DR safe primes suitable for the default
901 -- Removed most test cases from Blowfish, left three of them there. Makes it smaller and faster to test.
1094 -- Made additions to the examples in the manual (fixed them up a bunch)
1140 can use them with less confusion.
1153 -- added prng/hash/cipher is_valid functions and used them in all of the PK code so you can't enter the code
1275 use what ever remaining hash/cipher combo is left [after you #undef them] at build time. He also suggested
1389 compressed I handled them incorrectly.