summaryrefslogtreecommitdiff
path: root/lib/libssl/ssl
AgeCommit message (Expand)Author
2015-12-09bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changeBrent Cook
2015-11-02bump minors after adding EVP_aead_chacha20_poly1305_ietf()Reyk Floeter
2015-09-13Crank major version due to removal of SHA-0 and MD4 from libcrypto.Doug Hogan
2015-09-13Mechanical minor bump to follow libcrypto.Miod Vallat
2015-09-11Merge the remnants of s3_enc.c into t1_enc.c.Joel Sing
2015-09-11Put the *method* data structures and functions in the same place.Joel Sing
2015-08-29Remove SSLv3 method data structs and unlink s3_meth.c from the build.Doug Hogan
2015-08-27Crank major version for libssl and libtls due to SSLv3 removal.Doug Hogan
2015-07-19Remove OpenSSL engine RSAX.Doug Hogan
2015-07-19Crank major and remove legacy variables.Doug Hogan
2015-06-27Fix pointer to unsigned long conversion.Doug Hogan
2015-06-20Crank major for libcrypto, ssl and tls due to MDC-2DES removal.Doug Hogan
2015-06-05Fix library search path so we link against the freshly built libcrypto.soTobias Ulmer
2015-05-26Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-libMiod Vallat
2015-05-17*** empty log message ***Mark Kettenis
2015-02-22Bump libcrypto and libssl majors, due to various recent churn.Joel Sing
2015-02-07Crank libssl major due to the recent changes and removals.Joel Sing
2015-02-07Stop defining TERMIOS, ANSI_SOURCE and OPENSSL_NO_RC5 for libssl builds.Joel Sing
2015-02-06Import BoringSSL's crypto bytestring and crypto bytebuilder APIs.Doug Hogan
2015-01-22Support CA verification in chroot'ed processes without direct fileReyk Floeter
2014-12-10libssl major++Joel Sing
2014-11-18Update the GOST code in libssl, as contributed by Dmitry Eremin-Solenikov.Miod Vallat
2014-10-31Crank libssl major due to recent additions, removals and changes.Joel Sing
2014-10-03Bump minor version for ECDH auto.Joel Sing
2014-09-28Bump minor after adding SSL_CTX_use_certificate_chain().Reyk Floeter
2014-07-12-DOPENSSL_NO_KRB5 is no longer neededTheo de Raadt
2014-07-12enough churn, a crank is advised by guenther..Theo de Raadt
2014-07-10crank major for decompression featureTed Unangst
2014-06-13Remove support for the `opaque PRF input' extension, which draft has expiredMiod Vallat
2014-05-29Make make includes work again without kssl.hBob Beck
2014-05-25define LIBRESSL_INTERNAL, and use it to hide the bad stuff from ourselvesTed Unangst
2014-05-18Omit -Werror if building with gcc3, for it triggers "redefinition of `pqueue'"Miod Vallat
2014-05-15No longer make pqueue.h a public (and installed) header file. Replace itsMiod Vallat
2014-05-12Move the `pqueue' part of libcrypto, which is a glorified sorted linked listMiod Vallat
2014-05-05Remove SRP and Kerberos support from libssl. These are complex protocolsTed Unangst
2014-04-23Make libssl and libcrypto compile with -WerrorBob Beck
2014-04-20Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.Philip Guenther
2014-04-17-WallTed Unangst
2014-04-16TANSTAAFL - delete the buf freelist code. if you need a better malloc, getTed Unangst
2014-04-16add back SRP. i was being too greedy.Ted Unangst
2014-04-16disentangle SRP code from TLSTed Unangst
2014-04-15remove ssl2 support even more completely.Ted Unangst
2014-04-15Crank major for libcrypto and libssl; more symbol removals to occur during theMiod Vallat
2014-04-14o_dir.c has a questionable odor.. now that we got rid of OPENSSL_DIR_XXXBob Beck
2014-04-14make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miodTed Unangst
2014-04-13Move undocumented internal OPENSSL_DIR interface from libcrypto to libssl,Miod Vallat
2014-04-13Crank libcrypto minor (addition of BN_consttime_swap and CRYPTO_memcmp)Miod Vallat
2014-04-11Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellMiod Vallat
2014-04-10oops, typo, spotted by Matthias SchelerTheo de Raadt
2014-04-10crank major; struct ssl_ctx_st changes; ok teduTheo de Raadt