| Commit message (Expand) | Author | Age | Files | Lines |
* | crank major for decompression feature | tedu | 2014-07-10 | 1 | -1/+1 |
* | Remove support for the `opaque PRF input' extension, which draft has expired | miod | 2014-06-13 | 1 | -2/+2 |
* | Make make includes work again without kssl.h | beck | 2014-05-29 | 1 | -2/+2 |
* | define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves | tedu | 2014-05-25 | 1 | -1/+2 |
* | Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'" | miod | 2014-05-18 | 1 | -2/+6 |
* | No longer make pqueue.h a public (and installed) header file. Replace its | miod | 2014-05-15 | 1 | -2/+2 |
* | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | miod | 2014-05-12 | 2 | -4/+5 |
* | Remove SRP and Kerberos support from libssl. These are complex protocols | tedu | 2014-05-05 | 1 | -2/+2 |
* | Make libssl and libcrypto compile with -Werror | beck | 2014-04-23 | 1 | -2/+2 |
* | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | guenther | 2014-04-20 | 1 | -1/+1 |
* | -Wall | tedu | 2014-04-17 | 1 | -1/+2 |
* | TANSTAAFL - delete the buf freelist code. if you need a better malloc, get | tedu | 2014-04-16 | 1 | -2/+1 |
* | add back SRP. i was being too greedy. | tedu | 2014-04-16 | 1 | -2/+2 |
* | disentangle SRP code from TLS | tedu | 2014-04-16 | 1 | -2/+2 |
* | remove ssl2 support even more completely. | tedu | 2014-04-15 | 1 | -3/+1 |
* | Crank major for libcrypto and libssl; more symbol removals to occur during the | miod | 2014-04-15 | 1 | -1/+1 |
* | o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXX | beck | 2014-04-14 | 1 | -2/+1 |
* | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | tedu | 2014-04-14 | 1 | -2/+2 |
* | Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl, | miod | 2014-04-13 | 1 | -2/+3 |
* | Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp) | miod | 2014-04-13 | 1 | -1/+1 |
* | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well | miod | 2014-04-11 | 1 | -5/+4 |
* | oops, typo, spotted by Matthias Scheler | deraadt | 2014-04-10 | 1 | -2/+2 |
* | crank major; struct ssl_ctx_st changes; ok tedu | deraadt | 2014-04-10 | 1 | -1/+1 |
* | Disable Segglemann's RFC520 hearbeat. | deraadt | 2014-04-10 | 1 | -2/+2 |
* | disable buf freelists. we'll see what happens next. | tedu | 2014-04-10 | 1 | -1/+2 |
* | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | guenther | 2013-08-13 | 1 | -1/+1 |
* | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | markus | 2013-02-14 | 1 | -1/+2 |
* | Makefile and header changes for OpenSSL-1.0.1c | djm | 2012-10-13 | 2 | -7/+6 |
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | okan | 2012-08-02 | 1 | -2/+1 |
* | Disable SSLv2 in OpenSSL. No objections from djm. | sthen | 2012-07-11 | 2 | -3/+4 |
* | OpenSSL 1.0.0f: crank minor | djm | 2012-01-05 | 1 | -1/+1 |
* | crank major for openssl-1.0.0e | djm | 2011-11-03 | 1 | -1/+1 |
* | update supporting files, crank library majors | djm | 2010-10-01 | 2 | -29/+18 |
* | pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from | markus | 2009-11-10 | 1 | -1/+1 |
* | crankus majoris | djm | 2009-04-06 | 1 | -1/+1 |
* | adjust Makefile and crank major for openssl-0.9.8j | djm | 2009-01-09 | 1 | -1/+1 |
* | update to openssl-0.9.8i; tested by several, especially krw@ | djm | 2009-01-05 | 1 | -1/+1 |
* | remerge local tweaks, update per-arch configuration headers, update | djm | 2008-09-06 | 2 | -5/+6 |
* | crank shlib_version | djm | 2006-06-27 | 1 | -1/+1 |
* | use WANTLINT= (on all architectures) | deraadt | 2005-11-24 | 1 | -1/+2 |
* | crank | djm | 2005-04-29 | 1 | -1/+1 |
* | enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santos | markus | 2005-03-30 | 1 | -2/+2 |
* | cleanup mips | pefo | 2004-08-06 | 1 | -5/+1 |
* | errno changes, lib major version bumps, and general flag day | marc | 2004-07-13 | 1 | -1/+1 |
* | do not link ssltest.c into libssl, stops main/doit symbols from being | avsm | 2004-04-27 | 1 | -2/+2 |
* | swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles | markus | 2003-06-02 | 1 | -14/+10 |
* | merge 0.9.7b with local changes; crank majors for libssl/libcrypto | markus | 2003-05-12 | 1 | -1/+1 |
* | Crank all library major numbers. Needed due to the fact that we | millert | 2002-12-03 | 1 | -1/+1 |
* | remove MDC2; patents | markus | 2002-09-26 | 1 | -1/+2 |
* | build OpenSSL without symlink trees: | markus | 2002-09-03 | 1 | -3/+1 |