index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
7
-4
/
+238
*
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
4
-7
/
+6
*
KDF error codes reworked
Pauli
2019-09-06
2
-0
/
+62
*
Add KDFs to providers
Pauli
2019-09-06
10
-1829
/
+767
*
Move KDFs to the provider.
Pauli
2019-09-06
8
-0
/
+2917
*
Change provider params from int to size_t
Shane Lontis
2019-09-05
12
-99
/
+105
*
New function EVP_CIPHER_free()
Richard Levitte
2019-09-04
2
-4
/
+4
*
New function EVP_MD_free()
Richard Levitte
2019-09-04
2
-4
/
+4
*
Fix platform specific issues with provider ciphers
Shane Lontis
2019-09-01
1
-8
/
+15
*
Fix no-engine
Matt Caswell
2019-08-29
3
-3
/
+6
*
Fix no-cmac
Matt Caswell
2019-08-29
2
-14
/
+13
*
Coverty fixes for MACs
Richard Levitte
2019-08-27
1
-1
/
+2
*
Cleanup ciphers and Add 3des ciphers.
Shane Lontis
2019-08-26
41
-1030
/
+794
*
Fix Issue OSS-Fuzz: Branch on uninitialized memory (in ccm code).
Shane Lontis
2019-08-25
1
-1
/
+2
*
Get rid of the diversity of names for MAC parameters
Richard Levitte
2019-08-24
4
-38
/
+13
*
Add basic aria and camellia ciphers modes to default provider
Shane Lontis
2019-08-22
42
-1764
/
+2418
*
cleanup provider digests
Shane Lontis
2019-08-20
7
-258
/
+267
*
Add aes_ccm to provider
Shane Lontis
2019-08-20
12
-88
/
+1187
*
Use macros internally for algorithm names
Richard Levitte
2019-08-19
1
-2
/
+2
*
cipher cleanups.
Shane Lontis
2019-08-19
7
-202
/
+287
*
Directly return from final sha3/keccak_final if no bytes are requested
Patrick Steuer
2019-08-18
1
-2
/
+4
*
Rename ctx_{get,set}_params to {get,set}_ctx_params
Richard Levitte
2019-08-16
10
-56
/
+56
*
Rename the hash implementations KMAC{128,256} to KECCAK_KMAC{128,256}
Richard Levitte
2019-08-15
1
-2
/
+2
*
Adjust some provider reason codes
Richard Levitte
2019-08-15
4
-11
/
+11
*
Move Poly1305 to providers
Richard Levitte
2019-08-15
1
-0
/
+1
*
Move SipHash to providers
Richard Levitte
2019-08-15
1
-0
/
+1
*
Move KMAC to providers
Richard Levitte
2019-08-15
3
-1
/
+561
*
Move HMAC to providers
Richard Levitte
2019-08-15
3
-1
/
+286
*
Move GMAC to providers
Richard Levitte
2019-08-15
3
-1
/
+293
*
Move CMAC to providers
Richard Levitte
2019-08-15
4
-1
/
+278
*
Move BLAKE2 MACs to the providers
Richard Levitte
2019-08-15
3
-0
/
+15
*
Add {get,set}table_params() functions for provider digests
Richard Levitte
2019-08-15
3
-9
/
+68
*
Adapt the provider digests for more use of OSSL_PARAM
Richard Levitte
2019-08-12
2
-28
/
+46
*
Rework the provider digest constructor to provide implementation get_params
Richard Levitte
2019-08-12
1
-23
/
+40
*
GCM cipher in provider now fails if passed bad keylength
Shane Lontis
2019-08-07
1
-0
/
+19
*
Documentation for the provider Key Exchange operation
Matt Caswell
2019-08-05
1
-6
/
+6
*
Fix commit a672a02a s390x build breakage
Patrick Steuer
2019-08-01
1
-3
/
+3
[next]