index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
param_build.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix string termination and length setting in OSSL_PARAM_BLD_push_utf8_string()
Richard Levitte
2021-02-24
1
-4
/
+6
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-15
/
+10
*
params: add OSSL_PARAM helpers for time_t.
Pauli
2020-06-24
1
-0
/
+7
*
Ensure OSSL_PARAM_BLD_free() can accept a NULL
Matt Caswell
2020-05-04
1
-0
/
+2
*
param bld: avoid freeing the param builder structure on error paths.
Pauli
2020-04-30
1
-2
/
+0
*
params: handle the modified sentinel.
Pauli
2020-04-25
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Param builder: Remove the static size limit.
Pauli
2020-03-28
1
-19
/
+40
*
Param build: make structures opaque.
Pauli
2020-03-28
1
-3
/
+49
*
Param builder: make the OSSL_PARAM_BLD APIs public.
Pauli
2020-03-28
1
-21
/
+21
*
Remove unused ossl_param_bld_to_param_ex() function.
Pauli
2020-02-12
1
-30
/
+0
*
param_bld: add a padded BN call.
Pauli
2020-01-19
1
-7
/
+16
*
Fix ossl_param_bld_push_{utf8,octet}_string() / param_bld_convert()
Richard Levitte
2019-08-21
1
-1
/
+1
*
Constify param builder string functions.
Pauli
2019-08-21
1
-2
/
+2
*
Add param builder free function.
Pauli
2019-07-18
1
-18
/
+30
*
Parameter building utilities.
Pauli
2019-07-17
1
-0
/
+341