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
*
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
*
s390x assembly pack: add KIMD/KLMD code path for sha3/shake
Patrick Steuer
2018-08-06
2
-7
/
+229
*
Fix some undefined behaviour in the Curve448 code (2nd attempt)
Dr. Matthias St. Pierre
2018-08-03
1
-0
/
+3
*
Add OIDs for HMAC SHA512/224 and HMAC SHA512/256.
Pauli
2018-08-01
1
-0
/
+2
*
Fix undefined behavior in s390x aes-gcm/ccm
Patrick Steuer
2018-07-12
1
-19
/
+21
*
evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.
Andy Polyakov
2018-07-06
1
-8
/
+46
*
evp/e_chacha20_poly1305.c: improve performance for short TLS records.
Andy Polyakov
2018-06-29
1
-10
/
+148
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
Move SM2 algos to SM2 specific PKEY method
Jack Lloyd
2018-06-19
1
-0
/
+3
*
Add EVP_PKEY_set_alias_type
Jack Lloyd
2018-06-19
3
-3
/
+24
*
add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c
David von Oheimb
2018-06-18
2
-2
/
+18
*
Add support getting raw private/public keys
Matt Caswell
2018-06-08
2
-0
/
+39
*
evp/e_aes.c: replace calls to one-liners with references in GCM.
Andy Polyakov
2018-06-03
1
-43
/
+30
*
Update copyright year
Richard Levitte
2018-04-17
4
-4
/
+4
*
Add support for the SRP base64 alphabet
Matt Caswell
2018-04-13
1
-31
/
+91
*
Change SRP functions to use EVP_EncodeUpdate/EVP_DecodeUpdate functions
Matt Caswell
2018-04-13
2
-8
/
+22
*
Set error code on alloc failures
Rich Salz
2018-04-03
6
-18
/
+33
*
Update copyright year
Matt Caswell
2018-04-03
3
-3
/
+3
*
Use the private RNG for data that is not public
Kurt Roeckx
2018-04-02
3
-3
/
+3
*
EVP,KDF: Add more error code along some return 0 in ...
FdaSilvaYY
2018-03-29
3
-10
/
+33
*
crypto/e_aes.c: use S390X_AES_FC macro
Patrick Steuer
2018-03-28
1
-4
/
+2
*
crypto/evp/e_aes.c: add size_t casts to increase readability
Patrick Steuer
2018-03-28
1
-4
/
+4
*
s390x assembly pack: add KMF code path for aes-cfb/cfb8
Patrick Steuer
2018-03-28
1
-13
/
+121
*
s390x assembly pack: add KMO code path for aes-ofb
Patrick Steuer
2018-03-28
1
-7
/
+79
*
s390x assembly pack: add KM code path for aes-ecb
Patrick Steuer
2018-03-28
1
-20
/
+72
*
Convert _meth_get_ functions to const getters
Jack Bates
2018-03-21
1
-17
/
+17
*
Update copyright year
Matt Caswell
2018-03-20
5
-5
/
+5
*
Don't use a ssl specific DRBG anymore
Kurt Roeckx
2018-03-19
9
-91
/
+21
*
Fix no-cmac
Matt Caswell
2018-03-19
1
-1
/
+6
*
Publish the RAND_DRBG API
Dr. Matthias St. Pierre
2018-03-15
8
-8
/
+8
*
Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
Matt Caswell
2018-03-15
2
-14
/
+14
*
Make sure all errors go on the stack in the EVP_PKEY_new*() functions
Matt Caswell
2018-03-15
1
-2
/
+2
*
Add the function EVP_PKEY_new_CMAC_key()
Matt Caswell
2018-03-15
2
-0
/
+31
*
Add support for setting raw private HMAC keys
Matt Caswell
2018-03-15
1
-2
/
+4
*
Add functions to create an EVP_PKEY from raw private/public key data
Matt Caswell
2018-03-15
2
-7
/
+72
*
Integrate X448 and Ed448 into libcrypto
Matt Caswell
2018-03-02
1
-0
/
+2
*
Tell the ciphers which DRBG to use for generating random bytes.
Kurt Roeckx
2018-02-28
9
-21
/
+94
[next]