]> git.ipfire.org Git - thirdparty/openssl.git/history - apps
RT4272: Unit tests fail when DTLS disabled
[thirdparty/openssl.git] / apps /
2016-01-25  Richard LevitteGenerate warning text
2016-01-24  Richard LevitteMake sure apps/Makefile builds apps/CA.pl by default
2016-01-22  Richard LevitteRefactor file writing - introduce template driven file...
2016-01-22  Andy IsaacsonFix quoting error in SRP printf
2016-01-21  Viktor DukhovniMultiple -trusted/-untrusted/-CRLfile options in verify
2016-01-21  Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2016-01-20  Rich SalzRemove update tags
2016-01-20  Rich SalzConsolidate "make update"
2016-01-20  Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-19  Viktor DukhovniSupport disabling any or all TLS or DTLS versions
2016-01-18  Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-17  Rich SalzRemove some old makefile targets
2016-01-14  Benjamin KadukAdd a no-egd option to disable EGD-related code
2016-01-14  Rich SalzRT4232: Extra space in help message.
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
2016-01-14  Dr. Stephen HensonTo avoid possible time_t overflow use X509_time_adj_ex()
2016-01-13  Viktor DukhovniFix verify(1) to report failure when verification fails
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  Richard LevitteDon't return from main(), use EXIT() instead
2016-01-13  Richard LevitteVMS will downcase all command parameters unless they...
2016-01-13  Viktor DukhovniMaximize time_t when intmax_t is available
2016-01-12  Rich SalzMove Makefiles to Makefile.in
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.
next