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
*
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