Copyright consolidation 01/10
[openssl.git] / apps / apps.c
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-16 Rich SalzUse app_malloc; two missing cases.
2016-05-12 Dr. Stephen HensonDon't leak memory if realloc fails.
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-27 Ben LaurieFix no-engine no-ui.
2016-04-20 Matt CaswellDon't use select on Windows
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-03-31 Richard LevitteFix "no-ui" configuration
2016-03-30 Richard LevitteFix pointer size issue with setbuf() on VMS
2016-03-21 Richard LevitteJust like bio_out, bio_err needs the linebuffer filter...
2016-03-21 Matt CaswellFix no-sock
2016-03-17 Rich SalzRemove Netware and OS/2
2016-03-11 Rob PercivalSurround ctx_set_ctlog_list_file() with #ifndef OPENSSL...
2016-03-09 Rob PercivalDo not display a CT log error message if CT validation...
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-04 Rob PercivalExtends s_client to allow a basic CT policy to be enabled
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-25 Rich SalzGH463: Fix OPENSSL_NO_OCSP build
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-17 Rich SalzRemove JPAKE
2016-02-14 Richard LevitteMake sure to use unsigned char for is*() functions
2016-02-03 Viktor DukhovniFix pkeyutl/rsautl empty encrypt-input/decrypt-output...
2016-01-21 Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2016-01-14 Richard LevitteVMS open() doesn't take O_BINARY, but takes a context...
2016-01-14 Richard LevitteRename binmode into textmode and use it correctly
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-20 Matt CaswellAdd s_client support for waiting for async
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-10-23 Alessandro GhediniRemove useless code
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...
next