summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-07-20Use V_ASN1_UNDEF instead of -1.Miod Vallat
2015-07-20Check the return value of asn1_enc_save(). ok bcook@ doug@Miod Vallat
2015-07-20When freeing an X509_CRL, if freeing the user-maintained meth_data fails,Miod Vallat
2015-07-20In X509_PKEY_new(), make sure all allocation failures push an error to theMiod Vallat
2015-07-19Remove OpenSSL engine RSAX.Doug Hogan
2015-07-19Allow *_free() functions in libssl to handle NULL input.Doug Hogan
2015-07-19Drop stupid (int) casts for the arguments of malloc() and friends. This isMiod Vallat
2015-07-19unifdef -UCBC_HANDLES_TRUNCATED_IOMiod Vallat
2015-07-19Verify ASN1 objects types before attempting to access them as a particularMiod Vallat
2015-07-19Convert ssl3_get_certificate_request to CBS.Doug Hogan
2015-07-19Fix symbol collision with libtls.Doug Hogan
2015-07-19Add TLS_method, TLS_client_method and TLS_server_method.Doug Hogan
2015-07-19Crank major and remove legacy variables.Doug Hogan
2015-07-19Now that it is safe to invoke X509_STORE_CTX_cleanup() if X509_STORE_CTX_init()Miod Vallat
2015-07-19Put explicit braces around assignment used in a conditional.Miod Vallat
2015-07-19Remove the logic responsible for outputting most AES-NI instructions asMiod Vallat
2015-07-19Replace `.byte 0x48,0x83,0xEC,0x08' with `sub \$8,%rsp' which is exactly theMiod Vallat
2015-07-19Simplify X509_STORE_CTX_init and make it safe with stack variables.Doug Hogan
2015-07-19Remove case that can never happen.Doug Hogan
2015-07-19Fix Coverity 72742 - ret is overwritten immediately after this.Bob Beck
2015-07-19Assign p to CBS_data since it is used later.Doug Hogan
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
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-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-18Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay.Doug Hogan
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-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