| Commit message (Expand) | Author | Age | Files | Lines |
* | apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve... | Dr. David von Oheimb | 2021-08-04 | 1 | -9/+4 |
* | Rename all getters to use get/get0 in name | Tomas Mraz | 2021-06-01 | 1 | -3/+3 |
* | Make the -inform option to be respected if possible | Tomas Mraz | 2021-05-06 | 1 | -2/+3 |
* | 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 | -0/+2 |
* | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure | Dr. David von Oheimb | 2021-04-14 | 1 | -1/+2 |
* | apps: support param argument to init functions | Pauli | 2021-03-11 | 1 | -2/+4 |
* | Fix -pkeyopt handling in apps/pkeyutl -rawin | Petr Gotthard | 2021-02-22 | 1 | -40/+35 |
* | Update copyright year | Matt Caswell | 2021-02-18 | 1 | -1/+1 |
* | Process digest option after loading providers | Rich Salz | 2021-02-11 | 1 | -3/+6 |
* | Load rand state after loading providers | Rich Salz | 2021-02-11 | 1 | -0/+2 |
* | apps/openssl: add -propquery command line option | Petr Gotthard | 2021-02-05 | 1 | -6/+6 |
* | 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 | -1/+1 |
* | Rename OPENSSL_CTX prefix to OSSL_LIB_CTX | Dr. Matthias St. Pierre | 2020-10-15 | 1 | -3/+3 |
* | load_key_certs_crls(): Restore output of fatal errors | Dr. David von Oheimb | 2020-09-24 | 1 | -3/+3 |
* | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | pkeyutil: check return value reading password | Pauli | 2020-08-20 | 1 | -2/+11 |
* | Test RSA oaep in fips mode | Shane Lontis | 2020-07-23 | 1 | -5/+25 |
* | Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c | Dr. David von Oheimb | 2020-05-15 | 1 | -5/+5 |
* | 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 |
* | APPS: Remove all traces of special SM2 treatment. | Richard Levitte | 2020-03-15 | 1 | -16/+0 |
* | cmdline app: add provider commandline options. | Pauli | 2020-03-07 | 1 | -1/+6 |
* | Fix coverity issues | Shane Lontis | 2020-02-13 | 1 | -2/+3 |
* | Add "sections" to -help output | Rich Salz | 2019-11-07 | 1 | -21/+29 |
* | Fix pkeyutl -verifyrecover | Matt Caswell | 2019-08-30 | 1 | -2/+1 |
* | coverity resource leak fixes in apps/pkeyutl | Shane Lontis | 2019-04-08 | 1 | -2/+2 |
* | Fix no-posix-io | Richard Levitte | 2019-03-19 | 1 | -7/+2 |
* | Enable pkeyutl to use Ed448 and Ed25519 | Matt Caswell | 2019-03-14 | 1 | -35/+98 |
* | Fix no-ec, no-sm2 and no-sm3 | Matt Caswell | 2019-03-01 | 1 | -4/+7 |
* | Support raw input data in apps/pkeyutl | Paul Yang | 2019-02-27 | 1 | -17/+152 |
* | Following the license change, modify the boilerplates in apps/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Add option to read pkeyopts interactively | Johannes Bauer | 2018-11-18 | 1 | -2/+53 |
* | Add a sanity check on the length of pkeyutl inputs | Matt Caswell | 2018-05-24 | 1 | -1/+11 |
* | Make pkeyutl a bit more user-friendly | Johannes Bauer | 2018-03-20 | 1 | -10/+25 |
* | 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 |
* | Allow use of long name for KDFs | Dr. Stephen Henson | 2017-08-03 | 1 | -2/+6 |
* | Standardize apps use of -rand, etc. | Rich Salz | 2017-07-17 | 1 | -4/+7 |
* | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang | 2017-06-12 | 1 | -11/+14 |
* | 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 |
* | Constify char* input parameters in apps code | FdaSilvaYY | 2016-08-17 | 1 | -2/+2 |
* | Copyright consolidation 01/10 | Rich Salz | 2016-05-17 | 1 | -54/+5 |
* | GH932: Add more help messages to some apps options. | FdaSilvaYY | 2016-05-04 | 1 | -1/+1 |
* | Add KDF support to pkeyutl. Update documentation. | Dr. Stephen Henson | 2016-03-03 | 1 | -18/+46 |
* | Fix -pkeyopt and fix error check. | Dr. Stephen Henson | 2016-03-01 | 1 | -2/+3 |
* | Remove unused parameters from internal functions | Rich Salz | 2016-02-22 | 1 | -1/+1 |
* | argv was set but unused | Kurt Roeckx | 2016-02-20 | 1 | -1/+2 |