aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix installation for no-stdio and no-autoalginitRichard Levitte2016-04-142-2/+6
* Fix no-stdio and no-autoalginitMatt Caswell2016-04-146-223/+245
* The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell2016-04-143-2/+2
* Write POD page.Rich Salz2016-04-141-0/+28
* Add SSL_SESSION_get0_hostname()Lyon Chen2016-04-143-0/+7
* Ensure all locks are properly cleaned upMatt Caswell2016-04-149-10/+41
* Fix the spelling of "implement".Shlomi Fish2016-04-143-3/+3
* Fix AFALG kernel and headers mismatch problemMatt Caswell2016-04-142-0/+19
* Bugfix: in asn1parse avoid erroneous len after a sub-sequenceViktor Dukhovni2016-04-141-3/+4
* Don't use deprecated CONF_modules_free() in testsViktor Dukhovni2016-04-141-1/+0
* make updateMatt Caswell2016-04-132-59/+67
* Add a CHANGES entry for removal of Configure optionsMatt Caswell2016-04-131-1/+6
* Update INSTALL file based on feedbackMatt Caswell2016-04-131-3/+4
* Update the INSTALL instructions with lots of optionsMatt Caswell2016-04-131-36/+226
* Remove OPENSSL_NO_HMACMatt Caswell2016-04-131-3/+0
* Remove OPENSSL_NO_SHA guardsMatt Caswell2016-04-134-16/+1
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-1313-485/+413
* Remove no-aes, no-rsa, no-sha, no-md5 and no-hmacMatt Caswell2016-04-131-5/+0
* Need err_load_crypto_strings_int declared.Rich Salz2016-04-131-1/+1
* make updateDr. Stephen Henson2016-04-131-1/+1
* Remove check_defer()Dr. Stephen Henson2016-04-135-28/+3
* Rename internal symbol to follow internal naming patternRichard Levitte2016-04-131-1/+1
* Cleanup libcrypto.num and make updateRichard Levitte2016-04-132-6/+4
* Move a declaration that's private to libcryptoRichard Levitte2016-04-133-1/+17
* PPC assebmly pack: initial POWER9 support tidbits.Andy Polyakov2016-04-134-0/+39
* chacha/asm/chacha-armv8.pl: fix intermittent build failures.Andy Polyakov2016-04-131-0/+1
* Don't use FORMAT_BASE64 format when compressing / decompressingRichard Levitte2016-04-131-6/+9
* Fix the handling of --with-zlib-includeRichard Levitte2016-04-134-3/+20
* Remake the way dynamic zlib is loadedRichard Levitte2016-04-132-5/+20
* Configuration: Simplify the way vms information is retrievedRichard Levitte2016-04-131-41/+44
* Fix zlib configuration options.Richard Levitte2016-04-132-28/+55
* Fix no-tls1_1 and no-tls1_2Matt Caswell2016-04-131-1/+1
* Rename int_*() functions to *_int()Matt Caswell2016-04-1338-115/+115
* Tweak to documentationMatt Caswell2016-04-131-2/+2
* Misc fix ups to deprecate explicit de-init documentationMatt Caswell2016-04-139-45/+22
* Fix explicit de-init macrosMatt Caswell2016-04-1310-10/+10
* Fix symbols missing from shared buildMatt Caswell2016-04-133-0/+8
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-1337-114/+114
* Add a CHANGES entry for the deprecated cleanup functionsMatt Caswell2016-04-131-0/+11
* make updateMatt Caswell2016-04-132-10/+10
* Deprecate CONF_modules_free() and make it a no-opMatt Caswell2016-04-136-15/+25
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-137-30/+37
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-1313-20/+36
* Deprecate EVP_cleanup() and make it a no-opMatt Caswell2016-04-137-19/+48
* Deprecate BIO_sock_cleanup() and make it a no-opMatt Caswell2016-04-134-6/+8
* Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell2016-04-134-5/+7
* Deprecate RAND_cleanup() and make it a no-opMatt Caswell2016-04-139-26/+38
* Fix conditional compile logic in speed.cMatt Caswell2016-04-131-1/+1
* Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell2016-04-135-11/+23
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-137-20/+35