Tomas Mraz
|
ed576acdf5
Rename all getters to use get/get0 in name
|
3 лет назад |
Matt Caswell
|
f5afac4bda
Update copyright year
|
3 лет назад |
Rich Salz
|
f6c95e46c0
Add "origin" field to EVP_CIPHER, EVP_MD
|
3 лет назад |
Pauli
|
7b42408756
remove unused assignments
|
4 лет назад |
Benjamin Kaduk
|
d3308027e9
Use local IV storage in e_aes_ebc_hmac_sha256.c
|
4 лет назад |
Matt Caswell
|
33388b44b6
Update copyright year
|
4 лет назад |
Matt Caswell
|
c72fa2554f
Deprecate the low level AES functions
|
5 лет назад |
Dr. Matthias St. Pierre
|
706457b7bd
Reorganize local header files
|
5 лет назад |
Dr. Matthias St. Pierre
|
25f2138b0a
Reorganize private crypto header files
|
5 лет назад |
Bernd Edlinger
|
24fd8541d4
Remove extern declarations of OPENSSL_ia32cap_P
|
5 лет назад |
Shane Lontis
|
459b15d451
Add Common shared code needed to move aes ciphers to providers
|
5 лет назад |
Richard Levitte
|
4a8b0c55c0
Following the license change, modify the boilerplates in crypto/evp/
|
6 лет назад |
Kurt Roeckx
|
16cfc2c90d
Don't use a ssl specific DRBG anymore
|
6 лет назад |
Dr. Matthias St. Pierre
|
6decf9436f
Publish the RAND_DRBG API
|
6 лет назад |
Kurt Roeckx
|
d91f45688c
Tell the ciphers which DRBG to use for generating random bytes.
|
7 лет назад |
Andy Polyakov
|
d0f6eb1d8c
evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
|
7 лет назад |
Matt Caswell
|
d5475e3195
Remove some dead code
|
7 лет назад |
Matt Caswell
|
335d0a4646
Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.c
|
7 лет назад |
Rich Salz
|
a68d35057b
check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AAD
|
7 лет назад |
Bernd Edlinger
|
1b6f5a4d3b
Don't access memory before checking the correct length in aesni_cbc_hmac_sha256_ctrl in case EVP_CTRL_AEAD_TLS1_AAD.
|
7 лет назад |
Andy Polyakov
|
5908555c96
evp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
|
7 лет назад |
Todd Short
|
9d6fcd4295
Cleanup EVP_CIPH/EP_CTRL duplicate defines
|
7 лет назад |
Kurt Cancemi
|
b88e95f3a0
crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memset
|
8 лет назад |
Rich Salz
|
aa6bb1352b
Copyright consolidation 05/10
|
8 лет назад |
Kurt Roeckx
|
70428eada9
Check that we have enough padding characters.
|
8 лет назад |
Andy Polyakov
|
b1a07c3854
Remove obsolete defined(__INTEL__) condition.
|
8 лет назад |
Matt Caswell
|
5158c763f5
Remove OPENSSL_NO_AES guards
|
8 лет назад |
Matt Caswell
|
44ab2dfdf9
Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data
|
8 лет назад |
Richard Levitte
|
6435f0f6c6
Adapt builtin cipher implementations to opaque EVP_CIPHER
|
9 лет назад |
Richard Levitte
|
936166aff2
Adapt cipher implementations to opaque EVP_CIPHER_CTX
|
9 лет назад |