aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man7/provider-base.pod
Commit message (Expand)AuthorAgeFilesLines
* rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre2023-10-201-7/+19
* fips: use seed source requestedPauli2023-09-271-5/+23
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Fix typos found by codespellDimitri Papadopoulos2023-05-121-1/+1
* Added a macro OSSL_DISPATCH_END as marker of the end of OSSL_DISPATCH arraysIrak Rigia2023-04-211-3/+3
* Fix typo in base provider example codeHansHoogerwerf2023-03-031-1/+1
* first cut at sigalg loadingMichael Baentsch2023-02-241-0/+123
* Replace some boldened types with a corresponding man page linkRichard Levitte2022-12-081-13/+13
* Fix for OSSL_PARAM sample code referencing OSSL_PARAM_UTF8_PTRMichael Baentsch2022-06-161-3/+3
* doc: remove non-existent callbacksPauli2021-11-281-10/+1
* Permit no/empty digest in core_obj_add_sigidMichael Baentsch2021-10-221-2/+3
* doc: OPENSSL_CORE_CTX should never be cast to OSSL_LIB_CTXTomas Mraz2021-10-111-3/+7
* doc: Document that the OBJ creation functions are now thread safe.Pauli2021-09-251-2/+5
* doc: remove end of line whitespacePauli2021-09-221-1/+1
* Add a warning about locking in the child provider callback docsMatt Caswell2021-08-311-2/+4
* doc: document that config_diagnostics is sensible but involves riskPauli2021-07-301-0/+1
* doc: update up call documentationPauli2021-06-261-1/+7
* doc: Document that the OBJ creation functions don't lock.Pauli2021-06-241-0/+2
* Add documentation for the newly added OBJ up callsMatt Caswell2021-06-161-3/+31
* doc: finish the provider child up call documentationPauli2021-06-161-1/+7
* doc: update core_thread_start() documentationPauli2021-05-241-5/+7
* Update documentation for global properties mirroringMatt Caswell2021-05-201-2/+7
* doc: document all functions in provider-base(7)Pauli2021-05-151-12/+16
* Update documentation following addition of OSSL_LIB_CTX_new_child()Matt Caswell2021-05-111-0/+54
* Unify parameter types in documentationTomas Mraz2021-05-071-9/+9
* Small fixes and cleanups of provider API documentationTomas Mraz2021-04-091-1/+1
* core: add up_ref callback for OSSL_CORE_BIOPauli2021-03-111-13/+15
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-0/+8
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Document the core_thread_start upcallMatt Caswell2021-01-141-1/+10
* doc: Documentation changes for moving the entropy source out of the fips prov...Pauli2020-11-201-0/+36
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-3/+3
* Define OSSL_CAPABILITY_TLS_GROUP_IS_KEMNicola Tuveri2020-10-141-7/+34
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-0/+11
* Fix typos and repeated wordsGustaf Neumann2020-07-051-2/+2
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-28/+28
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-5/+5
* Add documentation about CapabilitiesMatt Caswell2020-06-191-0/+78
* Update core_names.h fields and document most fields.Shane Lontis2020-05-261-8/+38
* Update documentation following changes of various typesMatt Caswell2020-05-161-20/+35
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add FIPS Self test kats for digestsShane Lontis2020-01-151-0/+3
* Deprecate most of debug-memoryRich Salz2019-12-141-2/+1
* Fix some typosVeres Lajos2019-12-111-2/+2
* PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte2019-11-291-2/+3
* Disable mem leak checking for the self test lockMatt Caswell2019-11-291-1/+2
* Add fips module integrity checkShane Lontis2019-09-151-2/+2
* Add fips provider code for handling self test dataShane Lontis2019-08-191-0/+5
* Rename provider and core get_param_types functionsRichard Levitte2019-08-151-11/+11
* Refactor provider support for reporting errorsRichard Levitte2019-07-311-17/+41