aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/core.h
AgeCommit message (Expand)AuthorFilesLines
2021-12-10Make OSSL_provider_init() OPENSSL_EXPORT, not just externRichard Levitte1-1/+1
2021-05-11Register callbacks with core for child provider creation/deletionMatt Caswell1-1/+0
2021-05-11Add the concept of a child OSSL_LIB_CTXMatt Caswell1-0/+1
2021-05-06Clarify where dispatch functions/ids are definedDaniel Bevenius1-2/+2
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte1-0/+1
2021-02-18Update copyright yearMatt Caswell1-1/+1
2021-02-10include/openssl: add a few missing #pragma once directivesFdaSilvaYY1-0/+1
2020-08-22Add Explicit EC parameter support to providers.Shane Lontis1-3/+3
2020-06-24core: add OSSL_INOUT_CALLBACKPauli1-1/+2
2020-05-16Maintain strict type discipline between the core and providersMatt Caswell1-2/+7
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-08params: add a warning about the PTR types.Pauli1-0/+6
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte1-0/+10
2019-11-14CORE: Add a generic callback function typeRichard Levitte1-0/+15
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte1-3/+3
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre1-1/+1
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte1-1/+1
2019-07-16remove end of line spacesPauli1-1/+1
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli1-1/+1
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell1-0/+13
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte1-1/+5
2019-03-29Windows, VMS: build fixesRichard Levitte1-0/+7
2019-03-12OSSL_PARAM helper functions.Pauli1-13/+20
2019-03-12Rename 'buffer' to 'data' in OSSL_PARAMRichard Levitte1-2/+2
2019-03-11Replumbing: Add the Provider Object, type OSSL_PROVIDERRichard Levitte1-0/+20
2019-02-27Replumbing: Add include/openssl/core.h, initially with core typesRichard Levitte1-0/+143