index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
core_algorithm.c
Age
Commit message (
Expand
)
Author
2022-07-20
"Reserve" the method store when constructing methods
Richard Levitte
2022-06-21
Update copyright year
Matt Caswell
2022-05-05
Refactor method construction pre- and post-condition
Richard Levitte
2021-10-27
CORE: add a provider argument to ossl_method_construct()
Richard Levitte
2021-05-17
Fix pointer passed to provider_unquery_operation
Petr Gotthard
2021-04-26
Add type_name member to provided methods and use it
Tomas Mraz
2021-03-12
rename ossl_provider_forall_loaded to ossl_provider_doall_activated
Pauli
2021-03-11
Update copyright year
Matt Caswell
2021-02-24
provider: add an unquery function to allow providers to clean up.
Pauli
2020-10-15
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-09-02
Fix post-condition in algorithm_do_this
Todd Short
2020-07-05
CORE: perform post-condition in algorithm_do_this() under all circumstances
Richard Levitte
2020-06-24
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Dr. Matthias St. Pierre
2020-06-04
Update copyright year
Matt Caswell
2020-05-19
CORE: query for operations only once per provider (unless no_store is true)
Richard Levitte
2020-05-16
CORE: Fix a couple of bugs in algorithm_do_this()
Richard Levitte
2019-10-03
Replumbing: make it possible for providers to specify multiple names
Richard Levitte
2019-07-23
Add internal function ossl_algorithm_do_all()
Richard Levitte