Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-04-07 | Xr to strlcpy and strlcat more; ok millert | deraadt | 5 | -8/+13 | |
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 | |
ok tedu@, hints deraadt@, millert@ | |||||
2003-04-05 | strcpy/strcat -> strlcpy/strlcat | tdeval | 1 | -3/+4 | |
ok tedu@, hints by deraadt@ and millert@ | |||||
2003-04-04 | strcat -> strlcat | hin | 1 | -3/+3 | |
ok deraadt@ tedu@ tdeval@ | |||||
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 | |
ok markus@ | |||||
2003-04-02 | Use snprintf instead of a strcpy(), strncat() and strcat() sequence | millert | 1 | -5/+4 | |
deraadt@ OK | |||||
2003-04-02 | fifo -> FIFO | jmc | 1 | -2/+2 | |
ok millert@ | |||||
2003-04-02 | use strlcpy(); assumes buf is at least ndigit bytes long which is as | millert | 1 | -4/+7 | |
safe as we can get. deraadt@ OK | |||||
2003-03-22 | missing space between macro argument and comma | david | 1 | -3/+3 | |
ok jmc@ | |||||
2003-03-19 | Fix for Klima-Pokorny-Rosa attack on RSA in SSL/TLS, see | markus | 2 | -26/+24 | |
http://marc.theaimsgroup.com/?l=bugtraq&m=104811162730834&w=2 | |||||
2003-03-18 | duplicate words: and and, the the | david | 1 | -2/+2 | |
ok miod@ jmc@ | |||||
2003-03-17 | If hostname != NULL, hostname is not a numeric string, and AI_NUMERICHOST | jason | 1 | -3/+3 | |
is set, return EAI_NONAME like RFC2553 specifies. millert/itojun ok. | |||||
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 | |
From http://www.openssl.org/~geoff, modified to be enabled at all times. | |||||
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 | |
ok henning@ | |||||
2003-03-09 | .Dd Month day, year | david | 1 | -1/+1 | |
ok jmc@ | |||||
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 | |
typos in man page section ok deraadt@ | |||||
2003-03-06 | Fix a pasto. (There is no ULLONG_MIN, for hopefully obvious reasons) | kjell | 1 | -4/+2 | |
ok millert | |||||
2003-03-06 | date should be written formally: .Dd Month day, year | david | 2 | -4/+4 | |
ok henning@ jmc@ | |||||
2003-03-05 | jmc wrote a combination man page that covers all openssl(1) functionality, | deraadt | 3 | -3/+7618 | |
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-04 | missing #include in SYNOPSIS, found by Daniel Lucq | henning | 1 | -1/+2 | |
ok millert@ | |||||
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 | |
Inspired by a change in NetBSD and reported by Jan Johansson. | |||||
2003-02-28 | DSAparams_print_pf() -> DSAparams_print_fp() | cedric | 2 | -2/+2 | |
ok deraadt@ | |||||
2003-02-24 | Fix bogus inet_net_pton() translation example. | cedric | 1 | -2/+2 | |
ok henning@ | |||||
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 | |
In ssl3_get_record (ssl/s3_pkt.c), minimize information leaked via timing by performing a MAC computation even if incorrrect block cipher padding has been found. This is a countermeasure against active attacks where the attacker has to distinguish between bad padding and a MAC verification error. (CAN-2003-0078) | |||||
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 | |
Access to the global _res structure replaced by pointers to a per thread instance. If unthreaded the pointer is to the global structure. Also replaced a 64k stack array with malloc-ed memory so threaded aps (with a default 64k stack) have a chance at working. ok deraadt@ | |||||
2003-01-21 | typos; | jmc | 1 | -3/+3 | |
ok deraadt@ | |||||
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 | |
Also fix a signed vs. unsigned issue while I am at it. Found by Jim Geovedi. OK deraadt@ |