index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various cleanup of PROV_R_ reason codes
Tomas Mraz
2021-02-11
20
-34
/
+39
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
61
-66
/
+65
*
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
*
RSA: properly generate algorithm identifier for RSA-PSS signatures
Tomas Mraz
2021-02-05
2
-112
/
+200
*
CORE & PROV: clean away OSSL_FUNC_mac_size()
Richard Levitte
2021-02-03
6
-30
/
+20
*
PROV: Add SM2 encoders and decoders, as well as support functionality
Richard Levitte
2021-02-01
5
-9
/
+101
*
Fix some odd names in our provider source code
Richard Levitte
2021-02-01
6
-10
/
+10
*
Ensure EC keys with a private key but without a public key can be created
Matt Caswell
2021-02-01
1
-6
/
+2
*
rsa_kmgmt: Return OSSL_PKEY_PARAM_DEFAULT_DIGEST for unrestricted PSS keys
Tomas Mraz
2021-01-29
1
-5
/
+6
*
Fix parameter types in sshkdf
Juergen Christ
2021-01-28
1
-5
/
+7
*
Fix cipher reinit on s390x if no key is specified
Juergen Christ
2021-01-28
1
-3
/
+3
*
Update copyright year
Richard Levitte
2021-01-28
17
-17
/
+17
*
Clean away unnecessary length related OSSL_PARAM key names
Richard Levitte
2021-01-26
3
-18
/
+7
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
2
-11
/
+80
*
krb5kdf: Do not dereference NULL ctx when allocation fails
Tomas Mraz
2021-01-26
1
-1
/
+3
*
kdf_exch.c (kdf_derive): Proper handling of NULL secret
Tomas Mraz
2021-01-21
1
-1
/
+7
*
ec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable param for EC/SM2 keys
Tomas Mraz
2021-01-20
1
-0
/
+2
*
Fix memory leak in mac_newctx() on error
Kurt Roeckx
2021-01-18
1
-0
/
+1
*
Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity
Tomas Mraz
2021-01-18
6
-10
/
+11
*
chacha20: Properly reinitialize the cipher context with NULL key
Tomas Mraz
2021-01-13
2
-0
/
+7
*
Fix enable-weak-ssl-ciphers
Matt Caswell
2021-01-13
1
-0
/
+8
*
Add X509_NAME_hash_ex() to be able to check if it failed due to unsupported SHA1
Dr. David von Oheimb
2021-01-13
1
-1
/
+6
*
Add SM2 private key range validation
Nicola Tuveri
2021-01-08
2
-10
/
+61
*
Update copyright year
Matt Caswell
2021-01-07
1
-1
/
+1
*
Only perform special TLS handling if TLS has been configured
Matt Caswell
2021-01-06
1
-1
/
+1
*
DECODER: Adjust the library context of keys in our decoders
Richard Levitte
2020-12-17
1
-0
/
+60
*
Add necessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_EC
Richard Levitte
2020-12-16
1
-2
/
+5
*
EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available
Richard Levitte
2020-12-16
2
-37
/
+12
*
PROV: Add MSBLOB and PVK encoders
Richard Levitte
2020-12-15
3
-1
/
+269
*
Change AES-CTS modes CS2 and CS3 to also be inside the fips module.
Shane Lontis
2020-12-14
2
-19
/
+13
*
Remove unnecessary guards around MSBLOB and PVK readers and writers
Richard Levitte
2020-12-13
2
-20
/
+1
*
Add validate method to ECX keymanager
Shane Lontis
2020-12-11
1
-0
/
+77
*
rand: don't leak memory
Pauli
2020-12-09
1
-1
/
+1
*
rand seed: include lock and unlock functions.
Pauli
2020-12-09
1
-0
/
+13
*
rand: add a provider side seed source.
Pauli
2020-12-09
3
-1
/
+194
*
Deprecate EC_POINT_bn2point and EC_POINT_point2bn.
Shane Lontis
2020-12-07
1
-7
/
+13
*
encode_key2text.c: Fix build error on OPENSSL_NO_{DH,DSA,EC}
Dr. David von Oheimb
2020-12-04
1
-0
/
+2
*
encode_key2any.c: Fix build error on OPENSSL_NO_DH and OPENSSL_NO_EC
Dr. David von Oheimb
2020-12-04
1
-0
/
+3
*
Fix dsa & rsa signature dupctx() so that ctx->propq is strduped
Shane Lontis
2020-12-03
2
-2
/
+13
*
Fix ecdsa digest setting code to match dsa.
Shane Lontis
2020-12-03
1
-76
/
+105
*
remove unused initialisations
Pauli
2020-12-03
1
-9
/
+6
*
remove unused assignments
Pauli
2020-12-03
2
-6
/
+4
*
Add EVP_KDF-X942 to the fips module
Shane Lontis
2020-12-02
3
-37
/
+121
*
Fix s390 EDDSA HW support in providers.
Shane Lontis
2020-12-02
1
-2
/
+141
*
Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINT
Matt Caswell
2020-11-30
1
-5
/
+7
*
Fix instances of pointer addition with the NULL pointer
Matt Caswell
2020-11-30
1
-1
/
+2
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
[next]