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
*
Structure alignment macro.
Pauli
2019-05-01
1
-2
/
+4
*
Replumbing: give the possibility for the provider to create a context
Richard Levitte
2019-04-30
5
-5
/
+8
*
Replumbing: make the oneshot proider cipher function like the others
Richard Levitte
2019-04-30
1
-2
/
+9
*
Create provider errors and use them
Matt Caswell
2019-04-19
7
-32
/
+207
*
Fix the S390X support for the basic AES ciphers
Matt Caswell
2019-04-19
3
-215
/
+152
*
Add forward declarations of the AES dispatch table functions
Matt Caswell
2019-04-19
1
-0
/
+21
*
Add a maximum output length to update and final calls
Matt Caswell
2019-04-19
1
-5
/
+19
*
Add iv length and key length params to the cipher init calls
Matt Caswell
2019-04-19
1
-10
/
+24
*
Implement AES CTR ciphers in the default provider
Matt Caswell
2019-04-19
3
-0
/
+17
*
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