index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
common
/
ciphers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add aes_wrap cipher to providers
Shane Lontis
2019-09-20
2
-1
/
+247
*
Move gcm decryption tag check higher up in the callstack
Shane Lontis
2019-09-20
2
-3
/
+4
*
Fix Solaris compile errors in provider ciphers
Shane Lontis
2019-09-19
2
-3
/
+3
*
Add aes_ocb cipher to providers
Shane Lontis
2019-09-19
1
-4
/
+0
*
Fix strict-warnings build
Patrick Steuer
2019-09-18
1
-4
/
+1
*
Fix aes ofb, cfb and cfb8 for s390x
Patrick Steuer
2019-09-18
1
-3
/
+3
*
Fix Coverity CID:1453685 'unreachable code' in aes_xts code.
Shane Lontis
2019-09-18
1
-2
/
+0
*
Fix Solaris aes_hw_t4 compile issue
Shane Lontis
2019-09-17
1
-7
/
+8
*
Add blowfish ciphers to default provider
Shane Lontis
2019-09-15
3
-10
/
+16
*
Fix aesni_xts compile error
Shane Lontis
2019-09-15
1
-1
/
+1
*
Add aes_xts cipher to providers
Shane Lontis
2019-09-14
4
-1
/
+471
*
Add EVP_CIPHER_CTX_tag_length()
Shane Lontis
2019-09-11
3
-2
/
+24
*
Change provider params from int to size_t
Shane Lontis
2019-09-05
5
-47
/
+53
*
Fix platform specific issues with provider ciphers
Shane Lontis
2019-09-01
1
-8
/
+15
*
Cleanup ciphers and Add 3des ciphers.
Shane Lontis
2019-08-26
35
-1295
/
+448
*
Fix Issue OSS-Fuzz: Branch on uninitialized memory (in ccm code).
Shane Lontis
2019-08-25
1
-1
/
+2
*
Add basic aria and camellia ciphers modes to default provider
Shane Lontis
2019-08-22
40
-1763
/
+2373
*
Add aes_ccm to provider
Shane Lontis
2019-08-20
9
-85
/
+1160
*
cipher cleanups.
Shane Lontis
2019-08-19
7
-202
/
+287
*
Rename ctx_{get,set}_params to {get,set}_ctx_params
Richard Levitte
2019-08-16
2
-23
/
+23
*
Adjust some provider reason codes
Richard Levitte
2019-08-15
2
-6
/
+6
*
GCM cipher in provider now fails if passed bad keylength
Shane Lontis
2019-08-07
1
-0
/
+19
*
Fix commit a672a02a s390x build breakage
Patrick Steuer
2019-08-01
1
-3
/
+3
*
Add gcm ciphers (aes and aria) to providers.
Shane Lontis
2019-07-31
8
-55
/
+1421
*
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
2019-07-16
1
-243
/
+8
*
Adapt the provider AES for more use of OSSL_PARAM
Richard Levitte
2019-07-11
1
-119
/
+127
*
s390x assembly pack: fix various aes modes performance regression
Patrick Steuer
2019-07-02
1
-3
/
+3
*
Change OSSL_PARAM return size to not be a pointer.
Pauli
2019-06-24
1
-5
/
+5
*
Ensure we get all the right defines for AES assembler in FIPS module
Matt Caswell
2019-06-03
1
-0
/
+1
*
Make basic AES ciphers available from within the FIPS providers
Matt Caswell
2019-06-03
1
-0
/
+3
*
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
1
-1
/
+1
*
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
3
-32
/
+83
*
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
1
-0
/
+11
*
Implement AES CFB ciphers in the default provider
Matt Caswell
2019-04-19
1
-0
/
+24
*
Implement AES OFB ciphers in the default provider
Matt Caswell
2019-04-19
1
-15
/
+66
*
Implement AES CBC ciphers in the default provider
Matt Caswell
2019-04-19
1
-72
/
+86
*
Add support in the default provider for 192/128 bit AES ECB
Matt Caswell
2019-04-19
1
-0
/
+64
*
Add the provider_algs.h internal header file
Matt Caswell
2019-04-19
1
-1
/
+1
*
Implement support for AES-256-ECB in the default provider
Matt Caswell
2019-04-19
5
-0
/
+1364