index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
cms.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leaks from missing checks of return value from sk_OPENSSL_STRING_p...
Frederik Wedel-Heinen
9 days
1
-9
/
+18
*
Fix CMS encryption with key agreement when originator set
Jakub Zelenka
12 days
1
-1
/
+8
*
Fix originator cert leak in cms app
Jakub Zelenka
12 days
1
-0
/
+1
*
Add CMS_NO_SIGNING_TIME flag to CMS_sign(), CMS_add1_signer()
Peter Juhasz
2024-12-26
1
-1
/
+7
*
apps: Change default cipher to aes-256-cbc for req, cms and smime apps
Aditya
2024-11-04
1
-9
/
+2
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
apps/cms.c, apps/smime.c: Fix -crlfeol help messages
Andreas Treichel
2024-08-15
1
-1
/
+1
*
{CMS,PKCS7}_verify(): use 'certs' parameter ('-certfile' option) also for cha...
Dr. David von Oheimb
2024-07-17
1
-1
/
+4
*
Fix a possible memleak in cms_main
Bernd Edlinger
2023-12-12
1
-2
/
+4
*
Fix a possible memory leak in make_receipt_request
Bernd Edlinger
2023-12-01
1
-2
/
+7
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
apps/cms.c: Fix unreachable code in cms_main()
atishkov
2023-07-19
1
-13
/
+10
*
Enable some disabled __owurs
Dmitry Belyavskiy
2023-02-07
1
-1
/
+2
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
CMS sign digest
Viktor Söderqvist
2022-04-02
1
-9
/
+43
*
APPS: Add check for multiple 'unknown' options
Dr. David von Oheimb
2022-01-11
1
-0
/
+1
*
add OSSL_STACK_OF_X509_free() for commonly used pattern
Dr. David von Oheimb
2021-12-21
1
-3
/
+3
*
APPS: Improve diagnostics on missing/extra args and unknown cipher/digest
Dr. David von Oheimb
2021-12-07
1
-4
/
+2
*
CMS app: Fix new -wrap option
Dr. David von Oheimb
2021-08-25
1
-1
/
+1
*
Get rid of warn_binary
Dmitry Belyavskiy
2021-08-20
1
-29
/
+0
*
cms: Fix handling of -rctform option
Tomas Mraz
2021-08-05
1
-8
/
+4
*
cms: Do not try to check binary format on stdin
Tomas Mraz
2021-08-05
1
-0
/
+2
*
apps: use get_cipher_any() instead of get_cipher() for commands that support ...
Pauli
2021-06-16
1
-2
/
+2
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
apps/cms.c: Correct -sign output and -verify input with -binary
Dr. David von Oheimb
2021-05-22
1
-5
/
+20
*
apps/cms: Simplify handling of encerts; add warning if they are ignored
Dr. David von Oheimb
2021-05-22
1
-20
/
+22
*
apps/cms: Clean up order of options in help output and documentation
Dr. David von Oheimb
2021-05-20
1
-143
/
+156
*
apps/cms.c: Simplify make_receipt_request() and load_content_info(()
Dr. David von Oheimb
2021-05-19
1
-36
/
+27
*
apps/cms.c: Make -sign and -verify handle binary input
Dr. David von Oheimb
2021-05-19
1
-13
/
+42
*
Make the -inform option to be respected if possible
Tomas Mraz
2021-05-06
1
-7
/
+9
*
APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro
Dr. David von Oheimb
2021-05-05
1
-1
/
+1
*
Fetch cipher-wrap after loading providers.
Rich Salz
2021-05-05
1
-14
/
+7
*
Remove an unused parameter
Rich Salz
2021-04-22
1
-1
/
+1
*
Use build.info not file-wide ifndef
Rich Salz
2021-04-21
1
-30
/
+26
*
Fetch and free cipher and md's
Rich Salz
2021-04-20
1
-7
/
+10
*
APPS: make apps strict on app_RAND_load() and app_RAND_write() failure
Dr. David von Oheimb
2021-04-14
1
-1
/
+3
*
TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS func
Dr. David von Oheimb
2021-03-18
1
-3
/
+3
*
apps: Add maybe_stdin argument to load_certs and set it in pkcs12
Tomas Mraz
2021-03-15
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-02-18
1
-1
/
+1
*
Fetch cipher after loading providers
Rich Salz
2021-02-11
1
-5
/
+11
*
Process digest option after loading providers
Rich Salz
2021-02-11
1
-3
/
+4
*
Load rand state after loading providers
Rich Salz
2021-02-11
1
-0
/
+1
*
apps/openssl: add -propquery command line option
Petr Gotthard
2021-02-05
1
-14
/
+12
*
Check non-option arguments
Rich Salz
2020-12-15
1
-0
/
+2
*
APPS: Remove the format argument where it's not used
Richard Levitte
2020-10-26
1
-9
/
+6
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-4
/
+5
*
Remove some more CMS key downgrades
Matt Caswell
2020-10-15
1
-14
/
+0
*
Avoid memory leak of parent on allocation failure for child structure
Benny Baumann
2020-10-07
1
-2
/
+4
*
Run the withlibctx.pl script
Matt Caswell
2020-10-01
1
-10
/
+9
*
load_key_certs_crls(): Restore output of fatal errors
Dr. David von Oheimb
2020-09-24
1
-2
/
+2
[next]