aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-2625-638/+0
* Various header consistency fixes.Dr. Stephen Henson1999-04-251-0/+1
* Fix header files so that any one can be included first.Bodo Möller1999-04-241-0/+2
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-3/+2
* Restore ERRC definitions that are needed to compile the library.Bodo Möller1999-04-241-0/+1
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-2/+0
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-244-380/+60
* "make depend"Bodo Möller1999-04-231-409/+676
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2340-135/+135
* Work with -pedantic!Ben Laurie1999-04-2312-408/+427
* Don't return 0 from ssl2_read when a packet with empty payload is received.Bodo Möller1999-04-221-0/+21
* Fixed some race conditions.Bodo Möller1999-04-2213-13/+20
* Fix DES export ciphersuites.Ben Laurie1999-04-211-1/+2
* const correctness.Ben Laurie1999-04-191-7/+9
* Change functions to ANSI C.Ulf Möller1999-04-1936-735/+295
* Massive constification.Ben Laurie1999-04-1715-63/+65
* Fix some warnings. Contributed by Anonymous.Ben Laurie1999-04-161-1/+1
* Add new experimental ciphersuites. Bring naming into line with RFC.Ben Laurie1999-04-152-12/+57
* Just use an ANSI declaration, instead.Ben Laurie1999-04-151-6/+1
* Make Windows compilers happy.Bodo Möller1999-04-141-0/+4
* Typo.Ben Laurie1999-04-141-2/+2
* Add type-safe STACKs and SETs.Ben Laurie1999-04-1215-281/+308
* Tiny comment to improve code comprehensibility.Bodo Möller1999-04-091-1/+1
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-5/+5
* New option "-showcerts" for s_clientBodo Möller1999-03-314-8/+7
* Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1999-03-291-8/+8
* function names recently changed - consistency.Ralf S. Engelschall1999-03-221-1/+1
* Fix security hole.Ben Laurie1999-03-2214-174/+273
* Remove some references which called malloc and free instead of Malloc and Free.Dr. Stephen Henson1999-03-141-1/+1
* Delete NULL ciphers from 'ALL' in the cipher list aliases. This means thatDr. Stephen Henson1999-03-121-2/+3
* Disable new TLS1 ciphersuites.Ben Laurie1999-03-062-0/+4
* Fix names of cert stack functions.Ben Laurie1999-03-064-16/+18
* Put the dependencies back.Ben Laurie1999-03-061-0/+383
* Move the SSL_CTX_xxx defines at the top of ssl.h to the location of otherRalf S. Engelschall1999-03-061-12/+11
* Fix export ciphersuites, again.Ben Laurie1999-03-064-17/+35
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-389/+5
* Permit null ciphers.Ben Laurie1999-03-061-1/+1
* Remove confusing variables in function signatures in filesRalf S. Engelschall1999-03-042-4/+4
* Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1999-03-031-1/+7
* Add functions to add certs to stacks, used for CA file/path stuff in servers.Ben Laurie1999-02-284-43/+142
* More truth in declarations.Ben Laurie1999-02-282-9/+12
* Experiment with doxygen documentation.Ben Laurie1999-02-281-269/+134
* Ops, the logic of the second argument has to be coupled with the != test toRalf S. Engelschall1999-02-261-1/+1
* Add a bunch of SSL_xxx() functions for configuring the temporary RSA and DHRalf S. Engelschall1999-02-258-83/+162
* Fix the cipher decision scheme for export ciphers: the export bits are *not*Ralf S. Engelschall1999-02-251-2/+2
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-222-8/+16
* More stuff for new TLS ciphersuites.Ben Laurie1999-02-216-41/+49
* Undo a couple of kludges.Ben Laurie1999-02-215-35/+35
* Add support for new TLS export ciphersuites.Ben Laurie1999-02-2115-111/+162
* Generate errors when public/private key check is done.Ben Laurie1999-02-203-3/+0