summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-08More KNF.jsing2-32/+36
2014-07-08Simplify various BIO_sock_* fuctions - less code, better variable names,jsing2-54/+24
2014-07-08repeat calls to getentrypy() with the same pid likely indicate reseeds.deraadt2-6/+20
2014-07-03Memory-leak-in-error-path of the day in X509_ATTRIBUTE_set1_data().miod2-4/+6
2014-07-03Enter the REGRESS_FULL target subdirs for clean, cleandir and obj targets.miod2-4/+4
2014-07-02Memory leak in error path of the day, from clang via dhill@bitrig;miod2-4/+6
2014-07-02Warnings. I haz them.miod1-2/+11
2014-07-02pk7_doit.c r1.20 introduced a NULL check that ensures that the signaturejsing2-4/+4
2014-07-02Add an initial regress test for pkcs7.jsing3-1/+300
2014-07-02Remove more unused cruft.jsing58-3266/+0
2014-07-02KNF.jsing2-122/+102
2014-07-01Avoid a NULL deref in i2d_ECPrivateKey() when an EC_KEY lacks the public keymiod2-4/+4
2014-06-30simplify and unobfuscate a variable to fix a mem leak.tedu2-12/+18
2014-06-30fix the identical leak in three different files.tedu6-12/+18
2014-06-29Free "data" when it's no longer in use.logan1-1/+2
2014-06-29Fix file descriptor leaklogan1-1/+2
2014-06-29Remove yet another unused file... a backup copy (minus copyright andjsing2-132/+0
2014-06-29KNF.jsing22-3212/+3126
2014-06-29Remove another unused source file - I got suspicious when I found ajsing2-920/+0
2014-06-29More KNF.jsing2-64/+98
2014-06-29correct issetugid sense as spotted by Stijn van Drongelen.deraadt2-6/+14
2014-06-28Add a missing word.jca2-2/+2
2014-06-28Fix a memory leak and another one that occurs in the error paths.logan2-4/+12
2014-06-28Fix 9 memory leaks.logan2-2/+20
2014-06-28Fix 2 memory leaks.logan2-2/+6
2014-06-28Use strtonum() instead of atoi(), and then impose what are we thinkderaadt13-102/+211
2014-06-27When building a BN on the stack in BN_div(), make sure to initialize all itsmiod2-2/+4
2014-06-27re-init and init code paths are now more shared, so the getpid()-basedderaadt1-2/+3
2014-06-27extra evil spaces snuck in over the last whilederaadt1-20/+20
2014-06-27Move to a smaller rbytes buffer and skip a random part. Not tootto1-3/+4
2014-06-27save_errno botch; spotted by miodderaadt2-4/+4
2014-06-27hand-KNF macro the do { } while loopsderaadt8-80/+98
2014-06-27hand-KNF the remaining bitsderaadt2-196/+212
2014-06-27Remove M_ASN1_New* macros which are only used in X509_PKEY_new() are obfuscatemiod4-44/+32
2014-06-26Add back an #ifndef MAP_INHERIT_ZERO chunk to support the old getpid()deraadt1-1/+13
2014-06-26save errno in ERR_put_error(), so that SYSerr doesn't have any accidentalderaadt2-2/+6
2014-06-26fix HD() misuse; from brent cookderaadt2-4/+4
2014-06-25AT_BASE returns us the *address* of the start of ld.so, sobeck2-4/+4
2014-06-25get the page of data at AT_SYSINFO_EHDRbeck2-4/+4
2014-06-25comment fixes from theobeck2-10/+12
2014-06-25Possibly obtain a little bit of entropy from addresses returnedbeck2-4/+46
2014-06-25O_NOFOLLOW would be very nice to have here if the version of linuxbeck2-20/+22
2014-06-25Alexander Schrijver posted a diff to remove references to the c_rehash script,jmc1-6/+5
2014-06-25document why we explicit_bzeroderaadt1-2/+2
2014-06-24Unifdef -UNO_SYS_TYPES_Hmiod10-40/+18
2014-06-24Remove previously commented out wrong code, as well as the comment saying thismiod2-6/+2
2014-06-24Remove ancient workaround for previous century's compilers in the declarationmiod2-4/+2
2014-06-24Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals itmiod5-1256/+4
2014-06-24Crank libcrypto major since my previous commit changed the size of thejsing2-2/+2
2014-06-24If a chacha operation does not consume all of the generated key stream,jsing6-14/+92