index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent over long nonces in ChaCha20-Poly1305
Matt Caswell
2019-03-06
1
-1
/
+3
*
Adapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace API
Richard Levitte
2019-03-06
1
-25
/
+16
*
The use of the likes of UINT32_MAX requires internal/numbers.h
Richard Levitte
2019-02-28
1
-0
/
+1
*
Implement SSH KDF
Simo Sorce
2019-02-27
1
-1
/
+2
*
The use of the likes of UINT32_MAX requires internal/numbers.h
Richard Levitte
2019-02-27
1
-0
/
+1
*
Don't leak EVP_KDF_CTX on error
Matt Caswell
2019-02-18
1
-4
/
+5
*
Added new EVP/KDF API.
David Makepeace
2019-02-13
10
-303
/
+491
*
blake2: backport changes to blake2s
Antoine Salon
2019-02-06
2
-0
/
+3
*
blake2: register MAC objects
Antoine Salon
2019-02-06
1
-0
/
+3
*
blake2b: add EVP_MAC API
Antoine Salon
2019-02-06
1
-0
/
+4
*
Remove unnecessary trailing whitespace
Sam Roberts
2019-02-05
1
-1
/
+1
*
Fix compilation on sparc
Matt Caswell
2019-01-08
1
-0
/
+5
*
crypto/evp/e_aes.c: build again on s390x
Richard Levitte
2019-01-05
1
-2
/
+14
*
EVP_PKEY_size declared to take a const parameter
Shreya Bhandare
2018-12-23
1
-1
/
+1
*
Add RFC5297 AES-SIV support
Todd Short
2018-12-11
2
-6
/
+127
*
make update
Richard Levitte
2018-12-10
1
-0
/
+2
*
Prevent calling decryption in an encryption context and vice versa
Richard Levitte
2018-12-10
1
-6
/
+39
*
evp/e_aes: Expose IV
Boris Pismenny
2018-12-07
1
-0
/
+8
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
65
-65
/
+65
*
Refactor the computation of API version limits
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-11-20
1
-1
/
+1
*
KMAC implementation using EVP_MAC
Shane Lontis
2018-11-13
3
-0
/
+36
*
Add EVP_PKEY_supports_digest_nid()
David Woodhouse
2018-11-10
1
-0
/
+20
*
Add poly1305 MAC support
Paul Yang
2018-11-05
3
-0
/
+37
*
GMAC implementation
Pauli
2018-11-04
2
-0
/
+4
*
EVP_MAC: Integrate SipHash EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Richard Levitte
2018-10-30
1
-0
/
+33
*
EVP_MAC: Add SipHash implementation
Richard Levitte
2018-10-30
1
-0
/
+3
*
EVP_MAC: Integrate HMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Richard Levitte
2018-10-30
1
-0
/
+33
*
EVP_MAC: Add HMAC implementation
Richard Levitte
2018-10-30
1
-0
/
+1
*
Adapt other EVP code to use EVP_MAC instead of direct implementation calls
Richard Levitte
2018-10-30
1
-3
/
+5
*
EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHOD
Richard Levitte
2018-10-30
1
-9
/
+2
*
EVP_MAC: Add CMAC implementation
Richard Levitte
2018-10-30
1
-0
/
+3
*
Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
Richard Levitte
2018-10-29
1
-0
/
+27
*
Add generic EVP_PKEY_METHOD for EVP_MACs
Richard Levitte
2018-10-29
3
-1
/
+370
*
Add automatic initializations support for EVP_MAC objects
Richard Levitte
2018-10-29
2
-1
/
+16
*
Add EVP_MAC API
Richard Levitte
2018-10-29
5
-2
/
+271
*
Fix some Coverity warnings
Matt Caswell
2018-10-02
1
-3
/
+5
*
typo-fixes: miscellaneous typo fixes
agnosticdev
2018-09-21
1
-1
/
+1
*
Make some return checks consistent with others
Paul Yang
2018-09-13
1
-3
/
+3
*
Limit the number of AES-GCM keys allowed in TLS. A new error is raised if this
Pauli
2018-09-12
2
-0
/
+31
*
FIPS 140-2 IG A.9 XTS key check.
Pauli
2018-09-12
1
-2
/
+22
*
Update copyright year
Matt Caswell
2018-09-11
4
-4
/
+4
*
Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
Paul Yang
2018-09-07
1
-2
/
+14
*
Update document for SM2 stuffs
Paul Yang
2018-09-07
2
-2
/
+2
*
Support setting SM2 ID
Paul Yang
2018-09-07
4
-18
/
+25
*
Support pmeth->digest_custom
Paul Yang
2018-09-07
2
-0
/
+23
*
Introduce EVP_MD_CTX_set_pkey_ctx
Paul Yang
2018-09-07
2
-1
/
+13
*
Avoid SEGV when giving X509_sign a NULL private key.
Pauli
2018-09-07
1
-1
/
+3
*
Key zeroization fix for EVP_SealInit + added simple test
Shane Lontis
2018-09-06
1
-6
/
+13
*
Harmonize use of sk_TYPE_find's return value.
Andy Polyakov
2018-08-07
1
-3
/
+2
[next]