index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
default
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup ciphers and Add 3des ciphers.
Shane Lontis
2019-08-26
23
-1
/
+1147
*
Get rid of the diversity of names for MAC parameters
Richard Levitte
2019-08-24
3
-26
/
+9
*
Add basic aria and camellia ciphers modes to default provider
Shane Lontis
2019-08-22
1
-0
/
+44
*
cleanup provider digests
Shane Lontis
2019-08-20
8
-100
/
+17
*
Add aes_ccm to provider
Shane Lontis
2019-08-20
1
-0
/
+7
*
Rename ctx_{get,set}_params to {get,set}_ctx_params
Richard Levitte
2019-08-16
4
-17
/
+17
*
Rename the hash implementations KMAC{128,256} to KECCAK_KMAC{128,256}
Richard Levitte
2019-08-15
1
-4
/
+4
*
Move Poly1305 to providers
Richard Levitte
2019-08-15
3
-1
/
+174
*
Move SipHash to providers
Richard Levitte
2019-08-15
3
-1
/
+192
*
Move KMAC to providers
Richard Levitte
2019-08-15
1
-0
/
+6
*
Move HMAC to providers
Richard Levitte
2019-08-15
1
-0
/
+1
*
Move GMAC to providers
Richard Levitte
2019-08-15
1
-0
/
+1
*
Move CMAC to providers
Richard Levitte
2019-08-15
1
-0
/
+3
*
Move BLAKE2 MACs to the providers
Richard Levitte
2019-08-15
7
-1
/
+434
*
Rename provider and core get_param_types functions
Richard Levitte
2019-08-15
1
-5
/
+5
*
Add {get,set}table_params() functions for provider digests
Richard Levitte
2019-08-15
1
-3
/
+15
*
Adapt the provider digests for more use of OSSL_PARAM
Richard Levitte
2019-08-12
5
-20
/
+26
*
Add gcm ciphers (aes and aria) to providers.
Shane Lontis
2019-07-31
1
-0
/
+8
*
Adapt DH to use with KEYMGMT
Richard Levitte
2019-07-23
1
-1
/
+10
*
Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhere
Richard Levitte
2019-07-23
1
-6
/
+6
*
Fix no-dh
Matt Caswell
2019-07-19
1
-0
/
+2
*
Implement PKCS#3 DH Key Exchange in the default provider
Matt Caswell
2019-07-16
1
-0
/
+7
*
Change OSSL_PARAM return size to not be a pointer.
Pauli
2019-06-24
2
-4
/
+3
*
Replumbing: Adapt the default and legacy providers to use library context upcall
Richard Levitte
2019-06-17
1
-0
/
+15
*
Make EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
Shane Lontis
2019-06-11
1
-10
/
+4
*
rename the digest provider files to avoid any name clashes with other folders
Shane Lontis
2019-06-06
8
-4
/
+4
*
Move digests to providers
Shane Lontis
2019-06-04
11
-0
/
+1025
*
Replumbing: give the possibility for the provider to create a context
Richard Levitte
2019-04-30
1
-1
/
+2
*
Implement AES CTR ciphers in the default provider
Matt Caswell
2019-04-19
1
-0
/
+3
*
Implement AES CFB ciphers in the default provider
Matt Caswell
2019-04-19
1
-0
/
+9
*
Implement AES OFB ciphers in the default provider
Matt Caswell
2019-04-19
1
-0
/
+3
*
Implement AES CBC ciphers in the default provider
Matt Caswell
2019-04-19
1
-0
/
+3
*
Add support in the default provider for 192/128 bit AES ECB
Matt Caswell
2019-04-19
1
-0
/
+2
*
Add the provider_algs.h internal header file
Matt Caswell
2019-04-19
1
-4
/
+1
*
Implement support for AES-256-ECB in the default provider
Matt Caswell
2019-04-19
1
-0
/
+9
*
Implement SHA256 in the default provider
Matt Caswell
2019-03-21
1
-0
/
+20
*
Add a skeleton default provider
Matt Caswell
2019-03-21
2
-0
/
+84