summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
AgeCommit message (Expand)Author
2021-01-13Add X509V3_set_issuer_pkey, needed for AKID of self-issued not self-signed certDr. David von Oheimb
2021-01-13apps/{req,x509,ca}.c Make sure certs have SKID and AKID X.509 extensions by d...Dr. David von Oheimb
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-17dsa: apps deprecation changesPauli
2020-12-15Check non-option argumentsRich Salz
2020-12-10apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb
2020-12-10apps/x509.c: Factor out common aspects of X509 signingDr. David von Oheimb
2020-12-10apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb
2020-11-18Deprecate RSA harderRichard Levitte
2020-11-13Remove -C option from x509 commandRich Salz
2020-10-26APPS: Remove the format argument where it's not usedRichard Levitte
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-24load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-10Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb
2020-08-20Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb
2020-08-04apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-21fixed swapped parameter descriptions for x509Nihal Jere
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-07-01Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb
2020-04-24Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix descriptions of credentials and verification options for various appsDr. David von Oheimb
2020-03-15APPS: Remove all traces of special SM2 treatment.Richard Levitte
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-26apps x509: restrict CAkeyform option to OPT_FMT_PDEBastian Germann
2020-02-14apps x509: passing PKCS#11 URL as -signkeyBastian Germann
2019-12-19Fix regression on x509 keyform argumentJussi Keranen
2019-11-08Add "sections" to -help outputRich Salz
2019-03-19Add -new and -subj options to x509 app for direct cert generationDavid von Oheimb
2019-02-25fix x509 -force_pubkey option to take effect with cert input or self-signing;...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-11-02apps: Stop pretending to care about Netscape keysRichard Levitte
2018-06-24Support directories with "." in x509_load_serial()Ana María Martínez Gómez
2018-03-26Previously this x509 command line was working, restore thatBernd Edlinger
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2017-11-02Fix small but important regressionRichard Levitte
2017-08-01Add '-ext' option to display extensions in 'x509'Paul Yang
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-07-14Fix #946 Add -preserve_dates to x509 appTodd Short
2017-07-06Bounds check string functions in apps.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang