summaryrefslogtreecommitdiff
path: root/crypto/property
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-084-4/+4
* property: lock the lib ctx when updating the property definition cachePauli2021-04-081-5/+13
* property: check return values from the property locking calls.Pauli2021-04-082-16/+19
* property: default queries create the property values.Pauli2021-03-162-3/+4
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-2/+2
* This should fix a lock-order-inversionBernd Edlinger2020-11-081-2/+3
* Update copyright yearMatt Caswell2020-10-152-2/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-155-36/+38
* ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte2020-09-201-3/+3
* Ignore unused return values from some sk_*() macrosMatt Caswell2020-09-131-1/+1
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-3/+3
* 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
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-241-0/+1
* Fix CID #1465216 Resource leak in property_fetchShane Lontis2020-07-081-1/+1
* Fix many MarkDown issues in {NOTES*,README*,HACKING,LICENSE}.md filesDr. David von Oheimb2020-07-051-8/+15
* Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txtDr. David von Oheimb2020-07-051-0/+0
* coverity 1464984: Null pointer dereferencesPauli2020-07-051-3/+3
* Update copyright yearMatt Caswell2020-06-251-1/+1
* property: correctly set the has optional flag when merging property listsPauli2020-06-231-0/+2
* property: Move global default properties to the library context.Pauli2020-06-232-98/+52
* Update copyright yearMatt Caswell2020-05-151-1/+1
* PROV: Adapt all our providers to use the new PROV_CTX structureRichard Levitte2020-05-131-0/+1
* Add default property API's to enable and test for fipsShane Lontis2020-05-022-3/+89
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Introduce the provider propertyMatt Caswell2020-02-211-5/+2
* Fix some typosVeres Lajos2019-12-112-4/+4
* CORE: expose the property parsers and checker to the rest of the librariesRichard Levitte2019-11-291-9/+0
* SERIALIZER: New API for serialization of objects through providersRichard Levitte2019-11-291-0/+2
* Property: fix memory leak.Pauli2019-11-261-1/+1
* Property: fix intermittent test failure.Pauli2019-11-241-2/+6
* Properties: make query cache reference count aware.Pauli2019-11-181-42/+74
* Rework how our providers are builtRichard Levitte2019-10-101-1/+1
* Remove unused fields in method store structure.Pauli2019-10-031-2/+0
* Reorganize local header filesDr. Matthias St. Pierre2019-09-285-4/+4
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-283-5/+5
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Make sure we pre-initialise propertiesMatt Caswell2019-08-292-12/+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
* Refactor provider support for reporting errorsRichard Levitte2019-07-311-30/+23
* Regenerate mkerr filesRich Salz2019-07-161-16/+1
* Add extra error text in the property parserRichard Levitte2019-06-191-12/+32
* Use variables in build.info files where it's worth the whileRichard Levitte2019-06-151-4/+3
* Remove file reference from property documentation.Pauli2019-06-031-685/+0
* Fix a typo in the property grammar that creates an ambiguous parse.Pauli2019-06-032-21/+21