summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-07-19abort when ENGINE_remove fails, fix Coverity 21656Brent Cook
2015-07-18Convert dtls1_get_message_header to CBS and change to int.Doug Hogan
2012-10-13import OpenSSL-1.0.1cDamien Miller
2015-07-18Convert dtls1_get_message_header to CBS and change to int.Doug Hogan
2015-07-18rand_err doesn't exist anymore, coverity 78808Bob Beck
2015-07-18Coverity 21651Bob Beck
2015-07-18Convert dtls1_get_record to CBS.Doug Hogan
2015-07-18Remove repeated code in dtls1_get_record.Doug Hogan
2015-07-18Set SSL_MODE_ENABLE_PARTIAL_WRITE and SSL_MODE_ACCEPT_MOVING_WRITE_BUFFERAlexander Bluhm
2015-07-18Dead code, Coverity 78798Bob Beck
2015-07-18Coverity ID 78910 - Yet another stupid API designed to not show failures. do theBob Beck
2015-07-18Remove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER workaround.Doug Hogan
2015-07-18Check the return value of ASN1_STRING_set(), for it may fail to allocateMiod Vallat
2015-07-18tweak previous;Jason McIntyre
2015-07-18Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay.Doug Hogan
2015-07-18Unbreak, add errno headerJeremy Evans
2015-07-18set errno in null cases, just in case.Ted Unangst
2015-07-18standards compliant error return (null). will make ruby happier, at least.Ted Unangst
2015-07-18On systems with a full routing table (550k+), we often want to be able toPeter Hessler
2015-07-18Fix leak found by coverity, issue 78897 - which also brough toBob Beck
2015-07-17delete doubled words;Ingo Schwarze
2015-07-17extenstion -> extensionMiod Vallat
2015-07-17Convert ssl_parse_serverhello_use_srtp_ext to CBS.Doug Hogan
2015-07-17Remove compat hack that disabled ECDHE-ECDSA on OS X.Doug Hogan
2015-07-17Remove workaround for TLS padding bug from SSLeay days.Doug Hogan
2015-07-16Bump LIBRESSL_VERSION defines.Brent Cook
2015-07-16Enforce V_ASN1_OCTET_STRING type before accessing the object as octet string;Miod Vallat
2015-07-16Adapt previous to extended-precision, and fix single-precision constants.Martynas Venckus
2015-07-16Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i),Martynas Venckus
2015-07-16remove the stubby not working mmaped file support. ok sthen (long ago)Ted Unangst
2015-07-16After reading a password with terminal echo off, restore the terminal toPhilip Guenther
2015-07-16Explicitely cast a char into unsigned long before shifting it left by 24, forMiod Vallat
2015-07-16Check return value of all used functions in OCSP_REQUEST_print(); coversMiod Vallat
2015-07-16Make sure the `reject negative sizes' logic introduced in 1.34 is actuallyMiod Vallat
2015-07-15check n before cbs_init, coverity - ID 125063Bob Beck
2015-07-15test for n<0 before use in CBS_init - mostly to shut up coverity.Bob Beck
2015-07-15Flense out dead code, we don't do ecdhe_clnt_cert.Bob Beck
2015-07-15Fix inverted test in previous. Commit message told what we intended, butMiod Vallat
2015-07-15Remove dead code. Coverity CID 21688Miod Vallat
2015-07-15Fix two theoretical NULL pointer dereferences which can only happen if youMiod Vallat
2015-07-15Fix possible 32 byte buffer overrun, found by coverity, CID 78869Bob Beck
2015-07-15Memory leak; Coverity CID 78836Miod Vallat
2015-07-15Unchecked allocations, and make sure we do not leak upon error. FixesMiod Vallat
2015-07-15Avoid leaking objects upon error; tweaks & ok doug@Miod Vallat
2015-07-15Do not allow TS_check_signer_name() with signer == NULL fromMiod Vallat
2015-07-15Previous fix for Coverity CID 21785 did not cope correctly with seed_len != 0,Miod Vallat
2015-07-15typo in manual page.Igor Sobrado
2015-07-15mention that swapctl(2) can also be used to retrieve statisticsJasper Lievisse Adriaanse
2015-07-14Fall back to scanning /dev if /var/run/dev.db does not exist.Todd C. Miller
2015-07-14The first argument to devname(3) should be dev_t, not int.Todd C. Miller