aboutsummaryrefslogtreecommitdiffstats
path: root/doc/internal
Commit message (Expand)AuthorAgeFilesLines
* 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
* DOC: Spelling fixesSebastian Andrzej Siewior2020-06-181-1/+1
* Move part of OSSL_CMP_validate_msg() to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-0/+10
* Make CMP server use same protection for response as for requestDr. David von Oheimb2020-06-131-1/+8
* Improve ossl_cmp_msg_check_received() and rename to ossl_cmp_msg_check_update()Dr. David von Oheimb2020-06-131-26/+25
* Update copyright yearMatt Caswell2020-06-041-1/+1
* CORE: query for operations only once per provider (unless no_store is true)Richard Levitte2020-05-191-1/+16
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-131-1/+1
* Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb2020-05-131-2/+2
* Update copyright yearMatt Caswell2020-04-2312-12/+12
* EVP: Fix calls to evp_pkey_export_to_provider()Richard Levitte2020-04-171-21/+16
* Fix some errors in documentationRichard Levitte2020-04-112-6/+4
* PROV: Add the beginning of a DER writing libraryRichard Levitte2020-04-074-0/+300