]> git.ipfire.org Git - thirdparty/openssl.git/history - doc/internal
Document EVP_CIPHER_up_ref()
[thirdparty/openssl.git] / doc / internal /
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.