aboutsummaryrefslogtreecommitdiffstats
path: root/doc/internal
Commit message (Expand)AuthorAgeFilesLines
* Document build.info syntax internallyRichard Levitte2019-10-091-0/+552
* Replumbing: make it possible for providers to specify multiple namesRichard Levitte2019-10-031-5/+18
* Fix errors found by new find-doc-nitsRich Salz2019-10-034-4/+4
* Make manuals with TYPE conform with man-pages(7)Richard Levitte2019-10-012-5/+6
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-282-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-285-5/+5
* Funtion name with variable part in doc/man7/ and doc/internal/man3/Richard Levitte2019-09-282-25/+42
* Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)Richard Levitte2019-09-2812-101/+101
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb2019-09-273-0/+237
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-192-27/+48
* Fix typos in the OSSL_METHOD_STORE docJakub Zelenka2019-09-091-5/+5
* Refactor how KEYMGMT methods get associated with other methodsRichard Levitte2019-09-031-2/+7
* Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte2019-08-221-3/+5
* Modify ossl_method_store_add() to handle reference countingRichard Levitte2019-08-221-4/+8
* Constify param builder string functions.Pauli2019-08-211-2/+2
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-0/+9
* Rename provider and core get_param_types functionsRichard Levitte2019-08-151-4/+4
* Load the config file by defaultMatt Caswell2019-08-011-3/+13
* CAdES : lowercase name for now internal methods.FdaSilvaYY2019-07-311-0/+46
* Add functions to see if a provider is available for use.Richard Levitte2019-07-261-1/+10
* Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte2019-07-231-5/+5
* Add internal function ossl_algorithm_do_all()Richard Levitte2019-07-231-0/+63
* Add an internal API to access the KEYMGMT provider functionsRichard Levitte2019-07-221-0/+109
* Add evp_keymgmt_clear_pkey_cache() and use itRichard Levitte2019-07-221-3/+9
* Add evp_keymgmt_export_to_provider(), for key transfer between providersRichard Levitte2019-07-221-0/+50
* Add param builder free function.Pauli2019-07-191-24/+21
* Correct some OSSL_PARAM documentationRichard Levitte2019-07-181-43/+43
* Parameter building utilities.Pauli2019-07-171-0/+191
* In documentation, consistently refer to OpenSSL 3.0Richard Levitte2019-07-152-2/+2
* Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell2019-07-021-0/+41
* ossl_provider_upref to ossl_provider_up_refRichard Levitte2019-07-023-11/+11
* Fix TyposAntoine Cœur2019-07-023-3/+3
* Add a nid 2 algorithm name mapping capabilityMatt Caswell2019-06-281-0/+35
* Replumbing: add support for multiple names per algorithmRichard Levitte2019-06-241-13/+33
* Enhance and update the docs of the internal ossl_provider APIRichard Levitte2019-06-242-64/+136
* Change OSSL_PARAM return size to not be a pointer.Pauli2019-06-241-2/+1
* Fix a doc-nits failureMatt Caswell2019-06-191-0/+2
* Add some internal documentation for some thread related functionsMatt Caswell2019-06-191-0/+64
* doc/internal/man3/ossl_method_construct.pod: follow common conventionsRichard Levitte2019-06-101-20/+20
* EVP fetching: make operation_id part of the method identityRichard Levitte2019-06-101-11/+26
* EVP_FETCH: remove the need to transport the legacy NID through constructionRichard Levitte2019-05-121-14/+17
* EVP_FETCH: deal with names without pre-defined NIDsRichard Levitte2019-05-122-15/+16
* Create internal number<->name mapping APIRichard Levitte2019-05-121-0/+74
* Update internal documentation after global data move to OPENSSL_CTXMatt Caswell2019-05-023-38/+71
* Replumbing: give the possibility for the provider to create a contextRichard Levitte2019-04-301-1/+8
* Use the right NID when putting a method in the storeMatt Caswell2019-04-092-4/+10
* Replumbing: add fallback provider capabilityRichard Levitte2019-03-191-8/+18
* Add generic EVP method fetcherRichard Levitte2019-03-181-0/+232
* Replumbing: better reference counter control in ossl_method_construct()Richard Levitte2019-03-181-1/+13