summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-03-10toast strcpyderaadt1-3/+3
2004-03-07Print error when connect() fails. ok markus@ deraadt@mcbride1-1/+4
2004-03-03spaces, was reading code..deraadt1-4/+4
2004-03-03add -d to usage too, from carson hardingtedu2-4/+5
2004-03-02fix formatting, Pedro Martellettotedu1-3/+3
2004-03-02correct answer file to meet gai_strerror() output on openbsd. David Krauseitojun1-5/+5
2004-03-01do not recommend a format string error..; pbastos@rdc.puc-rio.brderaadt1-3/+3
2004-03-01resolve pr3694. add -d [etached] to ignore stdin. ok henning@ mcbride@tedu2-5/+11
2004-02-28do not test ai_canonname, as ai_canonname can be vary by /etc/hosts.itojun2-24/+26
2004-02-28kill bad functions; some sort of ok from marc who is trying to confuse mederaadt2-7/+7
2004-02-27change amd64's MACHINE_ARCH from x86_64 to amd64. There are many manyderaadt3-185/+5
2004-02-25sort options and some tweaks for openssl rsa/rsautl;jmc1-110/+111
2004-02-20- sort options and SYNOPSISjmc2-94/+226
2004-02-19Sanity fix.tdeval1-2/+5