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
*
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
*
In provider implemented methods, save the name number, not the name string
Richard Levitte
2019-09-19
1
-13
/
+13
*
Add aes_ocb cipher to providers
Shane Lontis
2019-09-19
1
-0
/
+3
*
Add sm4 ciphers to default provider
Shane Lontis
2019-09-19
1
-0
/
+5
*
Add SEED ciphers to default provider
Shane Lontis
2019-09-18
1
-0
/
+4
*
Add cast5 ciphers to default provider
Shane Lontis
2019-09-18
1
-0
/
+4
*
Add IDEA ciphers to default provider
Shane Lontis
2019-09-18
1
-0
/
+4
*
Add blowfish ciphers to default provider
Shane Lontis
2019-09-15
1
-0
/
+4
*
Add aes_xts cipher to providers
Shane Lontis
2019-09-14
1
-0
/
+2
*
Change provider params from int to size_t
Shane Lontis
2019-09-05
1
-18
/
+14
*
New function EVP_CIPHER_free()
Richard Levitte
2019-09-04
1
-7
/
+46
*
Refactor how KEYMGMT methods get associated with other methods
Richard Levitte
2019-09-03
1
-3
/
+4
*
Fix data races in EVP_CIPHER_fetch and EVP_MD_fetch
Matt Caswell
2019-08-29
1
-16
/
+11
*
Cleanup ciphers and Add 3des ciphers.
Shane Lontis
2019-08-26
1
-8
/
+31
*
Add basic aria and camellia ciphers modes to default provider
Shane Lontis
2019-08-22
1
-0
/
+42
*
Add aes_ccm to provider
Shane Lontis
2019-08-20
1
-0
/
+6
*
Rename ctx_{get,set}_params to {get,set}_ctx_params
Richard Levitte
2019-08-16
1
-10
/
+10
*
Add missing EVP param utility functions
Richard Levitte
2019-08-15
1
-0
/
+59
*
Don't set ctx->cipher until after a successful fetch
Matt Caswell
2019-08-07
1
-3
/
+1
*
Add gcm ciphers (aes and aria) to providers.
Shane Lontis
2019-07-31
1
-1
/
+7
*
Add evp_util macros
Shane Lontis
2019-07-31
1
-4
/
+4
*
Document the provider CIPHER operation
Matt Caswell
2019-07-30
1
-3
/
+2
*
Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
Richard Levitte
2019-07-23
1
-0
/
+9
*
Add a mechnism to save the name of fetched methods
Richard Levitte
2019-07-23
1
-2
/
+7
*
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
2019-07-16
1
-18
/
+64
*
Adapt diverse EVP_CIPHER functions to use get_params and set_params interfaces
Richard Levitte
2019-07-11
1
-38
/
+39
*
ossl_provider_upref to ossl_provider_up_ref
Richard Levitte
2019-07-02
1
-1
/
+1
*
Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_ref
Matt Caswell
2019-06-28
1
-4
/
+4
*
Fix input checks wrt legacy code
Simo Sorce
2019-05-27
1
-7
/
+12
*
Make some EVP code available from within the FIPS module
Matt Caswell
2019-05-23
1
-9
/
+23
*
Revert "EVP_*Update: ensure that input NULL with length 0 isn't passed"
Matt Caswell
2019-05-21
1
-10
/
+9
*
EVP_FETCH: remove the need to transport the legacy NID through construction
Richard Levitte
2019-05-12
1
-12
/
+24
[next]