Fix up path generation to use OPENSSL_MODULES
[openssl.git] / doc / man7 / provider-base.pod
2023-10-20 Matthias St. Pierrerand: add callbacks to cleanup the user entropy resp...
2023-09-27 Paulifips: use seed source requested
2023-09-07 Matt CaswellCopyright year updates
2023-05-12 Dimitri PapadopoulosFix typos found by codespell
2023-04-21 Irak RigiaAdded a macro OSSL_DISPATCH_END as marker of the end...
2023-03-02 HansHoogerwerfFix typo in base provider example code
2023-02-24 Michael Baentschfirst cut at sigalg loading
2022-12-08 Richard LevitteReplace some boldened types with a corresponding man...
2022-06-16 Michael BaentschFix for OSSL_PARAM sample code referencing OSSL_PARAM_U...
2021-11-28 Paulidoc: remove non-existent callbacks
2021-10-22 Michael BaentschPermit no/empty digest in core_obj_add_sigid
2021-10-11 Tomas Mrazdoc: OPENSSL_CORE_CTX should never be cast to OSSL_LIB_CTX
2021-09-25 Paulidoc: Document that the OBJ creation functions are now...
2021-09-22 Paulidoc: remove end of line whitespace
2021-08-31 Matt CaswellAdd a warning about locking in the child provider callb...
2021-07-30 Paulidoc: document that config_diagnostics is sensible but...
2021-06-26 Paulidoc: update up call documentation
2021-06-24 Paulidoc: Document that the OBJ creation functions don't...
2021-06-16 Matt CaswellAdd documentation for the newly added OBJ up calls
2021-06-16 Paulidoc: finish the provider child up call documentation
2021-05-23 Paulidoc: update core_thread_start() documentation
2021-05-20 Matt CaswellUpdate documentation for global properties mirroring
2021-05-15 Paulidoc: document all functions in provider-base(7)
2021-05-11 Matt CaswellUpdate documentation following addition of OSSL_LIB_CTX...
2021-05-07 Tomas MrazUnify parameter types in documentation
2021-04-09 Tomas MrazSmall fixes and cleanups of provider API documentation
2021-03-10 Paulicore: add up_ref callback for OSSL_CORE_BIO
2021-02-24 Pauliprovider: add an unquery function to allow providers...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-14 Matt CaswellDocument the core_thread_start upcall
2020-11-19 Paulidoc: Documentation changes for moving the entropy sourc...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-14 Nicola TuveriDefine OSSL_CAPABILITY_TLS_GROUP_IS_KEM
2020-08-09 Shane LontisAdd 'on demand self test' and status test to providers
2020-07-04 Gustaf NeumannFix typos and repeated words
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2020-06-19 Matt CaswellAdd documentation about Capabilities
2020-05-26 Shane LontisUpdate core_names.h fields and document most fields.
2020-05-16 Matt CaswellUpdate documentation following changes of various types
2020-04-23 Matt CaswellUpdate copyright year
2020-01-15 Shane LontisAdd FIPS Self test kats for digests
2019-12-14 Rich SalzDeprecate most of debug-memory
2019-12-11 Veres LajosFix some typos
2019-11-29 Richard LevittePROV BIO: add a BIO_vprintf() upcall, and a provider...
2019-11-29 Matt CaswellDisable mem leak checking for the self test lock
2019-09-15 Shane LontisAdd fips module integrity check
2019-08-18 Shane LontisAdd fips provider code for handling self test data
2019-08-15 Richard LevitteRename provider and core get_param_types functions
2019-07-31 Richard LevitteRefactor provider support for reporting errors
2019-07-22 Richard LevitteDocumentation: add provider-base(7), describing the...