aboutsummaryrefslogtreecommitdiffstats
path: root/include/internal
Commit message (Expand)AuthorAgeFilesLines
* tsan: make detecting the need for locking when using tsan easierPauli2022-01-131-1/+7
* Fix pvk encoder to properly query for the passphraseTomas Mraz2021-12-061-0/+1
* Enable brainpool curves for TLS1.3Bernd Edlinger2021-11-261-0/+10
* Move more general parts of internal/cryptlib.h to new internal/common.hDr. David von Oheimb2021-11-172-101/+117
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-4/+14
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-0/+6
* Stop receiving child callbacks in a child libctx when appropriateMatt Caswell2021-11-121-0/+1
* Don't attempt to deactive child providers if we don't need toMatt Caswell2021-11-121-1/+1
* header: add integer overflow helper functionsPauli2021-11-121-0/+405
* prov: remove unused field `flag_fallback` and function `ossl_provider_set_fal...Pauli2021-11-101-1/+0
* CORE: Encure that cached fetches can be done per providerRichard Levitte2021-10-272-8/+9
* CORE: add a provider argument to ossl_method_construct()Richard Levitte2021-10-271-1/+1
* tsan: add an addition macroPauli2021-09-251-12/+10
* Fix a race in ossl_provider_add_to_store()Matt Caswell2021-06-241-1/+2
* Merge ossl_provider_activate() and ossl_provider_activate_child()Matt Caswell2021-06-241-4/+1
* Set use_fallbacks to zero when we add a provider to the storeMatt Caswell2021-06-241-3/+2
* Remove flag_couldbechildMatt Caswell2021-06-241-3/+3
* Add a new provider to the store only after we activate itMatt Caswell2021-06-241-0/+1
* Instantiate predefined providers just-in-timeMatt Caswell2021-06-242-5/+0
* Fix definition of ossl_intmax_t and ossl_uintmax_tRichard Levitte2021-06-221-0/+6
* Refactor KTLS tests to better support TLS 1.3.John Baldwin2021-06-211-6/+0
* CORE: Do a bit of cleanup of core fetchingRichard Levitte2021-06-161-4/+3
* Add the internal function ossl_method_store_do_all()Richard Levitte2021-06-151-0/+3
* CORE: Move away the allocation of the temporary no_cache method storeRichard Levitte2021-06-151-4/+2
* property: Add functionality to query data from a property definitionRichard Levitte2021-06-051-0/+15
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Rework and make DEBUG macros consistent.Rich Salz2021-05-281-13/+5
* Use <> for #include openssl/xxxRich Salz2021-05-271-4/+4
* err: rename err_load_xxx_strings_int functionsPauli2021-05-262-2/+2
* core: condition out more in FIPS buildsPauli2021-05-241-1/+3
* Ensure mirroring of properties works for subsequent updatesMatt Caswell2021-05-201-0/+3
* Add a callback for providers to know about global properties changesMatt Caswell2021-05-201-0/+1
* Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell2021-05-201-0/+4
* Fix include/internal/sockets.h for VMSRichard Levitte2021-05-191-1/+2
* Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb2021-05-181-48/+0
* Fix a use-after-free in the child provider codeMatt Caswell2021-05-171-0/+1
* Init the child providers immediately on creation of the child libctxMatt Caswell2021-05-151-1/+0
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-131-5/+2
* Don't convert pre-existing providers into childrenMatt Caswell2021-05-111-0/+5
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-112-3/+9
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-113-1/+11
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-111-1/+6
* provider: flush the store cache when providers are loaded/unloaded.Pauli2021-05-071-0/+1
* Create libcrypto support for BIO_new_from_core_bio()Matt Caswell2021-05-042-3/+6
* Store the list of activated providers in the libctxMatt Caswell2021-04-281-1/+2
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-0/+1
* Add OSSL_PARAM_dup() and OSSL_PARAM_merge().Shane Lontis2021-04-121-0/+11
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add a constant time zero check function for 64-bit integersAmitay Isaacs2021-04-081-0/+5
* numbers: Define 128-bit integers if compiler supportsAmitay Isaacs2021-04-081-0/+10