Fix some extra or missing whitespaces...
[openssl.git] / apps / apps.h
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2017-01-11 Richard LevitteEnable apps to get a UI_METHOD for the default prompter
2016-11-02 Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-10-19 Richard Levitteapps: instead of varying implementation, make setup_eng...
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-09-15 Richard LevitteRefactor to avoid unnecessary preprocessor logic
2016-09-13 FdaSilvaYYFix some magic values about revocation info type...
2016-08-20 FdaSilvaYYDuplicate includes
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 HensonCorrupt signature in place.
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-08-04 FdaSilvaYYPack globals variables used to control apps/verify_call...
2016-08-01 Andy Polyakovapps/openssl.c: UTF-y Windows argv.
2016-07-08 Matt CaswellDisallow multiple protocol flags to s_server and s_client
2016-06-20 Richard LevitteAllow proxy certs to be present when verifying a chain
2016-06-16 FdaSilvaYYSpelling fixes
2016-06-15 Richard LevitteDeal with the consequences of constifying getters
2016-05-27 Matt CaswellFix s_client/s_server waiting for stdin on Windows
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-13 Dr. Stephen HensonFix signer option and support format SMIME.
2016-05-10 Andy PolyakovIRIX fixes.
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-03 Viktor DukhovniMove peer chain security checks into x509_vfy.c
2016-04-01 Richard LevitteForce argv to be an array of long pointers on VMS
2016-03-30 Richard LevitteFix pointer size issues with argv on VMS
2016-03-21 Richard LevitteJust like bio_out, bio_err needs the linebuffer filter...
2016-03-20 Rich SalzRemove #error from include files.
2016-03-19 Viktor DukhovniRevert "Include progs.h directly in openssl.c instead...
2016-03-19 Richard LevitteInclude progs.h directly in openssl.c instead of via...
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 PercivalDocumentation for ctx_set_ctlog_list_file()
2016-03-09 Rob PercivalExtensive application of __owur to CT functions that...
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-25 Rich SalzGH463: Fix OPENSSL_NO_OCSP build
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-18 Roumen Petrovremove redundant opt* declarations
2016-02-17 Rich SalzRemove JPAKE
2016-02-14 Richard LevitteMake sure to use unsigned char for is*() functions
2016-02-10 Viktor DukhovniImprove recent option help string additions
2016-02-10 Viktor DukhovniDeprecate the -issuer_checks debugging option
2016-02-09 A J Mohan RaoGH646: Update help for s_server command.
2016-02-06 A J Mohan Raocommands help cleanup
2016-02-05 Viktor DukhovniRestore -no_comp switch for backwards compatible behaviour
2016-02-03 Emilia KasperRT3234: disable compression
2016-02-03 Viktor DukhovniFix pkeyutl/rsautl empty encrypt-input/decrypt-output...
2016-01-30 Richard LevitteFix opt_imax() call
2016-01-29 Viktor DukhovniMake opt_imax visible in all apps
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-21 Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2016-01-13 Viktor DukhovniFor stro[ui]max require both C99 and UINTMAX_MAX/INTMAX_MAX
2016-01-13 Viktor DukhovniFor stroimax need C99 inttypes.h
2016-01-13 Viktor DukhovniMaximize time_t when intmax_t is available
2015-11-20 Matt CaswellAdd s_client support for waiting for async
2015-09-25 Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-09-17 Rich SalzRT4033: Use OPENSSL_SYS_UNIX not "unix"
2015-09-11 Ben LaurieEnable -Wmissing-variable-declarations and
2015-09-06 Richard LevitteChange the treatment of stdin and stdout to allow binar...
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 David WoodhouseRT3951: Add X509_V_FLAG_NO_CHECK_TIME to suppress time...
2015-08-26 Hubert KarioGH350: -help text few s_client and s_server flags
2015-08-10 Rich SalzFix build break.
2015-07-29 Rich SalzRT3639: Add -no_comp description to online help
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-20 Rich SalzReplace switch/assignments with table lookup
2015-04-30 Rich SalzIn apps, malloc or die
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-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-01-31 Matt CaswellRemove OPENSSL_NO_SSL_INTERN as it is now redundant...
2015-01-23 Rich Salzifdef cleanup part 3: OPENSSL_SYSNAME
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-07-07 Viktor DukhovniUpdate API to use (char *) for email addresses and...
2014-05-23 Martin KaiserAdd an NSS output format to sess_id to export to export...
2013-11-14 Piotr SikoraFix compilation with no-nextprotoneg.
2013-10-07 Ben LaurieConstification.
2013-08-18 Dr. Stephen HensonTypo: don't call RAND_cleanup during app startup.
2013-03-28 Dr. Stephen HensonCall RAND_cleanup in openssl application.
2013-01-19 Andy PolyakovImprove WINCE support.
2013-01-17 Dr. Stephen HensonTypo (PR2959).
2012-12-06 Dr. Stephen HensonAdd code to download CRLs based on CRLDP extension.
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-06-03 Ben LaurieVersion skew reduction: trivia (I hope).
2011-04-29 Dr. Stephen HensonInitial "opaque SSL" framework. If an application defines
2010-09-05 Ben LaurieFixes to NPN from Adam Langley.
2010-07-28 Ben LaurieAdd Next Protocol Negotiation.
2010-03-14 Dr. Stephen Hensonadd -sigopt option to ca utility
2010-03-12 Dr. Stephen Hensonnew sigopt and PSS support for req and x509 utilities
2009-10-31 Dr. Stephen HensonAdd option to allow in-band CRL loading in verify utili...
next