]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto
Fix ALPN - more fixes
[thirdparty/openssl.git] / crypto /
2016-03-21  Viktor DukhovniAdd a comment on dane_verify() logic
2016-03-20  Rich SalzRemove #error from include files.
2016-03-20  Rich Salzct_int.h only needed by crypto/ct
2016-03-20  Dr. Stephen Hensonconstify DSA_SIG_get0()
2016-03-20  Rich SalzMove blake2_loclh to blake2 directory
2016-03-19  Dr. Stephen Hensonconstify ECDSA_SIG_get0()
2016-03-19  Schüller FelixDon't free up EVP_MD_CTX.
2016-03-19  Richard LevitteCorrect incorrect path
2016-03-18  Richard LevitteImplement support for no-ts
2016-03-18  Matt CaswellFix no-des
2016-03-18  Matt CaswellFix no-cmac
2016-03-18  Matt CaswellEnsure that no-comp functions are flagged as such
2016-03-18  Matt CaswellMark OCB as an AEAD cipher
2016-03-18  Matt CaswellFix a potential double free in EVP_DigestInit_ex
2016-03-18  Rich SalzFix build; CPP syntax error.
2016-03-17  Rich SalzRemove Netware and OS/2
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
next