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
*
Fix typo in cipher_chacha20_poly1305_hw.c.
Kelvin Lee
2019-10-31
1
-1
/
+1
*
KDF: use string names not macros to align with other algorithms.
Pauli
2019-10-31
2
-15
/
+15
*
Add KRB5KDF from RFC 3961
Simo Sorce
2019-10-23
6
-0
/
+444
*
ciphers/chacha20,poly1303: Fix two coverity errors
Dr. Matthias St. Pierre
2019-10-20
2
-2
/
+2
*
New RSA keymgmt implementation to handle import / export of RSA keys
Richard Levitte
2019-10-17
4
-0
/
+253
*
DSA: Add export of keys and domain parameters from provider
Richard Levitte
2019-10-17
1
-0
/
+61
*
DH: Add export of keys and domain parameters from provider
Richard Levitte
2019-10-17
1
-0
/
+60
*
DSA: Add export of domain parameters to provider
Richard Levitte
2019-10-17
1
-17
/
+49
*
DH: Add export of domain parameters to provider
Richard Levitte
2019-10-17
1
-14
/
+47
*
[KDF] Add feedback-mode and CMAC support to KBKDF
Robbie Harwood
2019-10-17
4
-21
/
+67
*
Add ChaCha related ciphers to default provider
Shane Lontis
2019-10-16
10
-6
/
+1132
*
Remove providers/default which seems to have been missed.
Pauli
2019-10-10
1
-68
/
+0
*
Remove EVP_CIPH_FLAG_CUSTOM_CIPHER in all our providers
Richard Levitte
2019-10-11
3
-7
/
+3
*
Providers: fix OSSL_FUNC_CIPHER_CIPHER functions
Richard Levitte
2019-10-11
3
-5
/
+5
*
Cleanup: move provider mains up
Richard Levitte
2019-10-10
5
-13
/
+4
*
Cleanup: move remaining providers/common/include/internal/*.h
Richard Levitte
2019-10-10
41
-61
/
+61
*
Cleanup: move providers/common/include/internal/provider_args.h
Richard Levitte
2019-10-10
57
-57
/
+57
*
Providers: move all ciphers
Richard Levitte
2019-10-10
88
-69
/
+148
*
Providers: move all digests
Richard Levitte
2019-10-10
27
-64
/
+75
*
Providers: move default kdfs,macs
Richard Levitte
2019-10-10
13
-16
/
+25
*
Providers: move common exchange,kdfs,keymgmt,macs,signature
Richard Levitte
2019-10-10
28
-36
/
+70
*
Rework how our providers are built
Richard Levitte
2019-10-10
22
-125
/
+266
*
Add rc2 ciphers to default provider
Shane Lontis
2019-10-08
9
-20
/
+352
*
Move cipher ctx 'original iv' parameter into the provider
Shane Lontis
2019-10-08
16
-55
/
+40
*
RC4 is not a block cipher
Matt Caswell
2019-10-05
1
-2
/
+2
*
Move MD5-SHA1 digest completely to the default provider
Richard Levitte
2019-10-04
1
-0
/
+37
*
Adapt existing providers to posibly have name lists
Richard Levitte
2019-10-03
3
-98
/
+172
*
Add EVP_DigestSign/EVP_DigestVerify support for DSA
Matt Caswell
2019-10-03
1
-5
/
+205
*
Add rc5 ciphers to default provider
Shane Lontis
2019-10-03
11
-28
/
+260
*
Fix Coverity issues
Shane Lontis
2019-10-03
2
-7
/
+12
*
Remove EVP_CIPH_FLAG_DEFAULT_ASN1 from all provided implementations
Richard Levitte
2019-10-01
9
-34
/
+35
*
Fix header file include guard names
Dr. Matthias St. Pierre
2019-09-28
3
-8
/
+8
*
Reorganize public header files (part 1)
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
14
-13
/
+13
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
22
-25
/
+25
*
[KDF] Add KBKDF implementation for counter-mode HMAC
Robbie Harwood
2019-09-27
6
-1
/
+309
*
When building of modules is disabled, build the legacy provider into libcrypto
Richard Levitte
2019-09-26
4
-13
/
+33
*
Missing else in cipher_hw_aes_ocb_generic_initkey
Fangming.Fang
2019-09-26
1
-1
/
+1
*
Remove engine param from the settable list
Pauli
2019-09-25
3
-3
/
+0
*
Make the "engine" parameter to some provider algorithms (KDF/PRF) hidden.
Pauli
2019-09-25
1
-3
/
+3
*
Add rc4 cipher to default provider
Shane Lontis
2019-09-25
6
-0
/
+160
*
Add des ciphers to default provider
Shane Lontis
2019-09-23
6
-4
/
+388
*
Remove name string from PROV_CIPHER and PROV_DIGEST
Richard Levitte
2019-09-20
2
-24
/
+0
*
Refactor SSKDF to create the MAC contexts early
Richard Levitte
2019-09-20
1
-53
/
+32
*
Refactor TLS-PRF's kdf_tls1_prf_mkmacctx() to a provider utility
Richard Levitte
2019-09-20
3
-50
/
+124
*
Add aes_wrap cipher to providers
Shane Lontis
2019-09-20
5
-2
/
+283
*
Move gcm decryption tag check higher up in the callstack
Shane Lontis
2019-09-20
2
-3
/
+4
*
Modify providers that keep track of underlying algorithms
Richard Levitte
2019-09-19
3
-10
/
+31
*
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
8
-4
/
+665
[next]