summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2016-04-07Fix memory leak on invalid CertificateRequest.David Benjamin
2016-04-07OpenSSL::Test: when moving directory, affect env as wellRichard Levitte
2016-04-07Allow generate_ssl_tests.pl to find testlibEmilia Kasper
2016-04-07Remove redundant symlinkEmilia Kasper
2016-04-07Better use BIO_snprintf() than snprintf(), in case the later isn't availableRichard Levitte
2016-04-07Fix forgotten adaptation to opaque RSA and RSA_METHODRichard Levitte
2016-04-06always use field namesDr. Stephen Henson
2016-04-06Perl: foreach (@list) { code } is betterRichard Levitte
2016-04-06Add apps/tsget and test/ssltest_old to .gitignoreRichard Levitte