summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-13Remove OPENSSL_NO_SHA guardsMatt Caswell
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-04-13Remove no-aes, no-rsa, no-sha, no-md5 and no-hmacMatt Caswell
2016-04-13Need err_load_crypto_strings_int declared.Rich Salz
2016-04-13make updateDr. Stephen Henson
2016-04-13Remove check_defer()Dr. Stephen Henson
2016-04-13Rename internal symbol to follow internal naming patternRichard Levitte
2016-04-13Cleanup libcrypto.num and make updateRichard Levitte
2016-04-13Move a declaration that's private to libcryptoRichard Levitte
2016-04-13PPC assebmly pack: initial POWER9 support tidbits.Andy Polyakov
2016-04-13chacha/asm/chacha-armv8.pl: fix intermittent build failures.Andy Polyakov
2016-04-13Don't use FORMAT_BASE64 format when compressing / decompressingRichard Levitte
2016-04-13Fix the handling of --with-zlib-includeRichard Levitte
2016-04-13Remake the way dynamic zlib is loadedRichard Levitte
2016-04-13Configuration: Simplify the way vms information is retrievedRichard Levitte
2016-04-13Fix zlib configuration options.Richard Levitte
2016-04-13Fix no-tls1_1 and no-tls1_2Matt Caswell
2016-04-13Rename int_*() functions to *_int()Matt Caswell
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