bin2bn(): When len==0, just return a zero BIGNUM
[openssl.git] / crypto / provider_child.c
2022-05-05 Richard LevitteFor child libctx / provider, don't count self-reference...
2022-05-03 Matt CaswellUpdate copyright year
2022-03-31 Hugo LandauRefactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
2021-11-12 Matt CaswellStop receiving child callbacks in a child libctx when...
2021-11-12 Matt CaswellRemove the isinited variable from child_prov_globals
2021-11-12 Matt CaswellDon't attempt to deactive child providers if we don...
2021-06-24 Matt CaswellFix a race in ossl_provider_add_to_store()
2021-06-24 Matt CaswellMerge ossl_provider_activate() and ossl_provider_activa...
2021-06-24 Matt CaswellSet use_fallbacks to zero when we add a provider to...
2021-06-24 Matt CaswellRemove flag_couldbechild
2021-06-24 Matt CaswellAdd a new provider to the store only after we activate it
2021-05-20 Matt CaswellEnsure mirroring of properties works for subsequent...
2021-05-20 Matt CaswellAdd a callback for providers to know about global prope...
2021-05-17 Matt CaswellFix a use-after-free in the child provider code
2021-05-15 Matt CaswellInit the child providers immediately on creation of...
2021-05-11 Matt CaswellDon't convert pre-existing providers into children
2021-05-11 Matt CaswellAdd support for child provider to up_ref/free their...
2021-05-11 Matt CaswellRegister callbacks with core for child provider creatio...
2021-05-11 Matt CaswellAdd the concept of a child OSSL_LIB_CTX