index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
providers
/
default
/
defltprov.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup: move provider mains up
Richard Levitte
2019-10-10
1
-434
/
+0
*
Cleanup: move providers/common/include/internal/provider_args.h
Richard Levitte
2019-10-10
1
-1
/
+1
*
Add rc2 ciphers to default provider
Shane Lontis
2019-10-08
1
-0
/
+8
*
Adapt existing providers to posibly have name lists
Richard Levitte
2019-10-03
1
-54
/
+94
*
Add rc5 ciphers to default provider
Shane Lontis
2019-10-03
1
-0
/
+6
*
[KDF] Add KBKDF implementation for counter-mode HMAC
Robbie Harwood
2019-09-27
1
-0
/
+1
*
Add rc4 cipher to default provider
Shane Lontis
2019-09-25
1
-0
/
+4
*
Add des ciphers to default provider
Shane Lontis
2019-09-23
1
-0
/
+6
*
Add aes_wrap cipher to providers
Shane Lontis
2019-09-20
1
-0
/
+6
*
Add aes_ocb cipher to providers
Shane Lontis
2019-09-19
1
-0
/
+5
*
Add sm4 ciphers to default provider
Shane Lontis
2019-09-19
1
-0
/
+7
*
Add SEED ciphers to default provider
Shane Lontis
2019-09-18
1
-0
/
+6
*
Add cast5 ciphers to default provider
Shane Lontis
2019-09-18
1
-0
/
+6
*
Add IDEA ciphers to default provider
Shane Lontis
2019-09-18
1
-0
/
+6
*
Add blowfish ciphers to default provider
Shane Lontis
2019-09-15
1
-0
/
+6
*
Add aes_xts cipher to providers
Shane Lontis
2019-09-14
1
-0
/
+2
*
Register KDF's using their name macros rather than strings
Pauli
2019-09-11
1
-8
/
+8
*
Implement DSA in the default provider
Matt Caswell
2019-09-09
1
-0
/
+13
*
Add KDFs to providers
Pauli
2019-09-06
1
-0
/
+18
*
Fix no-des
Matt Caswell
2019-08-29
1
-0
/
+2
*
Cleanup ciphers and Add 3des ciphers.
Shane Lontis
2019-08-26
1
-0
/
+12
*
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
1
-2
/
+0
*
Add aes_ccm to provider
Shane Lontis
2019-08-20
1
-0
/
+7
*
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
1
-0
/
+3
*
Move SipHash to providers
Richard Levitte
2019-08-15
1
-0
/
+3
*
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
1
-0
/
+11
*
Rename provider and core get_param_types functions
Richard Levitte
2019-08-15
1
-5
/
+5
*
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
1
-3
/
+2
*
Replumbing: Adapt the default and legacy providers to use library context upcall
Richard Levitte
2019-06-17
1
-0
/
+15
*
Move digests to providers
Shane Lontis
2019-06-04
1
-0
/
+35
*
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
[next]