summaryrefslogtreecommitdiffstats
path: root/crypto/property/property.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-081-1/+1
* property: check return values from the property locking calls.Pauli2021-04-081-10/+19
* property: default queries create the property values.Pauli2021-03-161-1/+1
* This should fix a lock-order-inversionBernd Edlinger2020-11-081-2/+3
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-8/+8
* Ignore unused return values from some sk_*() macrosMatt Caswell2020-09-131-1/+1
* Load the default config file before working with default propertiesMatt Caswell2020-08-171-2/+7
* Add 'on demand self test' and status test to providersShane Lontis2020-08-091-5/+16
* Fix CID #1465216 Resource leak in property_fetchShane Lontis2020-07-081-1/+1
* coverity 1464984: Null pointer dereferencesPauli2020-07-051-3/+3
* property: Move global default properties to the library context.Pauli2020-06-231-96/+52
* Update copyright yearMatt Caswell2020-05-151-1/+1
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-3/+60
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-1/+1
* Property: fix memory leak.Pauli2019-11-251-1/+1
* Property: fix intermittent test failure.Pauli2019-11-241-2/+6
* Properties: make query cache reference count aware.Pauli2019-11-181-42/+74
* Remove unused fields in method store structure.Pauli2019-10-031-2/+0
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* Make sure we pre-initialise propertiesMatt Caswell2019-08-291-11/+0
* Modify ossl_method_store_add() to accept an OSSL_PROVIDER and check for itRichard Levitte2019-08-221-4/+17
* Modify ossl_method_store_add() to handle reference countingRichard Levitte2019-08-221-2/+5
* Load the config file by defaultMatt Caswell2019-08-011-0/+4
* Prevent an infinite recursion when the query cache is flushed.Pauli2019-08-011-1/+1
* The query cache has been updated to not depend on RAND_bytes being available.Pauli2019-08-011-31/+38
* Make some EVP code available from within the FIPS moduleMatt Caswell2019-05-231-0/+3
* Optional property query support.Pauli2019-05-221-4/+7
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-021-30/+20
* ossl_method_store_cache_get(): ensure non-NULL property queryRichard Levitte2019-04-191-1/+1
* Make the sparse array code use ossl_uintmax_t as its index rather than size_t.Pauli2019-03-061-3/+4
* CID 1442836: Resource leaksPauli2019-02-241-1/+2
* Property: naming and manual clarifiationsRichard Levitte2019-02-181-22/+21
* Properties for implementation selection.Pauli2019-02-181-0/+508