summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2014-07-08KNF.Joel Sing
2014-07-08KNF.Joel Sing
2014-07-08More KNF.Joel Sing
2014-07-08Simplify various BIO_sock_* fuctions - less code, better variable names,Joel Sing
2014-07-03Memory-leak-in-error-path of the day in X509_ATTRIBUTE_set1_data().Miod Vallat
2014-07-02Memory leak in error path of the day, from clang via dhill@bitrig;Miod Vallat
2014-07-02pk7_doit.c r1.20 introduced a NULL check that ensures that the signatureJoel Sing
2014-07-02Remove more unused cruft.Joel Sing
2014-07-02KNF.Joel Sing
2014-07-01Avoid a NULL deref in i2d_ECPrivateKey() when an EC_KEY lacks the public keyMiod Vallat
2014-06-30simplify and unobfuscate a variable to fix a mem leak.Ted Unangst
2014-06-30fix the identical leak in three different files.Ted Unangst
2014-06-29Free "data" when it's no longer in use.Loganaden Velvindron
2014-06-29Fix file descriptor leakLoganaden Velvindron
2014-06-29Remove yet another unused file... a backup copy (minus copyright andJoel Sing
2014-06-29KNF.Joel Sing
2014-06-29Remove another unused source file - I got suspicious when I found aJoel Sing
2014-06-29More KNF.Joel Sing
2014-06-29correct issetugid sense as spotted by Stijn van Drongelen.Theo de Raadt
2014-06-28Add a missing word.Jeremie Courreges-Anglas
2014-06-28Fix a memory leak and another one that occurs in the error paths.Loganaden Velvindron
2014-06-28Fix 9 memory leaks.Loganaden Velvindron
2014-06-28Fix 2 memory leaks.Loganaden Velvindron
2014-06-28Use strtonum() instead of atoi(), and then impose what are we thinkTheo de Raadt
2014-06-27When building a BN on the stack in BN_div(), make sure to initialize all itsMiod Vallat
2014-06-27save_errno botch; spotted by miodTheo de Raadt
2014-06-27hand-KNF macro the do { } while loopsTheo de Raadt
2014-06-27hand-KNF the remaining bitsTheo de Raadt
2014-06-27Remove M_ASN1_New* macros which are only used in X509_PKEY_new() are obfuscateMiod Vallat
2014-06-26save errno in ERR_put_error(), so that SYSerr doesn't have any accidentalTheo de Raadt
2014-06-24Unifdef -UNO_SYS_TYPES_HMiod Vallat
2014-06-24Remove previously commented out wrong code, as well as the comment saying thisMiod Vallat
2014-06-24Remove ancient workaround for previous century's compilers in the declarationMiod Vallat
2014-06-24Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals itMiod Vallat
2014-06-24If a chacha operation does not consume all of the generated key stream,Joel Sing
2014-06-24Some KNF.Joel Sing
2014-06-24Replace 48 lines of code with a single inet_pton() call. The previousJoel Sing
2014-06-24Actually make BIO_set_tcp_ndelay() work - TCP_NODELAY will not magicallyJoel Sing
2014-06-24Fix memory leak.Loganaden Velvindron
2014-06-23Since this is a library, place issetugid() before every getenv()Theo de Raadt
2014-06-22KNF, particularly wrapped lines of calls to PEM_read_bio_FOO() andPhilip Guenther
2014-06-22BIO_sock_init() no longer does anything, so stop calling it.Joel Sing
2014-06-22Just use SOMAXCONN and IPPROTO_TCP, since we know we have them.Joel Sing
2014-06-22In BIO_get_port(), use strol() with appropriate range checks rather thanJoel Sing
2014-06-22nuke unused test programs; ok jsingTheo de Raadt
2014-06-22More KNF.Joel Sing
2014-06-22KNF.Joel Sing
2014-06-22KNF.Joel Sing
2014-06-22More KNF.Joel Sing
2014-06-21always compare memcmp against 0, for clarity.Ted Unangst