prov: add extra params argument to KDF implementations
[openssl.git] / providers / implementations /
2021-02-28 Pauliprov: add extra params argument to KDF implementations
2021-02-28 Pauliupdate poly1305 to have additional init arguments
2021-02-28 Pauliupdate BLAKE2 to have additional init arguments
2021-02-28 Pauliprov: update kmac to have additional init arguments
2021-02-28 Pauliprov: update hmac to have additional init arguments
2021-02-28 Pauliprov: update gmac to have additional init arguments
2021-02-28 Pauliprov: update cmac to have additional init arguments
2021-02-28 Pauliprov: use new MAC_init arguments in HMAC-DRBG
2021-02-28 Pauliprov: use new MAC_init arguments in signature legacy...
2021-02-28 Pauliprov kdf: update to use the extra MAC init arguments
2021-02-28 Pauliprov: update SipHash to new init function
2021-02-28 Paulisiphash: Add the C and D round parameters for SipHash.
2021-02-27 Richard LevittePROV: Implement an EC key -> blob encoder, to get the...
2021-02-26 Pauliprov: upport modified gettable/settable ctx calls for...
2021-02-26 Pauliprov: support modified gettable/settable ctx calls...
2021-02-26 Pauliprov: support modified gettable/settable ctx calls...
2021-02-26 Pauliprov: update RNGs to support modified gettable/settable...
2021-02-26 Pauliprov: update digests to support modified ctx params
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-24 Richard LevitteAllow the sshkdf type to be passed as a single character
2021-02-24 Richard LevitteX509: Refactor X509_PUBKEY processing to include provid...
2021-02-22 Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-19 Shane LontisFix d2i_AutoPrivateKey_ex so that is uses the new decod...
2021-02-18 Matt CaswellPass the object type and data structure from the pem2de...
2021-02-18 Richard LevitteAdjust the few places where the string length was confused
2021-02-18 Matt CaswellUpdate copyright year
2021-02-18 Shane LontisFix external symbols related to provider related securi...
2021-02-18 Shane LontisFix external symbols in the provider digest implementat...
2021-02-18 zekeevans-mfAdd deep copy of propq field in mac_dupctx to avoid...
2021-02-18 Tomas Mrazdsa_check: Perform simple parameter check if seed is...
2021-02-18 Shane LontisFix external symbols in the provider cipher implementat...
2021-02-17 Tomas MrazRename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODE...
2021-02-17 Paulirand: update DRBGs to use the get_entropy call for...
2021-02-17 PauliRNG test: add get_entropy hook for testing.
2021-02-17 PauliRNG seed: add get_entropy hook for seeding.
2021-02-15 Matt CaswellImplement EVP_PKEY_param_check_quick() and use it in...
2021-02-15 Matt CaswellRun DH_check_ex() not DH_check_params_ex() when checkin...
2021-02-15 Benjamin KadukRSA: avoid dereferencing possibly-NULL parameter in...
2021-02-12 Richard LevitteUse ERR_R_*_LIB instead of ERR_LIB_* as reason code...
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-02-10 Shane LontisReplace provider digest flags with separate param fields
2021-02-10 Shane LontisReplace provider cipher flags with separate param fields
2021-02-10 Shane LontisReplace MAC flags OSSL_MAC_PARAM_FLAGS with separate...
2021-02-10 Shane LontisChange the ASN1 variant of x942kdf so that it can test...
2021-02-05 Tomas MrazRSA: properly generate algorithm identifier for RSA...
2021-02-03 Richard LevitteCORE & PROV: clean away OSSL_FUNC_mac_size()
2021-02-01 Richard LevittePROV: Add SM2 encoders and decoders, as well as support...
2021-02-01 Richard LevitteFix some odd names in our provider source code
2021-02-01 Matt CaswellEnsure EC keys with a private key but without a public...
2021-01-29 Tomas Mrazrsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for...
2021-01-28 Juergen ChristFix parameter types in sshkdf
2021-01-28 Juergen ChristFix cipher reinit on s390x if no key is specified
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Richard LevitteClean away unnecessary length related OSSL_PARAM key...
2021-01-26 Shane LontisDeprecate EC_KEY + Update ec apps to use EVP_PKEY
2021-01-26 Tomas Mrazkrb5kdf: Do not dereference NULL ctx when allocation...
2021-01-21 Tomas Mrazkdf_exch.c (kdf_derive): Proper handling of NULL secret
2021-01-20 Tomas Mrazec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable...
2021-01-18 Kurt RoeckxFix memory leak in mac_newctx() on error
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-13 Tomas Mrazchacha20: Properly reinitialize the cipher context...
2021-01-13 Matt CaswellFix enable-weak-ssl-ciphers
2021-01-13 Dr. David von OheimbAdd X509_NAME_hash_ex() to be able to check if it faile...
2021-01-08 Nicola TuveriAdd SM2 private key range validation
2021-01-07 Matt CaswellUpdate copyright year
2021-01-06 Matt CaswellOnly perform special TLS handling if TLS has been confi...
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-16 Richard LevitteAdd necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-12-15 Richard LevittePROV: Add MSBLOB and PVK encoders
2020-12-14 Shane LontisChange AES-CTS modes CS2 and CS3 to also be inside...
2020-12-13 Richard LevitteRemove unnecessary guards around MSBLOB and PVK readers...
2020-12-11 Shane LontisAdd validate method to ECX keymanager
2020-12-09 Paulirand: don't leak memory
2020-12-09 Paulirand seed: include lock and unlock functions.
2020-12-09 Paulirand: add a provider side seed source.
2020-12-07 Shane LontisDeprecate EC_POINT_bn2point and EC_POINT_point2bn.
2020-12-04 Dr. David von Oheimbencode_key2text.c: Fix build error on OPENSSL_NO_{DH...
2020-12-04 Dr. David von Oheimbencode_key2any.c: Fix build error on OPENSSL_NO_DH...
2020-12-03 Shane LontisFix dsa & rsa signature dupctx() so that ctx->propq...
2020-12-03 Shane LontisFix ecdsa digest setting code to match dsa.
2020-12-03 Pauliremove unused initialisations
2020-12-03 Pauliremove unused assignments
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-12-02 Shane LontisFix s390 EDDSA HW support in providers.
2020-11-30 Matt CaswellFix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_...
2020-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-11-26 Matt CaswellUpdate copyright year
2020-11-25 Matt CaswellFix RC4-MD5 based ciphersuites
2020-11-25 Matt CaswellEnsure Stream ciphers know how to remove a TLS MAC
2020-11-20 Shane LontisFix crash in genpkey app when -pkeyopt digest:name...
2020-11-19 Paulitest RNG: set state to uninitialised as part of uninsta...
2020-11-19 Paulidisassociate test RNG from the DRBGs
2020-11-19 Pauliprov: move the entropy source out of the FIPS provider
2020-11-19 Paulidoc: Documentation changes for moving the entropy sourc...
2020-11-18 PauliRename internal drbg_ functions so they have an ossl_...
2020-11-18 PauliRename SHA3 internal functions so they have an ossl_...
next