index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
core_fetch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-06-04
1
-1
/
+1
*
CORE: query for operations only once per provider (unless no_store is true)
Richard Levitte
2020-05-19
1
-1
/
+40
*
CORE: pass the full algorithm definition to the method constructor
Richard Levitte
2019-11-29
1
-3
/
+2
*
Replumbing: make it possible for providers to specify multiple names
Richard Levitte
2019-10-03
1
-3
/
+3
*
In provider implemented methods, save the name number, not the name string
Richard Levitte
2019-09-19
1
-6
/
+2
*
Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for it
Richard Levitte
2019-08-22
1
-5
/
+5
*
Refactor ossl_method_construct() in terms of ossl_algorithm_do_all()
Richard Levitte
2019-07-23
1
-44
/
+34
*
EVP fetching: make operation_id part of the method identity
Richard Levitte
2019-06-10
1
-4
/
+6
*
Move digests to providers
Shane Lontis
2019-06-04
1
-0
/
+3
*
EVP_FETCH: deal with names without pre-defined NIDs
Richard Levitte
2019-05-12
1
-8
/
+9
*
Instead of global data store it in an OPENSSL_CTX
Matt Caswell
2019-05-02
1
-1
/
+1
*
Use the right NID when putting a method in the store
Matt Caswell
2019-04-09
1
-2
/
+3
*
Replumbing: better reference counter control in ossl_method_construct()
Richard Levitte
2019-03-18
1
-12
/
+20
*
Replumbing: pass callback data to the algo destructor too
Richard Levitte
2019-03-18
1
-2
/
+2
*
Replumbing: Add constructor of libcrypto internal method structures
Richard Levitte
2019-03-12
1
-0
/
+97