EVP_PKCS82PKEY: Create provided keys if possible
[openssl.git] / include / crypto /
2021-03-25 Tomas MrazEVP_PKCS82PKEY: Create provided keys if possible
2021-03-22 Shane LontisFix usages of const EVP_MD.
2021-03-19 Richard LevitteMake ossl_d2i_PUBKEY_legacy() completely libcrypto...
2021-03-19 Richard LevitteMake evp_privatekey_from_binary() completely libcrypto...
2021-03-19 Richard LevittePROV: Add type specific MSBLOB and PVK decoding for...
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-03-19 Richard LevittePROV: Add type specific SubjectPublicKeyInfo decoding...
2021-03-18 Shane LontisAdd ossl_pkcs5_pbkdf2_hmac_ex symbol
2021-03-18 Shane LontisAdd ossl_ x509 symbols
2021-03-18 Shane LontisAdd ossl_lhash symbols
2021-03-18 Shane LontisAdd ossl_bn_group symbols
2021-03-18 Shane LontisAdd ossl_sa symbols
2021-03-18 Shane LontisAdd ossl_ symbols for sm3 and sm4
2021-03-18 Shane LontisAdd ossl_siv symbols
2021-03-18 Shane LontisAdd ossl_aria symbols
2021-03-18 Shane LontisAdd ossl_ conf symbols
2021-03-18 Shane LontisAdd ossl_ ecx symbols
2021-03-18 Shane LontisAdd ossl_v3 symbols
2021-03-18 Shane LontisAdd ossl_rsa symbols
2021-03-18 Shane LontisAdd ossl_encode symbols
2021-03-18 Shane LontisAdd ossl_asn1 symbols
2021-03-18 Shane LontisAdd ossl_rand symbols
2021-03-18 Shane LontisFix misc external ossl_ symbols.
2021-03-18 Dr. David von OheimbTS and CMS CAdES-BES: Refactor check_signing_certs...
2021-03-18 Dr. David von OheimbTS ESS: Invert the search logic of ts_check_signing_cer...
2021-03-17 Matt CaswellFix a TODO(3.0) in the siphash code
2021-03-14 Shane LontisFix DSA EVP_PKEY_param_check() when defaults are used...
2021-03-11 Paulievp: add params argument to key manager's gen_init...
2021-03-11 Matt CaswellUpdate copyright year
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-26 Shane LontisFix external symbols for bn
2021-02-24 Richard LevitteX509: Refactor X509_PUBKEY processing to include provid...
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-22 Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-21 Shane LontisFix external symbols for pkcs7.
2021-02-21 Shane LontisFix external symbols for cms.
2021-02-19 Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18 Dr. David von OheimbRename internal X509_add_cert_new() to ossl_x509_add_ce...
2021-02-18 Dr. David von OheimbAdd internal X509_add_certs_new(), which simplifies...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-16 Matt CaswellDon't overflow the output length in EVP_CipherUpdate...
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-05 Richard LevitteERR: Rebuild all generated error headers and source...
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
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...
2021-02-02 Matt CaswellAlways ensure we hold ctx->lock when calling CRYPTO_get...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-20 Dr. David von OheimbX509: Enable printing cert even with invalid validity...
2021-01-13 Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-08 Nicola TuveriAdd SM2 private key range validation
2020-12-23 Matt CaswellMove the caching of cipher constants into evp_cipher_fr...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-16 Richard LevitteEVP_PKEY & EC_KEY: Make EC EVP_PKEY_CTX parameter ctrls...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-13 Richard LevittePEM: Unlock MSBLOB and PVK functions from 'no-dsa'...
2020-12-10 Dr. David von Oheimbopenssl_hexstr2buf_sep(): Prevent misleading 'malloc...
2020-12-03 Shane LontisFix EVP_PKEY_CTX propq so that it uses a copy
2020-12-03 Shane LontisFix x509_crl propq so that it uses a copy
2020-12-03 Shane LontisFix X509 propq so it does not use references
2020-11-26 Matt CaswellUpdate copyright year
2020-11-24 Richard LevitteERR: Rebuild all generated error headers and source...
2020-11-24 Richard LevitteModify the ERR init functions to use the internal ERR...
2020-11-19 Paulirand: move the entropy source out of the FIPS provider
2020-11-19 Paulidoc: Documentation changes for moving the entropy sourc...
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-18 Paulirename sha1_ctrl to ossl_sha1_ctrl.
2020-11-12 XiaokangQianOptimize AES-XTS mode in OpenSSL for aarch64
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-21 Richard LevitteUnexport internal MSBLOB and PVK functions
2020-10-19 Richard LevitteDH: make the private key length importable / exportable
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
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 signing code out of the algorithms and into CMS
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-04 Richard LevitteDECODER: Allow precise result type for OSSL_DECODER_CTX...
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-10-01 Paulider: _ossl prefix DER functions
2020-09-25 jwalchen EVP_PKEY_CTX_set_rsa_keygen_pubexp() BIGNUM management
2020-09-25 Matt CaswellRemove some dead SM2 code
2020-09-25 Richard LevitteHide ECX_KEY again
next