summaryrefslogtreecommitdiffstats
path: root/doc/internal/man3
AgeCommit message (Expand)Author
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
2021-05-01APPS: Document the core of the opt_ APIRich Salz
2021-04-22Update copyright yearMatt Caswell
2021-04-20Improve ossl_cmp_build_cert_chain(); publish it as X509_build_chain()Dr. David von Oheimb
2021-04-15Add EVP_PKEY_todata() and EVP_PKEY_export() functions.Shane Lontis
2021-04-08Update copyright yearMatt Caswell
2021-04-08property: check return values from the property locking calls.Pauli
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-12rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli
2021-03-12doc: describe the return from ossl_provider_forall_loaded()Pauli
2021-03-11Update copyright yearMatt Caswell
2021-03-08Document the change in behaviour of the the low level key getters/settersMatt Caswell
2021-03-08Cache legacy keys instead of downgrading themMatt Caswell
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2021-02-24provider: add an unquery function to allow providers to clean up.Pauli
2021-02-23provider: add option to load a provider without disabling the fallbacks.Pauli
2021-02-18Update copyright yearMatt Caswell
2021-02-07Fix race condition & allow operation cache to grow.Pauli
2021-02-02Ensure the EVP_PKEY operation_cache is appropriately lockedMatt Caswell
2021-01-28Update copyright yearRichard Levitte
2021-01-13Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb
2021-01-13X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb
2020-12-17CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte
2020-11-20doc: Documentation changes for moving the entropy source out of the fips prov...Pauli
2020-11-11Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz
2020-11-11Avoid duplicate ends_with_dirsep functionsTomas Mraz
2020-11-01Simplify and clarify doc/internal/man7/deprecation.podRichard Levitte
2020-10-22Remove ossl_prov_util_nid_to_name()Shane Lontis
2020-10-15Update copyright yearMatt Caswell
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-10-07rsa: add ossl_ prefix to internal rsa_ calls.Pauli
2020-10-01der: _ossl prefix DER functionsPauli
2020-09-25Hide ECX_KEY againRichard Levitte
2020-09-23Add a "random" configuration section.Pauli
2020-09-12EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte
2020-09-11Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb
2020-09-10Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb
2020-09-08PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte
2020-09-05Strengthen chain building for CMPDr. David von Oheimb
2020-08-26Documentation for internal PUNYCODE-related functionsDmitry Belyavskiy
2020-08-21Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb
2020-08-21cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb
2020-08-21Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb
2020-08-21Update CMP header file references in internal CMP documentationDr. David von Oheimb