index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
evp_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
Remove the dead store in EVP_DecryptFinal_ex
CoolThi
2024-05-30
1
-2
/
+1
*
Fix new typos found by codespell
Dimitri Papadopoulos
2023-12-29
1
-1
/
+1
*
internal/common.h: rename macro `(un)likely` to `ossl_(un)likely`
Matthias St. Pierre
2023-11-03
1
-12
/
+12
*
evp: process key length and iv length early if present
Pauli
2023-10-24
1
-0
/
+36
*
Optimize out unneeded up_ref/free of EVP_CIPHER
Tomas Mraz
2023-09-29
1
-1
/
+6
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
use '__builtin_expect' to improve EVP_EncryptUpdate performance for gcc/clang.
Liu-ErMeng
2023-07-13
1
-12
/
+12
*
evp: update to structure based atomics
Pauli
2023-07-01
1
-10
/
+6
*
Avoid calling into provider with the same iv_len or key_len
Tomas Mraz
2023-04-03
1
-0
/
+8
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-3
/
+1
*
Ensure we call the cleanup() function when cleaning an EVP_CIPHER_CTX
Matt Caswell
2022-10-03
1
-0
/
+2
*
Fix usage of custom EVP_CIPHER objects
Matt Caswell
2022-10-03
1
-2
/
+4
*
Fix check of EVP_CIPHER_CTX_ctrl
Peiwei Hu
2022-05-24
1
-1
/
+1
*
Fix Coverity 1503325 use after free
Pauli
2022-05-06
1
-0
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
Fix Coverity 1503096: out-of-bounds access
Pauli
2022-04-03
1
-3
/
+8
*
Use safe math to computer sizes.
Pauli
2022-03-30
1
-2
/
+5
*
Fix signed integer overflow in evp_enc
Hugo Landau
2022-03-15
1
-6
/
+7
*
Fix IV length caching in EVP encryption code
Hugo Landau
2022-03-15
1
-6
/
+15
*
evp enc: cache cipher key length
Pauli
2022-02-06
1
-7
/
+24
*
evp enc: cache cipher IV length
Pauli
2022-02-06
1
-1
/
+10
*
Add context dup functions for digests and ciphers
Pauli
2022-01-19
1
-0
/
+11
*
EVP_CIPHER_CTX_set_key_length: Raise error when key length is not settable
Tomas Mraz
2021-08-11
1
-1
/
+3
*
fips module header inclusion fine-tunning
Tomas Mraz
2021-07-06
1
-1
/
+3
*
Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()
Richard Levitte
2021-06-15
1
-1
/
+2
*
evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been cal...
Pauli
2021-06-08
1
-2
/
+2
*
evp: fix Coverity 1485670 argument cannot be negative
Pauli
2021-06-08
1
-4
/
+7
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-24
/
+24
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
Add missing EVP_CTRL_CCM_SET_L control
Shane Lontis
2021-05-28
1
-0
/
+6
*
Rename the field 'provctx and data' to 'algctx' inside some objects containing
Shane Lontis
2021-05-24
1
-39
/
+39
*
Add type_name member to provided methods and use it
Tomas Mraz
2021-04-26
1
-2
/
+8
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-6
/
+13
*
Standard style for all EVP_xxx_free routines
Rich Salz
2021-04-18
1
-1
/
+3
*
evp: fix coverity 1473631: argument cannot be negative
Pauli
2021-04-08
1
-3
/
+4
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
1
-5
/
+7
*
Drop TODO 3.0 as we cannot get rid of legacy nids in 3.0
Tomas Mraz
2021-04-01
1
-2
/
+1
*
Add ossl_is_partially_overlapping symbol
Shane Lontis
2021-03-18
1
-5
/
+5
*
evp: add params arguments to init functions
Pauli
2021-03-11
1
-13
/
+45
*
Remove some of the TODO 3.0 in crypto/evp related to legacy support.
Tomas Mraz
2021-03-04
1
-12
/
+12
*
evp: upport modified gettable/settable ctx calls for ciphers
Pauli
2021-02-26
1
-6
/
+34
*
Don't hold a lock when calling a callback in ossl_namemap_doall_names
Matt Caswell
2021-02-24
1
-2
/
+2
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Don't overflow the output length in EVP_CipherUpdate calls
Matt Caswell
2021-02-16
1
-0
/
+26
*
EVP: fix reference counting for EVP_CIPHER.
Pauli
2021-02-12
1
-0
/
+8
*
Don't call EVP_CIPHER_CTX_block_size() to find the block size
Matt Caswell
2020-12-30
1
-1
/
+1
*
Move the caching of cipher constants into evp_cipher_from_dispatch
Matt Caswell
2020-12-23
1
-4
/
+6
*
Fix EVP_CIPHER_CTX_set_padding for legacy path
Shane Lontis
2020-11-26
1
-0
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-54
/
+51
[next]