]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2015-12-01  Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-30  Rich SalzRemove BN_init
2015-11-30  Dr. Stephen... Remove GOST special case: handled automatically now.
2015-11-30  Dr. Stephen... Use digest indices for signature algorithms.
2015-11-30  Dr. Stephen... For TLS < 1.2 use default digest for client certificate
2015-11-30  Dr. Stephen... Use digest tables for defaults.
2015-11-28  Viktor DukhovniCorrect aes-128-cbc cipher name
2015-11-27  Dr. Stephen... fix function code discrepancy
2015-11-27  Dr. Stephen... PRF and handshake hash revision.
2015-11-27  Matt CaswellUpdates to GOST2012
2015-11-26  Dr. Stephen... Remove X509_VERIFY_PARAM_ID
2015-11-26  Matt CaswellFix a NULL deref in an error path
2015-11-26  Matt CaswellAdd documentation for BN_with_flags
2015-11-26  Matt CaswellTighten up BN_with_flags usage and avoid a reachable...
2015-11-25  Dr. Stephen... Remove unused cert_verify_mac code
2015-11-24  Andy PolyakovConfiguratons: add -DFILIO_H to harmonized Solaris...
2015-11-24  Alessandro... Remove useless locking code
2015-11-24  Finn HakanssonFix typo: _REENTERANT -> _REENTRANT
2015-11-24  Marcus Meissnermark openssl configuration as loaded at end of OPENSSL_...
2015-11-24  Quanah Gibson... Fix grammar errors
2015-11-24  Pascal Cuoqssl3_free(): Return if it wasn't created
2015-11-24  Dr. Stephen... Add ctrl for SHA1 and SSLv3
2015-11-24  Dr. Stephen... make update
2015-11-24  Dr. Stephen... Use EVP_md5_sha1() to process client verify
2015-11-24  Dr. Stephen... Use EVP_md5_sha1() to generate client verify
2015-11-24  Dr. Stephen... Add EVP_MD_CTX_ctrl function.
2015-11-24  Dr. Stephen... Add ssl3 ctrl to EVP_md5_sha1().
2015-11-24  Dr. Stephen... Remove RSA exception when generating server key exchange.
2015-11-24  Dr. Stephen... Remove RSA exception when processing server key exchange.
2015-11-24  Dr. Stephen... Use MD5+SHA1 for default digest if appropriate.
2015-11-24  Dr. Stephen... Add MD5+SHA1
2015-11-24  Dr. Stephen... Fix uninitialised p error.
2015-11-24  Dr. Stephen... Limit depth of ASN1 parse printing.
2015-11-24  Richard LevitteDrop the old perl start magic and replace it with a...
2015-11-24  Jacob Bandes... Add perl modeline to Configure scripts
2015-11-23  Rich Salz"make update" after async merge.
2015-11-23  Rich SalzFix a few missed "if (!ptr)" cleanups
2015-11-23  Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-23  Andy Polyakovx86_64 assembly pack: tune clang version detection.
2015-11-23  Andy PolyakovMakefile.org: add LC_ALL=C to unify error [and other...
2015-11-23  Andy Polyakove_os.h: __sun done right.
2015-11-22  Matt CaswellFix a rebase error
2015-11-22  Viktor DukhovniAsync error handling and MacOS/X fixes
2015-11-22  Kurt RoeckxUse defined(__sun) instead of defined(sun)
2015-11-22  Kurt RoeckxUpdate dasync to use size_t for the sha1 update
2015-11-21  Alessandro... Add initial AppVeyor configuration
2015-11-21  Rich SalzTurn B<...()> into ...()
2015-11-21  Michal BozonFix "primarility" typo
2015-11-21  Finn HakanssonMinor correction to comment.
2015-11-21  Andy PolyakovFix STRICT_ALIGNMENT for whrlpool
2015-11-21  Alessandro... Declare cleanse_ctr variable as extern
2015-11-21  Alessandro... Add no-asm builds to Travis
2015-11-21  Alessandro... Fix (minor) problems found by ubsan
2015-11-21  Alessandro... Add Travis builds with undefined behavior sanitizer
2015-11-21  Dr. Stephen... add -pthread to debug-steve*
2015-11-21  Viktor DukhovniGood hygiene with size_t output argument.
2015-11-20  Matt CaswellImplement windows async thread local variable support
2015-11-20  Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20  Matt CaswellSimplify async pool handling
2015-11-20  Matt CaswellSwap to using proper windows pipes
2015-11-20  Matt CaswellFix some style issues
2015-11-20  Matt CaswellFix async deadlock problem
2015-11-20  Matt CaswellAdd ASYNC_block_pause and ASYNC_unblock_pause
2015-11-20  Matt CaswellRemove ASYNC NOEXIST functions from libeay.num
2015-11-20  Matt CaswellFurther OS-X deprecated warnings tweak
2015-11-20  Matt CaswellFix bug in async_fibre_makecontext for POSIX
2015-11-20  Matt CaswellRename start_async_job to ssl_start_async_job
2015-11-20  Matt CaswellRename some daysnc functions for consistency
2015-11-20  Matt CaswellAdd clarification to docs on ASYNC_free_pool()
2015-11-20  Matt CaswellFix compilation error on OS-X
2015-11-20  Matt CaswellFix clang errors
2015-11-20  Matt CaswellSwap to using _longjmp/_setjmp instead of longjmp/setjmp
2015-11-20  Matt CaswellFix Linux crash
2015-11-20  Matt CaswellTweak async documentation based on feedback
2015-11-20  Matt CaswellClean up libssl async calls
2015-11-20  Matt Caswellmake update
2015-11-20  Matt CaswellAdd ASYNC error codes
2015-11-20  Matt CaswellUpdate CHANGES
2015-11-20  Matt CaswellAdd s_client support for waiting for async
2015-11-20  Matt CaswellFix the error code for SSL_get_async_wait_fd()
2015-11-20  Matt CaswellMore async documentation
2015-11-20  Matt CaswellNormalise ASYNC naming
2015-11-20  Matt CaswellFix windows compilation warnings
2015-11-20  Matt CaswellOptimise ASYNC_CTX handling
2015-11-20  Matt CaswellFix ASYNC null implementation
2015-11-20  Matt CaswellAdd ASYNC tests
2015-11-20  Matt CaswellRemove ASYNC_in_job()
2015-11-20  Matt CaswellDocument async capabilities
2015-11-20  Matt Caswellmake update
2015-11-20  Matt CaswellImplement windows async pool and notify support
2015-11-20  Matt CaswellFix pools for s_client
2015-11-20  Matt CaswellFix s_server bug
2015-11-20  Matt CaswellImplement local thread pools
2015-11-20  Matt CaswellInitial Async notify code changes
2015-11-20  Matt CaswellAdd ASYNC_JOB pools
2015-11-20  Matt CaswellUse longjmp at setjmp where possible
2015-11-20  Matt CaswellFix s_server -WWW with -async
2015-11-20  Matt CaswellAsync clean ups
2015-11-20  Matt CaswellIncrease stack size
2015-11-20  Matt CaswellAdd null async implementation
next