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
*
When asked if an ECX key has parameters we should answer "true"
Matt Caswell
2020-06-05
1
-2
/
+5
*
Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keys
Matt Caswell
2020-06-05
3
-6
/
+163
*
fips: add additional algorithms to the FIPS provider.
Pauli
2020-06-05
1
-3
/
+21
*
Update copyright year
Matt Caswell
2020-06-04
2
-2
/
+2
*
fips: add AES OFB mode ciphers to FIPS provider.
Pauli
2020-05-27
1
-0
/
+3
*
fips: add AES CFB mode ciphers to FIPS provider.
Pauli
2020-05-27
1
-0
/
+9
*
PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEP
Richard Levitte
2020-05-27
1
-5
/
+7
*
PROV: Fix RSA-OAEP memory leak
Richard Levitte
2020-05-26
1
-0
/
+1
*
Update core_names.h fields and document most fields.
Shane Lontis
2020-05-26
8
-45
/
+55
*
Fix omissions in providers/common/der/build.info
Richard Levitte
2020-05-25
1
-27
/
+55
*
Adjust length of some strncpy() calls
Nicola Tuveri
2020-05-22
1
-5
/
+29
*
Coverity 1463571: Null pointer dereferences (FORWARD_NULL)
Pauli
2020-05-22
1
-1
/
+1
*
Coverity 1463574: Null pointer dereferences (REVERSE_INULL)
Pauli
2020-05-22
1
-2
/
+4
*
Coverity 1463576: Error handling issues (CHECKED_RETURN)
Pauli
2020-05-22
1
-2
/
+2
*
Refactor the provider side DER constants and writers
Richard Levitte
2020-05-20
20
-145
/
+224
*
Maintain strict type discipline between the core and providers
Matt Caswell
2020-05-16
30
-286
/
+762
*
Update copyright year
Matt Caswell
2020-05-15
4
-4
/
+4
*
PROV: make some DER AID arrays non-static, to avoid clang complaints
Richard Levitte
2020-05-14
1
-7
/
+20
*
PROV & ASYM_CIPHER: Adapt the RSA asymmetric cipher code for PSS-parameters
Richard Levitte
2020-05-14
1
-1
/
+10
*
PROV & SIGNATURE: Adapt the RSA signature code for PSS-parameters
Richard Levitte
2020-05-14
3
-51
/
+148
*
EVP: For SIGNATURE operations, pass the propquery early
Richard Levitte
2020-05-14
4
-20
/
+53
*
PROV & SERIALIZER: Adapt the RSA serializers for PSS-parameters
Richard Levitte
2020-05-14
6
-34
/
+183
*
PROV & KEYMGMT: Add PSS-parameter support in the RSA KEYMGMT implementation
Richard Levitte
2020-05-14
4
-66
/
+198
*
PROV: Refactor the RSA SIGNATURE implementation for better param control
Richard Levitte
2020-05-14
1
-59
/
+121
*
PROV: Refactor the RSA DER support
Richard Levitte
2020-05-14
8
-28
/
+444
*
PROV: Adapt all our providers to use the new PROV_CTX structure
Richard Levitte
2020-05-13
4
-21
/
+62
*
PROV: Add a proper provider context structure for OpenSSL providers
Richard Levitte
2020-05-13
2
-1
/
+65
*
Fix some misunderstandings in our providers' main modules
Richard Levitte
2020-05-12
4
-45
/
+76
*
Add RSA SHA512 truncated digest support
Shane Lontis
2020-05-07
2
-0
/
+4
*
Add OIDS for md4 and ripemd160 to der_rsa
Shane Lontis
2020-05-07
2
-0
/
+14
*
Remove gen_get_params & gen_gettable_params from keygen operation
Shane Lontis
2020-05-07
1
-38
/
+0
*
Fix incorrect default keysize for CAST ofb and cfb modes.
Shane Lontis
2020-05-05
3
-8
/
+8
*
Implement key match functionality for ECX keys
Matt Caswell
2020-05-04
1
-0
/
+32
*
Don't export ECX key data twice
Matt Caswell
2020-05-04
1
-4
/
+0
*
Add the library ctx into an ECX_KEY
Matt Caswell
2020-05-04
1
-9
/
+9
*
Add the ability to ECX to import keys with only the private key
Matt Caswell
2020-05-04
1
-3
/
+2
*
Add solaris assembler fixes for legacy provider
Shane Lontis
2020-05-02
1
-1
/
+7
*
When a private key is validated and there is no private key, return early.
Mat Berchtold
2020-05-01
2
-0
/
+8
*
coverity 1462574 Resource leak
Pauli
2020-04-30
1
-0
/
+1
*
coverity 1462564 Improper use of negative value
Pauli
2020-04-30
1
-0
/
+2
*
coverity: 1462544 Dereference after null check
Pauli
2020-04-30
1
-1
/
+1
*
Amend references to "OpenSSL license"
Shourya Shukla
2020-04-29
6
-6
/
+6
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
10
-23
/
+23
*
Update copyright year
Matt Caswell
2020-04-23
94
-94
/
+94
*
PROV: Ensure that EC keys have a default digest
Richard Levitte
2020-04-23
1
-0
/
+5
*
PROV: Ensure that ED25519 & ED448 keys have a mandatory digest
Richard Levitte
2020-04-23
1
-5
/
+45
*
FIPS: remove algorithms that are not being validated.
Pauli
2020-04-23
1
-12
/
+0
*
Fix some build failures with no-dh
Matt Caswell
2020-04-22
1
-0
/
+5
*
Fix DH_get_nid() so that it does not cache values.
Shane Lontis
2020-04-20
1
-8
/
+11
*
s390: ECX key generation fixes.
Pauli
2020-04-17
1
-225
/
+45
[next]