index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
params.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-21
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-04
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