Don't write to the globals ossl_property_true and ossl_property_false
[openssl.git] / crypto / property / property_parse.c
2021-11-12 Matt CaswellDon't write to the globals ossl_property_true and ossl_...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-10-09 Pauliproperty: produce error if a name is duplicated
2021-06-05 Pauliproperty: move additional query functions to property_q...
2021-06-05 Pauliproperty: improve ossl_property_find_property() function
2021-06-05 PauliRename `n` field to `num_properties` in property defini...
2021-06-05 Richard Levitteproperty: Add functionality to query data from a proper...
2021-05-22 Pauliproperty: convert integers to strings properly.
2021-05-20 Matt CaswellImplement the ability to convert a PROPERTY_LIST to...
2021-05-12 Pauliproperty: create property names more eagerly.
2021-04-08 Matt CaswellUpdate copyright year
2021-03-15 Pauliproperty: default queries create the property values.
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-20 Richard LevitteENCODER: Redefine the libcrypto <-> provider interface
2020-08-21 Richard LevitteRename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCO...
2020-07-24 Richard LevitteDESERIALIZER: Add foundation for deserializers
2020-06-23 Pauliproperty: correctly set the has optional flag when...
2020-05-02 Shane LontisAdd default property API's to enable and test for fips
2020-04-23 Matt CaswellUpdate copyright year
2020-02-21 Matt CaswellIntroduce the provider property
2019-12-11 Veres LajosFix some typos
2019-11-29 Richard LevitteSERIALIZER: New API for serialization of objects throug...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-07-31 Richard LevitteRefactor provider support for reporting errors
2019-06-19 Richard LevitteAdd extra error text in the property parser
2019-05-22 PauliOptional property query support.
2019-05-02 Matt CaswellInstead of global data store it in an OPENSSL_CTX
2019-04-09 Matt CaswellAdd a legacy provider and put MD2 in it
2019-02-24 PauliCID 1442835: Integer Overflow
2019-02-18 PauliProperties for implementation selection.