Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.c
[openssl.git] / apps / ca.c
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-24 David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-24 Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23 Matt CaswellUpdate copyright year
2020-03-23 Dr. David von OheimbConstify various mostly X509-related parameter types...
2020-03-15 Richard LevitteAPPS: Remove all traces of special SM2 treatment.
2020-03-07 Rich SalzAdd -section option to 'req' command
2020-03-07 Paulicmdline app: add provider commandline options.
2019-11-20 Rich SalzDocument command parameters.
2019-11-07 Rich SalzAdd "sections" to -help output
2019-06-28 Paul YangSupport SM2 certificate signing
2019-02-28 Richard Levitteapps/ca.c: only output DER with SPKAC input and when...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-17 Dr. Matthias St... Fix: 'openssl ca' command crashes when used with 'rand_...
2018-09-21 agnosticdevtypo-fixes: miscellaneous typo fixes
2018-08-22 Matt CaswellImprove the usability of the ca app using EdDSA
2018-06-21 FdaSilvaYYapps/ca: fix useless get before delete.
2018-06-21 Richard Levitteopenssl ca: open the output file as late as possible
2018-05-18 Matt CaswellAllow the ca application to use EdDSA
2018-05-02 Pavel KopylFix memory leaks in CA related functions.
2018-04-23 Richard LevitteFix openssl ca, to correctly make output file binary...
2018-04-19 Viktor DukhovniAdd missing index_index() when reloading OCSP responder
2018-03-15 Matt CaswellFix a memory leak in the ca application
2018-03-15 Matt CaswellAllow multiple entries without a Subject even if unique...
2018-03-15 Matt CaswellReport a readable error on a duplicate cert in ca app
2018-03-15 Matt CaswellRevert "Don't allow an empty Subject when creating...
2018-03-15 Matt CaswellRevert "Don't crash on a missing Subject in index.txt"
2018-02-21 Pavel Kopyldo_body: fix heap-use-after-free.
2018-02-15 Matt CaswellCheck the return code from ASN1_TIME_diff()
2018-02-15 Matt CaswellThe function X509_gmtime_adj() can fail
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2018-01-22 Matt CaswellDon't crash on a missing Subject in index.txt
2018-01-22 Matt CaswellDon't allow an empty Subject when creating a Certificate
2017-12-09 FdaSilvaYYUseless conf != NULL test
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-16 FdaSilvaYYSome cleanups to apps/ca.c
2017-10-13 Rich SalzRemove email addresses from source code.
2017-09-26 Richard LevitteMake sure that a cert with extensions gets version...
2017-08-29 PauliRemove the X_OK define, it is unused.
2017-08-22 Rich SalzAdd random serial# support.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-06-11 Rich SalzIntroduce ASN1_TIME_set_string_X509 API
2017-06-09 Paul YangFix a bundle of trailing spaces in several files
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-02-28 Matt CaswellRemove some commented out code in the apps
2017-02-28 Richard LevitteCode health: Remove obvious VAX C fixups
2017-02-21 Bernd EdlingerFix some more memory leaks with TXT_DB_insert.
2017-02-21 Bernd EdlingerFix a few memleaks in TXT_DB.
2017-02-14 Robert ScheckAdd Sieve support (RFC 5804) to s_client ("-starttls...
2017-01-25 FdaSilvaYYFix some style and indent issue
2017-01-23 FdaSilvaYYFix use before assignment
2016-11-15 FdaSilvaYYIntroduce PATH_MAX and NAME_MAX
2016-11-15 FdaSilvaYYSimplify and fix usage of three string array variable...
2016-10-28 Matt CaswellFix a double free in ca command line
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-09-13 FdaSilvaYYFix some magic values about revocation info type...
2016-08-22 FdaSilvaYYClosing output file from inside the loop who open it
2016-08-19 Dr. Stephen HensonConstify certificate and CRL time routines.
2016-08-19 Dr. Stephen HensonSet certificate times in one function.
2016-08-17 FdaSilvaYYSmall nits and cleanups
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-08-16 FdaSilvaYYtwo typo fixes
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-11 FdaSilvaYYFix doc and help about ca -valid option
2016-08-04 FdaSilvaYYConstify two internal methods
2016-07-30 Richard J. MooreIgnore the serial number for now and just do the rest.
2016-07-30 Richard J. MooreMake some more X509 functions const.
2016-07-25 FdaSilvaYYUnused variable, and cleanups
2016-07-20 FdaSilvaYYCode factorisation and simplification
2016-07-20 FdaSilvaYYFix double calls to strlen
2016-07-20 FdaSilvaYYSimplify code related to tmp_email_dn.
2016-05-21 FdaSilvaYYIndent and dead code cleanup
2016-05-18 FdaSilvaYYLocally declare some variables
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-16 Dr. Stephen HensonDon't load same config file twice.
2016-05-09 Hansruedi PatzenFix: failed to open config file if not specified when...
2016-05-04 FdaSilvaYYGH932: Add more help messages to some apps options.
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-05 Dr. Stephen Hensonfix memory leak in ca
2016-04-04 FdaSilvaYYFix a possible leak on NETSCAPE_SPKI_verify failure.
2016-04-04 FdaSilvaYYUse X509_REQ_get0_pubkey
2016-03-17 Rich SalzRemove Netware and OS/2
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-14 Richard LevitteMake sure to use unsigned char for is*() functions
2016-02-08 Dr. Stephen HensonFix engine key support in utilities.
2016-02-06 A J Mohan Raocommands help cleanup
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-12-11 Rich SalzUse SHA256 not MD5 as default digest.
2015-12-07 Richard LevitteHave the few apps that accessed EVP_MD directly use...
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-10-23 Alessandro GhediniRemove useless code
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-09-05 Richard LevitteMake the handling of output and input formats consistent
2015-09-05 Dr. Stephen HensonAvoid direct X509 structure access
2015-08-31 Dr. Stephen Hensonmake X509_REQ opaque
next