summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-171. RAND_seed is now DEPRECATEDTheo de Raadt
2014-04-17RAND_seed now does nothing, so skip the operationTheo de Raadt
2014-04-17Do not feed RSA private key information to the random subsystem asTheo de Raadt
2014-04-17remove duplicated tests in if statementsJonathan Gray
2014-04-17Fix for ", " issue in jsing's knf scriptPhilip Guenther
2014-04-17Do not need to map to another silly name for unistd.h here eitherTheo de Raadt
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2009-04-06import of OpenSSL 0.9.8kDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2006-06-27import of openssl-0.9.7jDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2014-04-17unistd.h is always in the same place; no need to #include the result ofTheo de Raadt
2014-04-17minimal fix for ', ' issue in jsing's indent scriptTheo de Raadt
2014-04-17OpenSSL PR#3309: when looking for an extension, set the last found positionStuart Henderson
2014-04-17It's been a quarter century: we can assume volatile is present with that name.Philip Guenther
2014-04-17move enginetest to regress as was done with the other testsJonathan Gray
2014-04-17call the correct decrypt function in aes_cbc_cipher()Jonathan Gray
2014-04-17tag some functions with bounded. idea and ok djmTed Unangst
2014-04-16TANSTAAFL - delete the buf freelist code. if you need a better malloc, getTed Unangst
2014-04-16add back SRP. i was being too greedy.Ted Unangst
2014-04-16Clean up dangerous strncpy use. This included a use where the resultingBob Beck
2014-04-16- Why do we hide from the OpenSSL police, dad?Miod Vallat
2014-04-16> As I walk through the valley of the shadow of deathTed Unangst
2014-04-16lots of ifdef cleanupTed Unangst
2014-04-16repair knfTed Unangst
2014-04-16No need to define ANSI_SOURCE and NO_ERR. TERMIOS kept until ui/ui_openssl.cMiod Vallat
2014-04-16No need to build with -DOPENSSL_NO_CAPIENG and -DOPENSSL_NO_HW_xxx for allMiod Vallat
2014-04-16quoth the readme:Ted Unangst
2014-04-16delete a few leftoversTed Unangst
2014-04-16fix a few bugs observed on http://www.viva64.com/en/b/0250/Ted Unangst
2014-04-16Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knobBob Beck
2014-04-16disentangle SRP code from TLSTed Unangst
2014-04-16whack the ifdef pinata:Ted Unangst
2014-04-16SSLv3_client_method() doesn't support TLSv1.*; use SSLv23_client_method()Philip Guenther
2014-04-16Zero-pad usec format to handle values less than 100,000 correctlyPhilip Guenther
2014-04-16Initial KNF.Joel Sing
2014-04-16Initial KNF.Joel Sing
2014-04-16Mandatory Surgeon Guenther's Warning: This code could not possibly beTed Unangst
2010-10-01import OpenSSL-1.0.0aDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2002-09-12import openssl-0.9.7-stable-SNAP-20020911 (without idea)Markus Friedl
2002-09-05import openssl-0.9.7-beta3Markus Friedl
2002-09-05import openssl-0.9.7-beta1Markus Friedl
2014-04-16Initial KNF.Joel Sing
2014-04-16More KNF.Joel Sing
2014-04-16First pass for KNF.Joel Sing
2014-04-16revert. the full horror has only now revealed itself.Ted Unangst
2014-04-16replace some bio_snprintf crazy with regular snprintf.Ted Unangst
2014-04-16Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap fromPhilip Guenther