| Commit message (Expand) | Author | Files | Lines |
2003-03-22 | This commit was manufactured by cvs2git to create tag 'OPENBSD_3_3_BASE'.OPENBSD_3_3_BASE | cvs2svn | 650 | -167491/+0 |
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 |
2003-01-04 | spelling | deraadt | 2 | -2/+2 |
2003-01-03 | Nobody even compiles the #@!$&~ regression tests anyway. | miod | 1 | -2/+2 |
2002-12-30 | use err vs. errx and display function; from Owl. ok fgsch@ | stevesk | 1 | -4/+4 |
2002-12-30 | include function in error; from Owl. ok fgsch@ | stevesk | 1 | -4/+4 |
2002-12-30 | correct return code check; from Owl. ok fgsch@ | stevesk | 1 | -2/+2 |
2002-12-28 | fix calloc's. also check for errors; fixes PR/3043. | fgsch | 1 | -5/+10 |
2002-12-16 | typo; torh@bogus.net | markus | 1 | -1/+1 |
2002-12-15 | more writeable -> writable by torh | henning | 1 | -2/+2 |
2002-12-13 | Recent modifications to netcat changed the behaviour to only exit when both | aaron | 1 | -2/+2 |
2002-12-10 | use proper __findenv() prototype; millert@ ok | mickey | 2 | -8/+8 |
2002-12-10 | Document BSD behavior of accepting '-' within optstring as long as | millert | 1 | -5/+25 |
2002-12-10 | When doing permutation, only treat "-" as an option if it was specified | millert | 1 | -4/+5 |
2002-12-09 | From Andrushock, s/sucess/success/g | millert | 1 | -1/+1 |