summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-07/* on some platforms time_t may be a float */Theo de Raadt
2014-06-07http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=2016265dfbab162ec...Theo de Raadt
2014-06-07Add missing NULL check after calling EVP_PKEY_new_mac_key().Joel Sing
2014-06-07Use !is_read to imply SSL3_CC_WRITE.Joel Sing
2014-06-07Move the export label initialisation into the export handling code, sinceJoel Sing
2014-06-07Remove pointless casts - no binary change.Joel Sing
2014-06-07Rename variables to make it clear that these are only used in the exportJoel Sing
2014-06-07remove last few uses of __PTheo de Raadt
2014-06-07Further clean up of context handling in tls1_change_cipher_state().Joel Sing
2014-06-07Remove various test stubs. The good ones have been moved by jsingTheo de Raadt
2014-06-07evptests.txt lives in regress/lib/libcrypto/evpJoel Sing
2014-06-07malloc() result does not need a cast.Theo de Raadt
2014-06-07Remove another NULL check before a BIO_free().Joel Sing
2014-06-07ssl3_free_digest_list() has its own NULL check.Joel Sing
2014-06-07BIO_free has an implicit NULL check, so do not bother checking for NULLJoel Sing
2014-06-07ssl3_release_{read,write}_buffer() handle being called with NULL buffers,Joel Sing
2014-06-07The DH_free, EC_KEY_free, EVP_PKEY_free and RSA_free functions all haveJoel Sing
2014-06-07More KNF.Joel Sing
2014-06-07More KNF.Joel Sing
2014-06-07In run(4), fix TXWI and RXWI offset calculations for RT5592 devices.Stefan Sperling
2014-06-07Modify to ANSI-style function declarations. No binary change.Kenji Aoyama
2014-06-07Document bwi(4) interrupt error flags by using named constantsStefan Sperling
2014-06-07g/c unused IFT_L2VLAN, ok reyk bluhmHenning Brauer
2014-06-07Clint Pachl points out "authtable" is optional;Jason McIntyre
2014-06-07Add basic regression test for modf() issue.Tobias Ulmer
2014-06-07Fix modf() on sparcTobias Ulmer
2014-06-06Allocate the struct itty array in ttystats_init() with M_ZERO.Matthew Dempsky
2014-06-06s/assember/assembler/ before someone gets offended. At the lastTheo de Raadt
2014-06-06Update description of optional argument "datalen" to reality.Florian Obser
2014-06-06replace sendmail with smtpd in a commentGilles Chehade
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2014-06-06when relying on the local enqueuer, fix an issue with long To and Cc linesGilles Chehade
2014-06-06Properly track switching G0 and G1 modes between US-ASCII and VT100 lineNicholas Marriott
2014-06-05fix inverted test that caused PKCS#11 keys that were explicitly listedDamien Miller
2014-06-05Reset properly when c0-change-trigger is increased from zero so panesNicholas Marriott
2014-06-05Remove conditional pipeline rewind on 88100, introduced in 1.19 - this seemsMiod Vallat
2014-06-05Do not recurse when a 'Hello Request' message is received while gettingJoel Sing
2014-06-05Ensure that sess_cert is not NULL before trying to use it.Joel Sing
2014-06-05Avoid a buffer overflow that can be triggered by sending specially craftedJoel Sing
2014-06-05ssl_sess_cert_new() can return NULL. Fix two cases where the return valueJoel Sing
2014-06-05Ensure that we do not process a ChangeCipherSpec with an empty masterJoel Sing
2014-06-05Be selective as to when ChangeCipherSpec messages will be accepted.Joel Sing
2014-06-05Reduce code running as root by trying to create all needed socketsFlorian Obser
2014-06-05More KNF.Joel Sing
2014-06-05add malloc.cOtto Moerbeek
2014-06-05Move to (slightly stripped) version of libc malloc; ok deraadt@Otto Moerbeek
2014-06-05Fix sendmail improper close-on-exec flag handling (CVE-2014-3956)Jasper Lievisse Adriaanse
2014-06-05Extended precision floating-point numbers have an explicit integer part bit.Mark Kettenis
2014-06-05Add support for COLUMNS env variable, inspired by FreeBSD but with a dashPhilip Guenther