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
*
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
*
Initialize outl in evp_enc.c to 0, protect against NULL
jwalch
2020-11-02
1
-0
/
+28
*
Rename some occurrences of 'library_context' and 'lib_ctx' to 'libctx'
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-4
/
+4
*
EVP: Centralise fetching error reporting
Richard Levitte
2020-09-13
1
-3
/
+1
*
Retire EVP_CTRL_GET_IV
Benjamin Kaduk
2020-08-11
1
-6
/
+0
*
Support cipher provider "iv state"
Benjamin Kaduk
2020-08-11
1
-2
/
+3
*
Use libctx for EVP_CIPHER_CTX_rand_key() method.
Shane Lontis
2020-08-09
1
-1
/
+16
*
rand_drbg: remove RAND_DRBG.
Pauli
2020-08-07
1
-1
/
+0
*
gettables: core changes to pass the provider context.
Pauli
2020-08-07
1
-3
/
+6
*
deprecate engines in libcrypto
Pauli
2020-07-16
1
-0
/
+3
*
Make the naming scheme for dispatched functions more consistent
Dr. Matthias St. Pierre
2020-06-24
1
-14
/
+14
*
Remove cipher table lookup from EVP_CipherInit_ex
Shane Lontis
2020-05-07
1
-160
/
+0
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-12
/
+12
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Implement the NULL cipher in the default provider
Matt Caswell
2020-01-20
1
-1
/
+5
*
Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providers
Shane Lontis
2020-01-10
1
-4
/
+16
*
Add AES_CBC_HMAC_SHA ciphers to providers.
Shane Lontis
2020-01-06
1
-7
/
+78
*
Fix some typos
Veres Lajos
2019-12-11
1
-1
/
+1
*
Cache constants for fetched EVP_cipher
Shane Lontis
2019-11-25
1
-0
/
+4
*
Replumbing: pre-populate the EVP namemap with commonly known names
Richard Levitte
2019-11-20
1
-2
/
+8
*
EVP_CIPHER_CTX_set_keylen should not succeed if a bad keylen is passed
Matt Caswell
2019-11-19
1
-7
/
+21
*
Add rc4_hmac_md5 cipher to default provider
Shane Lontis
2019-11-11
1
-0
/
+1
*
Final cleanup after move to leaner EVP_PKEY methods
Richard Levitte
2019-11-10
1
-4
/
+3
*
Add AES SIV ciphers to default provider
Shane Lontis
2019-11-08
1
-0
/
+9
*
EVP: add name traversal functions to all fetchable types
Richard Levitte
2019-10-17
1
-1
/
+1
*
EVP: add missing common functionality
Richard Levitte
2019-10-17
1
-3
/
+3
*
For provided ciphers, EVP_CIPHER_CTX_ctrl() with EVP_CTRL_INIT always returns 1
Richard Levitte
2019-10-17
1
-1
/
+9
*
EVP_{CIPHER,MD}_CTX_ctrl(): make extra sure to return 0 or 1
Richard Levitte
2019-10-17
1
-5
/
+5
*
Add ChaCha related ciphers to default provider
Shane Lontis
2019-10-16
1
-0
/
+7
*
Add rc2 ciphers to default provider
Shane Lontis
2019-10-08
1
-0
/
+12
*
Move cipher ctx 'original iv' parameter into the provider
Shane Lontis
2019-10-08
1
-13
/
+0
*
EVP_{CIPHER,MD}_CTX_ctrl(): make sure to return 0 or 1
Richard Levitte
2019-10-06
1
-1
/
+3
*
Add rc5 ciphers to default provider
Shane Lontis
2019-10-03
1
-1
/
+14
*
Consistent naming for context gettable param queries .
Pauli
2019-09-27
1
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Add rc4 cipher to default provider
Shane Lontis
2019-09-25
1
-1
/
+3
*
Rework cipher / digest fetching for legacy nids with multiple name support
Richard Levitte
2019-09-23
1
-10
/
+34
*
Add des ciphers to default provider
Shane Lontis
2019-09-23
1
-0
/
+6
*
Add aes_wrap cipher to providers
Shane Lontis
2019-09-20
1
-0
/
+6
[next]