summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2003-04-06sprintf->snprintf. deraadt@ suggestions and okho14-72/+98
2003-04-05Trivial sprintf() -> snprintf() changes. ok deraadt@ho26-94/+130
2003-04-05sprintf -> snprintftdeval1-6/+12
2003-04-05strcpy/strcat -> strlcpy/strlcattdeval1-3/+4
2003-04-04strcat -> strlcathin1-3/+3
2003-04-04oopsderaadt1-1/+1
2003-04-04incorrect bounds limit; spotted by hoderaadt1-6/+8
2003-04-04more strcpy & sprintf murder; ho okderaadt11-44/+45
2003-04-03Correct off-by-one error in previous commit. millert@ ok.ho2-4/+6
2003-04-03str{cat,cpy}/sprintf cleanup. markus@, deraadt@ okho18-52/+64
2003-04-03Remove crypt macro, it conflicts with unistd.hhin2-0/+4
2003-04-02Use snprintf instead of a strcpy(), strncat() and strcat() sequencemillert1-5/+4
2003-04-02fifo -> FIFOjmc1-2/+2
2003-04-02use strlcpy(); assumes buf is at least ndigit bytes long which is asmillert1-4/+7
2003-03-22missing space between macro argument and commadavid1-3/+3
2003-03-19Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, seemarkus2-26/+24
2003-03-18duplicate words: and and, the thedavid1-2/+2
2003-03-17If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOSTjason1-3/+3
2003-03-17update to official patch from openssl.org; ok deraadt@, millert@markus4-52/+56
2003-03-16Less strcpy/strcat/sprintf. tdeval@ ok.ho16-72/+86
2003-03-15Enforce blinding on RSA operations involving private keys.ho4-8/+54
2003-03-14ANSI function headersmillert2-12/+6
2003-03-13a few more strlcy; ok from beck & hoderaadt2-6/+6
2003-03-11$OpenBSD$david1-0/+1
2003-03-09.Dd Month day, yeardavid1-1/+1
2003-03-07signed/unsigned mixup. KAME PR 469 by Olivier Courtay.itojun1-2/+3
2003-03-06.Xr typos;jmc1-2/+2
2003-03-06.Xr's;jmc2-4/+4
2003-03-06Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons)kjell1-4/+2
2003-03-06date should be written formally: .Dd Month day, yeardavid2-4/+4
2003-03-05jmc wrote a combination man page that covers all openssl(1) functionality,deraadt3-3/+7618
2003-03-04missing #include in SYNOPSIS, found by Daniel Lucqhenning1-1/+2
2003-03-04strlcpy, check retval from sprintfitojun3-11/+18
2003-03-04s/strncpy/strlcpy/itojun1-4/+4
2003-02-28Use int32_t, not long since this deals with 32bit quantities.millert1-20/+20
2003-02-28DSAparams_print_pf() -> DSAparams_print_fp()cedric2-2/+2
2003-02-24Fix bogus inet_net_pton() translation example.cedric1-2/+2
2003-02-24of ofderaadt1-2/+2
2003-02-21check for size < 0 when allocating memory, from openssl (-r1.34)markus2-0/+12
2003-02-20fix a variety of missing or wrong MLINKSderaadt1-1/+2
2003-02-19security fix from openssl 0.9.7a:markus2-32/+62
2003-02-14re-stir if pid changes; markus & mederaadt1-3/+5
2003-02-12simple alloca test. done twice per deraadt@ suggestmickey3-1/+26
2003-02-12delete duplicate line; jason@ackley.net, 3090deraadt1-1/+0
2003-01-31we do not need that mess of -Ideraadt1-42/+1
2003-01-28thread safer libc (note: safer, not safe)marc12-265/+348
2003-01-21typos;jmc1-3/+3
2003-01-18inet6 fixes from jmc@prioris.mini.pw.edu.plderaadt2-21/+13
2003-01-14Add sanity check to prevent int oflow for very large allocations.millert1-3/+11
2003-01-05Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.plpvalchev1-2/+2