summaryrefslogtreecommitdiffstats
path: root/doc/internal
AgeCommit message (Expand)Author
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
2019-06-10doc/internal/man3/ossl_method_construct.pod: follow common conventionsRichard Levitte
2019-06-10EVP fetching: make operation_id part of the method identityRichard Levitte
2019-05-12EVP_FETCH: remove the need to transport the legacy NID through constructionRichard Levitte
2019-05-12EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte
2019-05-12Create internal number<->name mapping APIRichard Levitte
2019-05-02Update internal documentation after global data move to OPENSSL_CTXMatt Caswell
2019-04-30Replumbing: give the possibility for the provider to create a contextRichard Levitte
2019-04-09Use the right NID when putting a method in the storeMatt Caswell
2019-03-19Replumbing: add fallback provider capabilityRichard Levitte
2019-03-18Add generic EVP method fetcherRichard Levitte
2019-03-18Replumbing: better reference counter control in ossl_method_construct()Richard Levitte
2019-03-12Replumbing: Add constructor of libcrypto internal method structuresRichard Levitte
2019-03-12Replumbing: Add support for the provider query_operation functionRichard Levitte
2019-03-12Replumbing: Add an OSSL_PROVIDER iterator with callbackRichard Levitte
2019-03-11Add documentationRichard Levitte
2019-03-06Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli
2019-02-28Place return values after examples in docPaul Yang
2019-02-19Fixup internal documentationRichard Levitte
2019-02-18Conform to proper NAME section formatRichard Levitte
2019-02-18Property: naming and manual clarifiationsRichard Levitte
2019-02-18Properties for implementation selection.Pauli
2019-02-16Add an OpenSSL library contextRichard Levitte
2019-02-14Sparse array iterators include index position.Pauli
2019-02-12Add sparse array data type.Pauli