Age | Commit message (Expand) | Author |
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 |
2014-05-29 | document control characters which are extensions; | Jason McIntyre |
2014-05-29 | flesh out STANDARDS; | Jason McIntyre |
2014-05-29 | fsck should use the same values in checking as newfs does in creating | Kenneth R Westerback |
2014-05-29 | Fix another two cases where the return value of ssl_replace_hash() is | Joel Sing |
2014-05-29 | no more gcc2. | Daniel Dickman |
2014-05-29 | Add missing NULL checks for calls to ssl_replace_hash(). This function | Joel Sing |
2014-05-29 | Read MAXPHYS bytes at a time in the hibernate image read, instead of | Mike Larkin |
2014-05-29 | zap double word; | Jason McIntyre |
2014-05-29 | Use .Er for errnos | Philip Guenther |
2014-05-29 | Grammar | Philip Guenther |
2014-05-29 | for -a and -g, do not say "as per posix": it adds no value to the user, and | Jason McIntyre |
2014-05-29 | some basic formatting fixes; | Jason McIntyre |
2014-05-29 | Update to match recent changes | Philip Guenther |
2014-05-29 | We now use arc4random() so PERL_RANDOM_DEVICE is no longer needed. | Philip Guenther |
2014-05-29 | When vmcmd_map_readvn() maps in the page it reads into, it forces | Philip Guenther |
2014-05-29 | To get a random seed, just call arc4random() instead of reading a | Philip Guenther |
2014-05-28 | tweak previous; | Jason McIntyre |
2014-05-28 | prio is meaningless when bandwidth shaping is in use, fix example | Henning Brauer |
2014-05-28 | Remove additional files generated during ld.so build on make clean. | Brad Smith |
2014-05-28 | onocr suppresses the cr, not outputs it; | Jason McIntyre |
2014-05-28 | finally enable writing per-commit commitid tokens to rcs ,v files | joshua stein |
2014-05-28 | Fixed chap_input() and chap_authenticate() not to be used as if they | YASUOKA Masahiko |
2014-05-28 | document that posix defaults to -L if no options are given, and tweak previous; | Jason McIntyre |
2014-05-28 | in the compat with more section, document: | Jason McIntyre |
2014-05-28 | More KNF. | Joel Sing |
2014-05-28 | Refactor tls1_change_cipher_state() and split the compression handling out | Joel Sing |
2014-05-28 | EVP_MD_CTX_create() calls malloc and can return NULL. However, only one of | Joel Sing |
2014-05-28 | There is no point in checking if a pointer is non-NULL before calling free, | Joel Sing |
2014-05-28 | More KNF. | Joel Sing |
2014-05-28 | missing space in error message | Otto Moerbeek |
2014-05-28 | When invoked as more, make the -i option behave the same as less's | Todd C. Miller |