Age | Commit message (Expand) | Author |
2022-03-15 | Update copyright year | Matt Caswell |
2022-01-12 | pkeyutl: Fix regression with -kdflen option | Tomas Mraz |
2021-08-04 | apps/pkeyutl.c: call ERR_print_errors() on all errors, including Signature Ve... | Dr. David von Oheimb |
2021-06-01 | Rename all getters to use get/get0 in name | Tomas Mraz |
2021-05-06 | Make the -inform option to be respected if possible | Tomas Mraz |
2021-05-05 | APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro | Dr. David von Oheimb |
2021-04-20 | Fetch and free cipher and md's | Rich Salz |
2021-04-14 | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure | Dr. David von Oheimb |
2021-03-12 | apps: support param argument to init functions | Pauli |
2021-02-22 | Fix -pkeyopt handling in apps/pkeyutl -rawin | Petr Gotthard |
2021-02-18 | Update copyright year | Matt Caswell |
2021-02-12 | Process digest option after loading providers | Rich Salz |
2021-02-12 | Load rand state after loading providers | Rich Salz |
2021-02-05 | apps/openssl: add -propquery command line option | Petr Gotthard |
2020-12-15 | Check non-option arguments | Rich Salz |
2020-10-26 | APPS: Remove the format argument where it's not used | Richard Levitte |
2020-10-15 | Rename OPENSSL_CTX prefix to OSSL_LIB_CTX | Dr. Matthias St. Pierre |
2020-09-24 | load_key_certs_crls(): Restore output of fatal errors | Dr. David von Oheimb |
2020-09-13 | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell |
2020-08-20 | pkeyutil: check return value reading password | Pauli |
2020-07-23 | Test RSA oaep in fips mode | Shane Lontis |
2020-05-15 | Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c | Dr. David von Oheimb |
2020-04-24 | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz |
2020-04-23 | Update copyright year | Matt Caswell |
2020-03-15 | APPS: Remove all traces of special SM2 treatment. | Richard Levitte |
2020-03-07 | cmdline app: add provider commandline options. | Pauli |
2020-02-14 | Fix coverity issues | Shane Lontis |
2019-11-08 | Add "sections" to -help output | Rich Salz |
2019-08-30 | Fix pkeyutl -verifyrecover | Matt Caswell |
2019-04-08 | coverity resource leak fixes in apps/pkeyutl | Shane Lontis |
2019-03-19 | Fix no-posix-io | Richard Levitte |
2019-03-14 | Enable pkeyutl to use Ed448 and Ed25519 | Matt Caswell |
2019-03-01 | Fix no-ec, no-sm2 and no-sm3 | Matt Caswell |
2019-02-27 | Support raw input data in apps/pkeyutl | Paul Yang |
2018-12-06 | Following the license change, modify the boilerplates in apps/ | Richard Levitte |
2018-11-18 | Add option to read pkeyopts interactively | Johannes Bauer |
2018-05-24 | Add a sanity check on the length of pkeyutl inputs | Matt Caswell |
2018-03-20 | Make pkeyutl a bit more user-friendly | Johannes Bauer |
2018-02-13 | Update copyright year | Matt Caswell |
2018-01-31 | apps: Don't include progs.h in apps.h | Richard Levitte |
2017-08-03 | Allow use of long name for KDFs | Dr. Stephen Henson |
2017-07-16 | Standardize apps use of -rand, etc. | Rich Salz |
2017-06-12 | Clean up a bundle of codingstyle stuff in apps directory | Paul Yang |
2016-10-19 | If an engine comes up explicitely, it must also come down explicitely | Richard Levitte |
2016-10-14 | Constify command options | FdaSilvaYY |
2016-08-17 | Constify char* input parameters in apps code | FdaSilvaYY |
2016-05-17 | Copyright consolidation 01/10 | Rich Salz |
2016-05-04 | GH932: Add more help messages to some apps options. | FdaSilvaYY |
2016-03-03 | Add KDF support to pkeyutl. Update documentation. | Dr. Stephen Henson |
2016-03-01 | Fix -pkeyopt and fix error check. | Dr. Stephen Henson |