summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-04-06sort SYNOPSIS and options, and various other fixes,jmc1-265/+265
2004-04-06some of these functions are prototyped in pwd.h; ok deraadt@djm1-1/+2
2004-04-02Some nasty test cases involving back references that causedotto1-1/+6
2004-04-02check the signals for exceptions and do siginfo in the signal handler; also s...mickey1-30/+39
2004-04-01document ipv6ification changes to s_client, polished by jmc@djm1-3/+17
2004-04-01let rcmdsh work on hosts that don't have an ipv4 address.marc1-3/+4
2004-03-31support IPv6 connections in "openssl s_client", adding -4 and -6 options todjm3-96/+45
2004-03-22Unbreak rmd160. Was broken on sparc64 when compiled with gcc3. Fix and reporthshoexer2-4/+4
2004-03-21Insert missing ABORT if EC_GROUP_copy() fails.tom2-2/+2
2004-03-17return(00); -> return(0); markus@ okaaron2-4/+4
2004-03-17out-of-bounds read in (unused) kerberos ciphersuites (CAN-2004-0112)markus2-0/+32
2004-03-17avoid null-pointer deref (aka CAN-2004-0079)markus2-0/+16
2004-03-14remove some weirdness;jmc1-2/+1
2004-03-12add keeps to SYNOPSIS and sync usage();jmc2-5/+7