index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
evp_fetch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gate calling of evp_method_id on having a non-zero name id
Neil Horman
2024-01-01
1
-4
/
+17
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Remove include/internal/decoder.h, as it's superfluous
Richard Levitte
2023-08-15
1
-1
/
+1
*
Optimise PKEY decoders
Matt Caswell
2023-07-17
1
-2
/
+8
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-4
/
+2
*
"Reserve" the method store when constructing methods
Richard Levitte
2022-07-20
1
-0
/
+24
*
Remove the _fetch_by_number functions
Pauli
2022-05-06
1
-47
/
+8
*
Make it possible to remove methods by the provider that provides them
Richard Levitte
2022-05-05
1
-0
/
+10
*
Don't empty the method store when flushing the query cache
Richard Levitte
2022-05-05
1
-3
/
+3
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
Hugo Landau
2022-04-01
1
-20
/
+1
*
Fixed typo in inner_evp_generic_fetch() error handling
Oliver Roberts
2022-03-15
1
-1
/
+1
*
fetch: convert a NULL property query to ""
Pauli
2022-02-28
1
-4
/
+4
*
CORE: Encure that cached fetches can be done per provider
Richard Levitte
2021-10-27
1
-6
/
+8
*
EVP: Add the internal function evp_generic_fetch_from_prov()
Richard Levitte
2021-10-27
1
-1
/
+27
*
CORE: add a provider argument to ossl_method_construct()
Richard Levitte
2021-10-27
1
-7
/
+8
*
Don't try and load the config file while already loading the config file
Matt Caswell
2021-07-28
1
-5
/
+12
*
CORE: Do a bit of cleanup of core fetching
Richard Levitte
2021-06-16
1
-13
/
+10
*
Refactor evp_generic_do_all() to behave like evp_generic_fetch()
Richard Levitte
2021-06-15
1
-42
/
+48
*
CORE: Move away the allocation of the temporary no_cache method store
Richard Levitte
2021-06-15
1
-30
/
+46
*
coverity 1484912: Null pointer dereferences (NULL_RETURNS)
Pauli
2021-05-27
1
-0
/
+3
*
Ensure mirroring of properties works for subsequent updates
Matt Caswell
2021-05-20
1
-7
/
+21
*
Add a callback for providers to know about global properties changes
Matt Caswell
2021-05-20
1
-2
/
+43
*
Implement the ability to convert a PROPERTY_LIST to a string
Matt Caswell
2021-05-20
1
-2
/
+10
*
Add support for child provider to up_ref/free their parent
Matt Caswell
2021-05-11
1
-1
/
+1
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
1
-0
/
+2
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-8
/
+0
*
property: check return values from the property locking calls.
Pauli
2021-04-08
1
-3
/
+4
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
1
-11
/
+10
*
property: default queries create the property values.
Pauli
2021-03-16
1
-2
/
+2
*
crypto: rename error flags in internal structures
Tobias Nießen
2021-03-04
1
-4
/
+4
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-24
1
-4
/
+4
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Use centralized fetching errors
Richard Levitte
2021-01-12
1
-20
/
+6
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-4
/
+4
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-5
/
+5
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-29
/
+29
*
EVP: Centralise fetching error reporting
Richard Levitte
2020-09-13
1
-61
/
+78
*
Load the default config file before working with default properties
Matt Caswell
2020-08-17
1
-8
/
+14
*
Add 'on demand self test' and status test to providers
Shane Lontis
2020-08-09
1
-1
/
+10
*
CORE: Add an internal function to distinguish the global default context
Richard Levitte
2020-06-28
1
-6
/
+13
*
property: Move global default properties to the library context.
Pauli
2020-06-23
1
-12
/
+42
*
CORE: query for operations only once per provider (unless no_store is true)
Richard Levitte
2020-05-19
1
-1
/
+7
*
Add default property API's to enable and test for fips
Shane Lontis
2020-05-02
1
-1
/
+33
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Swap parameters of evp_method_id()
Dr. Matthias St. Pierre
2020-04-20
1
-5
/
+5
*
Fix an assertion (and a comment) of evp_method_id()
Dr. Matthias St. Pierre
2020-04-20
1
-4
/
+4
*
Put an error on the stack in the event of a fetch failure
Matt Caswell
2020-03-27
1
-6
/
+48
[next]