summaryrefslogtreecommitdiffstats
path: root/doc/internal
AgeCommit message (Expand)Author
2019-11-20Replumbing: pre-populate the EVP namemap with commonly known namesRichard Levitte
2019-11-18Properties: make query cache reference count aware.Pauli
2019-11-10Fix L<xxx(1)> links to be L<openssl-xxx(1)>Rich Salz
2019-10-31Fix L<> entries without sectionsRich Salz
2019-10-29chunk 5 of CMP contribution to OpenSSLDr. David von Oheimb
2019-10-18Doc for the added internal RSA functionsRichard Levitte
2019-10-18Configure: get version from the file 'VERSION' instead of 'opensslv.h'Richard Levitte
2019-10-14Building: Add modules with DEPENDs to GENERATEd filesRichard Levitte
2019-10-11POD: stop abusing commentRichard Levitte
2019-10-11Doc: update internal build.info manualRichard Levitte
2019-10-10Cleanup: move remaining providers/common/include/internal/*.hRichard Levitte
2019-10-09Document build.info syntax internallyRichard Levitte
2019-10-03Replumbing: make it possible for providers to specify multiple namesRichard Levitte
2019-10-03Fix errors found by new find-doc-nitsRich Salz
2019-10-01Make manuals with TYPE conform with man-pages(7)Richard Levitte
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-28Funtion name with variable part in doc/man7/ and doc/internal/man3/Richard Levitte
2019-09-28Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)Richard Levitte
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte
2019-09-09Fix typos in the OSSL_METHOD_STORE docJakub Zelenka
2019-09-03Refactor how KEYMGMT methods get associated with other methodsRichard Levitte
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte
2019-08-22Modify ossl_method_store_add() to handle reference countingRichard Levitte
2019-08-21Constify param builder string functions.Pauli
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-01Load the config file by defaultMatt Caswell
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-07-26Add functions to see if a provider is available for use.Richard Levitte
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte
2019-07-23Add internal function ossl_algorithm_do_all()Richard Levitte
2019-07-22Add an internal API to access the KEYMGMT provider functionsRichard Levitte
2019-07-22Add evp_keymgmt_clear_pkey_cache() and use itRichard Levitte
2019-07-22Add evp_keymgmt_export_to_provider(), for key transfer between providersRichard Levitte
2019-07-19Add param builder free function.Pauli
2019-07-18Correct some OSSL_PARAM documentationRichard Levitte
2019-07-17Parameter building utilities.Pauli
2019-07-15In documentation, consistently refer to OpenSSL 3.0Richard Levitte
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-07-02ossl_provider_upref to ossl_provider_up_refRichard Levitte
2019-07-02Fix TyposAntoine Cœur
2019-06-28Add a nid 2 algorithm name mapping capabilityMatt Caswell
2019-06-24Replumbing: add support for multiple names per algorithmRichard Levitte
2019-06-24Enhance and update the docs of the internal ossl_provider APIRichard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-19Fix a doc-nits failureMatt Caswell
2019-06-19Add some internal documentation for some thread related functionsMatt Caswell