Richard Levitte
|
e077455e9e
Stop raising ERR_R_MALLOC_FAILURE in most places
|
2 rokov pred |
Matt Caswell
|
fecb3aae22
Update copyright year
|
2 rokov pred |
Tomas Mraz
|
327a720d5d
OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatch
|
2 rokov pred |
Richard Levitte
|
f1719858a0
Add support for signed BIGNUMs in the OSSL_PARAM API
|
3 rokov pred |
Pauli
|
ac1082f00f
params: add error messages for built in param conversions
|
2 rokov pred |
Pauli
|
b9d022d78f
params: fix range check when converting double to uint64_t.
|
3 rokov pred |
Pauli
|
d7c88f7600
params: avoid using intmax_t since it's not well supported
|
3 rokov pred |
Tomas Mraz
|
1fac270501
Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()
|
3 rokov pred |
Shane Lontis
|
884314cab7
Add OSSL_PARAM_dup() and OSSL_PARAM_merge().
|
3 rokov pred |
Matt Caswell
|
8020d79b40
Update copyright year
|
3 rokov pred |
Richard Levitte
|
247a1786e2
OSSL_PARAM: Correct the assumptions on the UTF8 string length
|
3 rokov pred |
Pauli
|
e9c5e64278
params: allow more variations in integer conversions.
|
3 rokov pred |
Pauli
|
5b1d94c11c
Fix some warnings from clang 10 in params.c
|
4 rokov pred |
Richard Levitte
|
ab00ddb559
OSSL_PARAM: Add string pointer getters
|
4 rokov pred |
Pauli
|
5fdaa38feb
params: add OSSL_PARAM helpers for time_t.
|
4 rokov pred |
Benjamin Kaduk
|
7c302f8afc
params: do not ignore zero-length strings
|
4 rokov pred |
Matt Caswell
|
b756626a37
Allow OSSL_PARAM_get_octet_string() to pass a NULL buffer
|
4 rokov pred |
Pauli
|
3873887e89
params: change OSSL_PARAM_set_unmodified() to operate on a params array
|
4 rokov pred |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 rokov pred |
Pauli
|
8d5fb64852
params: add functionality to test if an OSSL_PARAM has been set.
|
4 rokov pred |
Pauli
|
86f32187c3
params: avoid a core dump with a null pointer and a get string call
|
4 rokov pred |
Matt Caswell
|
46ef075a99
Allow strings in params to be of zero length
|
5 rokov pred |
Matt Caswell
|
b3f3ba7011
Allow setting a NULL pointer in a params structure
|
5 rokov pred |
Richard Levitte
|
0f73e719c6
Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.
|
5 rokov pred |
Richard Levitte
|
8f3b8fd6f4
OSSL_PARAM functions: change to allow the data field to be NULL
|
5 rokov pred |
Pauli
|
7f588d20cd
OSSL_PARAM_construct_utf8_string computes the string length.
|
5 rokov pred |
Shane Lontis
|
c04a9916d4
Fix windows compile errors in params.c
|
5 rokov pred |
Matt Caswell
|
ff64702b3d
Make the EVP Key Exchange code provider aware
|
5 rokov pred |
Pauli
|
4e7991b497
Change OSSL_PARAM return size to not be a pointer.
|
5 rokov pred |
Pauli
|
9830e7ea42
Params conversion tests.
|
5 rokov pred |