Make SSL library a little more fool-proof by not requiring any longer
[openssl.git] / ssl /
1999-05-11 Bodo MöllerMake SSL library a little more fool-proof by not requir...
1999-05-10 Bodo MöllerChanged a comment.
1999-05-09 Bodo MöllerNo actual change, but the cert_st member of struct...
1999-05-09 Bodo MöllerCreate a duplicate of the SSL_CTX's CERT in SSL_new...
1999-05-09 Bodo MöllerOne comment was in the wrong line ... some others are...
1999-05-09 Bodo MöllerSome tiny changes to the source code to make future...
1999-05-09 Bodo MöllerUse "const char *" instead of "char *" for filenames...
1999-05-08 Dr. Stephen HensonVarious Win32 fixes. Win95 doesn't support MoveFileEx...
1999-05-05 Ulf MöllerRemove unreachable return statements.
1999-05-03 Ben LaurieSome more stack stuff.
1999-05-02 Bodo MöllerAnnotate a bug.
1999-05-01 Bodo MöllerNew function SSL_CTX_use_certificate_chain_file.
1999-05-01 Bodo MöllerSupport verify_depth from the SSL API without need...
1999-05-01 Bodo MöllerAdd "static" to function definition
1999-04-30 Bodo MöllerNew function SSL_CTX_set_session_id_context.
1999-04-29 Dr. Stephen HensonFix a couple of cases where an attempt is made to lock...
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Ulf MöllerIgnore Makefile.save
1999-04-29 Bodo MöllerObey $(PERL) when running util/mklink.pl.
1999-04-28 Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-27 Ulf MöllerUndo.
1999-04-27 Ulf MöllerMessage digest stuff.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-27 Ulf MöllerAdd missing DEPFLAG.
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-25 Dr. Stephen HensonVarious header consistency fixes.
1999-04-24 Bodo MöllerFix header files so that any one can be included first.
1999-04-24 Dr. Stephen HensonChange the command line options of mkerr.pl so -static...
1999-04-24 Bodo MöllerRestore ERRC definitions that are needed to compile...
1999-04-24 Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo Möller"make depend"
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-22 Bodo MöllerDon't return 0 from ssl2_read when a packet with empty...
1999-04-22 Bodo MöllerFixed some race conditions.
1999-04-21 Ben LaurieFix DES export ciphersuites.
1999-04-19 Ben Laurieconst correctness.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-04-16 Ben LaurieFix some warnings. Contributed by Anonymous.
1999-04-15 Ben LaurieAdd new experimental ciphersuites. Bring naming into...
1999-04-15 Ben LaurieJust use an ANSI declaration, instead.
1999-04-14 Bodo MöllerMake Windows compilers happy.
1999-04-14 Ben LaurieTypo.
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-04-09 Bodo MöllerTiny comment to improve code comprehensibility.
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-31 Bodo MöllerNew option "-showcerts" for s_client
1999-03-29 Dr. Stephen HensonRemove deleted PKCS#12 functions from pkcs12.h, get...
1999-03-22 Ralf S. Engelschallfunction names recently changed - consistency.
1999-03-22 Ben LaurieFix security hole.
1999-03-14 Dr. Stephen HensonRemove some references which called malloc and free...
1999-03-12 Dr. Stephen HensonDelete NULL ciphers from 'ALL' in the cipher list alias...
1999-03-06 Ben LaurieDisable new TLS1 ciphersuites.
1999-03-06 Ben LaurieFix names of cert stack functions.
1999-03-06 Ben LauriePut the dependencies back.
1999-03-06 Ralf S. EngelschallMove the SSL_CTX_xxx defines at the top of ssl.h to...
1999-03-06 Ben LaurieFix export ciphersuites, again.
1999-03-06 Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-03-06 Ben LauriePermit null ciphers.
1999-03-04 Ralf S. EngelschallRemove confusing variables in function signatures in...
1999-03-03 Dr. Stephen HensonFix the Win32 compile environment and add various chang...
1999-02-28 Ben LaurieAdd functions to add certs to stacks, used for CA file...
1999-02-28 Ben LaurieMore truth in declarations.
1999-02-28 Ben LaurieExperiment with doxygen documentation.
1999-02-26 Ralf S. EngelschallOps, the logic of the second argument has to be coupled...
1999-02-25 Ralf S. EngelschallAdd a bunch of SSL_xxx() functions for configuring...
1999-02-25 Ralf S. EngelschallFix the cipher decision scheme for export ciphers:...
1999-02-22 Dr. Stephen HensonVarious changes to make this stuff compile under Win32...
1999-02-21 Ben LaurieMore stuff for new TLS ciphersuites.
1999-02-21 Ben LaurieUndo a couple of kludges.
1999-02-21 Ben LaurieAdd support for new TLS export ciphersuites.
1999-02-20 Ben LaurieGenerate errors when public/private key check is done.
1999-02-16 Mark J. CoxUpdates to the new SSL compression code
1999-02-15 Dr. Stephen HensonFix various memory leaks in SSL, apps and DSA
1999-02-13 Ben LaurieIn the absence of feedback either way, commit the fix...
1999-02-10 Ralf S. EngelschallRemove one more totally bogus source file.
1999-02-10 Ralf S. EngelschallFirst cut for a very conservative source tree cleanup:
1999-02-09 Ben LaurieMore exactitude with function arguments.
1999-01-31 Dr. Stephen HensonFix various stuff: that VC++ 5.0 chokes on:
1999-01-30 Dr. Stephen HensonUpdate STATUS, modify ssl.h so mkdef.pl will pick up...
1999-01-30 Ben LaurieBreak circular dependency between pem and err.
1999-01-19 Ben LaurieThis time, get it right.
1999-01-19 Ben LaurieFinally lay dependencies to rest (I hope!).
1999-01-18 Dr. Stephen HensonNew err_code.pl script to retain old error codes. This...
1999-01-16 Ben LaurieMore prototypes.
1999-01-16 Ben LaurieMore prototypes.
1999-01-16 Ben LaurieMore prototypes.
1999-01-16 Ben LaurieMore prototypes.
1999-01-16 Ben LaurieMore prototypes.
1999-01-10 Ben LaurieFix comment.
1999-01-07 Ben LaurieAccept NULL in *_free.
1999-01-07 Ben LaurieFix DH key generation.
1999-01-06 Ben LaurieFix export tests.
1999-01-06 Ben LaurieMake the world a safer place (if people object to this...
1998-12-31 Ralf S. EngelschallRemove more old temporary files from CVS
1998-12-31 Ralf S. EngelschallFix version stuff:
1998-12-23 Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23 Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
next