summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-13Tweak to documentationMatt Caswell
2016-04-13Misc fix ups to deprecate explicit de-init documentationMatt Caswell
2016-04-13Fix explicit de-init macrosMatt Caswell
2016-04-13Fix symbols missing from shared buildMatt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Add a CHANGES entry for the deprecated cleanup functionsMatt Caswell
2016-04-13make updateMatt Caswell
2016-04-13Deprecate CONF_modules_free() and make it a no-opMatt Caswell
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell
2016-04-13Fix conditional compile logic in speed.cMatt Caswell
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell
2016-04-13Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell
2016-04-13X509_PUBKEY docsDr. Stephen Henson
2016-04-13Fix setting of debug callback in apps/enc.cRichard Levitte
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi
2016-04-11Fix the no-posix-io optionMatt Caswell
2016-04-11Remove an unused functionMatt Caswell
2016-04-11Fix the no-tls optionMatt Caswell
2016-04-11Fix the no-nextprotoneg optionMatt Caswell
2016-04-11BIO: respect opening in text modeRichard Levitte
2016-04-10Disable some sanitizer checks without PEDANTICEmilia Kasper
2016-04-10Fix warnings exposed by clang-3.8Emilia Kasper
2016-04-10Adjust --strict-warnings builds in TravisEmilia Kasper
2016-04-09Don't check the generated ssl-tests configs on VMSRichard Levitte
2016-04-09VMS doesn't have directory separators in the same sense as UnixRichard Levitte
2016-04-09RSA: the docs still talk about RSA_PKCS1_SSLeayBeat Bolli
2016-04-09Add CHANGES entry for DH and DH_METHOD opacityMatt Caswell
2016-04-09Add documentation for following DH and DH_METHOD opacityMatt Caswell
2016-04-09Fix double free bug in error pathMatt Caswell
2016-04-09make updateMatt Caswell
2016-04-09Make DH_METHOD opaqueMatt Caswell
2016-04-09make updateMatt Caswell
2016-04-09Make DH opaqueMatt Caswell
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz
2016-04-08Add OCSP to mkdefRich Salz
2016-04-07PPC assembly pack: remove branch hints.Andy Polyakov
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-04-07Configurations/10-main.conf: omit now redundant -D_WINDLL.Andy Polyakov
2016-04-07windows-makefile.tmpl: clean up after DLL link failure.Andy Polyakov
2016-04-07test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov
2016-04-07bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov
2016-04-07make updateViktor Dukhovni
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni