summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-06Correct a problem that prevents the DSA signing algorithm from runningbeck1-4/+6
in constant time even if the flag BN_FLG_CONSTTIME is set. This issue was reported by Cesar Pereida (Aalto University), Billy Brumley (Tampere University of Technology), and Yuval Yarom (The University of Adelaide and NICTA). The fix was developed by Cesar Pereida
2016-06-06LibreSSL 2.3.6bcook1-3/+3
2016-05-29bump to 2.3.5libressl-v2.3.5bcook1-3/+3
2016-05-29Fix a short-read bug in the previous version of asn1_d2i_read_biobcook1-26/+28
The outer while() loop is missing, so we only read up to chunk_max bytes. ok tedu
2016-05-04this chunk was NOT supposed to be committed. spotted by jsg.tedu1-2/+1
2016-05-03prefer limits.h over sys/limits.hlibressl-v2.3.4bcook1-2/+2
2016-05-03bump to 2.3.4bcook1-2/+2
2016-05-03backport patch from openssl for multiple issues:tedu8-31/+58
missing padding check in aesni functions overflow in evp encode functions use of invalid negative asn.1 types ok beck