Update the demos/README file because it is really old. New demos should provide best...
[openssl.git] / providers /
2021-03-04 Dr. David von OheimbOSSL_STORE: restore diagnostics on decrypt error; provi...
2021-03-03 Richard LevitteMake 'tests' depend on a generated 'providers/fipsmodul...
2021-03-03 Paulirand: remove FIPS mode conditional code.
2021-03-03 Tomas MrazEVP_PKEY_CTX_get/settable_params: pass provider operati...
2021-03-03 Tomas MrazRemove todos in decode_der2key.c and decode_ms2key.c
2021-03-03 Tomas MrazImprove error reporting in key exchange provider implem...
2021-03-03 Tomas MrazRemove unused MAX_TLS_MAC_SIZE define
2021-03-03 Tomas MrazRemove todos in providers/implementations/include/prov
2021-03-03 Tomas MrazResolve TODOs in signature implementations.
2021-03-01 Rich SalzRemove RSA SSLv23 padding mode
2021-02-28 Pauliprov: update rand implementations to have a params...
2021-02-28 Paulifips: update DRBG KATs for the extra instantiate argument
2021-02-28 Pauliprov: add additional argument to KDF derive call in...
2021-02-28 Paulifips: add additional argument to KDF derive call in...
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: update provider util to be less agressive about...
2021-02-28 Paulifips: update to use the extra MAC init arguments
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-17 Paulierr: generated error files
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 Tomas Mrazssl_test: Add testcases for disallowing non-TLS1.3...
2021-02-12 Richard LevitteUse ERR_R_*_LIB instead of ERR_LIB_* as reason code...
2021-02-11 Tomas MrazRename internal providercommonerr.h to less mouthful...
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-08 Shane LontisSimplify the EVP_PKEY_XXX_fromdata_XX methods.
2021-02-05 Richard LevittePROV: Fix encoding of MDWithRSAEncryption signature...
2021-02-05 Matt CaswellAdd the nist group names as aliases for the normal...
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 LevitteCORE & PROV: clean away OSSL_FUNC_mac_size()
2021-02-02 Matt CaswellEnsure access to FIPS_state and rate_limit is appropria...
2021-02-02 Matt CaswellAvoid races by caching exported ciphers in the init...
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 Daiki Uenoparams: OSSL_PARAM_utf8_ptr: don't automatically refere...
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-21 Tomas MrazPass correct maximum output length to provider derive...
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-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-17 Paulidsa: provider and library deprecation changes
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...
next