| Commit message (Expand) | Author | Age | Files | Lines |
* | apps: Change default cipher to aes-256-cbc for req, cms and smime apps | Aditya | 2024-11-04 | 1 | -8/+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 smime_main | Bernd Edlinger | 2023-12-12 | 1 | -1/+2 |
* | Copyright year updates | Matt Caswell | 2023-09-07 | 1 | -1/+1 |
* | apps/smime: Point out that the six operations are mutually exclusive and add ... | Dr. David von Oheimb | 2023-04-27 | 1 | -8/+40 |
* | Update copyright year | Matt Caswell | 2022-05-03 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | APPS: Improve diagnostics on missing/extra args and unknown cipher/digest | Dr. David von Oheimb | 2021-12-07 | 1 | -3/+1 |
* | apps: use get_cipher_any() instead of get_cipher() for commands that support ... | Pauli | 2021-06-16 | 1 | -1/+1 |
* | Make the -inform option to be respected if possible | Tomas Mraz | 2021-05-06 | 1 | -4/+5 |
* | 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 and free cipher and md's | Rich Salz | 2021-04-20 | 1 | -3/+5 |
* | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure | Dr. David von Oheimb | 2021-04-14 | 1 | -1/+3 |
* | apps: Add maybe_stdin argument to load_certs and set it in pkcs12 | Tomas Mraz | 2021-03-15 | 1 | -1/+1 |
* | Fetch cipher after loading providers | Rich Salz | 2021-02-11 | 1 | -3/+6 |
* | Process digest option after loading providers | Rich Salz | 2021-02-11 | 1 | -3/+7 |
* | 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 | -4/+3 |
* | Update copyright year | Richard Levitte | 2021-01-28 | 1 | -1/+1 |
* | Remove pkey_downgrade from PKCS7 code | Shane Lontis | 2021-01-20 | 1 | -15/+0 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -2/+7 |
* | APPS: Remove the format argument where it's not used | Richard Levitte | 2020-10-26 | 1 | -5/+3 |
* | Rename OPENSSL_CTX prefix to OSSL_LIB_CTX | Dr. Matthias St. Pierre | 2020-10-15 | 1 | -1/+1 |
* | Run the withlibctx.pl script | Matt Caswell | 2020-10-01 | 1 | -4/+3 |
* | load_key_certs_crls(): Restore output of fatal errors | Dr. David von Oheimb | 2020-09-24 | 1 | -2/+2 |
* | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix safestack issues in x509.h | Matt Caswell | 2020-09-13 | 1 | -1/+0 |
* | "Downgrade" provider-native keys to legacy where needed | Richard Levitte | 2020-09-03 | 1 | -0/+16 |
* | apps: make use of OSSL_STORE for generalized certs and CRLs loading | Dr. David von Oheimb | 2020-08-20 | 1 | -2/+1 |
* | Add libctx support to PKCS7. | Shane Lontis | 2020-08-09 | 1 | -7/+25 |
* | Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c | Dr. David von Oheimb | 2020-05-15 | 1 | -4/+4 |
* | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz | 2020-04-24 | 1 | -0/+3 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+6 |
* | Document command parameters. | Rich Salz | 2019-11-20 | 1 | -3/+4 |
* | Add "sections" to -help output | Rich Salz | 2019-11-07 | 1 | -26/+39 |
* | Add -CAstore and similar to all openssl commands that have -CApath | Richard Levitte | 2019-11-03 | 1 | -4/+15 |
* | Following the license change, modify the boilerplates in apps/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2018-02-13 | 1 | -1/+1 |
* | apps: Don't include progs.h in apps.h | Richard Levitte | 2018-01-31 | 1 | -0/+1 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -1/+1 |
* | Standardize apps use of -rand, etc. | Rich Salz | 2017-07-17 | 1 | -24/+10 |
* | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang | 2017-06-12 | 1 | -39/+43 |
* | -inkey can be an identifier, not just a file | Rich Salz | 2017-05-21 | 1 | -1/+1 |
* | If an engine comes up explicitely, it must also come down explicitely | Richard Levitte | 2016-10-19 | 1 | -0/+1 |
* | Constify command options | FdaSilvaYY | 2016-10-14 | 1 | -1/+1 |
* | Remove trailing whitespace from some files. | David Benjamin | 2016-10-11 | 1 | -1/+1 |