Age | Commit message (Expand) | Author |
2003-03-22 | .Nd shouldn't end with a period | David Krause |
2003-03-20 | typos; | Jason McIntyre |
2003-03-20 | sprintf -> snprintf; ok millert@, henning@ | Marco S Hyman |
2003-03-19 | Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, see | Markus Friedl |
2003-03-19 | document the number of bytes required for btoa8 | Todd C. Miller |
2003-03-18 | Use strlcpy() / strlcat() throughout. | Todd C. Miller |
2003-03-18 | spelling typos/errors | David Krause |
2003-03-18 | duplicate words: and and, the the | David Krause |
2003-03-18 | make rcsid const to pass gcc -Wall | Todd C. Miller |
2003-03-18 | mention namelen in DESCRIPTION | Todd C. Miller |
2003-03-18 | Do not capitalize "Indicates" as it does not start the sentence | Todd C. Miller |
2003-03-17 | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST | Jason Wright |
2003-03-17 | Deal with snprintf returning -1 | Todd C. Miller |
2003-03-17 | Use snprintf() and strlcpy() in the generated lib_keyname.c | Todd C. Miller |
2003-03-17 | update to official patch from openssl.org; ok deraadt@, millert@ | Markus Friedl |
2003-03-17 | use snprintf throughout | Todd C. Miller |
2003-03-17 | Use snprintf/vsnprintf; partly from krw@ | Todd C. Miller |
2003-03-17 | some small typos; | Jason McIntyre |
2003-03-16 | Less strcpy/strcat/sprintf. tdeval@ ok. | Hakan Olsson |
2003-03-16 | more avoidance of snprintf, strcpy, and strcat; millert ok | Theo de Raadt |
2003-03-15 | Enforce blinding on RSA operations involving private keys. | Hakan Olsson |
2003-03-14 | RSA blinding on private keys. angelos@ ok. | Hakan Olsson |
2003-03-14 | ANSI function headers | Todd C. Miller |
2003-03-14 | document that the i386* functions have to be compiled with -li386; | Jason McIntyre |
2003-03-14 | document that sigwait() needs to be linked with -pthread; | Jason McIntyre |
2003-03-13 | a few more strlcy; ok from beck & ho | Theo de Raadt |
2003-03-11 | files with dead .Xr's; | Jason McIntyre |
2003-03-10 | add some notes about nosuid mounted file systems. suggested by deraadt@ | Ted Unangst |
2003-03-10 | duplicate words and spelling fixes in comments | David Krause |
2003-03-07 | signed/unsigned mixup. KAME PR 469 by Olivier Courtay. | Jun-ichiro itojun Hagino |
2003-03-07 | spelling errors/typos | David Krause |
2003-03-06 | no GNU allowed here | Theo de Raadt |
2003-03-06 | remove garbage | Theo de Raadt |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | .Xr typos; | Jason McIntyre |
2003-03-06 | .Xr's; | Jason McIntyre |
2003-03-06 | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | Kjell Wooding |
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause |
2003-03-05 | jmc wrote a combination man page that covers all openssl(1) functionality, | Theo de Raadt |
2003-03-04 | missing #include in SYNOPSIS, found by Daniel Lucq | Henning Brauer |
2003-03-04 | strlcpy, check retval from sprintf | Jun-ichiro itojun Hagino |
2003-03-04 | s/strncpy/strlcpy/ | Jun-ichiro itojun Hagino |
2003-03-03 | in the handler, block signals handlers as soon as possible; ok miod millert | Theo de Raadt |
2003-03-01 | Use mdoc strings for !=, +-, >= and <= | Todd C. Miller |
2003-03-01 | Provide real ieee fp*() functions; from NetBSD. | Miod Vallat |
2003-02-28 | typos; | Jason McIntyre |
2003-02-28 | Use int32_t, not long since this deals with 32bit quantities. | Todd C. Miller |
2003-02-28 | .Xr the right pages | Jason Wright |
2003-02-28 | No need to waffle this much... s/roughly like/roughly | Jason Wright |