index
:
openbsd
OPENBSD_2_0
OPENBSD_2_1
OPENBSD_2_2
OPENBSD_2_3
OPENBSD_2_4
OPENBSD_2_5
OPENBSD_2_6
OPENBSD_2_7
OPENBSD_2_8
OPENBSD_2_9
OPENBSD_3_0
OPENBSD_3_1
OPENBSD_3_2
OPENBSD_3_3
OPENBSD_3_4
OPENBSD_3_5
OPENBSD_3_6
OPENBSD_3_7
OPENBSD_3_8
OPENBSD_3_9
OPENBSD_4_0
OPENBSD_4_1
OPENBSD_4_2
OPENBSD_4_3
OPENBSD_4_4
OPENBSD_4_5
OPENBSD_4_6
OPENBSD_4_7
OPENBSD_4_8
OPENBSD_4_9
OPENBSD_5_0
OPENBSD_5_1
OPENBSD_5_2
OPENBSD_5_3
OPENBSD_5_4
OPENBSD_5_5
OPENBSD_5_6
OPENBSD_5_7
OPENBSD_5_8
OPENBSD_5_9
OPENBSD_6_0
OPENBSD_6_1
OPENBSD_6_2
OPENBSD_6_3
OPENBSD_6_4
OPENBSD_6_5
OPENBSD_6_6
OPENBSD_6_7
OPENBSD_6_8
OPENBSD_6_9
OPENBSD_7_0
OPENBSD_7_1
OPENBSD_7_2
OPENBSD_7_3
OPENBSD_7_4
OPENBSD_7_5
OPENBSD_7_6
OPENBSD_7_7
master
A mirror of https://github.com/libressl/openbsd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
libcrypto
/
evp
/
evp_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use more consistent naming for some files in evp
tb
2023-12-29
1
-687
/
+0
*
EVP_CipherInit(): remove cleanup call
tb
2023-12-26
1
-3
/
+1
*
EVP_CipherInit_ex() merge two code paths
tb
2023-12-26
1
-9
/
+4
*
Use more consistent order for Init/Update/Final
tb
2023-12-23
1
-17
/
+17
*
Remove two no longer necessary reminders
tb
2023-12-22
1
-3
/
+1
*
Add length checks for partial_len
tb
2023-12-22
1
-6
/
+7
*
Simplify some logic in EVP_EncryptInit_ex()
tb
2023-12-22
1
-24
/
+28
*
evp_enc: make some flag checks explicit
tb
2023-12-22
1
-4
/
+4
*
Remove some superfluous parentheses
tb
2023-12-21
1
-3
/
+3
*
Rename impl into engine
tb
2023-12-20
1
-4
/
+4
*
Rename inl to in_len throughout the file
tb
2023-12-20
1
-32
/
+32
*
Rename outl into out_len throughout the file
tb
2023-12-20
1
-32
/
+32
*
Tweak a comment a bit
tb
2023-12-20
1
-3
/
+3
*
Remove block_mask from EVP_CIPHER_CTX
tb
2023-12-20
1
-5
/
+14
*
Improve local variable names
tb
2023-12-20
1
-29
/
+29
*
Rename buf_len into partial_len in EVP_CIPHER_CTX
tb
2023-12-20
1
-9
/
+9
*
Clean up EVP_DecryptFinal_ex()
tb
2023-12-20
1
-32
/
+35
*
Clean up EVP_EncryptFinal_ex()
tb
2023-12-20
1
-16
/
+13
*
Simplify EVP_DecryptUpdate() a bit
tb
2023-12-20
1
-26
/
+28
*
EVP_EncryptUpdate(): make block_size and block_mask const
tb
2023-12-16
1
-3
/
+3
*
First cleanup pass over EVP_EncryptUpdate()
tb
2023-12-16
1
-36
/
+37
*
Implement and use a do_cipher() wrapper
tb
2023-12-16
1
-59
/
+63
*
Document EVP_Cipher() in code
tb
2023-12-15
1
-1
/
+13
*
Move EVP_Cipher() from evp_lib.c to evp_enc.c
tb
2023-12-15
1
-1
/
+8
*
Remove misuse warnings for EVP_*Final()
tb
2023-12-03
1
-12
/
+1
*
Unify various EVP_*{Update,Final}*() wrappers
tb
2023-12-01
1
-18
/
+10
*
Ignore ENGINE at the API boundary
tb
2023-11-29
1
-4
/
+4
*
Unifdef OPENSSL_NO_ENGINE in libcrypto
tb
2023-11-19
1
-54
/
+1
*
Check for negative IV length
tb
2023-11-18
1
-12
/
+15
*
EVP_CipherInit(): use EVP_CIPHER_CTX_cleanup()
tb
2023-09-10
1
-3
/
+3
*
Unbreak the namespace build after a broken mk.conf and tool misfire had
beck
2023-07-07
1
-26
/
+1
*
Hide symbols in hkdf, evp, err, ecdsa, and ec
beck
2023-07-07
1
-1
/
+26
*
Make the cleanup() method return an int again
tb
2023-03-01
1
-1
/
+2
*
spelling fixes; from paul tagliamonte
jmc
2022-12-26
1
-2
/
+2
*
Make internal header file names consistent
tb
2022-11-26
1
-2
/
+2
*
Stop pretending that EVP_CIPHER cleanup can fail.
jsing
2022-09-13
1
-5
/
+8
*
Expand the looney M_do_cipher macro.
jsing
2022-09-04
1
-11
/
+9
*
Do not pass input length <= 0 to the cipher handlers
tb
2022-07-26
1
-11
/
+17
*
Pull in fix for EVP_CipherUpdate() overflow from OpenSSL.
tb
2021-02-18
1
-1
/
+23
*
Use calloc() when allocating cipher_data.
jsing
2019-04-14
1
-5
/
+5
*
Annotate a future improvement.
jsing
2019-04-14
1
-1
/
+2
*
Avoid potential double-frees following EVP_CIPHER_CTX_copy().
jsing
2019-04-14
1
-4
/
+17
*
Provide EVP_aes_{128,192,256}_wrap(). This is a compatible
tb
2019-03-17
1
-2
/
+8
*
make ENGINE_finish() succeed on NULL and simplify callers as in
tb
2018-04-14
1
-5
/
+2
*
Provide EVP_CIPHER_CTX_reset().
jsing
2018-02-17
1
-17
/
+25
*
GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections
tb
2017-11-28
1
-4
/
+4
*
Send the function codes from the error functions to the bit bucket,
beck
2017-01-29
1
-35
/
+24
*
back out calls to EVP_CIPHER_CTX_cleanup() in EVP_Cipher/Encrypt/DecryptFinal
bcook
2016-09-09
1
-4
/
+1
*
include <sys/types.h> to get <sys/cdefs.h> instead (for __warn_references)
bcook
2016-09-04
1
-2
/
+2
*
include <sys/cdefs.h> for portable
bcook
2016-09-04
1
-1
/
+3
[next]