openssl.git
2016-03-09 Richard LevitteUnified - name native Windows shared libraries like...
2016-03-09 Richard LevitteUnified - extract settings from util/pl/VC-32.pl and...
2016-03-09 Richard LevitteUnified - a native Windows makefile template
2016-03-09 Andy Polyakovec/asm/ecp_nistz256-sparcv9.pl: get corner logic right.
2016-03-09 Richard LevitteAdapt mk1mf.pl and companions to changed perlasm script...
2016-03-09 Richard LevitteUnified - adapt the generation of whirlpool assembler...
2016-03-09 Richard LevitteUnified - adapt the generation of sha assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of rc4 assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of rc5 assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of ripemd assembler...
2016-03-09 Richard LevitteUnified - adapt the generation of md5 assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of modes assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of poly1305 assembler...
2016-03-09 Richard LevitteUnified - adapt the generation of des assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of ec assembler to use...
2016-03-09 Richard LevitteUnified - adapt the generation of camellia assembler...
2016-03-09 Richard LevitteUnified - adapt the generation of cast assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of chacha assembler...
2016-03-09 Richard LevitteBecause crypto/build.info demands CFLAGS_Q, descrip...
2016-03-09 Richard LevitteUnified - adapt the generation of cpuid, uplink and...
2016-03-09 Richard LevitteUnified - adapt the generation of aes assembler to...
2016-03-09 Richard LevitteUnified - adapt the generation of blowfish assembler...
2016-03-09 Richard LevitteConvert the dynlocks in e_chil to the new Thread API...
2016-03-09 Matt CaswellRemove another lock from e_chil
2016-03-09 Matt CaswellAlways call ENGINE_cleanup() in de-init
2016-03-09 Matt CaswellMove chil engine to the new thread api
2016-03-09 Matt CaswellMove engine library over to using the new thread API
2016-03-09 Richard Levitteerr_lcl.h is gone, don't pretend it's there
2016-03-09 Richard LevitteAdd missing semi
2016-03-09 Richard LevitteCounter mixed signedness with a cast
2016-03-09 Andrea GrandiFix names of the #define used for platform specific...
2016-03-09 Andrea GrandiAdd empty line after local variables
2016-03-09 Andrea GrandiFix error with wait set of fds for the select()
2016-03-09 Alessandro... Use correct function ID in error path
2016-03-09 Alessandro... Move variable declaration to the start of the function
2016-03-09 Matt CaswellEnsure CRYPTO_mem_leaks is the last thing we do
2016-03-09 Matt CaswellFix memory leak in ssltest
2016-03-09 Matt CaswellConvert rand code to new threading API
2016-03-09 Richard LevitteAdapt unix Makefile template to 'no-makedepend'
2016-03-09 Richard LevitteAdapt descrip.mms.tmpl to 'no-makedepend'
2016-03-09 Richard LevitteAdd the configure option 'no-makedepend'
2016-03-09 Todd ShortFix SSL_CIPHER_get_auth_nid return
2016-03-09 Richard LevitteFix a typo in dynamic_load()
2016-03-08 Alessandro... Convert RSA blinding to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08 Richard LevitteRemove the transfer of lock hooks from bind_engine
2016-03-08 Richard LevitteEngine API repair - memory management hooks
2016-03-08 Richard LevitteRedo the Unix source code generator
2016-03-08 Matt CaswellFix error in ssltest
2016-03-08 Richard LevitteAdapt e_capi to the DSA_SIG_get0() API
2016-03-08 Matt CaswellConvert mem_dbg and mem_sec to the new Thread API
2016-03-08 Rich SalzOpenSSLDie --> OPENSSL_die
2016-03-08 Richard LevitteRemove the -n tar flag from osx dist creation
2016-03-08 Rich SalzRemove some old ms/* files
2016-03-08 Richard LevitteInclude e_os.h from ec_lcl.h
2016-03-08 FdaSilvaYYFix cert leaks in s_server
2016-03-08 Dmitry-MeReuse strndup(), simplify code
2016-03-08 Dr. Stephen... make update
2016-03-08 Dr. Stephen... Make DSA_SIG opaque.
2016-03-08 Richard LevitteFix travis builds
2016-03-08 Alessandro... make update
2016-03-08 Alessandro... Convert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_UI to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_BIO to new multi-threading API
2016-03-08 Richard LevitteOnly enable ccache if it's available
2016-03-08 Richard LevitteUse ccache for the unified builds
2016-03-08 Richard LevitteFor unified builds, make a separate build directory...
2016-03-08 Andy PolyakovSPARCv9 assembly pack: unify build rules and argument...
2016-03-08 Rich SalzFix build; ssltest
2016-03-08 Richard LevitteTweak some more information in INSTALL
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-08 Matt CaswellAdd an SSL_has_pending() function
2016-03-08 Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-08 Todd ShortAdd cipher query functions
2016-03-08 Alessandro... Convert ERR_STRING_DATA to new multi-threading API
2016-03-08 Alessandro... Convert ERR_STATE to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_EX_DATA to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_DSO to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-03-08 Alessandro... Convert CRYPTO_LOCK_GET*BYNAME to new multi-threading API
2016-03-08 Benjamin KadukGH815: The ChaCha20/Poly1305 codepoints are official
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-08 Richard LevitteMake mk1mf recognise the --classic flag
2016-03-08 Richard LevitteFix configurations such as 'dist' and tar building
2016-03-08 Richard LevitteWe've switch to unified build scheme by default, reflec...
2016-03-08 Richard LevitteFix engine/asm/e_padlock-x86.pl for newer semantics
2016-03-08 Richard LevitteChange the INSTALL documentation for unified builds
2016-03-08 Richard LevitteMake unified builds the default on Unix
2016-03-08 Richard LevitteAdd the Configure option --classic, to fall back on...
2016-03-08 Richard LevitteRevert "unified build scheme: Try to nudge users to...
2016-03-08 Matt CaswellFix building without multiblock support
2016-03-07 Viktor DukhovniDon't free NCONF obtained values
2016-03-07 Dr. Stephen... Remove kinv/r fields from DSA structure.
2016-03-07 MatGH812: Fix for no-ui build on Windows
2016-03-07 Kurt RoeckxAppVeyor: Only use the latest VS version
2016-03-07 Matt CaswellRename the numpipes argument to ssl3_enc/tls1_enc
2016-03-07 Matt CaswellRename a function
2016-03-07 Matt CaswellRefactor dasync cipher implementations to improve code...
next