summaryrefslogtreecommitdiffstats
path: root/doc/internal
AgeCommit message (Expand)Author
2023-05-30Update copyright yearTomas Mraz
2023-05-12CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb
2023-04-18cmp_client_test.c: add tests for errors reported by server on subsequent requ...Dr. David von Oheimb
2023-04-18ossl_cmp_mock_srv_new.pod: correct/update names of internal test support func...Dr. David von Oheimb
2023-04-18crypto/cmp: fix CertReqId to use in p10cr transactions acc. to RFC 4210Dr. David von Oheimb
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2022-12-08Replace some boldened types with a corresponding man page linkRichard Levitte
2022-11-15Update documentation for keymgmt export utilsSimo Sorce
2022-07-05Update copyright yearRichard Levitte
2022-06-27der_writer: Use uint32_t instead of long.Daniel Fiala
2022-06-21Update copyright yearMatt Caswell
2022-05-05Make it possible to remove methods by the provider that provides themRichard Levitte
2022-05-05Don't empty the method store when flushing the query cacheRichard Levitte
2022-05-05Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte
2022-03-15Update copyright yearMatt Caswell
2022-03-08fetch: convert a NULL property query to ""Pauli
2021-12-14Update copyright yearMatt Caswell
2021-11-15Stop receiving child callbacks in a child libctx when appropriateMatt Caswell
2021-11-15Don't attempt to deactive child providers if we don't need toMatt Caswell
2021-10-27CORE: Encure that cached fetches can be done per providerRichard Levitte
2021-10-27EVP: Add the internal function evp_generic_fetch_from_prov()Richard Levitte
2021-10-27CORE: add a provider argument to ossl_method_construct()Richard Levitte
2021-10-26Doc: replace `NULL` terminated with `NUL`Kinshuk Dua
2021-09-22doc: Fix include syntaxPauli
2021-09-22doc: remove end of line whitespacePauli
2021-09-07Update copyright yearRichard Levitte
2021-09-07fix documentation error caused by commit 6882652e65d39310c98ba506ceb55a87c702...PW Hu
2021-09-07 fix documentation error caused by commit 9067cf6ccdce0a73922f06937e54c2fce27...PW Hu
2021-08-04doc: replace markdown backticks with perlpod syntaxBeat Bolli
2021-07-29Update copyright yearMatt Caswell
2021-07-12doc: document the new opt_legacy_okay() function's behaviourPauli
2021-06-25CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb
2021-06-25CMP: Clean up internal message creation API and its documentationDr. David von Oheimb
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell
2021-06-24Update documentation following updates to the provider codeMatt Caswell
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell
2021-06-24Instantiate predefined providers just-in-timeMatt Caswell
2021-06-16doc: document the various get_cipher functions in the commands lib.Pauli
2021-06-08doc: remove empty sectionPauli
2021-06-02doc: move XXX_get_number() documentation to internalPauli
2021-05-20Update copyright yearMatt Caswell
2021-05-20Update documentation for global properties mirroringMatt Caswell
2021-05-20Documentation updates for mirroring of global propertiesMatt Caswell
2021-05-19build.info: Make it possible to set attributes on SOURCE / SHARED_SOURCE stmtsRichard Levitte
2021-05-15Init the child providers immediately on creation of the child libctxMatt Caswell
2021-05-13Fix cut/paste (?) error.Rich Salz
2021-05-11Update documentation following addition of OSSL_LIB_CTX_new_child()Matt Caswell
2021-05-07doc: document the new ossl_provider_clear_all_operation_bits() functionPauli
2021-05-05APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macroDr. David von Oheimb
2021-05-05APPS: Slightly extend and improve documentation of the opt_ APIDr. David von Oheimb