summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-19More KNF.Joel Sing
2014-04-19another attempt at fixing stale x509 data. since we don't know where theTed Unangst
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19tweak previous;Jason McIntyre
2014-04-19need to escape %U, since it is used in Re/Rs blocks;Jason McIntyre
2014-04-19zap trailing whitespace;Jason McIntyre
2014-04-19remove the openssl_fdset wrapper, and a variety of VMS'ism's likeTheo de Raadt
2014-04-19KNF.Joel Sing
2014-04-19KNF.Joel Sing
2014-04-19Remove a gethostbyname() cache layer. The internet works better theseTheo de Raadt
2014-04-19ReadFile() and GetStdHandle() are not very POSIX.Theo de Raadt
2014-04-19Add missing description for IPv6 mtudisctimeout sysctl andlogan
2014-04-19truncation check some snprintf calls (over-cautiously in case)Theo de Raadt
2014-04-19can't actually do this. cause unknown.Ted Unangst
2014-04-19Fix some serious pointer-arithmatic-magic-number-unchecked-return eyebleedBob Beck
2014-04-19KNF.Joel Sing
2014-04-19Repair some indent to be more KNF, and break instead of fallthrough toTheo de Raadt
2014-04-19one small tweak to avoid ever going off the end of a string.Ted Unangst
2014-04-19improved checking for invalid hashes. from solar designerTed Unangst
2014-04-19More KNF.Joel Sing
2014-04-19kill a stray \Theo de Raadt
2014-04-19Lacking a proof that--for this implementation--exposure of MontgomeryPhilip Guenther
2014-04-19More KNF.Joel Sing
2014-04-19Remove hacky workaround for Cray T3E.Theo de Raadt
2014-04-19More KNF.Joel Sing
2014-04-19oops, typo got into changeTheo de Raadt
2014-04-19More KNF.Joel Sing
2014-04-19Add missing man page descriptions for the following IPv6 sysctls:logan
2014-04-19malloc + strlcpy -> strdupTheo de Raadt
2014-04-19unifdef ENOTDIR, everyone has itTheo de Raadt
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-19Use somewhat harsher language and better examples; demonstrate thatTheo de Raadt
2014-04-19Demonstrate correct usage of snprintf (regarding overflow detection)Theo de Raadt
2014-04-19Split inet(3) into three pages by decade: 1980s -> inet_lnaof(3),Philip Guenther
2014-04-19egd is goneTheo de Raadt
2014-04-19The internal ssl2_* functions and variables are gonePhilip Guenther
2014-04-19More KNF.Joel Sing
2014-04-19Add SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2Philip Guenther
2014-04-19More KNF and style consistency tweaksPhilip Guenther
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19More KNF.Joel Sing
2014-04-19use intrinsic strlcpy and strlcat everywhere so we only have one set ofBob Beck
2014-04-18OPENSSL_gmtime() is really just gmtime_r(); ok guentherTheo de Raadt
2014-04-18spacingTed Unangst
2014-04-18remove references to rshd;Jason McIntyre