aboutsummaryrefslogtreecommitdiffstats
path: root/apps/x509.c
Commit message (Expand)AuthorAgeFilesLines
* apps/{ca,req,x509}.c: Improve diag and doc mostly on X.509 extensions, fix mu...Dr. David von Oheimb2020-12-101-21/+19
* apps/x509.c: Factor out common aspects of X509 signingDr. David von Oheimb2020-12-101-38/+18
* apps/{req,x509,ca}.c: Clean up code setting X.509 cert version v3Dr. David von Oheimb2020-12-101-2/+2
* Deprecate RSA harderRichard Levitte2020-11-181-3/+6
* Remove -C option from x509 commandRich Salz2020-11-131-28/+2
* APPS: Remove the format argument where it's not usedRichard Levitte2020-10-261-2/+2
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-3/+3
* load_key_certs_crls(): Restore output of fatal errorsDr. David von Oheimb2020-09-241-5/+5
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-2/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Add/harmonize multi-valued RDN support and doc of ca, cmp, req, storeutl, and...Dr. David von Oheimb2020-09-101-1/+1
* Make better use of new load_cert_pass() variant of load_cert() in apps/Dr. David von Oheimb2020-08-201-4/+4
* apps: Correct and extend diagnostics of parse_name()Dr. David von Oheimb2020-08-041-1/+2
* Add X509 related libctx changes.Shane Lontis2020-07-241-2/+3
* fixed swapped parameter descriptions for x509Nihal Jere2020-07-211-2/+2
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-1/+1
* Improve documentation, layout, and code comments regarding self-issued certs ...Dr. David von Oheimb2020-07-011-5/+5
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-10/+10
* Clean up the use of ERR_print_errors() in apps.c and in four appsDr. David von Oheimb2020-04-241-3/+1
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-241-7/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+4
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-201-1/+1
* APPS: Remove all traces of special SM2 treatment.Richard Levitte2020-03-151-9/+20
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* apps x509: restrict CAkeyform option to OPT_FMT_PDEBastian Germann2020-02-261-2/+2
* apps x509: passing PKCS#11 URL as -signkeyBastian Germann2020-02-141-1/+1
* Fix regression on x509 keyform argumentJussi Keranen2019-12-191-2/+2
* Add "sections" to -help outputRich Salz2019-11-081-36/+43
* Add -new and -subj options to x509 app for direct cert generationDavid von Oheimb2019-03-191-16/+56
* fix x509 -force_pubkey option to take effect with cert input or self-signing;...David von Oheimb2019-02-251-14/+13
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* apps: Stop pretending to care about Netscape keysRichard Levitte2018-11-021-2/+2
* Support directories with "." in x509_load_serial()Ana María Martínez Gómez2018-06-241-1/+1
* Previously this x509 command line was working, restore thatBernd Edlinger2018-03-261-7/+5
* Update copyright yearMatt Caswell2018-02-131-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Fix small but important regressionRichard Levitte2017-11-021-1/+1
* Add '-ext' option to display extensions in 'x509'Paul Yang2017-08-011-3/+101
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-12/+9
* Fix #946 Add -preserve_dates to x509 appTodd Short2017-07-141-9/+21
* Bounds check string functions in apps.Pauli2017-07-061-20/+13
* Undo commit d420ac2Rich Salz2017-07-051-3/+3
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-18/+22
* Switch command-line utils to new nameopt API.Dmitry Belyavskiy2017-04-251-20/+12
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix various missing option help messages ...FdaSilvaYY2016-09-191-8/+8
* Clarify the error messages in 08f6ae5b28Matt Caswell2016-08-241-1/+1