]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/apps.c
Add the ability to use a client side TLSv1.3 external PSK in s_client
[thirdparty/openssl.git] / apps / apps.c
2017-06-12  Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-06-11  Rich SalzIntroduce ASN1_TIME_set_string_X509 API
2017-06-01  Aashil PatelRemove unnecessary if condition from apps.c
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-11  Richard LevitteEnable apps to get a UI_METHOD for the default prompter
2016-12-08  Richard LevitteMake sure that password_callback exercises UI
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-28  Richard Levitteapps/apps.c: initialize and de-initialize engine around...
2016-09-28  Rich SalzRevert "Call ENGINE_init() before trying to use keys...
2016-09-28  David WoodhouseCall ENGINE_init() before trying to use keys from engine
2016-09-22  Rich SalzAdd -Wswitch-enum
2016-09-20  Richard Levitteapps/apps.c: include sys/socket.h to declare recv()
2016-09-15  Richard LevitteRefactor to avoid unnecessary preprocessor logic
2016-08-21  Dr. Stephen HensonAdd X509_getm_notBefore, X509_getm_notAfter
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 HensonCorrupt signature in place.
2016-08-16  Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-07-20  FdaSilvaYYFix a few if(, for(, while( inside code.
2016-06-29  FdaSilvaYYWhitespace cleanup in apps
2016-06-15  Richard LevitteDeal with the consequences of constifying getters
2016-06-01  Matt CaswellFree an X509_CRL in an error path
2016-05-27  Matt CaswellFix s_client/s_server waiting for stdin on Windows
2016-05-20  Rich SalzRename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
2016-05-18  Richard LevitteMake it possible to have RFC2254 escapes with ASN1_STRI...
2016-05-18  FdaSilvaYYFew cleanups in s_client, s_server apps.
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
next