Handle negative reply for NNTP STARTTLS in s_client
[openssl.git] / apps / x509.c
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
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-04 FdaSilvaYYGH932: Add more help messages to some apps options.
2016-04-21 Matt CaswellFix some code maintenance issues
2016-04-15 Rich SalzMake many X509_xxx types opaque.
2016-04-13 Matt CaswellDeprecate OBJ_cleanup() and make it a no-op
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-04-04 FdaSilvaYYUse X509_REQ_get0_pubkey
2016-04-02 Matt CaswellMake DSA_METHOD opaque
2016-04-02 Matt CaswellMake the DSA structure opaque
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-08 Dr. Stephen HensonFix engine key support in utilities.
2016-01-30 Richard LevitteFix opt_imax() call
2016-01-29 Viktor DukhovniBetter type for x509 -checkend argument
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-14 Dr. Stephen HensonTo avoid possible time_t overflow use X509_time_adj_ex()
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
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
2015-07-16 Rich SalzRemove obsolete key formats.
2015-07-07 Richard LevitteMake "oneline" the default for nameopt
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-02 Rich SalzStandardize handling of #ifdef'd options.
2015-05-29 Richard LevitteRestore module loading
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-06 Richard LevitteMake -CAserial a type 's' option
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-06 Rich SalzLive code cleanup: remove #if 1 stuff
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2014-07-07 Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-02-20 Dr. Stephen HensonMove CT viewer extension code to crypto/x509v3
2014-02-19 Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-19 Rob StradlingMove the SCT List extension parser into libssl.
2012-11-30 Dr. Stephen HensonAdd new test option set the version in generated certif...
2012-11-25 Dr. Stephen Hensonoption to output corrupted signature in certificates...
2012-11-19 Dr. Stephen Hensonupdate usage messages
2012-10-08 Dr. Stephen HensonNew functions to check a hostname email or IP address...
2011-10-07 Dr. Stephen HensonNew -force_pubkey option to x509 utility to supply...
2011-09-23 Dr. Stephen Hensonuse keyformat for -x509toreq, don't hard code PEM
2010-12-12 Andy Polyakovapps/x590.c: harmonize usage of STDout and out_err.
2010-06-12 Ben LaurieFix warnings.
2010-03-12 Dr. Stephen Hensonnew sigopt and PSS support for req and x509 utilities
2010-03-07 Dr. Stephen Hensonoops
2010-03-07 Dr. Stephen HensonThe OID sanity check was incorrect. It should only...
2010-01-12 Dr. Stephen HensonPR: 2136
2009-10-18 Dr. Stephen HensonUse new X509_STORE_set_verify_cb function instead of...
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-07-14 Dr. Stephen HensonUpdates from 1.0.0-stable.
2009-07-13 Dr. Stephen HensonUse new time routines to avoid possible overflow.
2009-06-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-03-23 Dr. Stephen HensonTypo in usage message.
2009-01-07 Dr. Stephen HensonUpdatde from stable branch.
2008-06-04 Ben LaurieMore type-checking.
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2006-05-07 Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-04-19 Dr. Stephen HensonRemove link between digests and signature algorithms.
2005-08-20 Dr. Stephen HensonRemove ASN1_METHOD code replace with new ASN1 alternative.
2005-07-16 Nils Larschmake
2005-04-05 Nils Larschsome const fixes
2005-04-02 Nils Larschuse SHA-1 as the default digest for the apps/openssl...
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2004-12-05 Dr. Stephen HensonUse X509_cmp_time() in -checkend option, to support...
2004-11-13 Dr. Stephen HensonFix x509.c so it creates serial number file again if no
2004-05-12 Dr. Stephen HensonMake self signing option of 'x509' use random serial...
2004-04-21 Dr. Stephen HensonNew option to 'x509' -next_serial. This outputs the...
2004-04-21 Dr. Stephen HensonUse X509_get_serialNumber() instead of accessing intern...
2004-04-19 Geoff Thorpeheader cleanup in apps/
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-09-21 Dr. Stephen HensonIn order to get the expected self signed error when
2003-07-03 Richard LevitteAdd -issuer_hash and make -subject_hash the default...
2003-04-04 Richard LevitteConvert save_serial() to work like save_index(), and...
next