SM4 optimization for ARM by HW instruction
[openssl.git] / apps / x509.c
2022-01-11 Dr. David von OheimbAPPS: Add check for multiple 'unknown' options
2021-12-07 Dr. David von OheimbAPPS: Improve diagnostics on missing/extra args and...
2021-11-24 Rami Khaldix509: Return a nonzero exit code on error when checking...
2021-11-11 Dr. David von OheimbX509: Fix handling of AKID and SKID extensions accordin...
2021-11-08 Dr. David von OheimbAPPS/x509: Fix generation of AKID via v2i_AUTHORITY_KEYID()
2021-10-07 Dr. David von Oheimbapps/x509: Fix self-signed check to happen before setti...
2021-09-11 Dr. David von OheimbAPPS/{x509,req}: Fix description and diagnostics of...
2021-08-26 Dr. David von OheimbAPPS/x509: fix -extfile option, which was ignored with...
2021-06-26 Christian HeimesFix segfault in openssl x509 -modulus
2021-06-26 Pauliapps: properly initialise arguments to EVP_PKEY_get_bn_...
2021-06-22 Richard LevitteAPPS & TEST: Use ossl_[u]intmax_t rather than [u]intmax_t
2021-06-11 William EdmistenAdd support for ISO 8601 datetime format
2021-06-02 Pauliapps: remove TODOs
2021-05-06 Tomas MrazMake the -inform option to be respected if possible
2021-05-05 Dr. David von OheimbAPPS: Replace 'OPT_ERR = -1, OPT_EOF = 0, OPT_HELP...
2021-05-05 Dr. David von OheimbAPPS: Slightly extend and improve documentation of...
2021-04-30 Petr Gotthardapps/ca,req,x509: Switch to EVP_DigestSignInit_ex
2021-04-20 Rich SalzFetch and free cipher and md's
2021-04-14 Dr. David von OheimbAPPS: make apps strict on app_RAND_load() and app_RAND_...
2021-04-01 Tomas MrazAvoid going through NID when unnecessary
2021-03-06 Dr. David von Oheimbapps/x509.c: Rename -signkey to -key for consistency...
2021-02-28 Dr. David von Oheimbapps/x509.c: Fix mem leaks in processing of -next_seria...
2021-02-28 Dr. David von Oheimbapps/x509.c: Improve print_name() and coding style...
2021-02-28 Dr. David von Oheimbapps/x509.c: Improve indentation of the large print...
2021-02-28 Dr. David von Oheimbapps/x509.c: Fix too eager call to X509_set_issuer_name...
2021-02-11 Rich SalzProcess digest option after loading providers
2021-02-11 Rich SalzLoad rand state after loading providers
2021-01-28 Richard LevitteUpdate copyright year
2021-01-20 Dr. David von Oheimbapps/x509.c: Make -x509toreq respect -clrext, -sigopt...
2021-01-20 Dr. David von Oheimbapps/x509.c: Add -copy_extensions option, used when...
2021-01-20 Dr. David von Oheimbapps/x509.c: Major code, user guidance, and documentati...
2021-01-20 Dr. David von Oheimbapps/x509.c: Take the -signkey arg as default pubkey...
2021-01-13 Dr. David von OheimbAdd X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-13 Dr. David von Oheimbapps/{req,x509,ca}.c Make sure certs have SKID and...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-17 Paulidsa: apps deprecation changes
2020-12-15 Rich SalzCheck non-option arguments
2020-12-10 Dr. David von Oheimbapps/{ca,req,x509}.c: Improve diag and doc mostly on...
2020-12-10 Dr. David von Oheimbapps/x509.c: Factor out common aspects of X509 signing
2020-12-10 Dr. David von Oheimbapps/{req,x509,ca}.c: Clean up code setting X.509 cert...
2020-11-18 Richard LevitteDeprecate RSA harder
2020-11-13 Rich SalzRemove -C option from x509 command
2020-10-26 Richard LevitteAPPS: Remove the format argument where it's not used
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-24 Dr. David von Oheimbload_key_certs_crls(): Restore output of fatal errors
2020-09-13 Matt CaswellFix safestack issues in asn1.h
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-13 Matt CaswellFix safestack issues in x509.h
2020-09-10 Dr. David von OheimbAdd/harmonize multi-valued RDN support and doc of ca...
2020-08-20 Dr. David von OheimbMake better use of new load_cert_pass() variant of...
2020-08-04 Dr. David von Oheimbapps: Correct and extend diagnostics of parse_name()
2020-07-24 Shane LontisAdd X509 related libctx changes.
2020-07-21 Nihal Jerefixed swapped parameter descriptions for x509
2020-07-16 Dr. David von OheimbConstify X509_check_akid and prefer using X509_get0_ser...
2020-07-01 Dr. David von OheimbImprove documentation, layout, and code comments regard...
2020-05-15 Dr. David von OheimbUse OSSL_STORE for load_{,pub}key() and load_cert(...
2020-04-24 Dr. David von OheimbClean up the use of ERR_print_errors() in apps.c and...
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-04-20 Dr. David von OheimbFix descriptions of credentials and verification option...
2020-03-15 Richard LevitteAPPS: Remove all traces of special SM2 treatment.
2020-03-07 Paulicmdline app: add provider commandline options.
2020-02-26 Bastian Germannapps x509: restrict CAkeyform option to OPT_FMT_PDE
2020-02-14 Bastian Germannapps x509: passing PKCS#11 URL as -signkey
2019-12-19 Jussi KeranenFix regression on x509 keyform argument
2019-11-07 Rich SalzAdd "sections" to -help output
2019-03-18 David von OheimbAdd -new and -subj options to x509 app for direct cert...
2019-02-25 David von Oheimbfix x509 -force_pubkey option to take effect with cert...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-02 Richard Levitteapps: Stop pretending to care about Netscape keys
2018-06-24 Ana María Martínez... Support directories with "." in x509_load_serial()
2018-03-26 Bernd EdlingerPreviously this x509 command line was working, restore...
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-11-02 Richard LevitteFix small but important regression
2017-08-01 Paul YangAdd '-ext' option to display extensions in 'x509'
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-07-14 Todd ShortFix #946 Add -preserve_dates to x509 app
2017-07-06 PauliBounds check string functions in apps.
2017-07-05 Rich SalzUndo commit d420ac2
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-09-20 FdaSilvaYYFix various missing option help messages ...
2016-08-24 Matt CaswellClarify the error messages in 08f6ae5b28
2016-08-24 Matt CaswellFix some resource leaks in the apps
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 FdaSilvaYYConstify char* input parameters in apps code
2016-08-17 Dr. Stephen HensonConstify X509_get0_signature()
2016-08-17 Dr. Stephen HensonCorrupt signature in place.
2016-08-16 Dr. Stephen HensonCorrupt signature earlier.
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-06-20 Jiri HorkyRT3136: Remove space after issuer/subject
2016-06-15 Richard LevitteDeal with the consequences of constifying getters
2016-06-15 FdaSilvaYYConstify X509_TRUST_add method.
2016-06-01 Matt CaswellEnsure an ASN1_OBJECT is freed in error paths
2016-05-19 Matt CaswellCheck that the obtained public key is valid
next