Do not treat 0 return value from BIO_get_fd() as error
[openssl.git] / apps / apps.c
2015-09-25 Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-09-11 Dr. Stephen HensonUse default field separator.
2015-09-06 Richard LevitteSmall fix: make istext static
2015-09-06 Richard LevitteChange the treatment of stdin and stdout to allow binar...
2015-09-06 Richard Levittedup_bio_* and bio_open_* are utility functions and...
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-07-16 Rich SalzRemove obsolete key formats.
2015-06-15 Rich SalzRT2547: Tighten perms on generated privkey files
2015-05-29 Richard LevitteRestore module loading
2015-05-28 Rich SalzRT3876: Only load config when needed
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-05 Matt CaswellFix windows build
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-04 Dr. Stephen Hensonmore OSSL_NELEM cases
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree NULL cleanup 11
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup 12
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich SalzIn apps, malloc or die
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-30 Rich Salzfree NULL cleanup 8
2015-04-30 Matt CaswellFix windows build
2015-04-29 Rich SalzRewrite parse_name
2015-04-29 Rich Salzuse isxdigit and apps_tohex
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-28 Rich Salzremove malloc casts
2015-04-27 Rich SalzSimplify parse_yesno; remove local variable
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-04-11 Rich Salzfree NULL cleanup 9
2015-03-25 Rich Salzfree NULL cleanup
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-02-25 Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-02-10 Emilia KasperFix hostname validation in the command-line tool to...
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Rich Salzifdef cleanup, 2 remove OPENSSL_NO_SETVBUF_IONBF
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellMove more comments that confuse indent
2015-01-12 Rich SalzRT3548: Remove unsupported platforms
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-07-07 Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-07-05 Viktor DukhovniSet optional peername when X509_check_host() succeeds.
2014-06-27 Dr. Stephen HensonMemory leak and NULL dereference fixes.
2014-05-23 Martin KaiserAdd an NSS output format to sess_id to export to export...
2014-04-04 Dr. Stephen HensonUse correct length when prompting for password.
2014-02-25 Dr. Stephen HensonAvoid Windows 8 Getversion deprecated errors.
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-01-19 Andy PolyakovImprove WINCE support.
2012-12-29 Dr. Stephen Hensonmake JPAKE work again, fix memory leaks
2012-12-13 Dr. Stephen HensonNew verify flag to return success if we have any certif...
2012-12-06 Dr. Stephen HensonAdd code to download CRLs based on CRLDP extension.
2012-12-05 Dr. Stephen HensonIntegrate host, email and IP address checks into X509_v...
2012-12-04 Dr. Stephen Hensoncheck mval for NULL too
2012-12-03 Dr. Stephen Hensonfix leak
2012-12-02 Dr. Stephen HensonNew option to add CRLs for s_client and s_server.
2012-12-02 Dr. Stephen Hensonadd option to get a certificate or CRL from a URL
2012-10-08 Dr. Stephen HensonNew functions to check a hostname email or IP address...
2012-08-03 Dr. Stephen Hensonadd suite B chain validation flags and associated verif...
2012-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2012-02-11 Dr. Stephen HensonPR: 2717
2012-02-10 Dr. Stephen HensonPR: 2710
2011-12-10 Dr. Stephen Hensonimplement -attime option as a verify parameter then...
2011-03-19 Richard LevitteAfter some adjustments, apply the changes OpenSSL 1...
2010-11-11 Dr. Stephen HensonPR: 2366
2010-09-05 Ben LaurieFixes to NPN from Adam Langley.
2010-07-28 Ben LaurieAdd Next Protocol Negotiation.
2010-06-12 Ben LaurieFix warnings.
2010-05-27 Dr. Stephen HensonPR: 2262
2010-04-06 Dr. Stephen HensonPR: 2220
2010-02-25 Dr. Stephen Hensonadd -trusted_first option and verify flag
2010-02-25 Dr. Stephen Hensonallow setting of verify names in command line utilities...
2009-10-31 Dr. Stephen HensonAdd option to allow in-band CRL loading in verify utili...
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-06-29 Dr. Stephen HensonAllow setting of verify depth in verify parameters...
2009-06-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-06-17 Dr. Stephen HensonPR: 1956
2009-05-13 Dr. Stephen HensonUpdate from stable branch.
2009-04-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
2009-04-04 Dr. Stephen HensonUpdates from 1.0.0-stable
2009-03-12 Dr. Stephen HensonUpdate from stable branch.
2008-11-24 Dr. Stephen HensonUpdate from stable-branch.
2008-11-16 Ben LaurieIntegrate J-PAKE and TLS-PSK. Increase PSK buffer size...
2008-11-12 Dr. Stephen HensonUpdate from stable branch.
2008-11-02 Dr. Stephen HensonFix warnings about mismatched prototypes, undefined...
2008-10-27 Dr. Stephen HensonFix warnings and various issues.
2008-10-26 Ben LaurieAdd JPAKE.
2008-09-01 Dr. Stephen HensonInitial support for delta CRLs. If "use deltas" flag...
2008-08-13 Dr. Stephen HensonInitial support for CRL path validation. This supports...
2008-08-12 Dr. Stephen HensonSupport for policy mappings extension.
2008-07-30 Dr. Stephen HensonInitial support for alternative CRL issuing certificates.
2008-05-31 Dr. Stephen HensonStop const mismatch warning in VC++.
2008-05-26 Ben LaurieLHASH revamp. make depend.
2008-04-17 Lutz JänickeFix incorrect return value in apps/apps.c:parse_yesno()
2008-03-16 Geoff ThorpeFix a nasty cast issue that my compiler was choking on.
2008-01-14 Dr. Stephen Henson<strings.h> does not exist under WIN32.
next