summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* crank major for decompression featuretedu2014-07-101-1/+1
* Remove support for the `opaque PRF input' extension, which draft has expiredmiod2014-06-131-2/+2
* Make make includes work again without kssl.hbeck2014-05-291-2/+2
* define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselvestedu2014-05-251-1/+2
* Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'"miod2014-05-181-2/+6
* No longer make pqueue.h a public (and installed) header file. Replace itsmiod2014-05-151-2/+2
* Move the `pqueue' part of libcrypto, which is a glorified sorted linked listmiod2014-05-122-4/+5
* Remove SRP and Kerberos support from libssl. These are complex protocolstedu2014-05-051-2/+2
* Make libssl and libcrypto compile with -Werrorbeck2014-04-231-2/+2
* Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.guenther2014-04-201-1/+1
* -Walltedu2014-04-171-1/+2
* TANSTAAFL - delete the buf freelist code. if you need a better malloc, gettedu2014-04-161-2/+1
* add back SRP. i was being too greedy.tedu2014-04-161-2/+2
* disentangle SRP code from TLStedu2014-04-161-2/+2
* remove ssl2 support even more completely.tedu2014-04-151-3/+1
* Crank major for libcrypto and libssl; more symbol removals to occur during themiod2014-04-151-1/+1
* o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXXbeck2014-04-141-2/+1
* make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodtedu2014-04-141-2/+2
* Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl,miod2014-04-131-2/+3
* Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp)miod2014-04-131-1/+1
* Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellmiod2014-04-111-5/+4
* oops, typo, spotted by Matthias Schelerderaadt2014-04-101-2/+2
* crank major; struct ssl_ctx_st changes; ok teduderaadt2014-04-101-1/+1
* Disable Segglemann's RFC520 hearbeat.deraadt2014-04-101-2/+2
* disable buf freelists. we'll see what happens next.tedu2014-04-101-1/+2
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-131-1/+1
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-1/+2
* Makefile and header changes for OpenSSL-1.0.1cdjm2012-10-132-7/+6
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
* Disable SSLv2 in OpenSSL. No objections from djm.sthen2012-07-112-3/+4
* OpenSSL 1.0.0f: crank minordjm2012-01-051-1/+1
* crank major for openssl-1.0.0edjm2011-11-031-1/+1
* update supporting files, crank library majorsdjm2010-10-012-29/+18
* pull Ben Lauries blind prefix injection fix for CVE-2009-3555 frommarkus2009-11-101-1/+1
* crankus majorisdjm2009-04-061-1/+1
* adjust Makefile and crank major for openssl-0.9.8jdjm2009-01-091-1/+1
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-1/+1
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-062-5/+6
* crank shlib_versiondjm2006-06-271-1/+1
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* crankdjm2005-04-291-1/+1
* enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santosmarkus2005-03-301-2/+2
* cleanup mipspefo2004-08-061-5/+1
* errno changes, lib major version bumps, and general flag daymarc2004-07-131-1/+1
* do not link ssltest.c into libssl, stops main/doit symbols from beingavsm2004-04-271-2/+2
* swap /usr/include/openssl and /usr/include/ssl, clean up the Makefilesmarkus2003-06-021-14/+10
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-1/+1
* Crank all library major numbers. Needed due to the fact that wemillert2002-12-031-1/+1
* remove MDC2; patentsmarkus2002-09-261-1/+2
* build OpenSSL without symlink trees:markus2002-09-031-3/+1