Updated test command line parsing to support commmon commands
[openssl.git] / apps / apps.h
2019-02-11 Shane LontisUpdated test command line parsing to support commmon...
2018-12-19 Rich SalzSome code-cleanup/simplification in apps
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-02 Richard Levitteapps: Stop pretending to care about Netscape keys
2018-05-17 Matt CaswellAllow configuation of the number of TLSv1.3 session...
2018-04-25 Richard LevitteRevert "Check directory is able to create files for...
2018-03-19 Richard LevitteSupport "-min_protocol" and "-max_protocol" in s_server...
2018-03-14 Matt CaswellSplit configuration of TLSv1.3 ciphers from older ciphers
2018-03-07 Viktor DukhovniImplement multi-process OCSP responder.
2018-03-07 Viktor DukhovniPrepare to detect index changes in OCSP responder.
2018-02-28 Paul YangCheck directory is able to create files for various...
2018-02-01 Richard LevitteMake sure that apps/openssl prefixes its output with...
2018-02-01 Richard LevitteAdd an apps internal BIO filter for prefixing output...
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2018-01-24 Matt CaswellEnable the cookie callbacks to work even in TLS in...
2017-12-28 Richard LevitteAdd 'openssl req' option to specify extension values...
2017-12-14 Matt CaswellImplement session id TLSv1.3 middlebox compatibility...
2017-11-29 Todd ShortUse ChaCha only if prioritized by clnt
2017-09-28 PauliRemove unnecessary #include <openssl/lhash.h> directives.
2017-09-23 Dr. Stephen HensonRemove dhparam from SSL_CONF list.
2017-08-31 Paulistruct timeval include guards
2017-08-29 PauliMove e_os.h to be the very first include.
2017-08-29 Paulie_os.h removal from other headers and source files.
2017-08-22 Rich SalzAdd random serial# support.
2017-07-23 Xiaoyin LiuRemove unused function prototypes
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-07-07 Matt CaswellDo not allow non-dhe kex_modes by default
2017-06-21 Matt CaswellUse constants rather than macros for the cipher bytes...
2017-06-21 Matt CaswellFix no-psk
2017-06-06 Todd ShortFix #2400 Add NO_RENEGOTIATE option
2017-05-03 Matt CaswellAdd the -groups option to s_server/s_client
2017-05-02 Todd ShortTLS1.3 Padding
2017-04-25 Dmitry BelyavskiySwitch command-line utils to new nameopt API.
2017-02-14 Robert ScheckAdd Sieve support (RFC 5804) to s_client ("-starttls...
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
next