summaryrefslogtreecommitdiffstats
path: root/apps/ca.c
AgeCommit message (Expand)Author
2022-10-11Update copyright yearMatt Caswell
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2021-02-16Update copyright yearMatt Caswell
2021-02-03apps/ca: Properly handle certificate expiration times in do_updatedbArmin Fuerst
2020-12-08Update copyright yearMatt Caswell
2020-10-20resolve defects: reverse_inull; row[DB_exp_date] referenced before checkingxuyunjia
2019-09-10Update copyright yearMatt Caswell
2019-06-10apps/ca.c: only output DER with SPKAC input and when -out is chosenRichard Levitte
2018-10-17Fix: 'openssl ca' command crashes when used with 'rand_serial' optionDr. Matthias St. Pierre
2018-09-21typo-fixes: miscellaneous typo fixesagnosticdev
2018-08-22Improve the usability of the ca app using EdDSAMatt Caswell
2018-06-21apps/ca: fix useless get before delete.FdaSilvaYY
2018-06-21openssl ca: open the output file as late as possibleRichard Levitte
2018-05-18Allow the ca application to use EdDSAMatt Caswell
2018-05-02Fix memory leaks in CA related functions.Pavel Kopyl
2018-04-23Fix openssl ca, to correctly make output file binary when using -spkacRichard Levitte
2018-04-18Add missing index_index() when reloading OCSP responderViktor Dukhovni
2018-03-15Fix a memory leak in the ca applicationMatt Caswell
2018-03-15Allow multiple entries without a Subject even if unique_subject == yesMatt Caswell
2018-03-15Report a readable error on a duplicate cert in ca appMatt Caswell
2018-03-15Revert "Don't allow an empty Subject when creating a Certificate"Matt Caswell
2018-03-15Revert "Don't crash on a missing Subject in index.txt"Matt Caswell
2018-02-21do_body: fix heap-use-after-free.Pavel Kopyl
2018-02-15Check the return code from ASN1_TIME_diff()Matt Caswell
2018-02-15The function X509_gmtime_adj() can failMatt Caswell
2018-02-13Update copyright yearMatt Caswell
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-22Don't crash on a missing Subject in index.txtMatt Caswell
2018-01-22Don't allow an empty Subject when creating a CertificateMatt Caswell
2017-12-09Useless conf != NULL testFdaSilvaYY
2017-10-18Remove parentheses of return.KaoruToda
2017-10-16Some cleanups to apps/ca.cFdaSilvaYY
2017-10-13Remove email addresses from source code.Rich Salz
2017-09-26Make sure that a cert with extensions gets version number 2 (v3)Richard Levitte
2017-08-30Remove the X_OK define, it is unused.Pauli
2017-08-22Add random serial# support.Rich Salz
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang
2017-04-25Switch command-line utils to new nameopt API.Dmitry Belyavskiy
2017-02-28Remove some commented out code in the appsMatt Caswell
2017-02-28Code health: Remove obvious VAX C fixupsRichard Levitte
2017-02-21Fix some more memory leaks with TXT_DB_insert.Bernd Edlinger
2017-02-21Fix a few memleaks in TXT_DB.Bernd Edlinger
2017-02-14Add Sieve support (RFC 5804) to s_client ("-starttls sieve")Robert Scheck
2017-01-25Fix some style and indent issueFdaSilvaYY
2017-01-23Fix use before assignmentFdaSilvaYY
2016-11-15Introduce PATH_MAX and NAME_MAXFdaSilvaYY
2016-11-15Simplify and fix usage of three string array variable...FdaSilvaYY