index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement AES CFB ciphers in the default provider
Matt Caswell
2019-04-19
3
-0
/
+42
*
Implement AES OFB ciphers in the default provider
Matt Caswell
2019-04-19
3
-15
/
+72
*
Implement AES CBC ciphers in the default provider
Matt Caswell
2019-04-19
3
-72
/
+92
*
Add support in the default provider for 192/128 bit AES ECB
Matt Caswell
2019-04-19
3
-0
/
+68
*
Add the provider_algs.h internal header file
Matt Caswell
2019-04-19
5
-7
/
+18
*
Implement support for AES-256-ECB in the default provider
Matt Caswell
2019-04-19
7
-1
/
+1374
*
Make EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider aware
Matt Caswell
2019-04-19
2
-2
/
+2
*
providers/common/digests/sha2.c: forward declare all dispatched functions
Richard Levitte
2019-04-15
1
-0
/
+16
*
Providers: for the digest_final operation, pass a output buffer size
Richard Levitte
2019-04-15
1
-3
/
+5
*
Add a legacy provider and put MD2 in it
Matt Caswell
2019-04-09
5
-0
/
+183
*
Create a FIPS provider and put SHA256 in it
Matt Caswell
2019-04-05
4
-1
/
+115
*
Support EVP_MD_block_size() with providers
Matt Caswell
2019-04-03
1
-0
/
+6
*
Implement SHA256 in the default provider
Matt Caswell
2019-03-21
5
-1
/
+88
*
Add a skeleton default provider
Matt Caswell
2019-03-21
3
-0
/
+85