aboutsummaryrefslogtreecommitdiffstats
path: root/doc/internal
Commit message (Expand)AuthorAgeFilesLines
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-3/+6
* provider: add an unquery function to allow providers to clean up.Pauli2021-02-241-1/+9
* provider: add option to load a provider without disabling the fallbacks.Pauli2021-02-231-3/+6
* Update copyright yearMatt Caswell2021-02-182-2/+2
* DOCS: Update the internal documentation on EVP_PKEY.Richard Levitte2021-02-121-18/+179
* Fix race condition & allow operation cache to grow.Pauli2021-02-071-16/+15
* Ensure the EVP_PKEY operation_cache is appropriately lockedMatt Caswell2021-02-021-5/+11
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb2021-01-131-46/+0
* X509_cmp(): Fix comparison in case x509v3_cache_extensions() failed to due to...Dr. David von Oheimb2021-01-131-1/+2
* CORE: Separate OSSL_PROVIDER activation from OSSL_PROVIDER referenceRichard Levitte2020-12-171-15/+23
* doc: Documentation changes for moving the entropy source out of the fips prov...Pauli2020-11-201-0/+66
* Add ossl_is_absolute_path function to detect absolute pathsTomas Mraz2020-11-111-4/+11
* Avoid duplicate ends_with_dirsep functionsTomas Mraz2020-11-111-0/+38
* Simplify and clarify doc/internal/man7/deprecation.podRichard Levitte2020-11-012-148/+117
* Remove ossl_prov_util_nid_to_name()Shane Lontis2020-10-221-35/+0
* Update copyright yearMatt Caswell2020-10-154-4/+4
* Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'Dr. Matthias St. Pierre2020-10-151-4/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-1511-50/+50
* Document how deprecation should be doneRichard Levitte2020-10-121-0/+225
* rsa: add ossl_ prefix to internal rsa_ calls.Pauli2020-10-071-11/+11
* der: _ossl prefix DER functionsPauli2020-10-014-47/+48
* Hide ECX_KEY againRichard Levitte2020-09-251-0/+43
* Add a "random" configuration section.Pauli2020-09-231-0/+42
* EVP: Add the internal convenience function evp_keymgmt_util_export()Richard Levitte2020-09-121-0/+6
* Extend X509 cert checks and error reporting in v3_{purp,crld}.c and x509_{set...Dr. David von Oheimb2020-09-111-0/+40
* Clean up CMP chain building for CMP signer, TLS client, and newly enrolled certsDr. David von Oheimb2020-09-101-1/+1
* PEM: Make PEM_write_bio_PrivateKey_traditional() handle provider-native keysRichard Levitte2020-09-081-1/+9
* Strengthen chain building for CMPDr. David von Oheimb2020-09-051-17/+13
* Documentation for internal PUNYCODE-related functionsDmitry Belyavskiy2020-08-261-0/+60
* Use in CMP+CRMF libctx and propq param added to sign/verify/HMAC/decryptDr. David von Oheimb2020-08-212-12/+27
* cmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build_cert_chain(), improve...Dr. David von Oheimb2020-08-212-22/+33
* Add libctx and propq parameters to OSSL_CMP_{SRV_},CTX_new() and ossl_cmp_moc...Dr. David von Oheimb2020-08-211-3/+5
* Update CMP header file references in internal CMP documentationDr. David von Oheimb2020-08-212-2/+2
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-19/+3
* Add public API for gettables and settables for keymanagement, signatures and ...Shane Lontis2020-08-121-8/+4
* Update copyright yearMatt Caswell2020-08-062-2/+2
* Change the provider implementation of X942kdf to use wpacket to do der encodi...Shane Lontis2020-08-041-1/+11
* Export ossl_cmp_msg_load() as OSSL_CMP_MSG_read(), use it in apps/cmp.cDr. David von Oheimb2020-07-301-5/+0
* Streamline the CMP request session API, adding the generalized OSSL_CMP_exec_...Dr. David von Oheimb2020-07-303-10/+10
* Align documentation with recommendations of Linux Documentation ProjectGustaf Neumann2020-07-221-10/+10
* Added missing ';' after methods in the synopsis section of pod filesShane Lontis2020-07-192-3/+3
* Fix typos and repeated wordsGustaf Neumann2020-07-055-8/+7
* Add X509_self_signed(), extending and improving documenation and testsDr. David von Oheimb2020-07-011-4/+4
* Update copyright yearMatt Caswell2020-06-252-2/+2
* evp_generic_fetch.pod: fix documentation errorDr. Matthias St. Pierre2020-06-241-1/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-29/+30
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* property: Move global default properties to the library context.Pauli2020-06-231-9/+6
* Add the OSSL_PROVIDER_get_capabilities() API functionMatt Caswell2020-06-191-1/+16