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
/
providers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove RSA SSLv23 padding mode
Rich Salz
2021-03-01
2
-5
/
+0
*
prov: update rand implementations to have a params argument for the instantia...
Pauli
2021-02-28
6
-9
/
+18
*
fips: update DRBG KATs for the extra instantiate argument
Pauli
2021-02-28
1
-3
/
+3
*
prov: add additional argument to KDF derive call in key exchange
Pauli
2021-02-28
1
-1
/
+1
*
fips: add additional argument to KDF derive call in self test
Pauli
2021-02-28
1
-3
/
+1
*
prov: add extra params argument to KDF implementations
Pauli
2021-02-28
10
-28
/
+33
*
update poly1305 to have additional init arguments
Pauli
2021-02-28
1
-12
/
+25
*
update BLAKE2 to have additional init arguments
Pauli
2021-02-28
1
-19
/
+26
*
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
[next]