| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the libssl/ssl directory | beck | 2016-09-03 | 2 | -54/+0 |
* | Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbol | jsing | 2016-04-28 | 1 | -1/+1 |
* | Make sure stdio functions don't end up in the library, from miod@ | beck | 2016-03-06 | 1 | -1/+5 |
* | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | bcook | 2015-12-09 | 1 | -2/+2 |
* | bump minors after adding EVP_aead_chacha20_poly1305_ietf() | reyk | 2015-11-02 | 1 | -1/+1 |
* | Crank major version due to removal of SHA-0 and MD4 from libcrypto. | doug | 2015-09-13 | 1 | -2/+2 |
* | Mechanical minor bump to follow libcrypto. | miod | 2015-09-13 | 1 | -1/+1 |
* | Merge the remnants of s3_enc.c into t1_enc.c. | jsing | 2015-09-11 | 1 | -2/+2 |
* | Put the *method* data structures and functions in the same place. | jsing | 2015-09-11 | 1 | -2/+2 |
* | Remove SSLv3 method data structs and unlink s3_meth.c from the build. | doug | 2015-08-29 | 1 | -2/+2 |
* | Crank major version for libssl and libtls due to SSLv3 removal. | doug | 2015-08-27 | 1 | -1/+1 |
* | Remove OpenSSL engine RSAX. | doug | 2015-07-19 | 1 | -1/+1 |
* | Crank major and remove legacy variables. | doug | 2015-07-19 | 1 | -1/+1 |
* | Fix pointer to unsigned long conversion. | doug | 2015-06-27 | 1 | -2/+2 |
* | Crank major for libcrypto, ssl and tls due to MDC-2DES removal. | doug | 2015-06-20 | 1 | -1/+1 |
* | Fix library search path so we link against the freshly built libcrypto.so | tobiasu | 2015-06-05 | 1 | -2/+2 |
* | Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-lib | miod | 2015-05-26 | 1 | -2/+2 |
* | Record inter-library dependencies between libcrypto, libssl and libtls | kettenis | 2015-05-17 | 2 | -1/+4 |
* | Bump libcrypto and libssl majors, due to various recent churn. | jsing | 2015-02-22 | 1 | -1/+1 |
* | Crank libssl major due to the recent changes and removals. | jsing | 2015-02-07 | 1 | -2/+2 |
* | Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds. | jsing | 2015-02-07 | 1 | -3/+1 |
* | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | doug | 2015-02-06 | 1 | -1/+2 |
* | Support CA verification in chroot'ed processes without direct file | reyk | 2015-01-22 | 1 | -1/+1 |
* | libssl major++ | jsing | 2014-12-10 | 1 | -1/+1 |
* | Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov. | miod | 2014-11-18 | 1 | -1/+1 |
* | Crank libssl major due to recent additions, removals and changes. | jsing | 2014-10-31 | 1 | -2/+2 |
* | Bump minor version for ECDH auto. | jsing | 2014-10-03 | 1 | -1/+1 |
* | Bump minor after adding SSL_CTX_use_certificate_chain(). | reyk | 2014-09-28 | 1 | -1/+1 |
* | -DOPENSSL_NO_KRB5 is no longer needed | deraadt | 2014-07-12 | 1 | -2/+2 |
* | enough churn, a crank is advised by guenther.. | deraadt | 2014-07-12 | 1 | -1/+1 |
* | 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 |