summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ecdh/ecdh.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Provide ECDH_size().jsing2015-09-131-1/+2
| | | | "jajaja" miod@
* Check ECDH output buffer length and avoid truncation.jsing2015-09-131-1/+2
| | | | | | | | | Currently, if you call ECDH_compute_key() it will silently truncate the resulting key if the output buffer is less than the key size. Instead, detect this condition and return an error. If the buffer provided is larger than the key length, zero the remainder. ok beck@ miod@ "+ shivers"
* Lob a style(9) grenade in here.jsing2015-09-131-8/+9
|
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* import OpenSSL-1.0.1cdjm2012-10-131-0/+2
|
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+123