summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2016-11-02Fix link to LibFuzzerSergey Bronnikov
2016-11-02Add a read_ahead testMatt Caswell
2016-11-02Fix read_aheadMatt Caswell
2016-11-02Secure our notification email.Richard Levitte
2016-11-01Fix grammar-o in CONTRIBUTINGBenjamin Kaduk
2016-11-01HPUX: Add the forgotten $(DSTDIR) when linking DSOsRichard Levitte
2016-10-31Unix Makefile: Some sed implementation truncate long lines. Use perl instead.Richard Levitte
2016-10-31Mark VC templates correctly.Richard Levitte
2016-10-28Implement length checks as a macroMatt Caswell
2016-10-28Ensure we have length checks for all extensionsMatt Caswell
2016-10-28Fix length check writing status request extensionMatt Caswell
2016-10-28Fix a double free in ca command lineMatt Caswell
2016-10-28Add a test for BIO_read() returning 0 in SSL_read() (and also for write)Matt Caswell
2016-10-28A zero return from BIO_read()/BIO_write() could be retryableMatt Caswell
2016-10-26VMS: tell the C compiler to use the ISO C94 standardRichard Levitte
2016-10-26Fix typo (reported by Matthias St. Pierre)Rich Salz
2016-10-25Backdated note in CHANGES about shared library namesRichard Levitte
2016-10-25Add some notes on shared library names on different platformsRichard Levitte
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov