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
...
*
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
*
PROV: Fix encoding of MDWithRSAEncryption signature AlgorithmID
Richard Levitte
2021-02-05
1
-1
/
+3
*
Add the nist group names as aliases for the normal TLS group names
Matt Caswell
2021-02-05
1
-9
/
+17
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2021-02-05
1
-26
/
+0
*
RSA: properly generate algorithm identifier for RSA-PSS signatures
Tomas Mraz
2021-02-05
5
-126
/
+225
*
CORE & PROV: clean away OSSL_FUNC_mac_size()
Richard Levitte
2021-02-03
6
-30
/
+20
*
Ensure access to FIPS_state and rate_limit is appropriately locked
Matt Caswell
2021-02-02
1
-13
/
+33
*
Avoid races by caching exported ciphers in the init function
Matt Caswell
2021-02-02
2
-3
/
+3
*
PROV: Add SM2 encoders and decoders, as well as support functionality
Richard Levitte
2021-02-01
7
-9
/
+119
*
Fix some odd names in our provider source code
Richard Levitte
2021-02-01
8
-17
/
+17
*
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
2
-7
/
+9
*
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
21
-21
/
+21
*
params: OSSL_PARAM_utf8_ptr: don't automatically reference `address`
Daiki Ueno
2021-01-26
1
-7
/
+7
*
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
4
-11
/
+82
*
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
*
Pass correct maximum output length to provider derive operation
Tomas Mraz
2021-01-21
1
-1
/
+1
*
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
*
Drop OPENSSL_NO_RSA everywhere
Richard Levitte
2020-12-20
1
-7
/
+0
[prev]
[next]