summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-05-30A program is the thing you run; a process is an instance of somethingPhilip Guenther
2014-05-30remove CONST_STRICT. ok beck deraadtTed Unangst
2014-05-30no need for null check before free. from Brendan MacDonellTed Unangst
2014-05-30Don't write out more than we have allocated in obj_txt, as the gloryBob Beck
2014-05-30remove some of the bigger lies, as applicable to libressl.Ted Unangst
2014-05-30explicit_bzero for clearing stack variables.Ted Unangst
2014-05-29I do not have time to describe how bad the realloc() uses in here, nowTheo de Raadt
2014-05-29trivial realloc -> reallocarrayTheo de Raadt
2014-05-29the comment says RAND_pseudo_bytes should be RAND_bytes. make it so.Ted Unangst
2014-05-29we no longer care that these aren't used for ssl2Ted Unangst
2014-05-29ok, next pass after review: when possible, put the reallocarray argumentsTheo de Raadt
2014-05-29convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53Theo de Raadt
2014-05-29Use the same convention for mixer control names as azalia.Alexandre Ratchov
2014-05-29syncTheo de Raadt
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.Bob Beck
2014-05-29remove back compat that was already disabled back in 1998.Ted Unangst
2014-05-29Make make includes work again without kssl.hBob Beck
2014-05-29Any sane platform has stdio. Stop pretending we will ever use a platformBob Beck
2014-05-29kssl is dead.Ted Unangst
2014-05-29no space before labelTed Unangst
2014-05-29line up else betterTed Unangst
2014-05-29define -DLIBRESSL_INTERNAL in here so we don't use nastiesBob Beck
2014-05-29consistent bracesTed Unangst
2014-05-29unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them.Ted Unangst
2014-05-29repair KNF indentTheo de Raadt
2010-10-01import OpenSSL-1.0.0aDamien Miller
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-29use calloc, from Benjamin BaierTed Unangst
2014-05-29Make it substantially easier to identify protocol version requirementsJoel Sing
2014-05-29When you have functions that perform specific functions, use them.Joel Sing