index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
implementations
/
ciphers
/
cipher_aes_cbc_hmac_sha.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add utility function ossl_param_is_empty()
slontis
2024-10-09
1
-1
/
+1
*
fips: add lots of potentially missing ossl_prov_is_running checks
Dimitri John Ledkov
2024-10-02
1
-0
/
+6
*
Add dupctx support to rc4_hmac_md5 algo
Neil Horman
2023-09-12
1
-0
/
+18
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays
Irak Rigia
2023-04-21
1
-2
/
+2
*
Move libssl related defines used by fips provider to prov_ssl.h
Tomas Mraz
2021-06-04
1
-2
/
+2
*
support params argument to AES cipher init calls
Pauli
2021-03-11
1
-2
/
+23
*
prov: upport modified gettable/settable ctx calls for ciphers
Pauli
2021-02-26
1
-2
/
+4
*
Move the PROV_R reason codes to a public header
Tomas Mraz
2021-02-11
1
-1
/
+1
*
Replace provider cipher flags with separate param fields
Shane Lontis
2021-02-10
1
-5
/
+2
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarity
Tomas Mraz
2021-01-18
1
-3
/
+4
*
Fix RC4-MD5 based ciphersuites
Matt Caswell
2020-11-25
1
-2
/
+2
*
prov: prefix all exposed 'cipher' symbols with ossl_
Pauli
2020-10-01
1
-13
/
+13
*
prov: prefix provider internal functions with ossl_
Pauli
2020-09-29
1
-2
/
+2
*
prov: prefix all OSSL_DISPATCH tables names with ossl_
Pauli
2020-09-29
1
-6
/
+6
*
ciphers: add FIPS error state handling
Pauli
2020-09-12
1
-2
/
+11
*
Fix stitched ciphersuites in TLS1.0
Matt Caswell
2020-08-20
1
-0
/
+22
*
provider: add the unused paramater tag to the gettable and settable functions
Pauli
2020-08-12
1
-2
/
+2
*
Support cipher provider "iv state"
Benjamin Kaduk
2020-08-11
1
-0
/
+7
*
gettables: provider changes to pass the provider context.
Pauli
2020-08-07
1
-2
/
+2
*
Ensure any allocated MAC is freed in the provider code
Matt Caswell
2020-07-06
1
-2
/
+6
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-9
/
+9
*
Set cipher IV as octet string and pointer from providers
Benjamin Kaduk
2020-06-20
1
-1
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Fix no-multiblock
Matt Caswell
2020-02-05
1
-10
/
+13
*
Fix coverity issues CID 1457745...1457752, 1457853, 1457854
Shane Lontis
2020-02-04
1
-2
/
+2
*
Add missing inclusion of "internal/deprecated.h"
Richard Levitte
2020-01-06
1
-1
/
+7
*
Add AES_CBC_HMAC_SHA ciphers to providers.
Shane Lontis
2020-01-06
1
-0
/
+345