index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
list.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update openssl list to support new provider objects.
Shane Lontis
2020-09-25
1
-69
/
+432
*
list: add capability to print details about the current DRBGs
Pauli
2020-09-23
1
-2
/
+79
*
Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK
Matt Caswell
2020-09-13
1
-2
/
+0
*
Rename OSSL_SERIALIZER / OSSL_DESERIALIZER to OSSL_ENCODE / OSSL_DECODE
Richard Levitte
2020-08-21
1
-70
/
+69
*
deserialisation: add deserialisation to the base provider
Pauli
2020-07-30
1
-0
/
+71
*
serialisation: Add a built-in base provider.
Pauli
2020-07-30
1
-3
/
+72
*
EVP: deprecate the EVP_X_meth_ functions.
Pauli
2020-07-22
1
-3
/
+5
*
apps: deprecate engines
Pauli
2020-07-16
1
-0
/
+3
*
apps/list: deprecate engine support
Pauli
2020-07-16
1
-5
/
+18
*
app/list: add RNG list option
Pauli
2020-06-24
1
-1
/
+80
*
In OpenSSL builds, declare STACK for datatypes ...
Rich Salz
2020-04-24
1
-0
/
+2
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
cmdline app: add provider commandline options.
Pauli
2020-03-07
1
-1
/
+8
*
Update command list
Rich Salz
2020-02-06
1
-0
/
+1
*
Document most missing options
Rich Salz
2020-01-29
1
-1
/
+3
*
Document command parameters.
Rich Salz
2019-11-20
1
-0
/
+1
*
Add "sections" to -help output
Rich Salz
2019-11-07
1
-0
/
+5
*
'openssl list' and 'openssl provider': adapt display of multiple names
Richard Levitte
2019-10-17
1
-17
/
+48
*
Remove duplicated line in 'openssl list' output
Rich Salz
2019-10-15
1
-1
/
+0
*
Refactor -passin/-passout documentation
Rich Salz
2019-10-09
1
-0
/
+3
*
Also mention -- flag and ignore if undocumented
Rich Salz
2019-10-06
1
-0
/
+2
*
Consistent naming for context gettable param queries .
Pauli
2019-09-27
1
-6
/
+6
*
Make EVP_MD_CTX_[gettable|settable]_params() take an EVP_MD_CTX
Matt Caswell
2019-09-25
1
-2
/
+2
*
App updates for KDF provider conversion.
Pauli
2019-09-06
1
-1
/
+60
*
New function EVP_CIPHER_free()
Richard Levitte
2019-09-04
1
-1
/
+1
*
New function EVP_MD_free()
Richard Levitte
2019-09-04
1
-1
/
+1
*
Move print_param_types() to libapps, and give it indent argument
Richard Levitte
2019-08-28
1
-93
/
+10
*
Coverty fixes for MACs
Richard Levitte
2019-08-27
1
-6
/
+6
*
Re-implement 'openssl list -mac-algorithms'
Richard Levitte
2019-08-15
1
-15
/
+44
*
Prepare EVP_MAC infrastructure for moving all MACs to providers
Richard Levitte
2019-08-15
1
-0
/
+4
*
Modify 'openssl list' to give more verbose descriptions
Richard Levitte
2019-08-15
1
-19
/
+167
*
Re-implement the cipher and digest listings for 'openssl list'
Richard Levitte
2019-07-23
1
-6
/
+91
*
Move the code for 'openssl list' to its own translation unit.
Richard Levitte
2019-07-15
1
-0
/
+497