aboutsummaryrefslogtreecommitdiff
path: root/crypto/property/property.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-05-02Add default property API's to enable and test for fipsShane Lontis1-3/+60
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-1/+1
2019-11-26Property: fix memory leak.Pauli1-1/+1
2019-11-24Property: fix intermittent test failure.Pauli1-2/+6
2019-11-18Properties: make query cache reference count aware.Pauli1-42/+74
2019-10-03Remove unused fields in method store structure.Pauli1-2/+0
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-3/+3
2019-08-29Make sure we pre-initialise propertiesMatt Caswell1-11/+0
2019-08-22Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte1-4/+17
2019-08-22Modify ossl_method_store_add() to handle reference countingRichard Levitte1-2/+5
2019-08-01Load the config file by defaultMatt Caswell1-0/+4
2019-08-01Prevent an infinite recursion when the query cache is flushed.Pauli1-1/+1
2019-08-01The query cache has been updated to not depend on RAND_bytes being available.Pauli1-31/+38
2019-05-23Make some EVP code available from within the FIPS moduleMatt Caswell1-0/+3
2019-05-22Optional property query support.Pauli1-4/+7
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell1-30/+20
2019-04-19ossl_method_store_cache_get(): ensure non-NULL property queryRichard Levitte1-1/+1
2019-03-06Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli1-3/+4
2019-02-24CID 1442836: Resource leaksPauli1-1/+2
2019-02-18Property: naming and manual clarifiationsRichard Levitte1-22/+21
2019-02-18Properties for implementation selection.Pauli1-0/+508