DSA_dup_DH.
[openssl.git] / ssl /
1999-08-05 Bodo MöllerNew function DSA_dup_DH, and fixes for bugs that were...
1999-08-02 Bodo Möllergenerate error message
1999-08-02 Bodo Möllerfix previous modification -- if ssl->cert is NULL,...
1999-08-02 Bodo MöllerThe SSL_CTX's cert structure is not relevant for the SSL
1999-07-30 Bodo Möllercorrect error signalling for opendir() failure
1999-07-28 Ulf MöllerVMS updates.
1999-07-21 Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-07-12 Bodo Möllercosmetic changes
1999-07-12 Bodo Möllerfix memory leak in s3_clnt.c
1999-07-12 Bodo MöllerLooks like another memory leak ...
1999-07-09 Bodo MöllerFix memory checking.
1999-07-02 Bodo Möllertypo
1999-07-02 Bodo Möllertypo
1999-07-02 Bodo MöllerNew functions SSL[_CTX]_{set,get}_mode; the initial...
1999-06-28 Bodo MöllerFix comments.
1999-06-25 Bodo MöllerMemory leak checks.
1999-06-14 Bodo MöllerObsolete.
1999-06-14 Bodo MöllerComment adjusted to reality.
1999-06-12 Bodo MöllerBugfix.
1999-06-12 Bodo MöllerBIO pairs.
1999-06-10 Bodo MöllerAvoid warnings.
1999-06-09 Ulf Möller"extern" is a C++ reserved word.
1999-06-07 Bodo MöllerDon't mix real tabs with tabs expanded as 8 spaces...
1999-06-07 Bodo MöllerComments added.
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-30 Ben LaurieMore safe stack.
1999-05-23 Bodo MöllerDon't use NULL-pointer :-/
1999-05-23 Bodo MöllerComment about bug.
1999-05-23 Bodo MöllerLet ssl_get_prev_session reliably work in multi-threade...
1999-05-23 Bodo MöllerAvoid memory hole when we don't like the session propos...
1999-05-21 Bodo MöllerWe need e_os.h here.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-20 Ulf MöllerNeXT doesn't have dirent.
1999-05-17 Bodo MöllerAdditional, more descriptive error message for rejectio...
1999-05-15 Dr. Stephen HensonVarious Win32 fixes. Change args in do_ms.bat to put...
1999-05-15 Bodo MöllerOPENSSL_EXTERN
1999-05-15 Bodo MöllerOPENSSL_EXTERN, OPENSSL_GLOBAL
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-15 Ben LaurieGet rid of the cast.
1999-05-15 Bodo MöllerComment.
1999-05-15 Bodo MöllerA comment.
1999-05-14 Bodo MöllerVarious bugfixes: Uses locking for some more of the...
1999-05-14 Bodo MöllerIntroduce and use function typedef pem_password_cb...
1999-05-13 Ben LaurieUpdate dependencies.
1999-05-13 Bodo MöllerSome tiny clean-ups related to the cert_st / sess_cert_...
1999-05-13 Bodo MöllerNew structure type SESS_CERT used instead of CERT insid...
1999-05-13 Ulf MöllerVMS support.
1999-05-13 Bodo MöllerSpacing in comment corrected.
1999-05-13 Bodo MöllerFirst tiny changes in preparation of changing of "sess_...
1999-05-11 Bodo MöllerClarify comment.
1999-05-11 Bodo MöllerAnd I thought I could spell ... but in caps really...
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).
next