aboutsummaryrefslogtreecommitdiff
path: root/apps/x509.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-19Add -new and -subj options to x509 app for direct cert generationDavid von Oheimb1-16/+56
2019-02-25fix x509 -force_pubkey option to take effect with cert input or self-signing;...David von Oheimb1-14/+13
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-11-02apps: Stop pretending to care about Netscape keysRichard Levitte1-2/+2
2018-06-24Support directories with "." in x509_load_serial()Ana María Martínez Gómez1-1/+1
2018-03-26Previously this x509 command line was working, restore thatBernd Edlinger1-7/+5
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-11-02Fix small but important regressionRichard Levitte1-1/+1
2017-08-01Add '-ext' option to display extensions in 'x509'Paul Yang1-3/+101
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-12/+9
2017-07-14Fix #946 Add -preserve_dates to x509 appTodd Short1-9/+21
2017-07-06Bounds check string functions in apps.Pauli1-20/+13
2017-07-05Undo commit d420ac2Rich Salz1-3/+3
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-18/+22
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy1-20/+12
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-0/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-09-19Fix various missing option help messages ...FdaSilvaYY1-8/+8
2016-08-24Clarify the error messages in 08f6ae5b28Matt Caswell1-1/+1
2016-08-24Fix some resource leaks in the appsMatt Caswell1-0/+4
2016-08-19Constify certificate and CRL time routines.Dr. Stephen Henson1-3/+3
2016-08-19Set certificate times in one function.Dr. Stephen Henson1-12/+4
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-9/+9
2016-08-17Constify X509_get0_signature()Dr. Stephen Henson1-1/+2
2016-08-17Corrupt signature in place.Dr. Stephen Henson1-2/+1
2016-08-16Corrupt signature earlier.Dr. Stephen Henson1-7/+7
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-3/+2
2016-06-20RT3136: Remove space after issuer/subjectJiri Horky1-2/+2
2016-06-15Deal with the consequences of constifying gettersRichard Levitte1-2/+2
2016-06-15Constify X509_TRUST_add method.FdaSilvaYY1-1/+1
2016-06-01Ensure an ASN1_OBJECT is freed in error pathsMatt Caswell1-1/+6
2016-05-19Check that the obtained public key is validMatt Caswell1-0/+4
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+6
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY1-3/+3
2016-04-21Fix some code maintenance issuesMatt Caswell1-1/+1
2016-04-15Make many X509_xxx types opaque.Rich Salz1-6/+7
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell1-1/+0
2016-04-06Make the RSA structure opaqueRichard Levitte1-3/+5
2016-04-04Use X509_REQ_get0_pubkeyFdaSilvaYY1-4/+2
2016-04-03Make DSA_METHOD opaqueMatt Caswell1-3/+7
2016-04-03Make the DSA structure opaqueMatt Caswell1-1/+1
2016-02-22Remove unused parameters from internal functionsRich Salz1-2/+2
2016-02-18Remove outdated DEBUG flags.Rich Salz1-21/+0
2016-02-08Fix engine key support in utilities.Dr. Stephen Henson1-2/+2
2016-01-30Fix opt_imax() callRichard Levitte1-6/+10
2016-01-29Better type for x509 -checkend argumentViktor Dukhovni1-3/+10
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-4/+4
2016-01-14To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson1-2/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-3/+3