life-cycles: update digest state table
[openssl.git] / doc / internal /
2021-06-02 Paulidoc: move XXX_get_number() documentation to internal
2021-05-20 Matt CaswellUpdate copyright year
2021-05-20 Matt CaswellUpdate documentation for global properties mirroring
2021-05-20 Matt CaswellDocumentation updates for mirroring of global properties
2021-05-19 Richard Levittebuild.info: Make it possible to set attributes on SOURC...
2021-05-15 Matt CaswellInit the child providers immediately on creation of...
2021-05-13 Rich SalzFix cut/paste (?) error.
2021-05-11 Matt CaswellUpdate documentation following addition of OSSL_LIB_CTX...
2021-05-07 Paulidoc: document the new ossl_provider_clear_all_operation...
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-05-05 Dr. David von OheimbAPPS: Slightly extend and improve documentation of...
2021-05-01 Rich SalzAPPS: Document the core of the opt_ API
2021-04-22 Matt CaswellUpdate copyright year
2021-04-20 Dr. David von OheimbImprove ossl_cmp_build_cert_chain(); publish it as...
2021-04-15 Shane LontisAdd EVP_PKEY_todata() and EVP_PKEY_export() functions.
2021-04-08 Matt CaswellUpdate copyright year
2021-04-08 Pauliproperty: check return values from the property locking...
2021-04-02 Richard LevitteCORE: Add an algorithm_description field to OSSL_ALGORITHM
2021-03-14 Rich SalzAlways check CRYPTO_LOCK_{read,write}_lock
2021-03-11 Paulirename ossl_provider_forall_loaded to ossl_provider_doa...
2021-03-11 Paulidoc: describe the return from ossl_provider_forall_loaded()
2021-03-11 Matt CaswellUpdate copyright year
2021-03-08 Matt CaswellDocument the change in behaviour of the the low level...
2021-03-08 Matt CaswellCache legacy keys instead of downgrading them
2021-03-03 Richard Levittebuild.info: Add the possibility to add dependencies...
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-24 Pauliprovider: add an unquery function to allow providers...
2021-02-23 Pauliprovider: add option to load a provider without disabli...
2021-02-18 Matt CaswellUpdate copyright year
2021-02-12 Richard LevitteDOCS: Update the internal documentation on EVP_PKEY.
2021-02-07 PauliFix race condition & allow operation cache to grow.
2021-02-02 Matt CaswellEnsure the EVP_PKEY operation_cache is appropriately...
2021-01-28 Richard LevitteUpdate copyright year
2021-01-13 Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-13 Dr. David von OheimbX509_cmp(): Fix comparison in case x509v3_cache_extensi...
2020-12-17 Richard LevitteCORE: Separate OSSL_PROVIDER activation from OSSL_PROVI...
2020-11-19 Paulidoc: Documentation changes for moving the entropy sourc...
2020-11-11 Tomas MrazAdd ossl_is_absolute_path function to detect absolute...
2020-11-11 Tomas MrazAvoid duplicate ends_with_dirsep functions
2020-11-01 Richard LevitteSimplify and clarify doc/internal/man7/deprecation.pod
2020-10-22 Shane LontisRemove ossl_prov_util_nid_to_name()
2020-10-15 Matt CaswellUpdate copyright year
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-12 Richard LevitteDocument how deprecation should be done
2020-10-06 Paulirsa: add ossl_ prefix to internal rsa_ calls.
2020-10-01 Paulider: _ossl prefix DER functions
2020-09-25 Richard LevitteHide ECX_KEY again
2020-09-23 PauliAdd a "random" configuration section.
2020-09-12 Richard LevitteEVP: Add the internal convenience function evp_keymgmt_...
2020-09-11 Dr. David von OheimbExtend X509 cert checks and error reporting in v3_...
2020-09-10 Dr. David von OheimbClean up CMP chain building for CMP signer, TLS client...
2020-09-08 Richard LevittePEM: Make PEM_write_bio_PrivateKey_traditional() handle...
2020-09-05 Dr. David von OheimbStrengthen chain building for CMP
2020-08-26 Dmitry BelyavskiyDocumentation for internal PUNYCODE-related functions
2020-08-21 Dr. David von OheimbUse in CMP+CRMF libctx and propq param added to sign...
2020-08-21 Dr. David von Oheimbcmp_util.c: Add OPENSSL_CTX parameter to ossl_cmp_build...
2020-08-21 Dr. David von OheimbAdd libctx and propq parameters to OSSL_CMP_{SRV_}...
2020-08-21 Dr. David von OheimbUpdate CMP header file references in internal CMP docum...
2020-08-12 Dr. David von OheimbIntroduce X509_add_cert[s] simplifying various addition...
2020-08-12 Shane LontisAdd public API for gettables and settables for keymanag...
2020-08-06 Matt CaswellUpdate copyright year
2020-08-04 Shane LontisChange the provider implementation of X942kdf to use...
2020-07-30 Dr. David von OheimbExport ossl_cmp_msg_load() as OSSL_CMP_MSG_read(),...
2020-07-30 Dr. David von OheimbStreamline the CMP request session API, adding the...
2020-07-22 Gustaf NeumannAlign documentation with recommendations of Linux Docum...
2020-07-19 Shane LontisAdded missing ';' after methods in the synopsis section...
2020-07-04 Gustaf NeumannFix typos and repeated words
2020-07-01 Dr. David von OheimbAdd X509_self_signed(), extending and improving documen...
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... evp_generic_fetch.pod: fix documentation error
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-23 Pauliproperty: Move global default properties to the library...
2020-06-19 Matt CaswellAdd the OSSL_PROVIDER_get_capabilities() API function
2020-06-18 Sebastian Andrzej... DOC: Spelling fixes
2020-06-13 Dr. David von OheimbMove part of OSSL_CMP_validate_msg() to ossl_cmp_msg_ch...
2020-06-13 Dr. David von OheimbMake CMP server use same protection for response as...
2020-06-13 Dr. David von OheimbImprove ossl_cmp_msg_check_received() and rename to...
2020-06-04 Matt CaswellUpdate copyright year
2020-05-19 Richard LevitteCORE: query for operations only once per provider ...
2020-05-13 Dr. David von OheimbRename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_...
2020-05-13 Dr. David von OheimbAdd -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MS...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-17 Richard LevitteEVP: Fix calls to evp_pkey_export_to_provider()
2020-04-11 Richard LevitteFix some errors in documentation
2020-04-07 Richard LevittePROV: Add the beginning of a DER writing library
2020-03-28 PauliParam builder: make the OSSL_PARAM_BLD APIs public.
2020-03-25 Dr. David von OheimbChunk 9 of CMP contribution to OpenSSL: CMP client...
2020-03-10 Dr. David von OheimbFix handling of CMP msg senderKID and improve doc of...
2020-03-10 Dr. David von OheimbChunk 8 of CMP contribution to OpenSSL: CMP server...
2020-03-03 Tomas MrazCorrect two small documentation issues
2020-03-02 Richard Levittebuild.info: Implement simply substitutions in variable...
2020-03-02 Richard Levittebuild.info: Make it possible to have more than one...
2020-02-29 Richard LevitteDOCS: Add and modify docs for internal EVP_KEYMGMT...
2020-02-29 Richard LevitteDOCS: Add internal docs for EVP_PKEY and the export...
2020-02-28 Nikolay Morozovx509v3 subjectSignTool extention support
2020-02-22 Richard LevitteRefactor evp_pkey_make_provided() to do legacy to provi...
2020-02-18 Alex BobocDOC:Fix typos in ossl_cmp_print_log.pod
2020-02-18 Alex BobocDOC:Fix typos in ossl_param_bld_init
next