]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-11-15  Richard LevitteStop init loops
2016-11-14  Andy PolyakovConfigurations/10-main.conf: document GCC for Solaris...
2016-11-14  Sebastian Andrzej... dsa/dsa_gen: add error message for seed_len < 0
2016-11-14  Matt CaswellRevert "Fixed deadlock in CRYPTO_THREAD_run_once for...
2016-11-13  DKFixed deadlock in CRYPTO_THREAD_run_once for Windows
2016-11-13  Matthias KraftSolution proposal for issue #1647.
2016-11-13  EasySecUpdate s_client and s_server documentation about some...
2016-11-13  EasySecReplace the 'SSL' broken link with SSL_CTX_set_security...
2016-11-12  enkoreEVP docs: chacha20, chacha20-poly1305
2016-11-12  Kurt RoeckxCast to an unsigned type before negating
2016-11-11  Andy Polyakovchacha/asm/chacha-x86.pl: improve [backward] portability.
2016-11-11  Andy PolyakovPPC assembler pack: add some PPC970/G5 performance...
2016-11-11  Richard LevitteFix the effect of no-dso in crypto/init.c
2016-11-10  Richard LevitteSmall fixup of util/process_docs.pl
2016-11-10  Matt CaswellPrepare for 1.1.0d-dev
2016-11-10  Matt CaswellPrepare for 1.1.0c release OpenSSL_1_1_0c
2016-11-10  Matt CaswellUpdate CHANGES and NEWS
2016-11-10  Matt CaswellFix the no-tls option
2016-11-10  Richard LevitteFix no-cms (CVE-2016-7053)
2016-11-10  Andy Polyakovtest/evptests.txt: add negative tests for AEAD ciphers.
2016-11-10  Andy Polyakovtest: add TLS application data corruption test.
2016-11-10  Dr. Stephen... add test for CVE-2016-7053
2016-11-10  Dr. Stephen... Don't set choice selector on parse failure.
2016-11-10  Richard Levittechacha20/poly1305: make sure to clear the buffer at...
2016-11-10  Andy Polyakovaes/asm/aesp8-ppc.pl: improve [backward] portability.
2016-11-10  Andy Polyakovbn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low sever...
2016-11-10  Andy Polyakovtest/bntest.c: regression test for CVE-2016-7055.
2016-11-10  Richard LevitteFix the evp_test Ctrl keyword processing
2016-11-10  Richard LevitteFix no-dso (shlibloadtest)
2016-11-09  EasySecWhen no SRP identity is found, no error was reported...
2016-11-09  Richard LevitteUnix Makefile: Make sure to use $(PERL) when running...
2016-11-08  FdaSilvaYYMissing BN_RECP_CTX field init.
2016-11-08  Rich SalzZero stack variable with DSA nonce
2016-11-08  Richard LevitteINSTALL: small typo
2016-11-07  FdaSilvaYYAllow null in X509_CRL_METHOD_free
2016-11-07  Andrea GrandiImprove PRF documentation
2016-11-07  David BenjaminImprove RSA test coverage.
2016-11-07  David BenjaminMake RSA_sign.pod less confusing.
2016-11-07  David BenjaminImplement RSASSA-PKCS1-v1_5 as specified.
2016-11-07  Matt CaswellPartial revert of "Fix client verify mode to check...
2016-11-07  Matt CaswellAlways ensure that init_msg is initialised for a CCS
2016-11-06  Richard LevitteWindows: use default ZLIB1 unless --with-zlib-lib is set
2016-11-06  Richard LevitteFix the LIBZ macro on VC config targets
2016-11-06  Richard LevitteVMS: pretend to use -znodelete
2016-11-04  Richard LevitteVMS build file template: assign 'arch' to local symbol...
2016-11-04  Rich SalzMissed a mention of RT
2016-11-04  Richard LevitteTravis: add a strict build
2016-11-03  Richard LevitteDon't assume to know the shared library extension
2016-11-03  Rich SalzUpdate CRYPTO_set_mem_debug() doc
2016-11-03  Richard LevitteEnable memory debugging while testing
2016-11-03  Richard Levittetest/shlibloadtest: small fixes
2016-11-03  Richard LevitteClang doesn't like -znodelete, make it a linker flag...
2016-11-03  Richard Levittetest/build.info: typo, $ missing
2016-11-03  Kurt Roeckxconf fuzzer: also check for an empty file
2016-11-03  Mike Aizatsky[fuzzers] do not fail fuzzers with empty input
2016-11-02  Matt CaswellImplement GET_MODULE_HANDLE_EX_FLAG_PIN for windows
2016-11-02  Matt CaswellLink using -znodelete
2016-11-02  Matt CaswellAdd a test to dynamically load and unload the libraries
2016-11-02  Matt CaswellEnsure that libcrypto and libssl do not unload until...
2016-11-02  Matt CaswellAdd a DSO_dsobyaddr() function
2016-11-02  Matt CaswellPartial revert of 3d8b2ec42 to add back DSO_pathbyaddr
2016-11-02  Matt CaswellAdd a CHANGES entry for the unrecognised record type...
2016-11-02  Matt CaswellAdd a test for unrecognised record types
2016-11-02  Matt CaswellFail if an unrecognised record type is received
2016-11-02  Richard LevitteTest recipes: remove duplicate OpenSSL::Test usage
2016-11-02  Sergey BronnikovFix link to LibFuzzer
2016-11-02  Matt CaswellAdd a read_ahead test
2016-11-02  Matt CaswellFix read_ahead
2016-11-02  Richard LevitteSecure our notification email.
2016-11-01  Benjamin KadukFix grammar-o in CONTRIBUTING
2016-10-31  Richard LevitteHPUX: Add the forgotten $(DSTDIR) when linking DSOs
2016-10-31  Richard LevitteUnix Makefile: Some sed implementation truncate long...
2016-10-31  Richard LevitteMark VC templates correctly.
2016-10-28  Matt CaswellImplement length checks as a macro
2016-10-28  Matt CaswellEnsure we have length checks for all extensions
2016-10-28  Matt CaswellFix length check writing status request extension
2016-10-28  Matt CaswellFix a double free in ca command line
2016-10-28  Matt CaswellAdd a test for BIO_read() returning 0 in SSL_read(...
2016-10-28  Matt CaswellA zero return from BIO_read()/BIO_write() could be...
2016-10-26  Richard LevitteVMS: tell the C compiler to use the ISO C94 standard
2016-10-26  Rich SalzFix typo (reported by Matthias St. Pierre)
2016-10-25  Richard LevitteBackdated note in CHANGES about shared library names
2016-10-25  Richard LevitteAdd some notes on shared library names on different...
2016-10-24  Andy Polyakovx86_64 assembly pack: add Goldmont performance results.
2016-10-22  Richard LevitteEfence is antiquated, remove all traces of using it
2016-10-21  Richard LevitteCorrect installation test in appveyor
2016-10-21  Claus AssmannFix grammar error in SSL_CTX_set_min_proto_version
2016-10-21  Rich SalzGH1546: Fix old names in cryptodev code.
2016-10-20  David WoodhouseDisable encrypt_then_mac negotiation for DTLS.
2016-10-20  Richard Levitteapps: remove some #ifndef clutter
2016-10-20  Richard Levitteapps: instead of varying implementation, make setup_eng...
2016-10-20  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-19  Andrea GrandiFix broken link to ASYNC_get_wait_ctx and rewrap the...
2016-10-19  MatDo not set load_crypto_strings_inited when OPENSSL_NO_E...
2016-10-19  FdaSilvaYYAdd error checking, small nit on ouput
2016-10-19  Andrea GrandiAdd missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_md
2016-10-17  Dr. Stephen... Fix embedded string handling.
2016-10-17  chouryfix invalid use of incomplete type X509_STORE_CTX
2016-10-15  Steven FacklerFix signatures of EVP_Digest{Sign,Verify}Update
2016-10-15  Matt CaswellEnsure we handle len == 0 in ERR_err_string_n
next