index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix AES-CBC perf test failure issue
Fangming.Fang
2021-04-07
1
-0
/
+1
*
Deprecate the EVP_PKEY controls for CMS and PKCS#7
Tomas Mraz
2021-04-06
5
-23
/
+62
*
APPS: Replace the use of OBJ_nid2ln() with name or description calls
Richard Levitte
2021-04-02
2
-33
/
+60
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
2
-3
/
+3
*
Add "save-parameters" encoder parameter
Tomas Mraz
2021-04-01
1
-29
/
+31
*
Increase HKDF_MAXBUF from 1024 to 2048
Benjamin Kaduk
2021-03-31
1
-1
/
+1
*
Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
Matt Caswell
2021-03-30
1
-3
/
+9
*
Fix DH gettable OSSL_PKEY_PARAM_DH_PRIV_LEN so that it has the correct
Shane Lontis
2021-03-30
1
-2
/
+2
*
Make the SM2 group the default group for the SM2 algorithm
Tomas Mraz
2021-03-26
1
-2
/
+36
*
RSA-PSS: When printing parameters, always print the trailerfield ASN.1 value
Richard Levitte
2021-03-26
1
-7
/
+0
*
sm2: fix coverity 1467503: explicit null dereference
Pauli
2021-03-25
1
-1
/
+1
*
rsa: fix coverity 1463571: explicit null dereference
Pauli
2021-03-25
1
-6
/
+5
*
Make fipsinstall -out flag optional
Rich Salz
2021-03-24
1
-1
/
+1
*
ec_keymgmt: fix coverity 1474427: resource leak
Pauli
2021-03-24
1
-3
/
+3
*
rsa: fix coverity 1472658: resource leak
Pauli
2021-03-20
1
-0
/
+2
*
STORE: Use the same error avoidance criteria as for the DER->key decoder
Richard Levitte
2021-03-19
1
-1
/
+3
*
PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders
Richard Levitte
2021-03-19
4
-274
/
+518
*
PROV: Add type specific PKCS#8 decoding to the DER->key decoders
Richard Levitte
2021-03-19
1
-149
/
+140
*
PROV: Add RSA-PSS specific OSSL_FUNC_KEYMGMT_LOAD function
Richard Levitte
2021-03-19
1
-2
/
+18
*
PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decoders
Richard Levitte
2021-03-19
1
-5
/
+37
*
PROV: Refactor DER->key decoder
Richard Levitte
2021-03-19
1
-56
/
+125
*
Fix a missing rand -> ossl_rand rename
Richard Levitte
2021-03-18
1
-1
/
+1
*
Add ossl_provider symbols
Shane Lontis
2021-03-18
7
-14
/
+15
*
Add ossl_pkcs5_pbkdf2_hmac_ex symbol
Shane Lontis
2021-03-18
1
-4
/
+4
*
Add ossl_ x509 symbols
Shane Lontis
2021-03-18
1
-1
/
+1
*
Add ossl_ symbols for sm3 and sm4
Shane Lontis
2021-03-18
2
-4
/
+4
*
Add ossl_siv symbols
Shane Lontis
2021-03-18
1
-9
/
+9
*
Add ossl_aria symbols
Shane Lontis
2021-03-18
3
-6
/
+6
*
Add ossl_ ecx symbols
Shane Lontis
2021-03-18
3
-22
/
+24
*
Add ossl_rsa symbols
Shane Lontis
2021-03-18
2
-5
/
+5
*
Add ossl_encode symbols
Shane Lontis
2021-03-18
4
-7
/
+7
*
Add ossl_rand symbols
Shane Lontis
2021-03-18
8
-98
/
+93
*
Fix misc external ossl_ symbols.
Shane Lontis
2021-03-18
19
-32
/
+32
*
Make EVP_PKEY_missing_parameters work properly on provided RSA keys
Tomas Mraz
2021-03-17
6
-95
/
+87
*
prov: remove todos in rsa_keymgmt.c
Pauli
2021-03-17
1
-4
/
+0
*
prov: remove TODO in der_rsa_key.c
Pauli
2021-03-17
1
-1
/
+2
*
Fix a TODO(3.0) in the siphash code
Matt Caswell
2021-03-17
1
-6
/
+0
*
Ensure that ECX keys pass EVP_PKEY_param_check()
Matt Caswell
2021-03-15
2
-4
/
+19
*
Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.
Shane Lontis
2021-03-15
1
-2
/
+6
*
Always check CRYPTO_LOCK_{read,write}_lock
Rich Salz
2021-03-14
1
-6
/
+13
*
Remove the RAND_get0_public() from fips provider initialization
Tomas Mraz
2021-03-12
1
-3
/
+0
*
update set_ctx_param store management calls to return 1 for a NULL params
Pauli
2021-03-11
1
-0
/
+3
*
update set_ctx_param DRBG calls to return 1 for a NULL params
Pauli
2021-03-11
2
-0
/
+6
*
update set_ctx_param MAC calls to return 1 for a NULL params
Pauli
2021-03-11
5
-0
/
+15
*
prov: add extra params argument to KDF implementations
Pauli
2021-03-11
10
-0
/
+29
*
support params argument to AES cipher init calls
Pauli
2021-03-11
6
-31
/
+101
*
prov: support params argument to common cipher init calls
Pauli
2021-03-11
3
-21
/
+30
*
prov: support param argument to DES cipher init calls
Pauli
2021-03-11
2
-14
/
+22
*
prov: support param argument to null cipher init calls
Pauli
2021-03-11
1
-2
/
+4
*
prov: support params argument to CHACHA20 ciphers
Pauli
2021-03-11
3
-12
/
+28
[next]