summaryrefslogtreecommitdiff
path: root/crypto/property/property_parse.c
Commit message (Expand)AuthorAgeFilesLines
* put_str: Use memcpy instead of strncpyTomas Mraz2022-06-231-1/+1
* parse_unquoted: Check returned value from ossl_property_value()Tomas Mraz2022-06-101-4/+3
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Don't write to the globals ossl_property_true and ossl_property_falseMatt Caswell2021-11-121-9/+11
* fix some code with obvious wrong coding stylex20182021-10-281-4/+4
* property: produce error if a name is duplicatedPauli2021-10-091-3/+17
* property: move additional query functions to property_query.cPauli2021-06-051-23/+1
* property: improve ossl_property_find_property() functionPauli2021-06-051-22/+9
* Rename `n` field to `num_properties` in property definition structure.Pauli2021-06-051-11/+11
* property: Add functionality to query data from a property definitionRichard Levitte2021-06-051-91/+65
* property: convert integers to strings properly.Pauli2021-05-221-3/+7
* Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell2021-05-201-0/+130
* property: create property names more eagerly.Pauli2021-05-121-2/+2
* Update copyright yearMatt Caswell2021-04-081-1/+1
* property: default queries create the property values.Pauli2021-03-161-2/+3
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-8/+8
* ENCODER: Redefine the libcrypto <-> provider interfaceRichard Levitte2020-09-201-3/+3
* Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODERichard Levitte2020-08-211-3/+3
* DESERIALIZER: Add foundation for deserializersRichard Levitte2020-07-241-0/+1
* property: correctly set the has optional flag when merging property listsPauli2020-06-231-0/+2
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-0/+29
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Introduce the provider propertyMatt Caswell2020-02-211-5/+2
* Fix some typosVeres Lajos2019-12-111-2/+2
* SERIALIZER: New API for serialization of objects through providersRichard Levitte2019-11-291-0/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Refactor provider support for reporting errorsRichard Levitte2019-07-311-30/+23
* Add extra error text in the property parserRichard Levitte2019-06-191-12/+32
* Optional property query support.Pauli2019-05-221-11/+36
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-021-22/+24
* Add a legacy provider and put MD2 in itMatt Caswell2019-04-091-0/+1
* CID 1442835: Integer OverflowPauli2019-02-241-1/+1
* Properties for implementation selection.Pauli2019-02-181-0/+545