summaryrefslogtreecommitdiffstats
path: root/include/internal
AgeCommit message (Expand)Author
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell
2021-06-24Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell
2021-06-24Remove flag_couldbechildMatt Caswell
2021-06-24Add a new provider to the store only after we activate itMatt Caswell
2021-06-24Instantiate predefined providers just-in-timeMatt Caswell
2021-06-22Fix definition of ossl_intmax_t and ossl_uintmax_tRichard Levitte
2021-06-21Refactor KTLS tests to better support TLS 1.3.John Baldwin
2021-06-16CORE: Do a bit of cleanup of core fetchingRichard Levitte
2021-06-15Add the internal function ossl_method_store_do_all()Richard Levitte
2021-06-15CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte
2021-06-05property: Add functionality to query data from a property definitionRichard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-28Rework and make DEBUG macros consistent.Rich Salz
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-24core: condition out more in FIPS buildsPauli
2021-05-20Ensure mirroring of properties works for subsequent updatesMatt Caswell
2021-05-20Add a callback for providers to know about global properties changesMatt Caswell
2021-05-20Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell
2021-05-19Fix include/internal/sockets.h for VMSRichard Levitte
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-17Fix a use-after-free in the child provider codeMatt Caswell
2021-05-15Init the child providers immediately on creation of the child libctxMatt Caswell
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-05-11Don't convert pre-existing providers into childrenMatt Caswell
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell
2021-05-11Add the ability for ex_data to have a priorityMatt Caswell
2021-05-07provider: flush the store cache when providers are loaded/unloaded.Pauli
2021-05-04Create libcrypto support for BIO_new_from_core_bio()Matt Caswell
2021-04-28Store the list of activated providers in the libctxMatt Caswell
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-12Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis
2021-04-08Update copyright yearMatt Caswell
2021-04-08Add a constant time zero check function for 64-bit integersAmitay Isaacs
2021-04-08numbers: Define 128-bit integers if compiler supportsAmitay Isaacs
2021-04-08property: lock the lib ctx when updating the property definition cachePauli
2021-04-08property: check return values from the property locking calls.Pauli
2021-04-01Corrected missing definitions from NonStop SPT build.Randall S. Becker
2021-03-24Fix a windows build breakFdaSilvaYY
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_ conf symbolsShane Lontis
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2021-03-18Fix external symbols for crypto_*Shane Lontis
2021-03-18ASN1: add an internal header to validate Unicode rangesBeat Bolli
2021-03-16property: default queries create the property values.Pauli
2021-03-12rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli
2021-03-11Update copyright yearMatt Caswell