index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
params_api_test.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add OSSL_PARAM_dup() and OSSL_PARAM_merge().
Shane Lontis
2021-04-12
1
-16
/
+73
*
test: fix coverity 1451553: resource leak
Pauli
2021-03-20
1
-1
/
+3
*
Fixing stack buffer overflow error caused by incorrectly sized array.
Kevin Cadieux
2021-03-18
1
-2
/
+2
*
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
-2
/
+3
*
params: add integer conversion test cases.
Pauli
2020-12-12
1
-3
/
+11
*
Add and use internal header that implements endianness check
Richard Levitte
2020-07-11
1
-1
/
+1
*
params: add OSSL_PARAM helpers for time_t.
Pauli
2020-06-24
1
-0
/
+28
*
params: change OSSL_PARAM_set_unmodified() to operate on a params array
Pauli
2020-04-25
1
-1
/
+33
*
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
-0
/
+5
*
test/params_api_test.c: Correct the checks of OSSL_PARAM_set_BN()
Richard Levitte
2019-11-03
1
-1
/
+1
*
Change OSSL_PARAM return size to not be a pointer.
Pauli
2019-06-24
1
-67
/
+43
*
Params API: {utf8,octet}_ptr need to know the data size
Richard Levitte
2019-04-09
1
-2
/
+2
*
Params: add OSSL_PARAM_construct_end()
Richard Levitte
2019-04-09
1
-2
/
+1
*
Avoid alignment problems in params API.
Pauli
2019-04-08
1
-9
/
+0
*
Fix big endian param API tests.
Pauli
2019-04-06
1
-101
/
+87
*
Fix test builds.
Pauli
2019-03-28
1
-1
/
+1
*
Detect endian without relying on defined symbols.
Pauli
2019-03-27
1
-10
/
+13
*
Fix resource leak coverity 1443711.
Pauli
2019-03-19
1
-5
/
+4
*
test/params_api_test.c: fix size_t assumptions
Richard Levitte
2019-03-17
1
-2
/
+2
*
OSSL_PARAM helper functions.
Pauli
2019-03-12
1
-0
/
+627