summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
1999-04-27Undo.Ulf Möller
1999-04-27Message digest stuff.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-27Add missing DEPFLAG.Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-25Various header consistency fixes.Dr. Stephen Henson
1999-04-24Fix header files so that any one can be included first.Bodo Möller
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-23"make depend"Bodo Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-22Don't return 0 from ssl2_read when a packet with empty payload is received.Bodo Möller
1999-04-22Fixed some race conditions.Bodo Möller
1999-04-21Fix DES export ciphersuites.Ben Laurie
1999-04-19const correctness.Ben Laurie
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-04-16Fix some warnings. Contributed by Anonymous.Ben Laurie
1999-04-15Add new experimental ciphersuites. Bring naming into line with RFC.Ben Laurie
1999-04-15Just use an ANSI declaration, instead.Ben Laurie
1999-04-14Make Windows compilers happy.Bodo Möller
1999-04-14Typo.Ben Laurie
1999-04-12Add type-safe STACKs and SETs.Ben Laurie
1999-04-09Tiny comment to improve code comprehensibility.Bodo Möller
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller
1999-03-31New option "-showcerts" for s_clientBodo Möller
1999-03-29Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson
1999-03-22function names recently changed - consistency.Ralf S. Engelschall
1999-03-22Fix security hole.Ben Laurie
1999-03-14Remove some references which called malloc and free instead of Malloc and Free.Dr. Stephen Henson
1999-03-12Delete NULL ciphers from 'ALL' in the cipher list aliases. This means thatDr. Stephen Henson
1999-03-06Disable new TLS1 ciphersuites.Ben Laurie
1999-03-06Fix names of cert stack functions.Ben Laurie
1999-03-06Put the dependencies back.Ben Laurie
1999-03-06Move the SSL_CTX_xxx defines at the top of ssl.h to the location of otherRalf S. Engelschall
1999-03-06Fix export ciphersuites, again.Ben Laurie
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall
1999-03-06Permit null ciphers.Ben Laurie
1999-03-04Remove confusing variables in function signatures in filesRalf S. Engelschall
1999-03-03Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson
1999-02-28Add functions to add certs to stacks, used for CA file/path stuff in servers.Ben Laurie
1999-02-28More truth in declarations.Ben Laurie
1999-02-28Experiment with doxygen documentation.Ben Laurie
1999-02-26Ops, the logic of the second argument has to be coupled with the != test toRalf S. Engelschall
1999-02-25Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall
1999-02-25Fix the cipher decision scheme for export ciphers: the export bits are *not*Ralf S. Engelschall
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson