openssl.git
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
2016-10-14 Tomas MrazEngine afalg: properly set operation type also on big...
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 Ben LaurieRemove blank line.
2016-10-13 Ben LaurieFix no-ocsp.
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-11 Dr. Stephen... Fix X509_NAME decode for malloc failures.
2016-10-02 Ben LaurieRemove untrue comment.
2016-10-02 Ben LaurieMake dependencies if Makefile is new.
2016-10-02 Ben LaurieDon't use des when disabled.
2016-10-01 Dr. Stephen... fix memory leak
2016-10-01 Dr. Stephen... SRP code tidy.
2016-10-01 Dr. Stephen... Add SRP test vectors from RFC5054
2016-09-29 Matt CaswellFix missing NULL checks in NewSessionTicket construction
2016-09-29 David WoodhouseRestore '-keyform engine' support for s_client
2016-09-29 Matt CaswellFix an Uninit read in DTLS
2016-09-29 Matt CaswellFix no-dtls
2016-09-28 Richard Levitteapps/apps.c: initialize and de-initialize engine around...
2016-09-28 Matt CaswellAdd DTLS renegotiation tests
2016-09-28 Matt CaswellExtend the renegotiation tests
2016-09-28 Matt CaswellUpdate README.ssltest.md
2016-09-28 Matt CaswellAdd support for testing renegotiation
2016-09-27 David BenjaminAdd a basic test for BN_bn2dec.
2016-09-26 David BenjaminAdd missing parameter.
2016-09-26 David BenjaminSwitch back to assuming TLS 1.2.
2016-09-26 David BenjaminAddress review comments.
2016-09-26 David BenjaminDon't test quite so many of them.
2016-09-26 David BenjaminTest CBC mode padding.
2016-09-26 Matt CaswellFix some mem leaks in sslapitest
2016-09-26 Matt CaswellPrepare for 1.1.0c-dev
2016-09-26 Matt CaswellPrepare for 1.1.0b release OpenSSL_1_1_0b
2016-09-26 Matt CaswellUpdates CHANGES and NEWS for new release
2016-09-26 Robert SwieckiAdd to fuzz corpora for CVE-2016-6309
2016-09-26 Matt CaswellFix Use After Free for large message sizes
2016-09-26 Matt CaswellAdd a test for large messages
2016-09-22 Matt CaswellPrepare for 1.1.0b-dev
2016-09-22 Matt CaswellPrepare for 1.1.0a release OpenSSL_1_1_0a
2016-09-22 Matt CaswellUpdates CHANGES and NEWS for new release
2016-09-22 Dmitry BelyavskyAvoid KCI attack for GOST
2016-09-22 Matt CaswellFix a hang with SSL_peek()
2016-09-22 Matt CaswellFix a mem leak in NPN handling
2016-09-22 Matt CaswellAdd some more OCSP testing
2016-09-22 Matt CaswellAdd OCSP_RESPID_match()
2016-09-22 Matt CaswellAdd the ability to set OCSP_RESPID fields
2016-09-22 Matt CaswellFix OCSP Status Request extension unbounded memory...
2016-09-22 Richard LevitteFix error message typo, wrong function code
2016-09-22 Richard Levittetest/x509aux.c: Fix argv loop
2016-09-21 Andy PolyakovCHANGES: mention removal of solaris-x86-cc.
2016-09-21 Matt CaswellExcessive allocation of memory in dtls1_preprocess_frag...
2016-09-21 Matt CaswellExcessive allocation of memory in tls_get_message_header()
2016-09-21 Andy PolyakovConfigure: clarify and refine -static.
2016-09-21 Matt CaswellDon't leak on an OPENSSL_realloc() failure
next