index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
params_from_text.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
params: fix coverity 1473069: unchecked return values
Pauli
2021-03-25
1
-3
/
+4
*
params: clean up TODO
Pauli
2021-03-17
1
-2
/
+2
*
Fix OSSL_PARAM_allocate_from_text() for OSSL_PARAM_UTF8_STRING
Richard Levitte
2021-02-24
1
-0
/
+2
*
Enhanced integer parsing in OSSL_PARAM_allocate_from_text
Petr Gotthard
2021-02-09
1
-6
/
+15
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Fix OSSL_PARAM_allocate_from_text() for EBCDIC
Richard Levitte
2021-01-27
1
-0
/
+5
*
Change OPENSSL_hexstr2buf_ex() & OPENSSL_buf2hexstr_ex() to pass the separator
Shane Lontis
2020-12-07
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-3
/
+3
*
params: handle the modified sentinel.
Pauli
2020-04-25
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Params: add argument to the _from_text calls to indicate if the param exists.
Pauli
2020-02-21
1
-3
/
+5
*
Remove unused OSSL_PARAM_construct_from_text() function.
Pauli
2020-02-12
1
-31
/
+0
*
Params from text to allow zero length value fields
Pauli
2019-09-06
1
-41
/
+44
*
OSSL_PARAM_construct_from_text(): handle non-hex octet string input
Richard Levitte
2019-08-15
1
-0
/
+2
*
Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()
Richard Levitte
2019-08-12
1
-0
/
+219