aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* 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
* "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