summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2022-09-30ERR: replace remnant ECerr() and EVPerr() calls in crypto/Dr. David von Oheimb
2022-09-23Add HPKE DHKEM provider support for EC, X25519 and X448.slontis
2022-09-16EVP_PKEY_eq: regain compatibility with the 3.0.0 FIPS providerTomáš Mráz
2022-09-15Add support for PBE using hmacWithSM3K1
2022-08-22evp: Use functions instead of direct structure field referencesTianjia Zhang
2022-08-22evp: Simplify ARIA aead cipher definitionTianjia Zhang
2022-08-03Fix bug in EVP_CIPHER_CTX_get_iv_length()Pauli
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-17evp: make all _is_a functions accept and handle a NULL argumentPauli
2022-07-14crypto/evp/bio_b64.c: improve coding styleDr. David von Oheimb
2022-07-12Fix memory leak in EVP_PKEY_get1_encoded_public_key.slontis
2022-06-28store_result: Add fallback for fetching the keymgmt from the provider of the ...Tomas Mraz
2022-06-28Allocate EVP_PBE_CTL with OPENSSL_zalloc.Daniel Fiala
2022-06-15Fix a mem leak in evp_pkey_export_to_providerK1
2022-06-10Check return of BIO_new() and always free pkey from evp_pkey_copy_downgraded()Tomas Mraz
2022-06-08Fix a mem leak in evp_pkey_copy_downgraded()Matt Caswell
2022-06-02Fix possible null pointer dereference of evp_pkey_get_legacy()Zhou Qingyang
2022-06-02Fix code format: BLOCK_CIPHER_customJiuhai Zhang
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu
2022-05-26Fix the defective check of EVP_PKEY_get_paramsPeiwei Hu
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-18add support for SHA-3 based PRF to PBES2Hubert Kario
2022-05-13Always try locale initialization from OPENSSL_strcasecmpTomas Mraz
2022-05-13int_ctx_new(): Revert extra OPENSSL_init_crypto() callTomas Mraz
2022-05-08evp_md: assert digest is provided for algctx reuseBenjamin Kaduk
2022-05-09EVP_PKEY_Q_keygen: Call OPENSSL_init_crypto to init strcasecmpTomas Mraz
2022-05-08Fix Coverity 1201740 & 1201712: uninitialised valuesPauli
2022-05-06Fix Coverity 1503322, 1503324, 1503328 memory accessesPauli
2022-05-06Fix Coverity 1503325 use after freePauli
2022-05-06Remove the _fetch_by_number functionsPauli
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte
2022-05-04Remove duplicated #include headersJHH20
2022-05-03Update copyright yearMatt Caswell
2022-05-02fix_dh_paramgen_type: Avoid crash with invalid paramgen typeTomas Mraz
2022-05-02evp_md_init_internal: Avoid reallocating algctx if digest unchangedTomas Mraz
2022-04-29Ensure we initialized the locale before evp_pkey_name2typeDmitry Belyavskiy
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-12SM4 optimization for ARM by ASIMDDaniel Hu
2022-04-11Crypto/evp: Fix null pointer dereferenceyuanjungong
2022-04-03Fix Coverity 1503096: out-of-bounds accessPauli
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-30Use safe math to computer sizes.Pauli
2022-03-15Fix signed integer overflow in evp_encHugo Landau
2022-03-15Fixed typo in inner_evp_generic_fetch() error handlingOliver Roberts
2022-03-15Fix IV length caching in EVP encryption codeHugo Landau
2022-03-13EVP_MD performance fix (refcount cache contention)Hugo Landau
2022-02-28fetch: convert a NULL property query to ""Pauli
2022-02-18enc : add support for wrap modeEasySec
2022-02-07evp enc: cache cipher key lengthPauli