openssl.git
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
2015-11-20 Matt CaswellAsync port to windows
2015-11-20 Matt CaswellVarious windows build fixes to prepare for windows...
2015-11-20 Matt CaswellAdd s_server and s_client async support
2015-11-20 Matt CaswellMake libssl async aware
2015-11-20 Matt CaswellAdd the Dummy Async engine (dasync)
2015-11-20 Matt CaswellAdd async sub-library to libcrypto
2015-11-20 Matt CaswellAdd pthread support
2015-11-20 Matt CaswellFix uninitialised variable
2015-11-20 Kurt RoeckxBN_sub: document that r might be the same as a or b
2015-11-20 Pascal CuoqBN_usub: Don't copy when r and a the same
2015-11-20 Dr. Stephen... make update
2015-11-20 Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-20 Dr. Stephen... Use better defaults for TSA.
2015-11-20 Dr. Stephen... Add support for signer_digest option in TS.
2015-11-19 Dr. Stephen... Make GOST ciphersuites require TLSv1
2015-11-18 Andy Polyakovaes/asm/vpaes-ppc.pl: eliminate overhung stores in...
2015-11-18 Andy Polyakove_os.h: bump minimal _WIN32_WINNT.
2015-11-17 Rich SalzRename RSA_eay_xxx to rsa_ossl_xxx
2015-11-17 Richard Levittemake update
2015-11-17 Matt CaswellCheck error return from sysconf in secure memory code
2015-11-17 Matt CaswellAdd comment explaining why we don't check a return...
2015-11-17 Matt CaswellRemove an NULL ptr deref in an error path
2015-11-16 Andy Polyakovbn/asm/ppc64-mont.pl: adapt for little-endian.
2015-11-16 Andy Polyakovcrypto/sec_mem.c: fix anonymous mmap on legacy systems.
2015-11-16 Andy Polyakovbn/asm/s390x.S: improve performance on z196 and z13...
2015-11-16 Andy Polyakovaesni-sha256-x86_64.pl: fix crash on AMD Jaguar.
2015-11-15 Viktor DukhovniExplicit OpenSSL_version_num() implementation prototype
2015-11-14 Dr. Stephen... Document new functions
2015-11-14 Dr. Stephen... Use accessors for X509_print_ex().
2015-11-14 Dr. Stephen... Add new X509 accessors
2015-11-14 Dr. Stephen... Update and clarify ciphers documentation.
2015-11-14 Dr. Stephen... add -psk option to ciphers command
2015-11-14 Dr. Stephen... add -tls1_2,-tls1_1 options to ciphers command
2015-11-14 Dr. Stephen... Add "TLSv1.0" cipher alias.
2015-11-14 Dr. Stephen... Don't alow TLS v1.0 ciphersuites for SSLv3
2015-11-14 Dr. Stephen... Use SSL_TLSV1 only if at least TLS v1.0 is needed.
2015-11-13 Nathan Phillip... RT2667: Add IRC support to -starttls
2015-11-13 Graeme PerrowRT32671: wrong multiple errs TS_check_status_info
2015-11-13 Dr. Stephen... absent identity hint should be NULL
2015-11-11 Andy Polyakovmodes/asm/ghash-armv4.pl: extend Apple fix to all clang...
2015-11-10 Matt CaswellFix SSL_use_certificate_chain_file
2015-11-09 Matt CaswellRemove redundant check from tls1_get_curvelist
2015-11-09 Matt CaswellContinue malloc standardisation in engines
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-11-09 Matt CaswellStandardise our style for checking malloc failures
2015-11-09 Matt CaswellRemove redundant check from SSL_shutdown
2015-11-09 Richard LevitteMake the match for previous cflags a bit more strict
2015-11-08 Dr. Stephen... Replace L suffix with U
next