]> git.ipfire.org Git - thirdparty/openssl.git/history - include/crypto/evp.h
en EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
[thirdparty/openssl.git] / include / crypto / evp.h
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
2020-03-25  Richard LevitteEVP: Clarify the states of an EVP_PKEY
2020-03-21  Richard LevitteEVP: fetch the EVP_KEYMGMT earlier
2020-03-15  Richard LevitteEVP: Don't call digest_custom() quite so early
2020-03-12  Richard LevitteEVP: Add new domparams and key generation functionality
2020-03-12  Richard LevitteCORE: Add the key object generator libcrypto<->provider...
2020-03-02  Richard LevitteEVP: Add support for copying provided EVP_PKEYs
2020-03-02  Richard LevitteKEYMGMT: Add a keydata copy function
2020-03-02  Richard LevitteEVP: Add support for comparing provided EVP_PKEYs
2020-03-02  Richard LevitteKEYMGMT: Add a keydata matching function
2020-03-02  Richard LevitteEVP: Adapt EVP_PKEY_missing_parameters() for provider...
2020-02-29  Richard LevitteEVP: Add evp_pkey_upgrade_to_provider(), for EVP_PKEY...
2020-02-29  Richard LevitteRethink the EVP_PKEY cache of provider side keys
2020-02-22  Richard LevitteRefactor evp_pkey_make_provided() to do legacy to provi...
2020-02-18  Nicola Tuveri[PROV][KMGMT][KEXCH][EC] Implement EC keymgtm and ECDH
2020-02-11  Matt CaswellImplement a stricter ECX_KEY type
2020-02-07  Richard LevitteRedesign the KEYMGMT libcrypto <-> provider interface...
2020-02-07  Richard LevitteReorganize the internal evp_keymgmt functions
2020-01-29  Shane LontisAdd RSA key validation to default provider
2020-01-17  Richard LevitteEVP: make EVP_PKEY_{bits,security_bits,size} work with...
2020-01-12  Shane LontisAdd dsa signature alg to fips provider
2020-01-09  Richard LevitteEVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle...
2019-11-14  Richard LevitteCORE & PROV: make export of key data leaner through...
2019-11-14  Matt CaswellImplement provider support for Asym Ciphers
2019-11-07  Richard LevitteAdd EVP functionality to create domain params and keys...
2019-11-06  Matt CaswellEnsure EVP_get_digestbyname() and EVP_get_cipherbyname...
2019-11-05  Richard LevitteEVP: Make the KEYEXCH implementation leaner
2019-11-03  Richard LevitteChange EVP_PKEY_CTX_new_provided() to take a library...
2019-10-17  Richard LevittePKEY: adapt the export_to_provider funtions to handle...
2019-10-16  Richard LevitteAdd EVP_PKEY_CTX_new_provided()
2019-10-14  Richard LevitteKDF: clean away old EVP_KDF declarations
2019-09-28  Dr. Matthias St... Reorganize private crypto header files