Disallow --classic for Windows
[openssl.git] / crypto /
2016-03-17 Rich SalzRemove ultrix/mips support.
2016-03-17 Dr. Stephen HensonUse correct C format for keysets.pl
2016-03-16 Ben LaurieDeal with DSA_SIG opaqueness.
2016-03-16 Matt CaswellSome platforms provide getcontext() but it does not...
2016-03-15 Andy Polyakovpoly1305/asm/poly1305-x86_64.pl: make it work with...
2016-03-15 Emilia KasperOn Windows, page walking is known as __chkstk.
2016-03-15 Emilia KasperExplain *cough*-dows
2016-03-15 Emilia KasperFix CRYPTO_THREAD_run_once return value checks
2016-03-15 Richard LevitteSmall typo
2016-03-14 Andy Polyakovs390x assembly pack: 32-bit fixups.
2016-03-14 Andy Polyakovbuild.info/Makefile.in: Itanium fixups.
2016-03-14 Matt CaswellFix the init cleanup order
2016-03-14 Matt CaswellAdd some missing cleanup calls to de-init
2016-03-13 Richard LevitteChange an function macro for ERR match the function...
2016-03-13 Richard LevitteComplete incomplete makefile variable referenses
2016-03-12 Richard LevitteAdd $(LIB_CFLAGS) for any build.info generator that...
2016-03-12 Emilia KasperFix memory leak in library deinit
2016-03-12 Emilia KasperFix no-comp build
2016-03-11 Matt CaswellRemove some dead code from 1999
2016-03-11 Matt CaswellDon't clobber the last error
2016-03-11 Dr. Stephen HensonMake X509_SIG opaque.
2016-03-11 Kurt RoeckxUse unsigned int instead of just unsigned.
2016-03-11 Kurt RoeckxSave leaf_node and node_offset as character array
2016-03-11 Kurt RoeckxReview comments
2016-03-11 Bill CoxAdd blake2 support.
2016-03-11 Dr. Stephen Hensonmove DSA_SIG definition into C source file
2016-03-11 Andy Polyakovcrypto/*/build.info: make it work on ARM platforms.
2016-03-11 Andy Polyakovcrypto/*/build.info: SPARC-specific fixups.
2016-03-11 Rob Percivalconstify CT_POLICY_EVAL_CTX getters
2016-03-11 Matt CaswellCall CONF_modules_free() before ENGINE_cleanup() in...
2016-03-10 Richard LevitteFix some assembler generating scripts for better unific...
2016-03-10 Richard LevitteAdd include directory options for assembler files that...
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Rob Percivalcheck reviewer --reviewer=emilia
2016-03-10 Richard LevitteAdd include directory options for assembler files that...
2016-03-10 Richard LevitteThe typedef ECPARAMETERS is already defined, don't...
2016-03-10 Matt CaswellRemove a missed item from the old thread API
2016-03-10 Matt CaswellMark SRP_VBASE_get_by_user() as deprecated
2016-03-10 Rich SalzRT3676 add: Export ASN.1 DHparams
2016-03-10 Benjamin KadukAvoid negative array index in BIO_debug_callback()
2016-03-10 Benjamin KadukCT: check some GeneralizedTime return values
2016-03-10 Jim BasneyAvoid double-free in calleres to OCSP_parse_url
2016-03-10 MatFix return type for CRYPTO_THREAD_run_once
2016-03-10 Viktor DukhovniAdd X509_CHECK_FLAG_NEVER_CHECK_SUBJECT flag
2016-03-09 Rich SalzRT3676: Expose ECgroup i2d functions
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 PercivalReset SCT validation_status if the SCT is modified
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 Matt CaswellFix classic build
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 LevitteMake sure the effect of "pic" / "no-pic" is used with...
2016-03-09 Richard LevitteAdd extra include directory for includers of ppc_arch.h
2016-03-09 Andy Polyakovec/asm/ecp_nistz256-sparcv9.pl: get corner logic right.
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 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 Matt CaswellAlways call ENGINE_cleanup() in de-init
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 Alessandro GhediniMove variable declaration to the start of the function
2016-03-09 Matt CaswellConvert rand code to new threading API
2016-03-09 Richard LevitteFix a typo in dynamic_load()
2016-03-08 Alessandro GhediniConvert RSA blinding 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 Matt CaswellConvert mem_dbg and mem_sec to the new Thread API
2016-03-08 Rich SalzOpenSSLDie --> OPENSSL_die
2016-03-08 Richard LevitteInclude e_os.h from ec_lcl.h
2016-03-08 Dmitry-MeReuse strndup(), simplify code
2016-03-08 Dr. Stephen HensonMake DSA_SIG opaque.
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_UI to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_BIO to new multi-threading API
2016-03-08 Andy PolyakovSPARCv9 assembly pack: unify build rules and argument...
next