summaryrefslogtreecommitdiffstats
path: root/providers/baseprov.c
AgeCommit message (Expand)Author
2023-09-27fips: use seed source requestedPauli
2023-09-07Copyright year updatesMatt Caswell
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2022-11-23Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY
2021-04-08Update copyright yearMatt Caswell
2021-03-18Fix misc external ossl_ symbols.Shane Lontis
2020-11-11PROV: Re-implement all the keypair encodersRichard Levitte
2020-11-11PROV: Re-implement all the keypair decodersRichard Levitte
2020-10-15Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-09-29prov: prefix provider internal functions with ossl_Pauli
2020-09-20ENCODER: Refactor our provider encoder implementationsRichard Levitte
2020-09-12provider: add an 'is_running' call to all providers.Pauli
2020-09-09Fix up issue on AIX caused by broken compiler handling of macro expansionJon Spillett
2020-09-03STORE: Add a built-in 'file:' storemgmt implementation (loader)Richard Levitte
2020-09-03Avoid AIX compiler issue by making the macro argument names not match any sub...Jon Spillett
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte
2020-07-30deserialisation: add deserialisation to the base providerPauli
2020-07-30serialisation: Add a built-in base provider.Pauli