summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 1.1.0c releaseOpenSSL_1_1_0cMatt Caswell2016-11-104-6/+6
* Update CHANGES and NEWSMatt Caswell2016-11-102-1/+49
* Fix the no-tls optionMatt Caswell2016-11-102-1/+5
* Fix no-cms (CVE-2016-7053)Richard Levitte2016-11-102-6/+15
* test/evptests.txt: add negative tests for AEAD ciphers.Andy Polyakov2016-11-102-1/+60
* test: add TLS application data corruption test.Andy Polyakov2016-11-104-1/+307
* add test for CVE-2016-7053Dr. Stephen Henson2016-11-103-2/+12
* Don't set choice selector on parse failure.Dr. Stephen Henson2016-11-101-7/+7
* chacha20/poly1305: make sure to clear the buffer at correct positionRichard Levitte2016-11-101-1/+1
* aes/asm/aesp8-ppc.pl: improve [backward] portability.Andy Polyakov2016-11-101-1/+1
* bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov2016-11-101-3/+2
* test/bntest.c: regression test for CVE-2016-7055.Andy Polyakov2016-11-101-0/+26
* Fix the evp_test Ctrl keyword processingRichard Levitte2016-11-101-4/+12
* Fix no-dso (shlibloadtest)Richard Levitte2016-11-101-4/+3
* When no SRP identity is found, no error was reported server sideEasySec2016-11-091-0/+3
* Unix Makefile: Make sure to use $(PERL) when running ./ConfigureRichard Levitte2016-11-091-2/+2
* Missing BN_RECP_CTX field init.FdaSilvaYY2016-11-081-3/+3
* Zero stack variable with DSA nonceRich Salz2016-11-081-0/+1
* INSTALL: small typoRichard Levitte2016-11-081-1/+1
* Allow null in X509_CRL_METHOD_freeFdaSilvaYY2016-11-072-3/+1
* Improve PRF documentationAndrea Grandi2016-11-071-2/+2
* Improve RSA test coverage.David Benjamin2016-11-071-0/+136
* Make RSA_sign.pod less confusing.David Benjamin2016-11-071-3/+3
* Implement RSASSA-PKCS1-v1_5 as specified.David Benjamin2016-11-074-152/+177
* Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"Matt Caswell2016-11-072-1/+22
* Always ensure that init_msg is initialised for a CCSMatt Caswell2016-11-071-0/+1
* Windows: use default ZLIB1 unless --with-zlib-lib is setRichard Levitte2016-11-061-2/+3
* Fix the LIBZ macro on VC config targetsRichard Levitte2016-11-061-1/+3
* VMS: pretend to use -znodeleteRichard Levitte2016-11-061-0/+1
* VMS build file template: assign 'arch' to local symbol tableRichard Levitte2016-11-041-1/+1
* Missed a mention of RTRich Salz2016-11-041-11/+8
* Travis: add a strict buildRichard Levitte2016-11-041-0/+3
* Don't assume to know the shared library extensionRichard Levitte2016-11-042-25/+11
* Update CRYPTO_set_mem_debug() docRich Salz2016-11-031-2/+4
* Enable memory debugging while testingRichard Levitte2016-11-033-0/+4
* test/shlibloadtest: small fixesRichard Levitte2016-11-031-6/+8
* Clang doesn't like -znodelete, make it a linker flag insteadRichard Levitte2016-11-031-1/+1
* test/build.info: typo, $ missingRichard Levitte2016-11-031-1/+1
* conf fuzzer: also check for an empty fileKurt Roeckx2016-11-031-2/+7
* [fuzzers] do not fail fuzzers with empty inputMike Aizatsky2016-11-032-4/+14
* Implement GET_MODULE_HANDLE_EX_FLAG_PIN for windowsMatt Caswell2016-11-021-8/+43
* Link using -znodeleteMatt Caswell2016-11-022-13/+18
* Add a test to dynamically load and unload the librariesMatt Caswell2016-11-023-0/+286
* Ensure that libcrypto and libssl do not unload until the process exitsMatt Caswell2016-11-021-0/+31
* Add a DSO_dsobyaddr() functionMatt Caswell2016-11-023-3/+31
* Partial revert of 3d8b2ec42 to add back DSO_pathbyaddrMatt Caswell2016-11-029-1/+102
* Add a CHANGES entry for the unrecognised record type changeMatt Caswell2016-11-021-1/+5
* Add a test for unrecognised record typesMatt Caswell2016-11-022-3/+51
* Fail if an unrecognised record type is receivedMatt Caswell2016-11-021-7/+5
* Test recipes: remove duplicate OpenSSL::Test usageRichard Levitte2016-11-023-3/+0