summaryrefslogtreecommitdiff
path: root/providers/baseprov.c
Commit message (Expand)AuthorAgeFilesLines
* Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia2023-04-211-1/+1
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-1/+0
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Fix misc external ossl_ symbols.Shane Lontis2021-03-181-1/+1
* PROV: Re-implement all the keypair encodersRichard Levitte2020-11-111-6/+2
* PROV: Re-implement all the keypair decodersRichard Levitte2020-11-111-6/+2
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-1/+1
* prov: prefix provider internal functions with ossl_Pauli2020-09-291-7/+8
* ENCODER: Refactor our provider encoder implementationsRichard Levitte2020-09-201-2/+2
* provider: add an 'is_running' call to all providers.Pauli2020-09-121-0/+4
* Fix up issue on AIX caused by broken compiler handling of macro expansionJon Spillett2020-09-091-2/+2
* STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte2020-09-031-0/+11
* Avoid AIX compiler issue by making the macro argument names not match any sub...Jon Spillett2020-09-031-4/+4
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-12/+12
* deserialisation: add deserialisation to the base providerPauli2020-07-301-1/+18
* serialisation: Add a built-in base provider.Pauli2020-07-301-0/+153