Age | Commit message (Expand) | Author |
2014-05-30 | More KNF. | Joel Sing |
2014-05-30 | remove some #if 0 code. we don't need any more reminders that we're using | Ted Unangst |
2014-05-30 | Make use of SSL_IS_DTLS, SSL_USE_EXPLICIT_IV, SSL_USE_SIGALGS and | Joel Sing |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | SBus glue for qlw(4) for sparc. Untested. | Mark Kettenis |
2014-05-30 | Eliminate some duplicated "mfctl cr29, rN" instructions. | Mark Kettenis |
2014-05-30 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-05-30 | Remove unused fields from the pipes. | Martin Pieuchot |
2014-05-30 | Fix some more nasty stringyness in here by using asprintf instead of cruft. | Bob Beck |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller |
2014-05-30 | Appletalk support was removed a while ago. So was natm and hylink (if ever). | Philip Guenther |
2014-05-30 | AF_NATM support was removed before 5.5 | Philip Guenther |
2014-05-30 | more: no need to null check before free; ok guenther | Theo de Raadt |
2014-05-30 | more: no need for null check before free | Theo de Raadt |
2014-05-30 | While working on another diff I ended up looking to see why on earth the | Joel Sing |
2014-05-30 | Use calloc instead of malloc and memset. | YASUOKA Masahiko |
2014-05-30 | Rework parse_name() so that variable declaration is separate from function | Joel Sing |
2014-05-30 | Add definitions for Process and (finally!) Thread | Philip Guenther |
2014-05-30 | A program is the thing you run; a process is an instance of something | Philip Guenther |
2014-05-30 | remove CONST_STRICT. ok beck deraadt | Ted Unangst |
2014-05-30 | no need for null check before free. from Brendan MacDonell | Ted Unangst |
2014-05-30 | Don't write out more than we have allocated in obj_txt, as the glory | Bob Beck |
2014-05-30 | remove some of the bigger lies, as applicable to libressl. | Ted Unangst |
2014-05-30 | explicit_bzero for clearing stack variables. | Ted Unangst |
2014-05-29 | I do not have time to describe how bad the realloc() uses in here, now | Theo de Raadt |
2014-05-29 | trivial realloc -> reallocarray | Theo de Raadt |
2014-05-29 | the comment says RAND_pseudo_bytes should be RAND_bytes. make it so. | Ted Unangst |
2014-05-29 | we no longer care that these aren't used for ssl2 | Ted Unangst |
2014-05-29 | ok, next pass after review: when possible, put the reallocarray arguments | Theo de Raadt |
2014-05-29 | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | Theo de Raadt |
2014-05-29 | Use the same convention for mixer control names as azalia. | Alexandre Ratchov |
2014-05-29 | sync | Theo de Raadt |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-29 | remove back compat that was already disabled back in 1998. | Ted Unangst |
2014-05-29 | Make make includes work again without kssl.h | Bob Beck |
2014-05-29 | Any sane platform has stdio. Stop pretending we will ever use a platform | Bob Beck |
2014-05-29 | kssl is dead. | Ted Unangst |
2014-05-29 | no space before label | Ted Unangst |
2014-05-29 | line up else better | Ted Unangst |
2014-05-29 | define -DLIBRESSL_INTERNAL in here so we don't use nasties | Bob Beck |
2014-05-29 | consistent braces | Ted Unangst |
2014-05-29 | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | Ted Unangst |
2014-05-29 | repair KNF indent | Theo de Raadt |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-29 | Make it substantially easier to identify protocol version requirements | Joel Sing |
2014-05-29 | When you have functions that perform specific functions, use them. | Joel Sing |