pkeyutil: check return value reading password
[openssl.git] / crypto /
2020-08-20 Richard LevitteRSA: Fix rsa_todata() to only add params for existing...
2020-08-20 Richard LevitteEVP: Have evp_pkey_cmp_any() detect if export wasn...
2020-08-19 Dr. David von OheimbPKCS12_parse(): Clean up code and correct documentation
2020-08-19 Dr. David von OheimbPKCS12_parse(): Fix reversed order of certs parsed...
2020-08-19 Dr. David von OheimbOSSL_STORE file_load_try_decode(): Avoid flooding error...
2020-08-19 Shane LontisFix no-cms build errors.
2020-08-19 PauliOCSP: Add return value checks.
2020-08-17 Shane LontisFix DSA/DH so that legacy keys can still be generated...
2020-08-17 Matt CaswellLoad the default config file before working with defaul...
2020-08-14 Pauliprovider: disable fall-backs if OSSL_PROVIDER_load...
2020-08-14 PauliMove PKCS#12 KDF to provider.
2020-08-13 Dr. David von OheimbRemove needless #ifndef OPENSSL_NO_SOCK for X509_{CRL_...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-11 Shane LontisFix serializer_EVP_PKEY_to_bio so that that the key...
2020-08-11 Shane LontisAdd fix for RSA keygen in FIPS using keysizes 2048...
2020-08-11 Benjamin KadukAvoid deprecated function in evp_lib.c
2020-08-11 Benjamin KadukUse local IV storage in EVP BLOCK_* macros
2020-08-11 Benjamin KadukUse local IV storage in e_rc2.c
2020-08-11 Benjamin KadukUse local IV storage in e_xcbc_d.c
2020-08-11 Benjamin KadukUse local IV storage in e_sm4.c
2020-08-11 Benjamin KadukUse local IV storage in e_des3.c
2020-08-11 Benjamin KadukUse local IV storage in e_des.c
2020-08-11 Benjamin KadukUse local IV storage in e_camellia.c
2020-08-11 Benjamin KadukUse local IV storage in e_aria.c
2020-08-11 Benjamin KadukUse local IV storage in e_aes_ebc_hmac_sha256.c
2020-08-11 Benjamin KadukUse local IV storage in e_aes_ebc_hmac_sha1.c
2020-08-11 Benjamin KadukUse local IV storage in e_aes.c
2020-08-11 Benjamin KadukRetire EVP_CTRL_GET_IV
2020-08-11 Benjamin KadukDeprecate and replace EVP_CIPHER_CTX_iv()/etc.
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-11 Shane LontisAdd DHX serialization
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-08-10 Pauliconf: add an error if the openssl_conf section isn...
2020-08-10 Matt CaswellDelete old KDF bridge EVP_PKEY_METHODS
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-08-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-08-09 Shane LontisAdd EVP signature with libctx methods.
2020-08-09 Shane LontisUse libctx for EVP_CIPHER_CTX_rand_key() method.
2020-08-09 Shane LontisAdd libctx to ecdh_KDF_X9_63.
2020-08-09 Shane LontisFix EVP_PKEY_CTX_get_rsa_oaep_md() & EVP_PKEY_CTX_get_r...
2020-08-09 Shane LontisAdd libctx support to PKCS7.
2020-08-09 Shane LontisAdd libctx to SMIME ASN1
2020-08-09 Shane LontisAdd internal method x509_set0_libctx().
2020-08-09 Shane LontisAdd libctx support to CMS.
2020-08-07 Shane LontisAdd evp_test fixes.
2020-08-07 Paulirand_drbg: remove RAND_DRBG.
2020-08-07 Richard LevitteEVP: Fix the returned value for ASN1_PKEY_CTRL_DEFAULT_...
2020-08-07 Richard LevittePEM: Fix i2b_PvK to use EVP_Encrypt calls consistently
2020-08-07 Richard LevitteDESERIALIZER: Adjust to allow the use several deseriali...
2020-08-07 Richard LevittePEM: Make general MSBLOB reader functions exposed inter...
2020-08-06 Richard LevitteRSA: Be less strict on PSS parameters when exporting...
2020-08-06 Paulimac: add some consistency to setting the XXX_final...
2020-08-06 Pauligettables: core changes to pass the provider context.
2020-08-06 Jon SpillettAdd new APIs to get PKCS12 secretBag OID and value
2020-08-06 Matt CaswellUpdate copyright year
2020-08-04 Richard LevitteDESERIALIZER: Fix EVP_PKEY construction by export
2020-08-04 Dr. David von OheimbAdd 'section=...' info in error output of X509V3_EXT_nc...
2020-08-04 Dr. David von OheimbRename misleading X509V3_R_INVALID_NULL_NAME to X509V3_...
2020-08-04 Dr. David von OheimbCorrect confusing X509V3 conf error output by removing...
2020-08-04 Dr. David von OheimbCorrect misleading diagnostics of OBJ_txt2obj on unknow...
2020-08-04 Norman AshleyCoverity Fixes for issue #12531
2020-08-04 Shane LontisChange the provider implementation of X942kdf to use...
2020-08-01 Matt CaswellFix an ENGINE leak in asn1_item_digest_with_libctx
2020-08-01 Richard LevitteDESERIALIZER: Small bugfix in the deser_process()
2020-08-01 Richard LevitteDESERIALIZER: Make OSSL_DESERIALIZER_from_{bio,fp}...
2020-08-01 Richard LevitteDESERIALIZER: Refactor the constructor setting API
2020-08-01 Richard LevitteDESERIALIZER: Add deserializers for the rest of our...
2020-08-01 Richard LevitteDESERIALIZER: Rethink password handling
2020-08-01 Richard LevitteRSA: Better synchronisation between ASN1 PSS params...
2020-07-30 Richard LevitteDER writer: Make context-specific tags constructed...
2020-07-30 Dr. David von OheimbAdd OSSL_CMP_MSG_write(), use it in apps/cmp.c
2020-07-30 Dr. David von OheimbExport ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30 Pauliserialisation: Add a built-in base provider.
2020-07-30 Pauliunify spelling of serialize
2020-07-30 Matt CaswellDon't fallback to legacy in DigestSignInit/DigestVerify...
2020-07-30 Dr. David von OheimbExport crm_new() of cmp_msg.c under the name OSSL_CMP_C...
2020-07-30 Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-07-29 Paulinamemap: fix threading issue
2020-07-27 Richard LevittePROV: Add a DER to RSA-PSS deserializer implementation
2020-07-27 Richard LevitteEVP, PROV: Add misc missing bits for RSA-PSS
2020-07-24 Richard LevitteEVP: Fix key type check logic in evp_pkey_cmp_any()
2020-07-24 Richard LevitteDESERIALIZER: Implement decryption of password protecte...
2020-07-24 Richard LevitteSERIALIZER: No enc argument for OSSL_SERIALIZER_CTX_set...
2020-07-24 Richard LevitteCORE: Add upcalls for BIO_gets() and BIO_puts()
2020-07-24 Richard LevitteSERIALIZER: Add functions to deserialize into an EVP_PKEY
2020-07-24 Richard LevitteDESERIALIZER: Add foundation for deserializers
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-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-22 Dr. Matthias St... Fix: uninstantiation breaks the RAND_DRBG callback...
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2020-07-22 Shane LontisFix provider cipher reinit issue
2020-07-21 Shane LontisAdd ERR_raise() errors to fips OSSL_provider_init and...
2020-07-18 Paulimac: always pass a non-NULL output size pointer to...
2020-07-16 Dr. David von Oheimbx509_vfy.c: Improve key usage checks in internal_verify...
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-07-16 Richard LevitteUpdate copyright year
next