summaryrefslogtreecommitdiff
path: root/lib/libssl
AgeCommit message (Expand)Author
2014-07-09Remove RSA_memory_lock(). This undocumented function sort-of serializes yourMiod Vallat
2014-07-09remove unused dynamic_cmd_defns_empty structure.bcook
2014-07-09RSA_NULL used to be a compile option allowing the RSA interfaces to beMiod Vallat
2014-07-09KNFMiod Vallat
2012-10-13import OpenSSL-1.0.1cDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2014-07-08Mark the weakened 40-bit export ciphers as invalid - no one in their rightJoel Sing
2014-07-08Remove SSL_FIPS.Joel Sing
2014-07-08Nuke SSL_NOT_EXP since it does nothing.Joel Sing
2014-07-08Document SSL_CIPHER_description() will now use asprintf if passed a NULLMiod Vallat
2014-07-08Do not suggest using BUF_strdup() preferably to strdup() for fallaciousMiod Vallat
2014-07-08Match the current state of the code.Miod Vallat
2014-07-08replace malloc(strlen())/strlcpy with strdupbcook
2014-07-08Define SMALL_REGISTER_BANK on arm and vax, for it generates faster code forMiod Vallat
2014-07-08Remove undocumented _des_crypt() interface and its companion header file,Miod Vallat
2014-07-08pedantic avoidance of division by zero, likely not actuallyBob Beck
2014-07-08add missing stdint. include for uint32_t, etc.bcook
2014-07-08We do not care about broken Borland C pre-processors.Joel Sing
2014-07-08Pretty much everything has SO_REUSEADDR - nuke the #ifdefs.Joel Sing
2014-07-08We have EAI_FAMILY - remove the #ifdefs.Joel Sing
2014-07-08More KNF.Joel Sing
2014-07-08Avoid locking in BIO_get_port() by using getservbyname_r() instead ofJoel Sing
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