Age | Commit message (Expand) | Author |
2016-03-06 | Make sure stdio functions don't end up in the library, from miod@ | Bob Beck |
2015-09-11 | Merge the remnants of s3_enc.c into t1_enc.c. | Joel Sing |
2015-09-11 | Put the *method* data structures and functions in the same place. | Joel Sing |
2015-08-29 | Remove SSLv3 method data structs and unlink s3_meth.c from the build. | Doug Hogan |
2015-06-27 | Fix pointer to unsigned long conversion. | Doug Hogan |
2015-06-05 | Fix library search path so we link against the freshly built libcrypto.so | Tobias Ulmer |
2015-05-26 | Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-lib | Miod Vallat |
2015-05-17 | *** empty log message *** | Mark Kettenis |
2015-02-07 | Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds. | Joel Sing |
2015-02-06 | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | Doug Hogan |
2014-07-12 | -DOPENSSL_NO_KRB5 is no longer needed | Theo de Raadt |
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-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-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-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 | Disable Segglemann's RFC520 hearbeat. | Theo de Raadt |
2014-04-10 | disable buf freelists. we'll see what happens next. | Ted Unangst |
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 |
2010-10-01 | update supporting files, crank library majors | Damien Miller |
2008-09-06 | remerge local tweaks, update per-arch configuration headers, update | Damien Miller |
2005-11-24 | use WANTLINT= (on all architectures) | Theo de Raadt |
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-04-27 | do not link ssltest.c into libssl, stops main/doit symbols from being | Anil Madhavapeddy |
2003-06-02 | swap /usr/include/openssl and /usr/include/ssl, clean up the Makefiles | Markus Friedl |
2002-09-26 | remove MDC2; patents | Markus Friedl |
2002-09-03 | build OpenSSL without symlink trees: | Markus Friedl |
2002-08-31 | don't install private headers | Markus Friedl |
2002-07-30 | apply patches from OpenSSL Security Advisory [30 July 2002], | Markus Friedl |
2002-05-15 | OpenSSL 0.9.7 stable 2002 05 08 merge | Bob Beck |
2002-05-15 | OpenSSL 0.9.7 | Bob Beck |
2000-10-13 | vax support; checked by beck. | Hugh Graham |
1999-10-10 | Make mips compile. -moj | Mats O Jansson |
1999-09-29 | OpenSSL 0.9.4 merge | Bob Beck |