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
*
prov: update kmac to have additional init arguments
Pauli
2021-02-28
1
-18
/
+28
*
prov: update hmac to have additional init arguments
Pauli
2021-02-28
1
-8
/
+25
*
prov: update gmac to have additional init arguments
Pauli
2021-02-28
1
-12
/
+29
*
prov: update cmac to have additional init arguments
Pauli
2021-02-28
1
-17
/
+17
*
prov: use new MAC_init arguments in HMAC-DRBG
Pauli
2021-02-28
1
-14
/
+3
*
prov: use new MAC_init arguments in signature legacy code
Pauli
2021-02-28
1
-3
/
+3
*
prov: update provider util to be less agressive about changing things unneces...
Pauli
2021-02-28
1
-1
/
+6
*
fips: update to use the extra MAC init arguments
Pauli
2021-02-28
1
-5
/
+2
*
prov kdf: update to use the extra MAC init arguments
Pauli
2021-02-28
3
-26
/
+4
*
prov: update SipHash to new init function
Pauli
2021-02-28
1
-32
/
+63
*
siphash: Add the C and D round parameters for SipHash.
Pauli
2021-02-28
1
-3
/
+16
*
PROV: Implement an EC key -> blob encoder, to get the public key
Richard Levitte
2021-02-27
4
-1
/
+214
*
prov: upport modified gettable/settable ctx calls for ciphers
Pauli
2021-02-26
10
-20
/
+34
*
prov: support modified gettable/settable ctx calls for MACs
Pauli
2021-02-26
7
-14
/
+27
*
prov: support modified gettable/settable ctx calls for KDFs
Pauli
2021-02-26
10
-20
/
+40
*
prov: update RNGs to support modified gettable/settable CTX params
Pauli
2021-02-26
5
-9
/
+18
*
prov: update digests to support modified ctx params
Pauli
2021-02-26
4
-4
/
+8
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
9
-96
/
+104
*
Fix external symbols related to dsa keys
Shane Lontis
2021-02-26
3
-20
/
+20
*
Fix external symbols related to dh keys
Shane Lontis
2021-02-26
3
-36
/
+36
*
Allow the sshkdf type to be passed as a single character
Richard Levitte
2021-02-24
3
-7
/
+11
*
X509: Refactor X509_PUBKEY processing to include provider side keys
Richard Levitte
2021-02-24
1
-1
/
+2
*
Add EVP_PKEY_public_check_quick.
Shane Lontis
2021-02-22
2
-7
/
+22
*
Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and produces
Shane Lontis
2021-02-19
2
-3
/
+26
*
Pass the object type and data structure from the pem2der decoder
Matt Caswell
2021-02-18
1
-13
/
+51
*
Adjust the few places where the string length was confused
Richard Levitte
2021-02-18
2
-6
/
+7
*
Update copyright year
Matt Caswell
2021-02-18
86
-86
/
+86
*
Fix external symbols related to provider related security checks for
Shane Lontis
2021-02-18
10
-45
/
+46
*
Fix external symbols in the provider digest implementations.
Shane Lontis
2021-02-18
8
-84
/
+97
*
Add deep copy of propq field in mac_dupctx to avoid double free
zekeevans-mf
2021-02-18
1
-0
/
+4
*
dsa_check: Perform simple parameter check if seed is not available
Tomas Mraz
2021-02-18
1
-3
/
+3
*
Fix external symbols in the provider cipher implementations.
Shane Lontis
2021-02-18
35
-229
/
+244
*
Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEY
Tomas Mraz
2021-02-17
2
-10
/
+10
*
rand: update DRBGs to use the get_entropy call for seeding
Pauli
2021-02-17
5
-47
/
+73
*
RNG test: add get_entropy hook for testing.
Pauli
2021-02-17
1
-0
/
+14
*
RNG seed: add get_entropy hook for seeding.
Pauli
2021-02-17
1
-0
/
+45
*
err: generated error files
Pauli
2021-02-17
1
-4
/
+7
*
Implement EVP_PKEY_param_check_quick() and use it in libssl
Matt Caswell
2021-02-15
5
-11
/
+20
*
Run DH_check_ex() not DH_check_params_ex() when checking params
Matt Caswell
2021-02-15
1
-1
/
+1
*
RSA: avoid dereferencing possibly-NULL parameter in initializers
Benjamin Kaduk
2021-02-15
1
-2
/
+4
*
ssl_test: Add testcases for disallowing non-TLS1.3 curves with TLS1.3
Tomas Mraz
2021-02-12
1
-22
/
+44
*
Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-libraries
Richard Levitte
2021-02-12
1
-11
/
+11
*
Rename internal providercommonerr.h to less mouthful proverr.h
Tomas Mraz
2021-02-11
2
-3
/
+3
*
Various cleanup of PROV_R_ reason codes
Tomas Mraz
2021-02-11
21
-62
/
+47
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
68
-208
/
+73
*
Replace provider digest flags with separate param fields
Shane Lontis
2021-02-10
4
-19
/
+31
*
Replace provider cipher flags with separate param fields
Shane Lontis
2021-02-10
25
-100
/
+104
*
Replace MAC flags OSSL_MAC_PARAM_FLAGS with separate param fields.
Shane Lontis
2021-02-10
1
-10
/
+28
*
Change the ASN1 variant of x942kdf so that it can test acvp data.
Shane Lontis
2021-02-10
1
-19
/
+50
*
Simplify the EVP_PKEY_XXX_fromdata_XX methods.
Shane Lontis
2021-02-08
1
-8
/
+8
[next]