openssl.git
2016-03-09 Kurt RoeckxAdd ssl_get_client_min_max_version() function
2016-03-09 Kurt RoeckxMake SSL_CIPHER_get_version return a const char *
2016-03-09 Kurt RoeckxRemove unused code
2016-03-09 Kurt RoeckxMake function to convert version to string
2016-03-09 Kurt RoeckxConstify security callbacks
2016-03-09 Rob PercivalDocumentation for ctx_set_ctlog_list_file()
2016-03-09 Rob PercivalMinor improvement to formatting of SCT output in s_client
2016-03-09 Rob PercivalDo not display a CT log error message if CT validation...
2016-03-09 Rich SalzRT3676: Expose ECgroup i2d functions
2016-03-09 Richard LevitteComment away the extra checks in Configure
2016-03-09 Richard LevitteMake ct_dir and certs_dir static in test/ct_test.c
2016-03-09 Richard LevitteFix ct_test to not assume it's in the source directory
2016-03-09 Rob PercivalDocument importance of CTLOG_STORE outliving SCT if...
2016-03-09 Rob PercivalMake SCT literals into const variables in ct_test.c
2016-03-09 Rob PercivalMakes STACK_OF(SCT)* parameter of i2d_SCT_LIST const
2016-03-09 Rob PercivalRemoves SCT_LIST_set_source and SCT_LIST_set0_logs
2016-03-09 Rob PercivalMakes SCT_get0_log return const CTLOG*
2016-03-09 Rob PercivalMakes CTLOG_STORE_get0_log_by_id return const CTLOG*
2016-03-09 Rob PercivalImproved documentation of SCT_CTX_* functions
2016-03-09 Rob PercivalUpdates ct_err.c
2016-03-09 Rob PercivalRemove unnecessary call to SCT_set1_extensions(sct...
2016-03-09 Rob PercivalReset SCT validation_status if the SCT is modified
2016-03-09 Rob PercivalUse SCT_VERSION_V1 in place of literal 0 in ct_test.c
2016-03-09 Rob PercivalFixes "usuable" typo in ct_locl.h
2016-03-09 Rob PercivalTreat boolean functions as booleans
2016-03-09 Rob PercivalMake parameters of CTLOG_get* const
2016-03-09 Rob PercivalExtensive application of __owur to CT functions that...
2016-03-09 Rob PercivalMakes SCT_LIST_set_source return the number of successes
2016-03-09 Todd ShortFix locking in ssl_cert_dup()
2016-03-09 Richard LevitteRestore building out of source with the unified build...
2016-03-09 Richard LevitteCT test can't run without EC, so skip it on that algo...
2016-03-09 Richard LevitteFix ct_test to not assume it's in the source directory
2016-03-09 Matt CaswellUpdate CHANGES and NEWS
2016-03-09 Matt CaswellFix classic build
2016-03-09 Richard LevitteIn build.info, an IF within a clause that's skipped...
2016-03-09 Matt CaswellAdd an entry in NEWS about the new threading API
2016-03-09 Matt CaswellUpdate CHANGES for the new threading API
2016-03-09 Matt CaswellRemove the old threading API
2016-03-09 Matt CaswellRemove use of the old CRYPTO_LOCK_X5O9_STORE
2016-03-09 Richard LevitteDon't call ENGINE_cleanup when configured "no-engine"
2016-03-09 Richard LevitteDon't add engines if configured "no-engine"
2016-03-09 Richard LevitteDon't add afalg engine if configured "no-engine"
2016-03-09 Richard LevitteDon't check the conditions to build e_afalg if configur...
2016-03-09 Richard LevitteHave Configure display the value of SHARED_CFLAG
2016-03-09 Richard LevitteMake sure the effect of "pic" / "no-pic" is used with...
2016-03-09 Richard LevitteTouch the correct variables for the system; shlib_wrap...
2016-03-09 Richard LevitteRecognise 32-bit Solaris in util/shlib_wrap.sh
2016-03-09 Richard LevitteCheck gcc version to see if it supports -MM and friends
2016-03-09 Richard LevitteAdd extra include directory for includers of ppc_arch.h
2016-03-09 Richard LevitteAdapt INSTALL and related notes for Windows
2016-03-09 Richard LevitteAdapt appveyor.yml for the new unified build
2016-03-09 Richard LevitteAdapt the Windows makefile template to source generation
2016-03-09 Richard LevitteDon't run the TLSProxy based tests in native Windows
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
next