summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2004-07-16Do not forget to test the lower bound if the upper bound > LLONG_MAX.otto1-1/+3
2004-07-16Avoid comparing unsigned and signed long longs since the signedmillert1-12/+18
2004-07-15remove references to removed pages: clnp(4), esis(4), and iso(4);jmc1-2/+1
2004-07-15add -D for sodebug; ok deraadt, jmcmarkus2-5/+22
2004-07-13Remove iso_addr() and iso_ntoa() as part of the netiso removal.millert3-226/+3
2004-07-13errno changes, lib major version bumps, and general flag daymarc3-4/+4
2004-07-10add getopt_long regress; ok millert@david1-2/+2
2004-07-10typo; from patrick latifijakob1-5/+5
2004-07-02add `cast' and `cast-cbc' to the list of supported args to speed;jmc1-1/+4
2004-07-02reorder for openssl speed;jmc1-15/+15
2004-07-02kill dead .Xr to memory(3);jmc1-3/+2
2004-06-25recover IPv6 entries somehow disappeared. David Krauseitojun1-8/+16
2004-06-24Working hcreate(3) et al from NetBSD (cgd) via ray at cyth dot net.millert3-5/+401
2004-06-24hsearch regress from NetBSD via ray at cyth dot netmillert3-2/+138
2004-06-21errno -> err in a structure. OK deraadt@marc1-4/+4
2004-06-21make test successful even when /etc/services is changeditojun2-43/+35
2004-06-15machdep.xcrypt now has a different meaning: Instead of > 0 indicatingderaadt2-28/+32
2004-06-07major bump to libc and libpthread to break the dependency of amarc4-96/+84
2004-06-03An optional argument cannot start with '-', even if permutation ismillert1-4/+5
2004-05-27some updates for openssl smime;jmc1-197/+207
2004-05-06improved man page, with example and error strings, suggested by deraadt@tedu1-36/+56
2004-05-06typo; sq@oganer.netderaadt1-2/+2
2004-05-04sort SEE ALSO;jmc1-2/+2
2004-05-03Be smarter about signed vs. unsigned (produces better error messages).millert1-2/+2
2004-05-03Missed this in the __strerror() removal.millert1-2/+2
2004-05-03No longer need __strerror(3) now that we use strerror_r() inside libc.millert1-46/+0
2004-05-03Add _Exit(3) as per C99. Discussed with espie@ some time ago.millert3-12/+64
2004-05-03typo spotted by grangetedu1-2/+2
2004-05-03strtonum, a nicer version of strtoll, by millert and myself.tedu3-2/+191
2004-05-03Do a better job of documenting strerror_r() and add an ERRORS section.millert1-15/+43
2004-05-03build the error message in strerror_r.c directly, avoiding one copy there.espie3-120/+109
2004-05-02more tests, okay millert@ (we probably don't pass them all yet, and willespie2-2/+73
2004-05-01let __strerror fill precisely the part of the buffer it can.espie1-17/+18
2004-04-30Add tests for strerror.espie4-2/+47
2004-04-30Let __strerror work by fixing a number of problems. Work by tholo and I,espie1-22/+52
2004-04-27do not link ssltest.c into libssl, stops main/doit symbols from beingavsm1-2/+2
2004-04-25update missing pieces from 0.9.7d; ok henningmarkus7-23/+135
2004-04-25avoid NULL deref; from danh@markus1-2/+5
2004-04-25from openssl, 1.50.2.9, make S/MIME encrypt work again.markus2-8/+18
2004-04-19options sort and update for sess_id;jmc1-44/+45
2004-04-16more display/list fixes, and a little whitespace;jmc1-2/+1
2004-04-14remove references to rfc 2553, since 3493 obsoletes it;jmc1-11/+2
2004-04-14implement RFC3493 AI_NUMERICSERV. tedu okitojun2-47/+40
2004-04-12sync w/ 0.9.7d import (one typo);jmc1-2/+2
2004-04-12Clean up malloc_active state when aborting.tdeval1-3/+5
2004-04-08document s_time (from s_time.pod);jmc1-67/+255
2004-04-08backout for nowmarkus6-134/+22
2004-04-08merge 0.9.7dmarkus210-1962/+2613
2004-04-07import openssl-0.9.7dmarkus160-1237/+2880
2004-04-07import openssl-0.9.7dmarkus79-509/+777