aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-04-13Add a CHANGES entry for the deprecated cleanup functionsMatt Caswell1-0/+11
2016-04-13make updateMatt Caswell2-10/+10
2016-04-13Deprecate CONF_modules_free() and make it a no-opMatt Caswell6-15/+25
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell7-30/+37
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell13-20/+36
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell7-19/+48
2016-04-13Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell4-6/+8
2016-04-13Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell4-5/+7
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell9-26/+38
2016-04-13Fix conditional compile logic in speed.cMatt Caswell1-1/+1
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell5-11/+23
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell7-20/+35
2016-04-13Deprecate COMP_zlib_cleanup() and make it a no-opMatt Caswell4-7/+21
2016-04-13X509_PUBKEY docsDr. Stephen Henson3-9/+141
2016-04-13Fix setting of debug callback in apps/enc.cRichard Levitte1-7/+11
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi5-6/+22
2016-04-11Fix the no-posix-io optionMatt Caswell1-1/+1
2016-04-11Remove an unused functionMatt Caswell2-15/+0
2016-04-11Fix the no-tls optionMatt Caswell1-15/+18
2016-04-11Fix the no-nextprotoneg optionMatt Caswell4-0/+10
2016-04-11BIO: respect opening in text modeRichard Levitte1-1/+5
2016-04-10Disable some sanitizer checks without PEDANTICEmilia Kasper2-5/+3
2016-04-10Fix warnings exposed by clang-3.8Emilia Kasper2-4/+7
2016-04-10Adjust --strict-warnings builds in TravisEmilia Kasper2-6/+11
2016-04-09Don't check the generated ssl-tests configs on VMSRichard Levitte1-1/+2
2016-04-09VMS doesn't have directory separators in the same sense as UnixRichard Levitte1-3/+5
2016-04-09RSA: the docs still talk about RSA_PKCS1_SSLeayBeat Bolli1-4/+4
2016-04-09Add CHANGES entry for DH and DH_METHOD opacityMatt Caswell1-0/+5
2016-04-09Add documentation for following DH and DH_METHOD opacityMatt Caswell5-45/+249
2016-04-09Fix double free bug in error pathMatt Caswell1-0/+1
2016-04-09make updateMatt Caswell1-0/+21
2016-04-09Make DH_METHOD opaqueMatt Caswell5-21/+209
2016-04-09make updateMatt Caswell1-0/+10
2016-04-09Make DH opaqueMatt Caswell18-115/+305
2016-04-08Add SSL_DANE typedef for consistency.Rich Salz7-22/+23
2016-04-08Add OCSP to mkdefRich Salz1-0/+1
2016-04-07PPC assembly pack: remove branch hints.Andy Polyakov6-25/+25
2016-04-07Clean-up *_DEBUG options.Andy Polyakov13-69/+21
2016-04-07Configurations/10-main.conf: omit now redundant -D_WINDLL.Andy Polyakov1-7/+19
2016-04-07windows-makefile.tmpl: clean up after DLL link failure.Andy Polyakov1-1/+1
2016-04-07test/[dane|evp_]test.c: BIO-fy file I/O.Andy Polyakov2-19/+19
2016-04-07bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov1-2/+5
2016-04-07make updateViktor Dukhovni6-17/+18
2016-04-07Suppress CT callback as appropriateViktor Dukhovni17-237/+382
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni2-15/+2
2016-04-07Fix memory leak on invalid CertificateRequest.David Benjamin1-0/+2
2016-04-07OpenSSL::Test: when moving directory, affect env as wellRichard Levitte1-0/+22
2016-04-07Allow generate_ssl_tests.pl to find testlibEmilia Kasper1-0/+1
2016-04-07Remove redundant symlinkEmilia Kasper1-7/+1
2016-04-07Better use BIO_snprintf() than snprintf(), in case the later isn't availableRichard Levitte1-2/+2