index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
property
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add overflow checks to parse_number/parse_hex/parse_oct
Neil Horman
2023-12-07
1
-10
/
+40
*
ossl_property_list_to_string: handle quoted strings
Pauli
2023-10-04
1
-3
/
+29
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
no_autoload: make the no-autoload-config option work again.
Pauli
2023-08-04
1
-3
/
+3
*
Only call OPENSSL_init_crypto on fetch if using the default libctx
Matt Caswell
2023-02-22
1
-4
/
+5
*
Correct property EBNF for unquoted strings
Pauli
2023-01-20
1
-18
/
+0
*
Fix occasional assertion failure when storing properties
Tomas Mraz
2022-11-29
3
-19
/
+20
*
property: make cache flushing slight less deterministic
Pauli
2022-08-10
1
-2
/
+12
*
"Reserve" the method store when constructing methods
Richard Levitte
2022-07-20
1
-9
/
+30
*
put_str: Use memcpy instead of strncpy
Tomas Mraz
2022-06-23
1
-1
/
+1
*
Add deprecation macro for 3.1 and deprecate OPENSSL_LH_stats
Hugo Landau
2022-06-22
3
-3
/
+3
*
parse_unquoted: Check returned value from ossl_property_value()
Tomas Mraz
2022-06-10
1
-4
/
+3
*
Assert that a property definition cache entry is the first
Matt Caswell
2022-06-09
1
-2
/
+13
*
Fix a memory leak in ossl_method_store_add()
Matt Caswell
2022-06-09
1
-1
/
+5
*
Complete the cleanup of an algorithm in OSSL_METHOD_STORE
Richard Levitte
2022-05-05
1
-3
/
+7
*
Make it possible to remove methods by the provider that provides them
Richard Levitte
2022-05-05
1
-7
/
+63
*
Don't empty the method store when flushing the query cache
Richard Levitte
2022-05-05
1
-26
/
+21
*
Drop ossl_provider_clear_all_operation_bits() and all uses of it
Richard Levitte
2022-05-05
1
-3
/
+0
*
Update copyright year
Matt Caswell
2022-05-03
4
-4
/
+4
*
str[n]casecmp => OPENSSL_strncasecmp
Dmitry Belyavskiy
2022-04-22
1
-1
/
+1
*
Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATA
Hugo Landau
2022-04-01
3
-39
/
+17
*
fetch: convert a NULL property query to ""
Pauli
2022-02-28
1
-5
/
+3
*
Move e_os.h to include/internal
Richard Levitte
2022-02-05
1
-1
/
+1
*
property: reduce memory consumption when OPENSSL_SMALL_FOOTPRINT is defined.
Pauli
2022-01-15
1
-4
/
+46
*
property: use a stack to efficiently convert index to string
Pauli
2022-01-01
1
-62
/
+52
*
Don't write to the globals ossl_property_true and ossl_property_false
Matt Caswell
2021-11-12
3
-12
/
+15
*
Add return value NULL checks that were missing
Pauli
2021-11-12
1
-3
/
+4
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-4
/
+4
*
CORE: Encure that cached fetches can be done per provider
Richard Levitte
2021-10-27
1
-24
/
+49
*
property: produce error if a name is duplicated
Pauli
2021-10-09
1
-3
/
+17
*
property: remove spurious incorrect comments
Pauli
2021-06-24
1
-10
/
+2
*
property: add locking for the property string database
Pauli
2021-06-24
1
-18
/
+43
*
crypto: repalce tabs with spaces
Pauli
2021-06-19
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-06-17
1
-1
/
+1
*
Add the internal function ossl_method_store_do_all()
Richard Levitte
2021-06-15
1
-0
/
+36
*
property: move additional query functions to property_query.c
Pauli
2021-06-05
4
-24
/
+25
*
property: improve ossl_property_find_property() function
Pauli
2021-06-05
2
-27
/
+21
*
Rename `n` field to `num_properties` in property definition structure.
Pauli
2021-06-05
3
-13
/
+13
*
property: Add functionality to query data from a property definition
Richard Levitte
2021-06-05
4
-92
/
+140
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
property: convert integers to strings properly.
Pauli
2021-05-22
1
-3
/
+7
*
Update copyright year
Matt Caswell
2021-05-20
1
-1
/
+1
*
Ensure mirroring of properties works for subsequent updates
Matt Caswell
2021-05-20
1
-9
/
+39
*
Implement the ability to convert a PROPERTY_LIST to a string
Matt Caswell
2021-05-20
3
-0
/
+176
*
property: create property names more eagerly.
Pauli
2021-05-12
1
-2
/
+2
*
Add the ability for ex_data to have a priority
Matt Caswell
2021-05-11
3
-0
/
+3
*
provider: flush the store cache when providers are loaded/unloaded.
Pauli
2021-05-07
1
-0
/
+5
*
Update copyright year
Matt Caswell
2021-04-08
4
-4
/
+4
*
property: lock the lib ctx when updating the property definition cache
Pauli
2021-04-08
1
-5
/
+13
*
property: check return values from the property locking calls.
Pauli
2021-04-08
2
-16
/
+19
[next]