summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-31Some KNF and fix the vairable spelling.Joel Sing
2014-05-31Revert previous diff setting cold to 1 on shutdown because it breaks machineMartin Pieuchot
2014-05-31Unbreak RTM_CHANGE. Unlike RTM_LOCK or RTM_GET it is OK to pass in aClaudio Jeker
2014-05-31Move the cts128 and gcm128 tests to regress.Joel Sing
2014-05-31Add a basic test for RTM_CHANGEClaudio Jeker
2014-05-31Oops. We're reporting DEV_BSIZE values in error messages, so callKenneth R Westerback
2014-05-31More KNF.Joel Sing
2014-05-31More manual OPENSSL_NO_EC and OPENSSL_NO_TLSEXT cleanup.Joel Sing
2014-05-31Cast daddr_t variable (blkno) to (long long) when printing with %lld.Kenneth R Westerback
2014-05-31Address several problems in signal delivery on 88100 processors:Miod Vallat
2014-05-31In regdump(), print DAE registers when they are valid, regardless of theMiod Vallat
2014-05-31Introduce m88100_rewind_insn() to rewind the execution pipeline oneMiod Vallat
2014-05-31unifdef -UDOXYGEN and manually remove the few doxygen comments that are notJoel Sing
2014-05-31ECDH and ECDSA will not work overly well if there is no EC, so unifdefJoel Sing
2014-05-31TLS would not be entirely functional without extensions, so unifdefJoel Sing
2010-10-01import OpenSSL-1.0.0aDamien Miller
2014-05-31Delete the extraneous "return" statement at the end of a void function.Jeremie Courreges-Anglas
2014-05-31KNF and other cleanup.Joel Sing
2014-05-31add -S to usage();Jason McIntyre
2014-05-31Remove some unused code that we added at the 2013 Toronto hackathon butMike Larkin
2014-05-31Fix a format specifier in a debug printf.Mike Larkin
2014-05-30don't assign variables in if() that's not error checkingTed Unangst
2014-05-30modern bourne shells handle ~. Unlikely in makefiles, but still, betterMarc Espie
2014-05-30a little style consistency with error checkingTed Unangst
2014-05-30Add option -S to have dump(8) only estimate backup size and number of tapesStephan A. Rickauer
2014-05-30Don't add potentially nasty stderr uses to dead CRYPTO_dbg_mem functions.Theo de Raadt
2014-05-30Remove dead assignment and newly created unused variable.Charles Longeau
2014-05-30warnings warnings everywhereTed Unangst
2014-05-30WARNING: Encrypted vnd is insecure.Ted Unangst
2014-05-30Move sha256 and sha512 tests to regress and wire them up.Joel Sing
2014-05-30Move the AES wrap test code into regress.Joel Sing
2014-05-30oops, auto-read config only *after* we have a way to print out errors.Marc Espie
2014-05-30More KNF.Joel Sing
2014-05-30remove some #if 0 code. we don't need any more reminders that we're usingTed Unangst
2014-05-30Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS andJoel Sing
2014-05-30SBus glue for qlw(4) for sparc. Untested.Mark Kettenis
2014-05-30SBus glue for qlw(4) for sparc. Untested.Mark Kettenis
2014-05-30Eliminate some duplicated "mfctl cr29, rN" instructions.Mark Kettenis
2014-05-30Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting orMartin Pieuchot
2014-05-30Remove unused fields from the pipes.Martin Pieuchot
2014-05-30Fix some more nasty stringyness in here by using asprintf instead of cruft.Bob Beck
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-05-30Appletalk support was removed a while ago. So was natm and hylink (if ever).Philip Guenther
2014-05-30AF_NATM support was removed before 5.5Philip Guenther
2014-05-30more: no need to null check before free; ok guentherTheo de Raadt
2014-05-30more: no need for null check before freeTheo de Raadt
2014-05-30While working on another diff I ended up looking to see why on earth theJoel Sing
2014-05-30Use calloc instead of malloc and memset.YASUOKA Masahiko
2014-05-30Rework parse_name() so that variable declaration is separate from functionJoel Sing
2014-05-30Add definitions for Process and (finally!) ThreadPhilip Guenther