summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix pointer to unsigned long conversion.doug2015-06-271-2/+2
* Fix library search path so we link against the freshly built libcrypto.sotobiasu2015-06-051-2/+2
* Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-libmiod2015-05-261-2/+2
* Record inter-library dependencies between libcrypto, libssl and libtlskettenis2015-05-171-1/+3
* Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds.jsing2015-02-071-3/+1
* Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.doug2015-02-061-1/+2
* -DOPENSSL_NO_KRB5 is no longer neededderaadt2014-07-121-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-121-3/+4
* 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
* -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
* 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
* 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
* Disable Segglemann's RFC520 hearbeat.deraadt2014-04-101-2/+2
* disable buf freelists. we'll see what happens next.tedu2014-04-101-1/+2
* 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-131-6/+5
* 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-111-1/+2
* update supporting files, crank library majorsdjm2010-10-011-27/+16
* remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-4/+5
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
* enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santosmarkus2005-03-301-2/+2
* cleanup mipspefo2004-08-061-5/+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
* remove MDC2; patentsmarkus2002-09-261-1/+2
* build OpenSSL without symlink trees:markus2002-09-031-3/+1
* don't install private headersmarkus2002-08-311-6/+1
* apply patches from OpenSSL Security Advisory [30 July 2002],markus2002-07-301-0/+1
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-1/+1
* OpenSSL 0.9.7beck2002-05-151-4/+6
* vax support; checked by beck.hugh2000-10-131-0/+4
* Make mips compile. -mojmaja1999-10-101-5/+1
* OpenSSL 0.9.4 mergebeck1999-09-291-43/+15
* create ${DESTDIR}/usr/include/ssl if it does not exist. This is needed becau...millert1998-11-291-0/+1
* "foo.h" -> <ssl/foo.h> in ssl includes, so we do not need -I/usr/include/sslniklas1998-11-181-5/+9
* *UNTESTED* Makefile and configure changes that may work with pmax and arc.beck1998-10-121-0/+9
* back out previous change. Theo says:marc1998-10-081-1/+0