index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
property
/
property.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
property: check return values from the property locking calls.
Pauli
2021-04-08
1
-10
/
+19
*
property: default queries create the property values.
Pauli
2021-03-16
1
-1
/
+1
*
This should fix a lock-order-inversion
Bernd Edlinger
2020-11-08
1
-2
/
+3
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-8
/
+8
*
Ignore unused return values from some sk_*() macros
Matt Caswell
2020-09-13
1
-1
/
+1
*
Load the default config file before working with default properties
Matt Caswell
2020-08-17
1
-2
/
+7
*
Add 'on demand self test' and status test to providers
Shane Lontis
2020-08-09
1
-5
/
+16
*
Fix CID #1465216 Resource leak in property_fetch
Shane Lontis
2020-07-08
1
-1
/
+1
*
coverity 1464984: Null pointer dereferences
Pauli
2020-07-05
1
-3
/
+3
*
property: Move global default properties to the library context.
Pauli
2020-06-23
1
-96
/
+52
*
Update copyright year
Matt Caswell
2020-05-15
1
-1
/
+1
*
Add default property API's to enable and test for fips
Shane Lontis
2020-05-02
1
-3
/
+60
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-1
/
+1
*
Property: fix memory leak.
Pauli
2019-11-25
1
-1
/
+1
*
Property: fix intermittent test failure.
Pauli
2019-11-24
1
-2
/
+6
*
Properties: make query cache reference count aware.
Pauli
2019-11-18
1
-42
/
+74
*
Remove unused fields in method store structure.
Pauli
2019-10-03
1
-2
/
+0
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-3
/
+3
*
Make sure we pre-initialise properties
Matt Caswell
2019-08-29
1
-11
/
+0
*
Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for it
Richard Levitte
2019-08-22
1
-4
/
+17
*
Modify ossl_method_store_add() to handle reference counting
Richard Levitte
2019-08-22
1
-2
/
+5
*
Load the config file by default
Matt Caswell
2019-08-01
1
-0
/
+4
*
Prevent an infinite recursion when the query cache is flushed.
Pauli
2019-08-01
1
-1
/
+1
*
The query cache has been updated to not depend on RAND_bytes being available.
Pauli
2019-08-01
1
-31
/
+38
*
Make some EVP code available from within the FIPS module
Matt Caswell
2019-05-23
1
-0
/
+3
*
Optional property query support.
Pauli
2019-05-22
1
-4
/
+7
*
Instead of global data store it in an OPENSSL_CTX
Matt Caswell
2019-05-02
1
-30
/
+20
*
ossl_method_store_cache_get(): ensure non-NULL property query
Richard Levitte
2019-04-19
1
-1
/
+1
*
Make the sparse array code use ossl_uintmax_t as its index rather than size_t.
Pauli
2019-03-06
1
-3
/
+4
*
CID 1442836: Resource leaks
Pauli
2019-02-24
1
-1
/
+2
*
Property: naming and manual clarifiations
Richard Levitte
2019-02-18
1
-22
/
+21
*
Properties for implementation selection.
Pauli
2019-02-18
1
-0
/
+508