| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for ISO 8601 datetime format | William Edmisten | 2021-06-11 | 1 | -3/+13 |
* | apps: remove TODOs | Pauli | 2021-06-02 | 1 | -1/+0 |
* | Make the -inform option to be respected if possible | Tomas Mraz | 2021-05-06 | 1 | -4/+4 |
* | APPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP' by OPT_COMMON macro | Dr. David von Oheimb | 2021-05-05 | 1 | -1/+1 |
* | APPS: Slightly extend and improve documentation of the opt_ API | Dr. David von Oheimb | 2021-05-05 | 1 | -1/+1 |
* | apps/ca,req,x509: Switch to EVP_DigestSignInit_ex | Petr Gotthard | 2021-04-30 | 1 | -14/+18 |
* | Fetch and free cipher and md's | Rich Salz | 2021-04-20 | 1 | -1/+2 |
* | APPS: make apps strict on app_RAND_load() and app_RAND_write() failure | Dr. David von Oheimb | 2021-04-14 | 1 | -1/+3 |
* | Avoid going through NID when unnecessary | Tomas Mraz | 2021-04-01 | 1 | -1/+1 |
* | apps/x509.c: Rename -signkey to -key for consistency with the req app | Dr. David von Oheimb | 2021-03-06 | 1 | -24/+27 |
* | apps/x509.c: Fix mem leaks in processing of -next_serial in print loop | Dr. David von Oheimb | 2021-02-28 | 1 | -8/+7 |
* | apps/x509.c: Improve print_name() and coding style of large print loop in x50... | Dr. David von Oheimb | 2021-02-28 | 1 | -98/+58 |
* | apps/x509.c: Improve indentation of the large print loop in x509_main() | Dr. David von Oheimb | 2021-02-28 | 1 | -133/+125 |
* | apps/x509.c: Fix too eager call to X509_set_issuer_name() introduced recently | Dr. David von Oheimb | 2021-02-28 | 1 | -6/+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 |
* | Update copyright year | Richard Levitte | 2021-01-28 | 1 | -1/+1 |
* | apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile options | Dr. David von Oheimb | 2021-01-20 | 1 | -123/+124 |
* | apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> req | Dr. David von Oheimb | 2021-01-20 | 1 | -10/+52 |
* | apps/x509.c: Major code, user guidance, and documentation cleanup | Dr. David von Oheimb | 2021-01-20 | 1 | -225/+253 |
* | apps/x509.c: Take the -signkey arg as default pubkey with -new | Dr. David von Oheimb | 2021-01-20 | 1 | -22/+10 |
* | Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed cert | Dr. David von Oheimb | 2021-01-13 | 1 | -1/+7 |
* | apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d... | Dr. David von Oheimb | 2021-01-13 | 1 | -4/+4 |
* | Drop OPENSSL_NO_RSA everywhere | Richard Levitte | 2020-12-20 | 1 | -3/+1 |
* | dsa: apps deprecation changes | Pauli | 2020-12-17 | 1 | -10/+7 |
* | Check non-option arguments | Rich Salz | 2020-12-15 | 1 | -4/+3 |
* | apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu... | Dr. David von Oheimb | 2020-12-10 | 1 | -21/+19 |
* | apps/x509.c: Factor out common aspects of X509 signing | Dr. David von Oheimb | 2020-12-10 | 1 | -38/+18 |
* | apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3 | Dr. David von Oheimb | 2020-12-10 | 1 | -2/+2 |
* | Deprecate RSA harder | Richard Levitte | 2020-11-18 | 1 | -3/+6 |
* | Remove -C option from x509 command | Rich Salz | 2020-11-13 | 1 | -28/+2 |
* | APPS: Remove the format argument where it's not used | Richard Levitte | 2020-10-26 | 1 | -2/+2 |
* | Run the withlibctx.pl script | Matt Caswell | 2020-10-01 | 1 | -3/+3 |
* | load_key_certs_crls(): Restore output of fatal errors | Dr. David von Oheimb | 2020-09-24 | 1 | -5/+5 |
* | Fix safestack issues in asn1.h | Matt Caswell | 2020-09-13 | 1 | -2/+0 |
* | Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCK | Matt Caswell | 2020-09-13 | 1 | -1/+0 |
* | Fix safestack issues in x509.h | Matt Caswell | 2020-09-13 | 1 | -1/+0 |
* | Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and... | Dr. David von Oheimb | 2020-09-10 | 1 | -1/+1 |
* | Make better use of new load_cert_pass() variant of load_cert() in apps/ | Dr. David von Oheimb | 2020-08-20 | 1 | -4/+4 |
* | apps: Correct and extend diagnostics of parse_name() | Dr. David von Oheimb | 2020-08-04 | 1 | -1/+2 |
* | Add X509 related libctx changes. | Shane Lontis | 2020-07-24 | 1 | -2/+3 |
* | fixed swapped parameter descriptions for x509 | Nihal Jere | 2020-07-21 | 1 | -2/+2 |
* | Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge... | Dr. David von Oheimb | 2020-07-16 | 1 | -1/+1 |
* | Improve documentation, layout, and code comments regarding self-issued certs ... | Dr. David von Oheimb | 2020-07-01 | 1 | -5/+5 |
* | Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c | Dr. David von Oheimb | 2020-05-15 | 1 | -10/+10 |
* | Clean up the use of ERR_print_errors() in apps.c and in four apps | Dr. David von Oheimb | 2020-04-24 | 1 | -3/+1 |
* | Add function load_csr(file,format,desc) to apps/lib/apps.c | David von Oheimb | 2020-04-24 | 1 | -7/+1 |
* | In OpenSSL builds, declare STACK for datatypes ... | Rich Salz | 2020-04-24 | 1 | -0/+4 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Fix descriptions of credentials and verification options for various apps | Dr. David von Oheimb | 2020-04-20 | 1 | -1/+1 |