aboutsummaryrefslogtreecommitdiff
path: root/ssl/s2_meth.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch1-2/+2
pointer and make the SSL_METHOD parameter in SSL_CTX_new, SSL_CTX_set_ssl_version and SSL_set_ssl_method const.
2005-08-05Initialize SSL_METHOD structures at compile time. This removes the needDr. Stephen Henson1-22/+4
for locking code. The CRYPTO_LOCK_SSL_METHOD lock is now no longer used.
2002-09-26fix more race conditionsBodo Möller1-6/+13
Submitted by: "Patrick McCormick" <patrick@tellme.com> PR: 262
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-2/+2
missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller1-3/+3
as a shared library without RSA. Use #ifndef NO_SSL2 instead of NO_RSA in ssl/s2*.c. Submitted by: Kris Kennaway <kris@hub.freebsd.org> Modified by Ulf Möller
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie1-0/+6
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-1/+2
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-5/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
Submitted by: Reviewed by: PR:
1999-04-22Fixed some race conditions.Bodo Möller1-1/+1
Submitted by: Reviewed by: PR:
1999-04-19Change functions to ANSI C.Ulf Möller1-3/+2
1999-01-31Fix various stuff: that VC++ 5.0 chokes on:Dr. Stephen Henson1-0/+6
1. Add *lots* of missing prototypes for static ssl functions. 2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org 3. Add a few missing prototypes in pem.org Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95. Fix mkdef.pl so it doesn't truncate longer names.
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+88