cryb-to/lib
Dag-Erling Smørgrav c044f2580b Fix buffer over-read in percent_decode().
When decoding a trigram, percent_decode() would correctly increment the input pointer by an extra two characters (three total) but would not decrement the input length by the same amount.  This would result in a buffer over-read when decoding unterminated strings.
2016-01-10 23:29:03 +01:00
..
cipher
core Add man pages for a few functions. 2016-01-08 17:27:27 +01:00
cpe Build system overhaul 2015-12-14 18:08:22 +01:00
digest Add man pages for a few functions. 2016-01-08 17:27:27 +01:00
enc Fix buffer over-read in percent_decode(). 2016-01-10 23:29:03 +01:00
hash Add man pages for a few functions. 2016-01-08 17:27:27 +01:00
mac
mpi
oath Build system overhaul 2015-12-14 18:08:22 +01:00
rand
rsaref
test Add a t_compare_strn() function which is to t_compare_str() what strncmp() is to 2016-01-10 18:49:19 +01:00
.gitignore
Makefile.am Build system overhaul 2015-12-14 18:08:22 +01:00