aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
1999-05-09No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller7-54/+55
1999-05-09Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller8-70/+277
1999-05-09One comment was in the wrong line ... some others are new.Bodo Möller2-2/+2
1999-05-09Some tiny changes to the source code to make future diffs smallerBodo Möller2-16/+12
1999-05-09Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller3-14/+16
1999-05-08Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson1-1/+1
1999-05-05Remove unreachable return statements.Ulf Möller1-2/+0
1999-05-03Some more stack stuff.Ben Laurie2-8/+10
1999-05-02Annotate a bug.Bodo Möller1-0/+12
1999-05-01New function SSL_CTX_use_certificate_chain_file.Bodo Möller3-0/+81
1999-05-01Support verify_depth from the SSL API without need for user-definedBodo Möller3-0/+31
1999-05-01Add "static" to function definitionBodo Möller1-1/+1
1999-04-30New function SSL_CTX_set_session_id_context.Bodo Möller3-0/+23
1999-04-29Fix a couple of cases where an attempt is made to lock an already lockedDr. Stephen Henson2-5/+13
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller1-2/+4
1999-04-29Ignore Makefile.saveUlf Möller1-0/+1
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller1-3/+3
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1-3/+3
1999-04-27Undo.Ulf Möller2-12/+0
1999-04-27Message digest stuff.Ulf Möller7-2/+13
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller13-23/+79
1999-04-27Add missing DEPFLAG.Ulf Möller1-1/+1
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller25-638/+0
1999-04-25Various header consistency fixes.Dr. Stephen Henson1-0/+1
1999-04-24Fix header files so that any one can be included first.Bodo Möller1-0/+2
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1-3/+2
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller1-0/+1
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1-2/+0
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson4-380/+60
1999-04-23"make depend"Bodo Möller1-409/+676
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller40-135/+135
1999-04-23Work with -pedantic!Ben Laurie12-408/+427
1999-04-22Don't return 0 from ssl2_read when a packet with empty payload is received.Bodo Möller1-0/+21
1999-04-22Fixed some race conditions.Bodo Möller13-13/+20
1999-04-21Fix DES export ciphersuites.Ben Laurie1-1/+2
1999-04-19const correctness.Ben Laurie1-7/+9
1999-04-19Change functions to ANSI C.Ulf Möller36-735/+295
1999-04-17Massive constification.Ben Laurie15-63/+65
1999-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie1-1/+1
1999-04-15Add new experimental ciphersuites. Bring naming into line with RFC.Ben Laurie2-12/+57
1999-04-15Just use an ANSI declaration, instead.Ben Laurie1-6/+1
1999-04-14Make Windows compilers happy.Bodo Möller1-0/+4
1999-04-14Typo.Ben Laurie1-2/+2
1999-04-12Add type-safe STACKs and SETs.Ben Laurie15-281/+308
1999-04-09Tiny comment to improve code comprehensibility.Bodo Möller1-1/+1
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1-5/+5
1999-03-31New option "-showcerts" for s_clientBodo Möller4-8/+7
1999-03-29Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1-8/+8
1999-03-22function names recently changed - consistency.Ralf S. Engelschall1-1/+1
1999-03-22Fix security hole.Ben Laurie14-174/+273