index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
internal
/
core.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
"Reserve" the method store when constructing methods
Richard Levitte
2022-07-20
1
-0
/
+6
*
Avoid code duplication for locale initialization
Tomas Mraz
2022-05-13
1
-3
/
+0
*
Refactor method construction pre- and post-condition
Richard Levitte
2022-05-05
1
-1
/
+1
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Public API functions OPENSSL_str[n]casecmp
Dmitry Belyavskiy
2022-04-22
1
-0
/
+2
*
CORE: Encure that cached fetches can be done per provider
Richard Levitte
2021-10-27
1
-2
/
+2
*
CORE: add a provider argument to ossl_method_construct()
Richard Levitte
2021-10-27
1
-1
/
+1
*
CORE: Do a bit of cleanup of core fetching
Richard Levitte
2021-06-16
1
-4
/
+3
*
CORE: Move away the allocation of the temporary no_cache method store
Richard Levitte
2021-06-15
1
-4
/
+2
*
Add the concept of a child OSSL_LIB_CTX
Matt Caswell
2021-05-11
1
-0
/
+1
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-0
/
+1
*
property: lock the lib ctx when updating the property definition cache
Pauli
2021-04-08
1
-0
/
+4
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
include/internal: add a few missing #pragma once directives
FdaSilvaYY
2021-02-10
1
-0
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-5
/
+5
*
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
-0
/
+4
*
CORE: pass the full algorithm definition to the method constructor
Richard Levitte
2019-11-29
1
-2
/
+2
*
In provider implemented methods, save the name number, not the name string
Richard Levitte
2019-09-19
1
-4
/
+1
*
Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for it
Richard Levitte
2019-08-22
1
-2
/
+2
*
Add internal function ossl_algorithm_do_all()
Richard Levitte
2019-07-23
1
-0
/
+7
*
EVP fetching: make operation_id part of the method identity
Richard Levitte
2019-06-10
1
-3
/
+5
*
EVP_FETCH: deal with names without pre-defined NIDs
Richard Levitte
2019-05-12
1
-5
/
+5
*
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
/
+2
*
Replumbing: pass callback data to the algo destructor too
Richard Levitte
2019-03-18
1
-1
/
+1
*
Replumbing: Add constructor of libcrypto internal method structures
Richard Levitte
2019-03-12
1
-0
/
+52