]> git.ipfire.org Git - thirdparty/openssl.git/history - doc/internal
Fix SSL_check_chain()
[thirdparty/openssl.git] / doc / internal /
2019-08-01  Matt CaswellLoad the config file by default
2019-07-31  FdaSilvaYYCAdES : lowercase name for now internal methods.
2019-07-26  Richard LevitteAdd functions to see if a provider is available for...
2019-07-23  Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-23  Richard LevitteAdd internal function ossl_algorithm_do_all()
2019-07-22  Richard LevitteAdd an internal API to access the KEYMGMT provider...
2019-07-22  Richard LevitteAdd evp_keymgmt_clear_pkey_cache() and use it
2019-07-22  Richard LevitteAdd evp_keymgmt_export_to_provider(), for key transfer...
2019-07-18  PauliAdd param builder free function.
2019-07-18  Richard LevitteCorrect some OSSL_PARAM documentation
2019-07-17  PauliParameter building utilities.
2019-07-15  Richard LevitteIn documentation, consistently refer to OpenSSL 3.0
2019-07-02  Matt CaswellProvide rand_bytes_ex and rand_priv_bytes_ex
2019-07-02  Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-07-02  Antoine CœurFix Typos
2019-06-28  Matt CaswellAdd a nid 2 algorithm name mapping capability
2019-06-24  Richard LevitteReplumbing: add support for multiple names per algorithm
2019-06-24  Richard LevitteEnhance and update the docs of the internal ossl_provid...
2019-06-24  PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-19  Matt CaswellFix a doc-nits failure
2019-06-19  Matt CaswellAdd some internal documentation for some thread related...
2019-06-10  Richard Levittedoc/internal/man3/ossl_method_construct.pod: follow...
2019-06-10  Richard LevitteEVP fetching: make operation_id part of the method...
2019-05-12  Richard LevitteEVP_FETCH: remove the need to transport the legacy...
2019-05-12  Richard LevitteEVP_FETCH: deal with names without pre-defined NIDs
2019-05-12  Richard LevitteCreate internal number<->name mapping API
2019-05-02  Matt CaswellUpdate internal documentation after global data move...
2019-04-30  Richard LevitteReplumbing: give the possibility for the provider to...
2019-04-09  Matt CaswellUse the right NID when putting a method in the store
2019-03-19  Richard LevitteReplumbing: add fallback provider capability
2019-03-18  Richard LevitteAdd generic EVP method fetcher
2019-03-18  Richard LevitteReplumbing: better reference counter control in ossl_me...
2019-03-12  Richard LevitteReplumbing: Add constructor of libcrypto internal metho...
2019-03-12  Richard LevitteReplumbing: Add support for the provider query_operatio...
2019-03-12  Richard LevitteReplumbing: Add an OSSL_PROVIDER iterator with callback
2019-03-11  Richard LevitteAdd documentation
2019-03-06  PauliMake the sparse array code use ossl_uintmax_t as its...
2019-02-28  Paul YangPlace return values after examples in doc
2019-02-19  Richard LevitteFixup internal documentation
2019-02-18  Richard LevitteConform to proper NAME section format
2019-02-18  Richard LevitteProperty: naming and manual clarifiations
2019-02-18  PauliProperties for implementation selection.
2019-02-15  Richard LevitteAdd an OpenSSL library context
2019-02-13  PauliSparse array iterators include index position.
2019-02-12  PauliAdd sparse array data type.