Increase the default security level to 2
[openssl.git] / include / openssl / params.h
2021-04-12 Shane LontisAdd OSSL_PARAM_dup() and OSSL_PARAM_merge().
2021-02-10 FdaSilvaYYinclude/openssl: add a few missing #pragma once directives
2021-01-28 Richard LevitteUpdate copyright year
2021-01-26 Daiki Uenoparams: OSSL_PARAM_utf8_ptr: don't automatically refere...
2020-08-24 Richard LevitteOSSL_PARAM: Add string pointer getters
2020-06-24 Pauliparams: add OSSL_PARAM helpers for time_t.
2020-04-25 Pauliparams: change OSSL_PARAM_set_unmodified() to operate...
2020-04-23 Matt CaswellUpdate copyright year
2020-04-22 Pauliparams: add functionality to test if an OSSL_PARAM...
2020-02-21 PauliParams: add argument to the _from_text calls to indicat...
2020-02-12 PauliRemove unused OSSL_PARAM_construct_from_text() function.
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-08-12 Richard LevitteAdd OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-04-09 Richard LevitteParams API: {utf8,octet}_ptr need to know the data...
2019-04-09 Richard LevitteParams: add OSSL_PARAM_construct_end()
2019-03-12 PauliOSSL_PARAM helper functions.