]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2016-11-02  Matt CaswellUpdate Configure to know about tls1_3
2016-11-02  Matt CaswellUse ciphersuite id when matching if we've got one
2016-11-02  Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-11-02  Emilia KasperTEST_check macro: don't end with semi
2016-11-02  Richard LevitteSecure our notification email.
2016-11-01  Todd ShortAdd SSL_CTX_set1_cert_store()
2016-11-01  Mike Aizatsky[fuzzers] do not fail fuzzers with empty input
2016-11-01  Benjamin KadukFix grammar-o in CONTRIBUTING
2016-11-01  Rich SalzRevert "Disable MDC2 by default."
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  Andy Polyakovsha/keccak1600.c: add couple of soft asserts.
2016-10-31  Rich SalzDisable MDC2 by default.
2016-10-31  Richard LevitteMark VC templates correctly.
2016-10-28  Benjamin KadukTry to unify BIO read/write parameter names
2016-10-28  Benjamin KadukWordsmith INSTALL
2016-10-28  Matt CaswellFix stdio build following BIO size_t work
2016-10-28  Matt CaswellFix more shadowed variable warnings
2016-10-28  Matt CaswellFix some feedback issues for BIO size_t-ify
2016-10-28  Matt CaswellAdd some sanity checks for BIO_read* and BIO_gets
2016-10-28  Matt CaswellMore parameter naming of BIO_read*/BIO_write* related...
2016-10-28  Matt CaswellTweaks based on review feedback of BIO size_t work
2016-10-28  Matt CaswellEnsure that BIO_read_ex() and BIO_write_ex() only retur...
2016-10-28  Matt CaswellRead up to INT_MAX when calling legacy BIO_read() imple...
2016-10-28  Matt CaswellFix a shadowed variable declaration warning
2016-10-28  Matt CaswellFix some bogus uninit variable warnings
2016-10-28  Matt CaswellDocument the new BIO functions introduced as part of...
2016-10-28  Matt CaswellEnsure all BIO functions call the new style callback
2016-10-28  Matt CaswellCreate BIO_write_ex() which handles size_t arguments
2016-10-28  Matt CaswellCreate BIO_read_ex() which handles size_t arguments
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  Matt CaswellProvide a cross-platform format specifier (OSSLzu)...
2016-10-26  Rich SalzMove manpages to man[1357] structure.
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 Polyakovppccap.c: engage new multipplication and squaring subro...
2016-10-24  Andy Polyakovbn/asm/ppc-mont.pl: add optimized multiplication and...
2016-10-24  Andy Polyakovbn/asm/ppc-mont.pl: prepare for extension.
2016-10-24  Andy Polyakovsha/asm/sha512-armv8.pl: adapt for kernel use.
2016-10-24  Rich SalzAdd NPN to an SSL3 build
2016-10-24  Andy Polyakovx86_64 assembly pack: add Goldmont performance results.
2016-10-24  Andy Polyakovsha/keccak1600.c: add known answer and verify result...
2016-10-24  Andy Polyakovcrypto/sha: add Keccak1600 primitives to build SHA...
2016-10-22  Kurt RoeckxAdd a github pull request template
2016-10-22  jrmarinoFix support for DragonFly BSD
2016-10-21  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-19  Richard Levitteapps: remove some #ifndef clutter
2016-10-19  Richard Levitteapps: instead of varying implementation, make setup_eng...
2016-10-19  Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-19  Richard LevitteOpenSSL::Test - small fixup
2016-10-19  Richard LevitteOpenSSL::Test cleanup - no forward declarations needed
2016-10-19  Richard Levitteappveyor: make tests verbose
2016-10-19  Richard LevitteAdd documentation of internal OpenSSL::Test functions
2016-10-19  Richard LevitteMake OpenSSL::Test a bit more flexible
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  Richard LevitteFix config option 'no-deprecated'
2016-10-19  Andrea GrandiAdd missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_md
2016-10-18  FdaSilvaYYFix not-c code
2016-10-18  Patrick SteuerFix strict-warnings build
2016-10-18  Patrick SteuerFix strict-warnings build
2016-10-18  Patrick SteuerFix strict-warnings build
2016-10-17  David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2016-10-17  David WoodhouseFix encrypt-then-mac implementation for DTLS
2016-10-17  Valentin VidicAdd Postgres support to -starttls
2016-10-17  Dr. Stephen... Fix embedded string handling.
2016-10-17  chouryfix invalid use of incomplete type X509_STORE_CTX
2016-10-17  Matt CaswellAllow older versions in the *.num files
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
2016-10-15  Matt CaswellUse clang++ for C++ for the linux-x86_64-clang target
2016-10-14  Tomas MrazEngine afalg: properly set operation type also on big...
2016-10-14  FdaSilvaYYFix style issue
2016-10-14  FdaSilvaYYConstify command options
2016-10-14  Richard LevitteFix C++ support: set $target{cxx} correctly
2016-10-14  Xiaoyin LiuFix typo
2016-10-13  Vitezslav CizekConfigure: remove superfluous 0x
2016-10-13  Dr. Stephen... Add memory leak detection to d2i_test
2016-10-13  FdaSilvaYYFix copy-paste test labels
2016-10-13  Richard LevitteRemove automatic RPATH - Add a CHANGES entry
2016-10-13  Richard LevitteRemove automatic RPATH - adapt shlib_wrap.sh
2016-10-13  Richard LevitteRemove automatic RPATH - add user rpath support
2016-10-13  Richard LevitteRemove automatic RPATH
2016-10-12  Rich SalzRT is put out to pasture
2016-10-12  Richard LevitteAdd C++ settings in the Linux config targets
2016-10-12  Richard LevitteAdd support for C++ in Configurations/unix-Makefile...
2016-10-12  Richard LevitteAdd support for C++ in Configure
2016-10-11  Dr. Stephen... Fix X509_NAME decode for malloc failures.
2016-10-11  Andy Polyakovdoc/crypto/OPENSSL_ia32cap.pod: update assembler requir...
2016-10-11  Andy Polyakov.travis.yml: minor optimizations:
2016-10-11  Andy Polyakov.travis.yml: install wine on demand.
2016-10-10  David BenjaminFix up bn_prime.pl formatting.
next