fix jpaketest and correct comment
[openssl.git] / apps /
2016-01-12 Richard LevitteAdapt all EVP_CIPHER users for it becoming opaque
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2016-01-12 Rich SalzRT4227: Range-check in apps.
2016-01-12 Rich SalzYet another make update.
2016-01-11 Dr. Stephen HensonUse ossl_inline and DEFINE_LHASH_OF
2016-01-11 Dr. Stephen HensonAdd lh_new() inlining
2016-01-11 Dr. Stephen HensonInline LHASH_OF
2016-01-11 Matt CaswellFix NSS format session output
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-08 Rich SalzAnother portability fix.
2016-01-08 Rich SalzPortability fix for apps/s_client.c
2016-01-08 Viktor DukhovniDANE s_client support
2016-01-07 Rich Salzmem functions cleanup
2016-01-07 Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-06 Rich SalzRemove more (rest?) of FIPS build stuff.
2016-01-03 Viktor DukhovniFix X509_STORE_CTX_cleanup()
2016-01-03 Viktor DukhovniCleanup of verify(1) failure output
2015-12-30 Rich SalzUpdate to SHA256 for TSA signing digest.
2015-12-30 Richard LevitteFix faulty check in the VMS version of opt_progname
2015-12-30 Richard LevitteFix some missing or faulty header file inclusions
2015-12-23 Richard LevitteRefactor DTLS cookie generation and verification
2015-12-22 Dr. Stephen HensonAdd ssl configuration support to s_server and s_client
2015-12-16 Ben LaurieFix no-dgram.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-15 Matt CaswellFix s_server problem with no-ec
2015-12-15 Matt CaswellFix no-psk compile failure
2015-12-14 Dr. Stephen HensonNew function X509_get0_pubkey
2015-12-14 Viktor DukhovniFix option value parsing in crl2pkcs7 -certfile
2015-12-14 Viktor DukhovniAvoid erroneous "assert(private)" failures.
2015-12-12 Kurt RoeckxUse OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1
2015-12-11 Rich SalzUse SHA256 not MD5 as default digest.
2015-12-10 Richard LevitteDon't run rehash as part of building the openssl app
2015-12-09 Dr. Stephen Hensonmake update
2015-12-09 Dr. Stephen Hensonremove ecdsa.h header
2015-12-09 Dr. Stephen Hensonremove ecdh.h header
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteHave the few apps that accessed EVP_MD directly use...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-11-24 Quanah Gibson-MountFix grammar errors
2015-11-21 Michal BozonFix "primarility" typo
2015-11-20 Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20 Matt CaswellAdd s_client support for waiting for async
2015-11-20 Matt CaswellFix the error code for SSL_get_async_wait_fd()
2015-11-20 Matt Caswellmake update
2015-11-20 Matt CaswellFix pools for s_client
2015-11-20 Matt CaswellFix s_server bug
2015-11-20 Matt CaswellImplement local thread pools
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellAdd ASYNC_JOB pools
2015-11-20 Matt CaswellFix s_server -WWW with -async
2015-11-20 Matt CaswellAdd s_server and s_client async support
2015-11-20 Dr. Stephen HensonUse better defaults for TSA.
2015-11-20 Dr. Stephen HensonAdd support for signer_digest option in TS.
2015-11-14 Dr. Stephen Hensonadd -psk option to ciphers command
2015-11-14 Dr. Stephen Hensonadd -tls1_2,-tls1_1 options to ciphers command
2015-11-13 Nathan Phillip BrinkRT2667: Add IRC support to -starttls
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-11-02 Richard LevitteFix usage of BIO_ctrl_set_connected
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellRemove a call to SSL_set_state from s_server
2015-10-30 Matt CaswellRemove redundant code
2015-10-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniDo not treat 0 return value from BIO_get_fd() as error
2015-10-18 Dr. Stephen HensonMove auto Host adding to query_responder
2015-10-18 Dr. Stephen HensonFix memory leak with -issuer option.
2015-10-16 Dmitry BelyavskyFix error message when loading engines from config
2015-10-12 Matt CaswellRename -set-serial command to req
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-10-12 Matt CaswellFix option name discrepancy
2015-10-11 Dr. Stephen HensonMake no-psk compile without warnings.
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-10-06 Dr. Stephen HensonDon't try and parse boolean type.
2015-10-05 Andy PolyakovAddress Windows warnings in apps/.
2015-10-05 Andy PolyakovExplicitly cast INVALID_SOCKET to (int) to address...
2015-09-30 Ben LaurieDisplay brief help if no options for list.
2015-09-29 Andy PolyakovFix -Wshadow warnings in mingw builds.
2015-09-28 Alessandro GhediniPrint debug info for extended master secret extension
2015-09-28 Michal BozonRT4053: Typo in error message
2015-09-28 Dr. Stephen HensonSRP memory leak fix
2015-09-28 Emilia KasperSilence Wconditional-uninitialized
2015-09-26 Alessandro GhediniGH408 follow-on: update buflen
2015-09-25 Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-09-24 Vladimir Kotalfix compilation on Solaris
2015-09-24 Rich SalzRestore the old interactive prompt.
2015-09-23 Matt CaswellFix s_server DTLSv1_listen issues
2015-09-23 Matt CaswellAdd support for DTLSv1_listen in s_server
2015-09-22 Rich SalzRemove "noise" comments from TS files.
2015-09-21 Matt CaswellFix -srpvfile option in srp command line
2015-09-20 Dr. Stephen HensonMake SRP work with -www
2015-09-20 Dr. Stephen Hensonmake no-dh work
2015-09-19 Richard LevitteFinally, remove a possibly disabled feature
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteAdd more features that may be disabled
2015-09-19 Richard LevitteSort the disabled features alphabetically
next