index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
evp_lib.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix EVP_Cipher() for provided cipher implementations
Richard Levitte
2019-10-11
1
-7
/
+27
*
Move cipher ctx 'original iv' parameter into the provider
Shane Lontis
2019-10-08
1
-2
/
+13
*
Make EVP_CIPHER_is_a() work with legacy cipher implementations too
Richard Levitte
2019-10-01
1
-0
/
+7
*
Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.
Richard Levitte
2019-10-01
1
-37
/
+91
*
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
*
Avoid ?: construct in XXXerr calls
Rich Salz
2019-09-19
1
-8
/
+8
*
Modify providers that keep track of underlying algorithms
Richard Levitte
2019-09-19
1
-0
/
+5
*
In provider implemented methods, save the name number, not the name string
Richard Levitte
2019-09-19
1
-2
/
+2
*
Fix S390X bad size_t that causes memory trash in legacy ciphers
Shane Lontis
2019-09-14
1
-4
/
+4
*
Add EVP_CIPHER_CTX_tag_length()
Shane Lontis
2019-09-11
1
-0
/
+11
*
Disallow change EVP_MD properties once set
Dmitry Belyavskiy
2019-09-05
1
-0
/
+30
*
Change provider params from int to size_t
Shane Lontis
2019-09-05
1
-30
/
+40
*
New function EVP_MD_free()
Richard Levitte
2019-09-04
1
-28
/
+12
*
Adapt diverse EVP_MD functions to use get_params and set_params interfaces
Richard Levitte
2019-08-12
1
-8
/
+21
*
Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modes
Shane Lontis
2019-08-08
1
-4
/
+13
*
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
-5
/
+5
*
Adapt DH to use with KEYMGMT
Richard Levitte
2019-07-23
1
-134
/
+0
*
Add EVP_MD_provider() and EVP_CIPHER_provider()
Richard Levitte
2019-07-23
1
-0
/
+10
*
Re-implement EVP_MD_name() and EVP_CIPHER_name() as functions
Richard Levitte
2019-07-23
1
-0
/
+22
*
Add a mechnism to save the name of fetched methods
Richard Levitte
2019-07-23
1
-0
/
+1
*
Fix no-dh
Matt Caswell
2019-07-19
1
-1
/
+5
*
Make the EVP Key Exchange code provider aware
Matt Caswell
2019-07-16
1
-0
/
+131
*
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
2019-07-16
1
-45
/
+63
*
Adapt diverse EVP_CIPHER functions to use get_params and set_params interfaces
Richard Levitte
2019-07-11
1
-52
/
+60
*
Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_ref
Matt Caswell
2019-06-28
1
-1
/
+1
*
Make some EVP code available from within the FIPS module
Matt Caswell
2019-05-23
1
-7
/
+18
*
Replumbing: make the oneshot proider cipher function like the others
Richard Levitte
2019-04-30
1
-1
/
+7
*
Implement AES CBC ciphers in the default provider
Matt Caswell
2019-04-19
1
-19
/
+96
*
Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider aware
Matt Caswell
2019-04-19
1
-1
/
+17
*
Support EVP_MD_block_size() with providers
Matt Caswell
2019-04-03
1
-0
/
+8
*
Ensure EVP_MD_CTX_md returns the EVP_MD originally used
Matt Caswell
2019-04-03
1
-2
/
+2
*
Make EVP_Digest* functions provider aware
Matt Caswell
2019-03-21
1
-0
/
+4
*
Implement EVP_MD_fetch()
Matt Caswell
2019-03-21
1
-1
/
+26
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()
Richard Levitte
2018-10-29
1
-0
/
+27
*
Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctx
Paul Yang
2018-09-07
1
-2
/
+14
*
Support setting SM2 ID
Paul Yang
2018-09-07
1
-1
/
+1
*
Introduce EVP_MD_CTX_set_pkey_ctx
Paul Yang
2018-09-07
1
-0
/
+7
*
Update copyright year
Matt Caswell
2018-06-20
1
-1
/
+1
*
add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c
David von Oheimb
2018-06-18
1
-2
/
+14
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-5
/
+5
*
Fix EVP_MD_meth_get_flags
Todd Short
2016-12-22
1
-1
/
+1
*
Copyright consolidation 04/10
Rich Salz
2016-05-17
1
-54
/
+6
*
Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data
Matt Caswell
2016-03-07
1
-1
/
+1
*
Update the dasync engine to add a pipeline cipher
Matt Caswell
2016-03-07
1
-0
/
+10
*
GH641: Don't care openssl_zmalloc
Rich Salz
2016-02-08
1
-2
/
+4
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any more
Richard Levitte
2016-01-12
1
-7
/
+0
[next]