summaryrefslogtreecommitdiffstats
path: root/include/internal (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* property: lock the lib ctx when updating the property definition cachePauli2021-04-081-0/+4
* property: check return values from the property locking calls.Pauli2021-04-081-1/+1
* Corrected missing definitions from NonStop SPT build.Randall S. Becker2021-04-011-2/+10
* Fix a windows build breakFdaSilvaYY2021-03-241-2/+2
* Add ossl_ symbols for sm3 and sm4Shane Lontis2021-03-181-3/+3
* Add ossl_ conf symbolsShane Lontis2021-03-182-4/+4
* Add ossl_asn1 symbolsShane Lontis2021-03-181-2/+2
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-4/+4
* Fix external symbols for crypto_*Shane Lontis2021-03-181-11/+11
* ASN1: add an internal header to validate Unicode rangesBeat Bolli2021-03-181-0/+31
* property: default queries create the property values.Pauli2021-03-161-1/+2
* rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli2021-03-121-4/+4
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-111-0/+16
* include/internal: Remove TODOs that are irrelevant for 3.0Tomas Mraz2021-03-042-2/+2
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-241-3/+3
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-0/+3
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-231-1/+1
* Update copyright yearMatt Caswell2021-02-1829-29/+29
* dsa_check: Perform simple parameter check if seed is not availableTomas Mraz2021-02-181-2/+6
* include/internal: add a few missing #pragma once directivesFdaSilvaYY2021-02-1030-19/+59
* Handle partial data re-sending on ktls/sendfile on FreeBSDOleksandr Tymoshenko2021-02-101-6/+3
* ERR: Rebuild all generated error headers and source filesRichard Levitte2021-02-052-55/+0
* Update copyright yearRichard Levitte2021-01-283-3/+3
* Fix typo in thread_once commentsDaniel Bevenius2021-01-271-3/+3