Commit History

Author SHA1 Message Date
  Tomas Mraz 1fac270501 Fix potential NULL dereference in OSSL_PARAM_get_utf8_string() 3 years ago
  Shane Lontis 884314cab7 Add OSSL_PARAM_dup() and OSSL_PARAM_merge(). 3 years ago
  Matt Caswell 8020d79b40 Update copyright year 3 years ago
  Richard Levitte 247a1786e2 OSSL_PARAM: Correct the assumptions on the UTF8 string length 3 years ago
  Pauli e9c5e64278 params: allow more variations in integer conversions. 3 years ago
  Pauli 5b1d94c11c Fix some warnings from clang 10 in params.c 3 years ago
  Richard Levitte ab00ddb559 OSSL_PARAM: Add string pointer getters 3 years ago
  Pauli 5fdaa38feb params: add OSSL_PARAM helpers for time_t. 4 years ago
  Benjamin Kaduk 7c302f8afc params: do not ignore zero-length strings 4 years ago
  Matt Caswell b756626a37 Allow OSSL_PARAM_get_octet_string() to pass a NULL buffer 4 years ago
  Pauli 3873887e89 params: change OSSL_PARAM_set_unmodified() to operate on a params array 4 years ago
  Matt Caswell 33388b44b6 Update copyright year 4 years ago
  Pauli 8d5fb64852 params: add functionality to test if an OSSL_PARAM has been set. 4 years ago
  Pauli 86f32187c3 params: avoid a core dump with a null pointer and a get string call 4 years ago
  Matt Caswell 46ef075a99 Allow strings in params to be of zero length 4 years ago
  Matt Caswell b3f3ba7011 Allow setting a NULL pointer in a params structure 4 years ago
  Richard Levitte 0f73e719c6 Fix OSSL_PARAM_set_BN() to fill the given buffer correctly. 4 years ago
  Richard Levitte 8f3b8fd6f4 OSSL_PARAM functions: change to allow the data field to be NULL 4 years ago
  Pauli 7f588d20cd OSSL_PARAM_construct_utf8_string computes the string length. 4 years ago
  Shane Lontis c04a9916d4 Fix windows compile errors in params.c 4 years ago
  Matt Caswell ff64702b3d Make the EVP Key Exchange code provider aware 5 years ago
  Pauli 4e7991b497 Change OSSL_PARAM return size to not be a pointer. 5 years ago
  Pauli 9830e7ea42 Params conversion tests. 5 years ago
  Richard Levitte f55ed701a4 Params API: {utf8,octet}_ptr need to know the data size 5 years ago
  Richard Levitte 195852fefc Params: add OSSL_PARAM_construct_end() 5 years ago
  Pauli 6ce84e6410 Fix big endian param API tests. 5 years ago
  Matt Caswell 9efa0ae0b6 Create a FIPS provider and put SHA256 in it 5 years ago
  Pauli 863360fbc5 Implement the param types that aren't explicitly lengthened (e.g. int) in terms 5 years ago
  Pauli 7ffbd7ca96 OSSL_PARAM helper functions. 5 years ago