summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-11-10Prepare for 1.1.0c releaseOpenSSL_1_1_0cMatt Caswell
2016-11-10Update CHANGES and NEWSMatt Caswell
2016-11-10Fix the no-tls optionMatt Caswell
2016-11-10Fix no-cms (CVE-2016-7053)Richard Levitte
2016-11-10test/evptests.txt: add negative tests for AEAD ciphers.Andy Polyakov
2016-11-10test: add TLS application data corruption test.Andy Polyakov
2016-11-10add test for CVE-2016-7053Dr. Stephen Henson
2016-11-10Don't set choice selector on parse failure.Dr. Stephen Henson
2016-11-10chacha20/poly1305: make sure to clear the buffer at correct positionRichard Levitte
2016-11-10aes/asm/aesp8-ppc.pl: improve [backward] portability.Andy Polyakov
2016-11-10bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov
2016-11-10test/bntest.c: regression test for CVE-2016-7055.Andy Polyakov
2016-11-10Fix the evp_test Ctrl keyword processingRichard Levitte
2016-11-10Fix no-dso (shlibloadtest)Richard Levitte
2016-11-09When no SRP identity is found, no error was reported server sideEasySec
2016-11-09Unix Makefile: Make sure to use $(PERL) when running ./ConfigureRichard Levitte
2016-11-08Missing BN_RECP_CTX field init.FdaSilvaYY
2016-11-08Zero stack variable with DSA nonceRich Salz
2016-11-08INSTALL: small typoRichard Levitte
2016-11-07Allow null in X509_CRL_METHOD_freeFdaSilvaYY
2016-11-07Improve PRF documentationAndrea Grandi
2016-11-07Improve RSA test coverage.David Benjamin
2016-11-07Make RSA_sign.pod less confusing.David Benjamin
2016-11-07Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin
2016-11-07Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"Matt Caswell
2016-11-07Always ensure that init_msg is initialised for a CCSMatt Caswell
2016-11-06Windows: use default ZLIB1 unless --with-zlib-lib is setRichard Levitte
2016-11-06Fix the LIBZ macro on VC config targetsRichard Levitte
2016-11-06VMS: pretend to use -znodeleteRichard Levitte
2016-11-04VMS build file template: assign 'arch' to local symbol tableRichard Levitte
2016-11-04Missed a mention of RTRich Salz
2016-11-04Travis: add a strict buildRichard Levitte
2016-11-04Don't assume to know the shared library extensionRichard Levitte
2016-11-03Update CRYPTO_set_mem_debug() docRich Salz
2016-11-03Enable memory debugging while testingRichard Levitte
2016-11-03test/shlibloadtest: small fixesRichard Levitte
2016-11-03Clang doesn't like -znodelete, make it a linker flag insteadRichard Levitte
2016-11-03test/build.info: typo, $ missingRichard Levitte
2016-11-03conf fuzzer: also check for an empty fileKurt Roeckx
2016-11-03[fuzzers] do not fail fuzzers with empty inputMike Aizatsky
2016-11-02Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windowsMatt Caswell
2016-11-02Link using -znodeleteMatt Caswell
2016-11-02Add a test to dynamically load and unload the librariesMatt Caswell
2016-11-02Ensure that libcrypto and libssl do not unload until the process exitsMatt Caswell
2016-11-02Add a DSO_dsobyaddr() functionMatt Caswell
2016-11-02Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell
2016-11-02Add a CHANGES entry for the unrecognised record type changeMatt Caswell
2016-11-02Add a test for unrecognised record typesMatt Caswell
2016-11-02Fail if an unrecognised record type is receivedMatt Caswell
2016-11-02Test recipes: remove duplicate OpenSSL::Test usageRichard Levitte