index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
params.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
uefi: move variables
Gerd Hoffmann
2024-05-30
1
-5
/
+5
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Check appropriate OSSL_PARAM_get_* functions for NULL
Neil Horman
2024-01-09
1
-2
/
+31
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
crypto/params: drop float for UEFI
Yi Li
2023-05-22
1
-10
/
+30
*
params: add helper functions to allocate & copy params
Pauli
2023-04-26
1
-0
/
+107
*
In OSSL_PARAM_set_BN(), make sure that the data_size field is at least 1
Richard Levitte
2023-01-11
1
-0
/
+3
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-4
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
OSSL_PARAM_get_*_ptr: Drop errors from ptr/string mismatch
Tomas Mraz
2022-04-03
1
-5
/
+16
*
Add support for signed BIGNUMs in the OSSL_PARAM API
Richard Levitte
2022-01-26
1
-19
/
+38
*
params: add error messages for built in param conversions
Pauli
2022-01-12
1
-50
/
+255
*
params: fix range check when converting double to uint64_t.
Pauli
2021-06-19
1
-1
/
+1
*
params: avoid using intmax_t since it's not well supported
Pauli
2021-06-19
1
-2
/
+2
*
Fix potential NULL dereference in OSSL_PARAM_get_utf8_string()
Tomas Mraz
2021-04-22
1
-1
/
+3
*
Add OSSL_PARAM_dup() and OSSL_PARAM_merge().
Shane Lontis
2021-04-12
1
-1
/
+0
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
OSSL_PARAM: Correct the assumptions on the UTF8 string length
Richard Levitte
2021-02-18
1
-14
/
+43
*
params: allow more variations in integer conversions.
Pauli
2020-12-12
1
-36
/
+268
*
Fix some warnings from clang 10 in params.c
Pauli
2020-11-19
1
-8
/
+44
*
OSSL_PARAM: Add string pointer getters
Richard Levitte
2020-08-24
1
-0
/
+26
*
params: add OSSL_PARAM helpers for time_t.
Pauli
2020-06-24
1
-0
/
+27
*
params: do not ignore zero-length strings
Benjamin Kaduk
2020-05-28
1
-4
/
+3
*
Allow OSSL_PARAM_get_octet_string() to pass a NULL buffer
Matt Caswell
2020-05-04
1
-1
/
+4
*
params: change OSSL_PARAM_set_unmodified() to operate on a params array
Pauli
2020-04-25
1
-2
/
+3
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
params: add functionality to test if an OSSL_PARAM has been set.
Pauli
2020-04-22
1
-1
/
+12
*
params: avoid a core dump with a null pointer and a get string call
Pauli
2020-04-08
1
-0
/
+2
*
Allow strings in params to be of zero length
Matt Caswell
2019-11-14
1
-0
/
+3
*
Allow setting a NULL pointer in a params structure
Matt Caswell
2019-11-14
1
-5
/
+2
*
Fix OSSL_PARAM_set_BN() to fill the given buffer correctly.
Richard Levitte
2019-11-03
1
-2
/
+5
*
OSSL_PARAM functions: change to allow the data field to be NULL
Richard Levitte
2019-09-27
1
-1
/
+34
*
OSSL_PARAM_construct_utf8_string computes the string length.
Pauli
2019-09-04
1
-0
/
+2
*
Fix windows compile errors in params.c
Shane Lontis
2019-08-12
1
-2
/
+3
*
Make the EVP Key Exchange code provider aware
Matt Caswell
2019-07-16
1
-8
/
+0
*
Change OSSL_PARAM return size to not be a pointer.
Pauli
2019-06-24
1
-110
/
+97
*
Params conversion tests.
Pauli
2019-05-20
1
-82
/
+393
*
Params API: {utf8,octet}_ptr need to know the data size
Richard Levitte
2019-04-09
1
-4
/
+4
*
Params: add OSSL_PARAM_construct_end()
Richard Levitte
2019-04-09
1
-0
/
+7
*
Fix big endian param API tests.
Pauli
2019-04-06
1
-0
/
+4
*
Create a FIPS provider and put SHA256 in it
Matt Caswell
2019-04-05
1
-0
/
+8
*
Implement the param types that aren't explicitly lengthened (e.g. int) in terms
Pauli
2019-03-30
1
-175
/
+30
*
OSSL_PARAM helper functions.
Pauli
2019-03-12
1
-0
/
+725