Use unsigned int instead of just unsigned.
[openssl.git] / crypto /
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...
2016-03-08 Todd ShortAdd cipher query functions
2016-03-08 Alessandro GhediniConvert ERR_STRING_DATA to new multi-threading API
2016-03-08 Alessandro GhediniConvert ERR_STATE to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EX_DATA to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_DSO to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_GET*BYNAME to new multi-threading API
2016-03-07 Dr. Stephen HensonRemove kinv/r fields from DSA structure.
2016-03-07 Matt CaswellRename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get...
2016-03-07 Matt CaswellUpdate the dasync engine to add a pipeline cipher
2016-03-07 David WoodhouseElide OPENSSL_INIT_set_config_filename() for no-stdio...
2016-03-07 David WoodhouseElide DES_read_password() for no-ui build
2016-03-07 Rich SalzISSUE 43: Add BIO_sock_shutdown
2016-03-07 Rob PercivalFixes memory leaks in CT code
2016-03-07 David WoodhouseElide EVP_read_pw_string() and friends for no-ui
2016-03-07 Richard LevitteUnified - adapt the generation of bignum assembler...
2016-03-07 Matt CaswellAdd a function to detect if we have async or not
2016-03-07 Matt CaswellRemove use of CRYPTO_LOCK_INIT in init code
2016-03-07 Matt CaswellSwap the init code to use the new Thread API thread...
2016-03-07 Matt CaswellSwap the init code to use CRYPTO_ONCE
2016-03-07 Dr. Stephen HensonMake PKCS8_PRIV_KEY_INFO opaque.
next