aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add NOTES.UNIX, with a description on how to deal with runpathsRichard Levitte2017-03-022-0/+31
* Check that async_jobs is not negative and not too high.Bernd Edlinger2017-03-011-1/+7
* Code health: ssl/ssl_locl.h unused macrosAndy2017-03-011-13/+0
* VMS: compensate for gmtime_r() parameter pointer sizeRichard Levitte2017-03-011-1/+23
* Don't use deprecated EVP_CIPHER_CTX_cleanup() internallyRichard Levitte2017-03-011-1/+1
* Remove some obsolete/obscure internal define switches:Emilia Kasper2017-03-0114-993/+15
* Remove OPENSSL_indirect_call()Benjamin Kaduk2017-02-281-39/+0
* Don't free in cleanup routineBenjamin Kaduk2017-02-281-1/+2
* crypto/des: remove unreferenced rcp_enc.c module.Andy Polyakov2017-02-283-107/+1
* Code health: Remove base address setting for mingwRichard Levitte2017-02-281-2/+1
* Fix handling of EVP_PKEY_CTRL_PKCS7_ENCRYPT/DECRYPT with OPENSSL_NO_CMS.Bernd Edlinger2017-02-281-1/+2
* Add AGL's "beer mug" PEM file as another test inputBenjamin Kaduk2017-02-282-1/+38
* Add test corpus for PEM readingBenjamin Kaduk2017-02-2853-0/+4853
* Code health: Quick note in changes and the OPENSSL_GLOBAL et al changesRichard Levitte2017-02-281-0/+4
* Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed tooRichard Levitte2017-02-284-15/+12
* Code health: Remove another VAX C-ism, globaldef and globalrefRichard Levitte2017-02-281-13/+10
* Code health: make updateRichard Levitte2017-02-281-11/+11
* Code health: Remove VAX exceptions in util/mkdef.plRichard Levitte2017-02-281-29/+3
* Code health: Remove unused VAX transfer vector for enginesRichard Levitte2017-02-281-24/+0
* Exdata test was never enabled.Rich Salz2017-02-283-29/+48
* Remove memcpy unrolling in bn_lib.cEmilia Kasper2017-02-281-80/+10
* Remove support for HMAC_TEST_PRIVATE_KEY_FORMATEmilia Kasper2017-02-281-54/+0
* Remove GENCB_TEST compile flagRich Salz2017-02-281-51/+1
* Fix test_ssl_new when compiled with no-tls1_2 or no-dtls1_2Matt Caswell2017-02-283-3/+16
* Fix sslapitest when compiled with no-tls1_2Matt Caswell2017-02-281-0/+4
* Revert rc4test removal, it performs additional tests not in evptests.txtDr. Stephen Henson2017-02-284-2/+188
* Remove some commented out code in the testsMatt Caswell2017-02-281-14/+0
* Remove some commented out code in libsslMatt Caswell2017-02-284-18/+0
* Remove some commented out code in libcryptoMatt Caswell2017-02-2816-98/+1
* Remove some commented out code in the appsMatt Caswell2017-02-283-8/+1
* Remove more redundant tests: md4, md5, rmd, rc4, p5_crpt2Dr. Stephen Henson2017-02-2812-689/+9
* Remove a pointless "#ifndef" from bf_enc.cMatt Caswell2017-02-281-4/+0
* Remove bf_cbc.cMatt Caswell2017-02-281-86/+0
* Update year, wording tweakRich Salz2017-02-281-2/+2
* Remove the file r160test.cMatt Caswell2017-02-281-9/+0
* Remove wp_test.c: exactly the same tests are in evptests.txtDr. Stephen Henson2017-02-284-247/+2
* Remove dead code in bnMatt Caswell2017-02-286-493/+1
* Remove some #if 0 code in ssl, crypto/bioTodd Short2017-02-283-22/+2
* Code health: Stop using timeb.h / ftime() (VMS only)Richard Levitte2017-02-282-17/+2
* Code health: Remove obvious VAX C fixupsRichard Levitte2017-02-282-30/+1
* More Configure cleanup. RemoveEmilia Kasper2017-02-283-574/+0
* Clean up references to FIPSEmilia Kasper2017-02-2823-230/+12
* Remove BN_DEBUG_TRIXEmilia Kasper2017-02-281-8/+0
* Remove debugging leftovers in apps/opt.cEmilia Kasper2017-02-281-89/+0
* Avoid buffer underflow in evp_test.Pauli2017-02-281-3/+3
* Remove unnecessary memset after PR #2583 avoids accessingBernd Edlinger2017-02-281-1/+0
* Move the CHIL engine to demos/enginesRichard Levitte2017-02-284-0/+0
* Remove some dead code from libsslMatt Caswell2017-02-285-31/+0
* Code cleanup: remove the VMS specific reimplementation of gmtimeRichard Levitte2017-02-282-188/+7
* Remove dead code in crypto/pkcs7Emilia Kasper2017-02-282-40/+0