| Commit message (Expand) | Author | Files | Lines |
2003-04-06 | sprintf->snprintf. deraadt@ suggestions and ok | ho | 14 | -72/+98 |
2003-04-05 | Trivial sprintf() -> snprintf() changes. ok deraadt@ | ho | 26 | -94/+130 |
2003-04-05 | sprintf -> snprintf | tdeval | 1 | -6/+12 |
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | tdeval | 1 | -3/+4 |
2003-04-04 | strcat -> strlcat | hin | 1 | -3/+3 |
2003-04-04 | oops | deraadt | 1 | -1/+1 |
2003-04-04 | incorrect bounds limit; spotted by ho | deraadt | 1 | -6/+8 |
2003-04-04 | more strcpy & sprintf murder; ho ok | deraadt | 11 | -44/+45 |
2003-04-03 | Correct off-by-one error in previous commit. millert@ ok. | ho | 2 | -4/+6 |
2003-04-03 | str{cat,cpy}/sprintf cleanup. markus@, deraadt@ ok | ho | 18 | -52/+64 |
2003-04-03 | Remove crypt macro, it conflicts with unistd.h | hin | 2 | -0/+4 |
2003-04-02 | Use snprintf instead of a strcpy(), strncat() and strcat() sequence | millert | 1 | -5/+4 |
2003-04-02 | fifo -> FIFO | jmc | 1 | -2/+2 |
2003-04-02 | use strlcpy(); assumes buf is at least ndigit bytes long which is as | millert | 1 | -4/+7 |
2003-03-22 | missing space between macro argument and comma | david | 1 | -3/+3 |
2003-03-19 | Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, see | markus | 2 | -26/+24 |
2003-03-18 | duplicate words: and and, the the | david | 1 | -2/+2 |
2003-03-17 | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST | jason | 1 | -3/+3 |
2003-03-17 | update to official patch from openssl.org; ok deraadt@, millert@ | markus | 4 | -52/+56 |
2003-03-16 | Less strcpy/strcat/sprintf. tdeval@ ok. | ho | 16 | -72/+86 |
2003-03-15 | Enforce blinding on RSA operations involving private keys. | ho | 4 | -8/+54 |
2003-03-14 | ANSI function headers | millert | 2 | -12/+6 |
2003-03-13 | a few more strlcy; ok from beck & ho | deraadt | 2 | -6/+6 |
2003-03-11 | $OpenBSD$ | david | 1 | -0/+1 |
2003-03-09 | .Dd Month day, year | david | 1 | -1/+1 |
2003-03-07 | signed/unsigned mixup. KAME PR 469 by Olivier Courtay. | itojun | 1 | -2/+3 |
2003-03-06 | .Xr typos; | jmc | 1 | -2/+2 |
2003-03-06 | .Xr's; | jmc | 2 | -4/+4 |
2003-03-06 | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | kjell | 1 | -4/+2 |
2003-03-06 | date should be written formally: .Dd Month day, year | david | 2 | -4/+4 |
2003-03-05 | jmc wrote a combination man page that covers all openssl(1) functionality, | deraadt | 3 | -3/+7618 |
2003-03-04 | missing #include in SYNOPSIS, found by Daniel Lucq | henning | 1 | -1/+2 |
2003-03-04 | strlcpy, check retval from sprintf | itojun | 3 | -11/+18 |
2003-03-04 | s/strncpy/strlcpy/ | itojun | 1 | -4/+4 |
2003-02-28 | Use int32_t, not long since this deals with 32bit quantities. | millert | 1 | -20/+20 |
2003-02-28 | DSAparams_print_pf() -> DSAparams_print_fp() | cedric | 2 | -2/+2 |
2003-02-24 | Fix bogus inet_net_pton() translation example. | cedric | 1 | -2/+2 |
2003-02-24 | of of | deraadt | 1 | -2/+2 |
2003-02-21 | check for size < 0 when allocating memory, from openssl (-r1.34) | markus | 2 | -0/+12 |
2003-02-20 | fix a variety of missing or wrong MLINKS | deraadt | 1 | -1/+2 |
2003-02-19 | security fix from openssl 0.9.7a: | markus | 2 | -32/+62 |
2003-02-14 | re-stir if pid changes; markus & me | deraadt | 1 | -3/+5 |
2003-02-12 | simple alloca test. done twice per deraadt@ suggest | mickey | 3 | -1/+26 |
2003-02-12 | delete duplicate line; jason@ackley.net, 3090 | deraadt | 1 | -1/+0 |
2003-01-31 | we do not need that mess of -I | deraadt | 1 | -42/+1 |
2003-01-28 | thread safer libc (note: safer, not safe) | marc | 12 | -265/+348 |
2003-01-21 | typos; | jmc | 1 | -3/+3 |
2003-01-18 | inet6 fixes from jmc@prioris.mini.pw.edu.pl | deraadt | 2 | -21/+13 |
2003-01-14 | Add sanity check to prevent int oflow for very large allocations. | millert | 1 | -3/+11 |
2003-01-05 | Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.pl | pvalchev | 1 | -2/+2 |