summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-03-28F_[GS]ETFL deal with file status flags, not descriptor status flags.Todd C. Miller
Closes PR 3172
2003-03-28Ip -> IP;Jason McIntyre
ok miod@
2003-03-28Bessel functions;Jason McIntyre
also little cleanup in math(3); whitespace and new lines; ok jason@
2003-03-22.Nd shouldn't end with a periodDavid Krause
ok jmc@
2003-03-20typos;Jason McIntyre
ok millert@
2003-03-20sprintf -> snprintf; ok millert@, henning@Marco S Hyman
2003-03-19Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, seeMarkus Friedl
http://marc.theaimsgroup.com/?l=bugtraq&m=104811162730834&w=2
2003-03-19document the number of bytes required for btoa8Todd C. Miller
2003-03-18Use strlcpy() / strlcat() throughout.Todd C. Miller
2003-03-18spelling typos/errorsDavid Krause
ok miod@ jmc@
2003-03-18duplicate words: and and, the theDavid Krause
ok miod@ jmc@
2003-03-18make rcsid const to pass gcc -WallTodd C. Miller
2003-03-18mention namelen in DESCRIPTIONTodd C. Miller
2003-03-18Do not capitalize "Indicates" as it does not start the sentenceTodd C. Miller
2003-03-17If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOSTJason Wright
is set, return EAI_NONAME like RFC2553 specifies. millert/itojun ok.
2003-03-17Deal with snprintf returning -1Todd C. Miller
2003-03-17Use snprintf() and strlcpy() in the generated lib_keyname.cTodd C. Miller
2003-03-17update to official patch from openssl.org; ok deraadt@, millert@Markus Friedl
2003-03-17use snprintf throughoutTodd C. Miller
2003-03-17Use snprintf/vsnprintf; partly from krw@Todd C. Miller
2003-03-17some small typos;Jason McIntyre
2003-03-16Less strcpy/strcat/sprintf. tdeval@ ok.Hakan Olsson
2003-03-16more avoidance of snprintf, strcpy, and strcat; millert okTheo de Raadt
2003-03-15Enforce blinding on RSA operations involving private keys.Hakan Olsson
From http://www.openssl.org/~geoff, modified to be enabled at all times.
2003-03-14RSA blinding on private keys. angelos@ ok.Hakan Olsson
2003-03-14ANSI function headersTodd C. Miller
2003-03-14document that the i386* functions have to be compiled with -li386;Jason McIntyre
from er, Charlie Root; Fixes PR 3114; ok tholo@
2003-03-14document that sigwait() needs to be linked with -pthread;Jason McIntyre
from Mike Neuman; closes PR 3030 ok marc@
2003-03-13a few more strlcy; ok from beck & hoTheo de Raadt
2003-03-11files with dead .Xr's;Jason McIntyre
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
2003-03-10add some notes about nosuid mounted file systems. suggested by deraadt@Ted Unangst
ok deraadt@ millert@
2003-03-10duplicate words and spelling fixes in commentsDavid Krause
ok miod@
2003-03-07signed/unsigned mixup. KAME PR 469 by Olivier Courtay.Jun-ichiro itojun Hagino
2003-03-07spelling errors/typosDavid Krause
ok jmc@
2003-03-06no GNU allowed hereTheo de Raadt
2003-03-06remove garbageTheo de Raadt
2003-03-06.Xr typos;Jason McIntyre
2003-03-06.Xr typos;Jason McIntyre
ok deraadt@
2003-03-06.Xr typos;Jason McIntyre
ok deraadt@
2003-03-06.Xr's;Jason McIntyre
typos in man page section ok deraadt@
2003-03-06Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons)Kjell Wooding
ok millert
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2003-03-05jmc wrote a combination man page that covers all openssl(1) functionality,Theo de Raadt
based on the pod files from openssl. This may need by-hand updating once in a while, but at least now people can read a real man page instead of the mess that the openssl team provides us with.
2003-03-04missing #include in SYNOPSIS, found by Daniel LucqHenning Brauer
ok millert@
2003-03-04strlcpy, check retval from sprintfJun-ichiro itojun Hagino
2003-03-04s/strncpy/strlcpy/Jun-ichiro itojun Hagino
2003-03-03in the handler, block signals handlers as soon as possible; ok miod millertTheo de Raadt
2003-03-01Use mdoc strings for !=, +-, >= and <=Todd C. Miller
2003-03-01Provide real ieee fp*() functions; from NetBSD.Miod Vallat
ok millert@
2003-02-28typos;Jason McIntyre
reboot(2), sigaction(2): help and ok millert@