summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* NeXT doesn't have dirent.Ulf Möller1999-05-201-2/+4
* Additional, more descriptive error message for rejection of a session IDBodo Möller1999-05-173-1/+7
* Various Win32 fixes. Change args in do_ms.bat to put platform last. FixDr. Stephen Henson1999-05-151-1/+1
* OPENSSL_EXTERNBodo Möller1999-05-151-3/+3
* OPENSSL_EXTERN, OPENSSL_GLOBALBodo Möller1999-05-153-3/+3
* Update dependencies.Bodo Möller1999-05-151-463/+483
* Get rid of the cast.Ben Laurie1999-05-151-5/+38
* Comment.Bodo Möller1999-05-151-1/+1
* A comment.Bodo Möller1999-05-151-0/+6
* Various bugfixes: Uses locking for some more of the stuff that is notBodo Möller1999-05-141-5/+12
* Introduce and use function typedef pem_password_cb so that we don't callBodo Möller1999-05-142-3/+4
* Update dependencies.Ben Laurie1999-05-131-39/+42
* Some tiny clean-ups related to the cert_st / sess_cert_st change.Bodo Möller1999-05-132-17/+0
* New structure type SESS_CERT used instead of CERT inside SSL_SESSION.Bodo Möller1999-05-139-127/+204
* VMS support.Ulf Möller1999-05-1312-16/+1351
* Spacing in comment corrected.Bodo Möller1999-05-131-1/+1
* First tiny changes in preparation of changing of "sess_cert" handling.Bodo Möller1999-05-132-16/+39
* Clarify comment.Bodo Möller1999-05-111-4/+6
* And I thought I could spell ... but in caps really everything looks the same.Bodo Möller1999-05-113-5/+5
* Make SSL library a little more fool-proof by not requiring any longerBodo Möller1999-05-113-0/+38
* Changed a comment.Bodo Möller1999-05-101-2/+6
* No actual change, but the cert_st member of struct ssl_session_st is nowBodo Möller1999-05-097-54/+55
* Create a duplicate of the SSL_CTX's CERT in SSL_new instead of copyingBodo Möller1999-05-098-70/+277
* One comment was in the wrong line ... some others are new.Bodo Möller1999-05-092-2/+2
* Some tiny changes to the source code to make future diffs smallerBodo Möller1999-05-092-16/+12
* Use "const char *" instead of "char *" for filenames passed to functions.Bodo Möller1999-05-093-14/+16
* Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for aDr. Stephen Henson1999-05-081-1/+1
* Remove unreachable return statements.Ulf Möller1999-05-051-2/+0
* Some more stack stuff.Ben Laurie1999-05-032-8/+10
* Annotate a bug.Bodo Möller1999-05-021-0/+12
* New function SSL_CTX_use_certificate_chain_file.Bodo Möller1999-05-013-0/+81
* Support verify_depth from the SSL API without need for user-definedBodo Möller1999-05-013-0/+31
* Add "static" to function definitionBodo Möller1999-05-011-1/+1
* New function SSL_CTX_set_session_id_context.Bodo Möller1999-04-303-0/+23
* Fix a couple of cases where an attempt is made to lock an already lockedDr. Stephen Henson1999-04-292-5/+13
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* Undo.Ulf Möller1999-04-272-12/+0
* Message digest stuff.Ulf Möller1999-04-277-2/+13
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-2713-23/+79
* Add missing DEPFLAG.Ulf Möller1999-04-271-1/+1
* 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