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
*
Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.
Pauli
2019-09-25
1
-3
/
+3
*
Add rc4 cipher to default provider
Shane Lontis
2019-09-25
6
-0
/
+160
*
Add des ciphers to default provider
Shane Lontis
2019-09-23
6
-4
/
+388
*
Remove name string from PROV_CIPHER and PROV_DIGEST
Richard Levitte
2019-09-20
2
-24
/
+0
*
Refactor SSKDF to create the MAC contexts early
Richard Levitte
2019-09-20
1
-53
/
+32
*
Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utility
Richard Levitte
2019-09-20
3
-50
/
+124
*
Add aes_wrap cipher to providers
Shane Lontis
2019-09-20
5
-2
/
+283
*
Move gcm decryption tag check higher up in the callstack
Shane Lontis
2019-09-20
2
-3
/
+4
*
Modify providers that keep track of underlying algorithms
Richard Levitte
2019-09-19
3
-10
/
+31
*
Fix Solaris compile errors in provider ciphers
Shane Lontis
2019-09-19
2
-3
/
+3
*
Add aes_ocb cipher to providers
Shane Lontis
2019-09-19
8
-4
/
+665
*
Add sm4 ciphers to default provider
Shane Lontis
2019-09-19
6
-0
/
+138
*
Fix strict-warnings build
Patrick Steuer
2019-09-18
1
-4
/
+1
*
Fix aes ofb, cfb and cfb8 for s390x
Patrick Steuer
2019-09-18
1
-3
/
+3
*
Add SEED ciphers to default provider
Shane Lontis
2019-09-18
6
-0
/
+126
*
Refactor TLS1-PRF to create the MAC contexts early
Richard Levitte
2019-09-18
1
-58
/
+80
*
Add cast5 ciphers to default provider
Shane Lontis
2019-09-18
6
-0
/
+123
*
Add IDEA ciphers to default provider
Shane Lontis
2019-09-18
6
-0
/
+143
*
Fix Coverity CID:1453685 'unreachable code' in aes_xts code.
Shane Lontis
2019-09-18
1
-2
/
+0
*
Fix Solaris aes_hw_t4 compile issue
Shane Lontis
2019-09-17
1
-7
/
+8
*
Add blowfish ciphers to default provider
Shane Lontis
2019-09-15
12
-16
/
+221
*
Add fips module integrity check
Shane Lontis
2019-09-15
4
-5
/
+166
*
Fix aesni_xts compile error
Shane Lontis
2019-09-15
1
-1
/
+1
*
Add aes_xts cipher to providers
Shane Lontis
2019-09-14
9
-1
/
+487
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Fix no-engine
Matt Caswell
2019-09-12
1
-1
/
+2
*
Fix no-dsa
Matt Caswell
2019-09-12
1
-1
/
+5
*
Add EVP_CIPHER_CTX_tag_length()
Shane Lontis
2019-09-11
4
-3
/
+25
*
Register KDF's using their name macros rather than strings
Pauli
2019-09-11
2
-12
/
+12
*
Make FIPS provider use KDF name for PBKDF2
Pauli
2019-09-11
1
-1
/
+1
*
Coverity 1453634: Resource leaks (RESOURCE_LEAK)
Pauli
2019-09-11
1
-1
/
+3
*
Coverity 1453633: Error handling issues (CHECKED_RETURN)
Pauli
2019-09-11
1
-1
/
+3
*
Coverity 1453630: Null pointer dereferences (FORWARD_NULL)
Pauli
2019-09-11
1
-1
/
+2
*
Revise EVP_PKEY param handling
Matt Caswell
2019-09-09
2
-8
/
+82
*
Add support for verify/verify_recover functions to EVP_SIGNATURE
Matt Caswell
2019-09-09
1
-4
/
+19
*
Implement DSA in the default provider
Matt Caswell
2019-09-09
8
-4
/
+251
*
Use common digest getter for X942 KDF
Pauli
2019-09-07
1
-28
/
+12
*
Use common digest getter for SSH KDF
Pauli
2019-09-07
1
-26
/
+9
*
Use common digest getter for TLS1 PRF
Pauli
2019-09-07
1
-39
/
+29
*
Use common digest getter for single step KDF
Pauli
2019-09-07
1
-32
/
+18
*
Use common digest getter for PBKDF2
Pauli
2019-09-07
1
-27
/
+14
*
Use common digest getter for HKDF
Pauli
2019-09-07
1
-30
/
+14
*
KMAC using common digest get code
Pauli
2019-09-07
1
-45
/
+35
*
HMAC using common digest get code
Pauli
2019-09-07
1
-82
/
+16
*
GMAC using common cipher get code
Pauli
2019-09-07
1
-76
/
+16
*
CMAC using common cipher get code
Pauli
2019-09-07
1
-82
/
+15
*
Unify the digest getting code inside providers.
Pauli
2019-09-07
4
-2
/
+234
*
PBKDF2 implementation: refactor to avoid memleak
Richard Levitte
2019-09-06
1
-5
/
+10
*
Fix memleaks in KDF implementations
Richard Levitte
2019-09-06
7
-11
/
+9
*
KDF error codes reworked
Pauli
2019-09-06
2
-0
/
+62
[next]