]> git.ipfire.org Git - thirdparty/openssl.git/history - include/crypto/evp.h
Add Attribute Certificate suport comments to CHANGES and NEWS
[thirdparty/openssl.git] / include / crypto / evp.h
2024-04-09  Richard LevitteCopyright year updates
2024-01-15  Matt CaswellMove discovery of the legacy alg type into the keymgmt
2023-11-10  slontisAdd EVP_DigestSqueeze() API.
2023-10-24  Matthias St. Pierrerand: fix seeding from a weak entropy source
2023-09-07  Matt CaswellCopyright year updates
2023-09-04  slontisChange PBES2 KDF default salt length to 16 bytes.
2023-08-10  MscVZoltanDon't use C++ reserved word template for function arguments
2023-07-07  atishkovRemove unused internal functions
2023-07-01  Paulievp: update to structure based atomics
2023-06-14  Yi Liconfigure: introduce no-ecx to remove ECX related feature
2023-05-30  Dr. David von OheimbCMS, PKCS7, and CRMF: simplify use of EVP_PKEY_decrypt...
2023-05-29  Matt CaswellDon't take a write lock when freeing an EVP_PKEY
2023-03-14  Simo SorceAdd a flag so finalised contexts are not reused
2022-11-15  Simo SorcePropagate selection all the way on key export
2022-08-19  PauliLimit the size of various MAXCHUNK definitions
2022-06-28  Tomas Mrazstore_result: Add fallback for fetching the keymgmt...
2022-05-05  Richard LevitteMake it possible to remove methods by the provider...
2022-05-05  Richard LevitteDon't empty the method store when flushing the query...
2022-05-03  Matt CaswellUpdate copyright year
2022-05-02  Tomas Mrazevp_md_init_internal: Avoid reallocating algctx if...
2022-03-13  Hugo LandauEVP_MD performance fix (refcount cache contention)
2021-10-27  Richard LevitteEVP: Reverse the fetch logic in all pkey using function...
2021-07-28  Matt CaswellDon't try and load the config file while already loadin...
2021-07-22  Matt CaswellFix custom EVP_PKEY_METHOD implementations where no...
2021-07-08  Randall S. BeckerMade foreign bit field unsigned in evp.h
2021-06-29  Richard LevitteENCODER & DECODER: Make a tighter coupling between...
2021-06-02  Pauliadd internal get_number functons to crypto/evp.h
2021-06-01  Tomas MrazRename all getters to use get/get0 in name
2021-05-24  Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-05-20  Matt CaswellAdd a callback for providers to know about global prope...
2021-05-11  Dr. David von OheimbConstify EVP_PKEY_CTX_set_params(), EVP_PKEY_CTX_{set...
2021-04-26  Tomas MrazAdd type_name member to provided methods and use it
2021-04-19  Tomas MrazDetect low-level engine and app method based keys
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2021-04-15  Tomas MrazRemove keymgmt_copy function from the provider API
2021-04-15  Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15  Tomas MrazImplement provider-side keymgmt_dup function
2021-04-08  Pauliproperty: check return values from the property locking...
2021-04-02  Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-25  Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-19  Richard LevitteMake evp_privatekey_from_binary() completely libcrypto...
2021-03-18  Shane LontisAdd ossl_pkcs5_pbkdf2_hmac_ex symbol
2021-03-11  Paulievp: add params argument to key manager's gen_init...
2021-03-08  Matt CaswellMake the EVP_PKEY_get0* functions have a const return...
2021-03-08  Matt CaswellCache legacy keys instead of downgrading them
2021-03-04  Tomas Mrazinclude/crypto: Remove TODOs that are irrelevant for 3.0
2021-02-26  Shane LontisFix external symbols related to ec & sm2 keys
2021-02-26  Shane LontisFix external symbols related to dsa keys
2021-02-26  Shane LontisFix external symbols related to dh keys
2021-02-23  Richard LevitteEVP: Implement data-driven translation between known...
2021-02-23  Richard LevitteEVP: make evp_pkey_is_assigned() usable in the FIPS...
2021-02-23  Richard LevitteEVP: Make evp_pkey_ctx_state() available to all of EVP
2021-02-23  Richard LevitteEVP: Implement EVP_PKEY_CTX_is_a()
2021-02-19  Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18  Matt CaswellUpdate copyright year
2021-02-15  Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-10  FdaSilvaYYinclude/crypto: add a few missing #pragma once directives
2021-02-07  PauliFix race condition & allow operation cache to grow.
2021-02-03  Richard LevitteEVP: Fix evp_pkey_ctx_store_cached_data() to handle...
2021-02-03  Richard LevitteCORE & PROV: clean away OSSL_FUNC_mac_size()
2021-02-02  Matt CaswellEnsure the EVP_PKEY operation_cache is appropriately...
2020-12-20  Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-03  Shane LontisFix EVP_PKEY_CTX propq so that it uses a copy
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-15  Matt CaswellMake evp_pkey_ctx_get0_libctx/propq public API
2020-10-15  Matt CaswellMove CMS enveloping code out of the algorithms and...
2020-10-06  Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-01  Richard LevitteEVP: use evp_pkey_ctx_is_legacy() to find what implemen...
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-09-25  jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-25  Matt CaswellRemove some dead SM2 code
2020-09-19  Shane LontisAdd KEM (Key encapsulation mechanism) support to providers
2020-09-12  Richard LevitteEVP: Add the internal convenience function evp_keymgmt_...
2020-09-10  Matt CaswellFix an EVP_MD_CTX leak
2020-09-08  Richard LevittePEM: Make PEM_write_bio_PrivateKey_traditional() handle...
2020-09-08  Jakub ZelenkaAdd CMS AuthEnvelopedData with AES-GCM support
2020-09-08  Richard LevitteEVP: Add support for delayed EVP_PKEY operation parameters
2020-09-08  Richard LevitteEVP: Preserve the EVP_PKEY id in a few more spots
2020-09-03  Richard LevitteSTORE: Move the built-in 'file:' loader to become an...
2020-08-29  Matt CaswellDelete unused PKEY MAC files
2020-08-21  Dr. David von OheimbAdd libctx and propq param to ASN.1 sign/verify/HMAC...
2020-08-17  Matt CaswellLoad the default config file before working with defaul...
2020-08-12  Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11  Benjamin KadukUse local IV storage in EVP BLOCK_* macros
2020-08-10  Matt CaswellDelete old KDF bridge EVP_PKEY_METHODS
2020-08-09  Shane LontisAdd 'on demand self test' and status test to providers
2020-08-07  Shane LontisAdd evp_test fixes.
2020-07-24  Richard LevitteKEYMGMT: Add key loading function OSSL_FUNC_keymgmt_load()
2020-07-24  Richard LevitteEVP KEYMGMT utils: Make a few more utility functions...
2020-06-24  Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24  Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-05-23  Richard LevitteRe-introduce legacy EVP_PKEY types for provided keys
2020-05-07  Shane LontisRemove gen_get_params & gen_gettable_params from keygen...
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-23  Matt CaswellUpdate copyright year
2020-04-23  Richard LevitteEVP: add internal evp_keymgmt_util_get_deflt_digest_nam...
2020-04-15  Matt CaswellTeach d2i_PrivateKey et al about libctx
2020-04-15  Richard LevitteKEYMGMT: Add functions to get param/key generation...
2020-04-14  Aaron ThompsonAdd ex_data to EVP_PKEY.
2020-03-25  Richard LevitteEVP: Downgrade keys rather than upgrade
next