summaryrefslogtreecommitdiffstats
path: root/doc/internal
AgeCommit message (Expand)Author
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