Move MD2, MD4 and MD5 digests completely to the providers
[openssl.git] / crypto / evp /
2019-10-14 Richard LevitteMove MD2, MD4 and MD5 digests completely to the providers
2019-10-14 Richard LevitteRestore MD5-SHA1 in legacy method database
2019-10-11 Richard LevitteFix EVP_Cipher() for provided cipher implementations
2019-10-11 Matt CaswellSupport calling EVP_DigestUpdate instead of EVP_Digest...
2019-10-11 Matt CaswellDon't use internal knowledge about EVP_MD_CTX in and...
2019-10-10 Richard LevitteProviders: move all digests
2019-10-10 Richard LevitteRework how our providers are built
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-10-08 Shane LontisAdd rc2 ciphers to default provider
2019-10-07 Shane LontisMove cipher ctx 'original iv' parameter into the provider
2019-10-06 Richard LevitteEVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1
2019-10-04 Richard LevitteMove MD5-SHA1 digest completely to the default provider
2019-10-03 Richard LevitteMove all SHA digests completely to the default provider
2019-10-03 Richard LevitteReplumbing: make it possible for providers to specify...
2019-10-03 Matt CaswellDon't follow legacy path if ctx->pctx is set
2019-10-03 Matt CaswellFree a fetched digest during EVP_MD_CTX_reset() not...
2019-10-03 Matt CaswellDon't call EVP_MD_CTX_reset during EVP_DigestFinal
2019-10-03 Matt CaswellUpdate EVP_MD_CTX_get_params() et al to be EVP_DigestSi...
2019-10-03 Matt CaswellEnsure we look at EVP_MD_CTX_FLAG_KEEP_PKEY_CTX in...
2019-10-03 Matt CaswellAdd EVP_DigestSign/EVP_DigestVerify support for DSA
2019-10-03 Matt CaswellAdd the provider function signatures for DigestSign*
2019-10-03 Shane LontisAdd rc5 ciphers to default provider
2019-10-01 Richard LevitteMake EVP_CIPHER_is_a() work with legacy cipher implemen...
2019-10-01 Richard LevitteAdapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for...
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-25 Patrick Steuers390x assembly pack: accelerate X25519, X448, Ed25519...
2019-09-25 Matt CaswellMake EVP_MD_CTX_[gettable|settable]_params() take an...
2019-09-25 PauliRemove engine param macros from wrapper APIs
2019-09-25 Shane LontisAdd rc4 cipher to default provider
2019-09-23 Richard LevitteRework cipher / digest fetching for legacy nids with...
2019-09-23 Shane LontisAdd des ciphers to default provider
2019-09-20 Shane LontisAdd aes_wrap cipher to providers
2019-09-19 Rich SalzAvoid ?: construct in XXXerr calls
2019-09-19 Richard LevitteModify providers that keep track of underlying algorithms
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-09-19 Shane LontisAdd aes_ocb cipher to providers
2019-09-19 Shane LontisAdd sm4 ciphers to default provider
2019-09-18 Shane LontisAdd SEED ciphers to default provider
2019-09-18 Shane LontisAdd cast5 ciphers to default provider
2019-09-18 Shane LontisAdd IDEA ciphers to default provider
2019-09-15 Shane LontisAdd blowfish ciphers to default provider
2019-09-13 Shane LontisAdd aes_xts cipher to providers
2019-09-13 Shane LontisFix S390X bad size_t that causes memory trash in legacy...
2019-09-12 Richard Levitteutil/mkerr.pl: make it not depend on the function code
2019-09-12 Matt CaswellAvoid passing NULL to memcpy
2019-09-12 Matt CaswellPass the correct ctx to provider KDF functions
2019-09-11 Shane LontisAdd EVP_CIPHER_CTX_tag_length()
2019-09-11 PauliUsages of KDFs converted to use the name macros
2019-09-10 PauliCoverity 1453628: Null pointer dereferences (REVERSE_INULL)
2019-09-09 Matt CaswellMove EVP_PKEY algorithm implementations into a union
2019-09-09 Matt CaswellRevise EVP_PKEY param handling
2019-09-09 Matt CaswellAdd support for verify/verify_recover functions to...
2019-09-09 Matt CaswellImplement DSA in the default provider
2019-09-09 Matt CaswellAdd the ability to perform signatures in a provider
2019-09-06 PauliClear collected_seed after freeing it
2019-09-06 Richard LevitteDeal with BUF_MEM_grow ambiguity
2019-09-06 Richard Levittecrypto/evp/pkey_kdf.c: further special treatment of...
2019-09-06 Richard Levittecrypto/evp/pkey_kdf.c: Redo parameter processing
2019-09-06 Richard Levittecrypto/evp/kdf_meth.c: Add the reset function to the...
2019-09-06 PauliKDF/PRF updates to libcrypto
2019-09-06 PauliFix users of KDFs to use params not ctls
2019-09-06 PauliRemove old KDF initialisation
2019-09-05 Dmitry BelyavskiyReverting check to correct
2019-09-05 Dmitry BelyavskiyDisallow change EVP_CIPHER properties once set
2019-09-05 Dmitry BelyavskiyDisallow change EVP_MD properties once set
2019-09-05 Shane LontisChange provider params from int to size_t
2019-09-04 PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-09-04 Richard LevitteNew function EVP_CIPHER_free()
2019-09-04 Richard LevitteNew function EVP_MD_free()
2019-09-03 Richard LevitteRefactor how KEYMGMT methods get associated with other...
2019-09-01 Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-08-29 Matt CaswellUse ENGINE_get_id() instead of ENGINE_get_name()
2019-08-29 Matt CaswellFix no-engine
2019-08-29 Matt CaswellFix data races in EVP_CIPHER_fetch and EVP_MD_fetch
2019-08-26 PauliInclude mac_meth and mac_lib in the FIPS provider
2019-08-26 Shane LontisCleanup ciphers and Add 3des ciphers.
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-24 Richard LevitteRemove MAC cruft
2019-08-22 Shane LontisAdd basic aria and camellia ciphers modes to default...
2019-08-21 Richard LevitteModify ossl_method_store_add() to accept an OSSL_PROVID...
2019-08-21 Richard LevitteModify ossl_method_store_add() to handle reference...
2019-08-19 Shane LontisAdd aes_ccm to provider
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-16 Richard LevitteRename ctx_{get,set}_params to {get,set}_ctx_params
2019-08-15 Richard LevitteImplement EVP_MAC_do_all_ex()
2019-08-15 Richard LevitteAdd EVP_MAC_provider()
2019-08-15 Richard LevitteRemove init of MACs from EVP
2019-08-15 Richard LevittePrepare EVP_MAC infrastructure for moving all MACs...
2019-08-15 Richard LevitteAdd missing EVP param utility functions
2019-08-12 Richard LevitteAdapt diverse EVP_MD functions to use get_params and...
2019-08-09 Shane LontisAdd missing SIZE_MAX define for windows
2019-08-08 Shane LontisChange EVP_CIPHER_CTX_iv_length() to return current...
2019-08-07 Matt CaswellDon't set ctx->cipher until after a successful fetch
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-31 Shane LontisAdd evp_util macros
2019-07-30 Matt CaswellDocument the provider CIPHER operation
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
next