Add app for fips installation
[openssl.git] / apps / apps.c
2019-08-24 Shane LontisAdd app for fips installation
2019-08-02 Rich SalzReplace FUNCerr with ERR_raise_data
2019-07-24 Dr. Matthias St... Remove HEADER_X509_H and HEADER_SSL_H include detectors...
2019-07-22 Rich SalzDeprecate SYSerr, add new FUNCerr macro
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-03-18 David von OheimbAdd -new and -subj options to x509 app for direct cert...
2019-03-13 David von Oheimbprevent app_get_pass() from revealing cleartext passwor...
2019-03-06 Richard Levitteapps/openssl.c: Adapt to enable tracing output
2019-02-11 Shane LontisUpdated test command line parsing to support commmon...
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2019-01-21 Bernd EdlingerMake ca command silently use default if .attr file...
2018-12-19 Rich SalzSome code-cleanup/simplification in apps
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-08 Benjamin Kadukapps: allow empty attribute values with -subj
2018-09-04 Eric CurtinNew openssl subject parser hard to debug
2018-07-26 Andy Polyakovapps/apps.c: harmonize print_bignum_var output with...
2018-05-31 Richard Levitteapps: when the 'compat' nameopt has been set, leave...
2018-05-11 Kurt RoeckxUse void in all function definitions that do not take...
2018-04-25 Richard LevitteRevert "Check directory is able to create files for...
2018-04-25 Richard LevitteRevert "Add VMS version of app_dirname()"
2018-04-19 Viktor DukhovniAdd missing index_index() when reloading OCSP responder
2018-03-07 Viktor DukhovniPrepare to detect index changes in OCSP responder.
2018-02-28 Richard LevitteAdd VMS version of app_dirname()
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...
2017-12-28 Richard LevitteAdd 'openssl req' option to specify extension values...
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-13 Andy PolyakovResolve warnings in VC-WIN32 build, which allows to...
2017-10-18 KaoruTodaRemove parentheses of return.
2017-10-09 KaoruTodaSince return is inconsistent, I removed unnecessary...
2017-08-25 Richard LevitteNO_SYS_TYPES_H isn't defined anywhere, stop using it...
2017-08-22 Rich SalzAdd random serial# support.
2017-08-19 Richard LevitteFix ui_write in apps/apps.c
2017-07-31 Xiaoyin Liuapp_isdir() cleanup
2017-07-26 PauliFix potential use-after-free and memory leak
2017-07-03 Rich SalzBN_pseudo_rand is really BN_rand
2017-07-03 Richard LevitteRemove the possibility to disable the UI module entirely
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
next