aboutsummaryrefslogtreecommitdiff
path: root/crypto/property
AgeCommit message (Expand)AuthorFilesLines
2020-09-20ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte1-3/+3
2020-09-13Ignore unused return values from some sk_*() macrosMatt Caswell1-1/+1
2020-08-21Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte1-3/+3
2020-08-17Load the default config file before working with default propertiesMatt Caswell1-2/+7
2020-08-09Add 'on demand self test' and status test to providersShane Lontis1-5/+16
2020-07-24DESERIALIZER: Add foundation for deserializersRichard Levitte1-0/+1
2020-07-08Fix CID #1465216 Resource leak in property_fetchShane Lontis1-1/+1
2020-07-05Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb1-8/+15
2020-07-05Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb1-0/+0
2020-07-05coverity 1464984: Null pointer dereferencesPauli1-3/+3
2020-06-25Update copyright yearMatt Caswell1-1/+1
2020-06-23property: correctly set the has optional flag when merging property listsPauli1-0/+2
2020-06-23property: Move global default properties to the library context.Pauli2-98/+52
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-05-13PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte1-0/+1
2020-05-02Add default property API's to enable and test for fipsShane Lontis2-3/+89
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte1-1/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-02-21Introduce the provider propertyMatt Caswell1-5/+2
2019-12-11Fix some typosVeres Lajos2-4/+4
2019-11-29CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte1-9/+0
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte1-0/+2
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-10Rework how our providers are builtRichard Levitte1-1/+1
2019-10-03Remove unused fields in method store structure.Pauli1-2/+0
2019-09-28Reorganize local header filesDr. Matthias St. Pierre5-4/+4
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre3-5/+5
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-08-29Make sure we pre-initialise propertiesMatt Caswell2-12/+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-07-31Refactor provider support for reporting errorsRichard Levitte1-30/+23
2019-07-16Regenerate mkerr filesRich Salz1-16/+1
2019-06-19Add extra error text in the property parserRichard Levitte1-12/+32
2019-06-15Use variables in build.info files where it's worth the whileRichard Levitte1-4/+3
2019-06-03Remove file reference from property documentation.Pauli1-685/+0
2019-06-03Fix a typo in the property grammar that creates an ambiguous parse.Pauli2-21/+21
2019-05-30Add man 7 page about properties.Pauli2-216/+168
2019-05-23Make some EVP code available from within the FIPS moduleMatt Caswell2-0/+5
2019-05-22Optional property query support.Pauli5-49/+127
2019-05-02Instead of global data store it in an OPENSSL_CTXMatt Caswell5-109/+150
2019-04-19ossl_method_store_cache_get(): ensure non-NULL property queryRichard Levitte1-1/+1
2019-04-09Add a legacy provider and put MD2 in itMatt Caswell1-0/+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 1442835: Integer OverflowPauli1-1/+1