Age | Commit message (Expand) | Author |
2014-10-31 | Crank libssl major due to recent additions, removals and changes. | Joel Sing |
2014-10-03 | Bump minor version for ECDH auto. | Joel Sing |
2014-09-28 | Bump minor after adding SSL_CTX_use_certificate_chain(). | Reyk Floeter |
2014-07-12 | -DOPENSSL_NO_KRB5 is no longer needed | Theo de Raadt |
2014-07-12 | enough churn, a crank is advised by guenther.. | Theo de Raadt |
2014-07-10 | crank major for decompression feature | Ted Unangst |
2014-06-13 | Remove support for the `opaque PRF input' extension, which draft has expired | Miod Vallat |
2014-05-29 | Make make includes work again without kssl.h | Bob Beck |
2014-05-25 | define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselves | Ted Unangst |
2014-05-18 | Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'" | Miod Vallat |
2014-05-15 | No longer make pqueue.h a public (and installed) header file. Replace its | Miod Vallat |
2014-05-12 | Move the `pqueue' part of libcrypto, which is a glorified sorted linked list | Miod Vallat |
2014-05-05 | Remove SRP and Kerberos support from libssl. These are complex protocols | Ted Unangst |
2014-04-23 | Make libssl and libcrypto compile with -Werror | Bob Beck |
2014-04-20 | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | Philip Guenther |
2014-04-17 | -Wall | Ted Unangst |
2014-04-16 | TANSTAAFL - delete the buf freelist code. if you need a better malloc, get | Ted Unangst |
2014-04-16 | add back SRP. i was being too greedy. | Ted Unangst |
2014-04-16 | disentangle SRP code from TLS | Ted Unangst |
2014-04-15 | remove ssl2 support even more completely. | Ted Unangst |
2014-04-15 | Crank major for libcrypto and libssl; more symbol removals to occur during the | Miod Vallat |
2014-04-14 | o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXX | Bob Beck |
2014-04-14 | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | Ted Unangst |
2014-04-13 | Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl, | Miod Vallat |
2014-04-13 | Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp) | Miod Vallat |
2014-04-11 | Move build machinery for libcrypto from libssl/crypto to libcrypto, as well | Miod Vallat |
2014-04-10 | oops, typo, spotted by Matthias Scheler | Theo de Raadt |
2014-04-10 | crank major; struct ssl_ctx_st changes; ok tedu | Theo de Raadt |
2014-04-10 | Disable Segglemann's RFC520 hearbeat. | Theo de Raadt |
2014-04-10 | disable buf freelists. we'll see what happens next. | Ted Unangst |
2013-08-13 | Switch time_t, ino_t, clock_t, and struct kevent's ident and data | Philip Guenther |
2013-02-14 | cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txt | Markus Friedl |
2012-10-13 | Makefile and header changes for OpenSSL-1.0.1c | Damien Miller |
2012-08-02 | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | Okan Demirmen |
2012-07-11 | Disable SSLv2 in OpenSSL. No objections from djm. | Stuart Henderson |
2012-01-05 | OpenSSL 1.0.0f: crank minor | Damien Miller |
2011-11-03 | crank major for openssl-1.0.0e | Damien Miller |
2010-10-01 | update supporting files, crank library majors | Damien Miller |
2009-11-10 | pull Ben Lauries blind prefix injection fix for CVE-2009-3555 from | Markus Friedl |
2009-04-06 | crankus majoris | Damien Miller |
2009-01-09 | adjust Makefile and crank major for openssl-0.9.8j | Damien Miller |
2009-01-05 | update to openssl-0.9.8i; tested by several, especially krw@ | Damien Miller |
2008-09-06 | remerge local tweaks, update per-arch configuration headers, update | Damien Miller |
2006-06-27 | crank shlib_version | Damien Miller |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
2005-04-29 | crank | Damien Miller |
2005-03-30 | enable openssl DSO (typo, it's -DDSO_DLFCN not -DSO_DLFCN); Douglas Santos | Markus Friedl |
2004-08-06 | cleanup mips | Per Fogelstrom |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-04-27 | do not link ssltest.c into libssl, stops main/doit symbols from being | Anil Madhavapeddy |