]> git.ipfire.org Git - thirdparty/openssl.git/history - apps/s_client.c
New function X509_get0_pubkey
[thirdparty/openssl.git] / apps / s_client.c
2015-12-14  Dr. Stephen HensonNew function X509_get0_pubkey
2015-12-12  Kurt RoeckxUse OPENSSL_NO_DTLS instead of OPENSSL_NO_DTLS1
2015-11-24  Quanah Gibson-MountFix grammar errors
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 pools for s_client
2015-11-20  Matt CaswellAdd s_server and s_client async support
2015-11-13  Nathan Phillip BrinkRT2667: Add IRC support to -starttls
2015-11-02  Richard LevitteFix usage of BIO_ctrl_set_connected
2015-10-12  Matt CaswellCentralise loading default apps config file
2015-09-28  Dr. Stephen HensonSRP memory leak fix
2015-09-25  Matt CaswellAdd support for -no-CApath and -no-CAfile options
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-01  Adam EijdenbergRT3984: Fix clang compiler warning on Mac OS X where...
2015-08-04  Matt CaswellFix SRTP s_client/s_server options
2015-08-02  Ben LaurieAdd -Wconditional-uninitialized to clang strict warnings.
2015-07-31  Rich SalzVarious doc fixes from GH pull requests
2015-07-31  Kai EngertRT3742: Add xmpp_server to s_client.
2015-06-25  Dr. Stephen Hensonmissing break
2015-06-15  Rich SalzRT2547: Tighten perms on generated privkey files
2015-06-02  Rich SalzStandardize handling of #ifdef'd options.
2015-05-29  Richard LevitteRestore module loading
2015-05-25  Rich Salzfix s_client crash
2015-05-22  Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-22  Michael TrappRT266: Add HTTP proxy/CONNECT to s_client
2015-05-22  Matt CaswellFix various OPENSSL_NO_* options
2015-05-16  Matt CaswellClient side version negotiation rewrite
2015-05-15  Rich SalzUse #error in openssl/srp.h
2015-05-13  Matt CaswellRemove Kerberos support from apps
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01  Rich Salzfree null cleanup finale
2015-05-01  Rich Salzfree NULL cleanup 7
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-29  Rich SalzRemove needless bio_err argument
2015-04-28  Rich Salzremove malloc casts
2015-04-27  Emilia KasperFix Wmaybe-uninitialized: initialize variable
2015-04-25  Rich SalzRT2451: Add telnet to s_client -starttls
2015-04-25  Rich SalzAdd -nocommands to s_client.
2015-04-25  Rich Salzfewer NO_ENGINE #ifdef's
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 10
2015-03-28  Rich Salzfree NULL cleanup
2015-03-25  Rich Salzfree NULL cleanup
2015-03-25  Matt CaswellFix bug in s_client. Previously default verify location...
2015-03-23  Matt Caswellapps return value checks
2015-03-05  Matt CaswellUnchecked malloc fixes
2015-02-25  Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-02-06  Rich SalzLive code cleanup: remove #if 1 stuff
2015-01-30  Rich SalzDead code clean: #if 0 removal in apps
2015-01-28  Rich SalzRemove support for opaque-prf
2015-01-27  Rich SalzOPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1
2015-01-27  Matt CaswellRemove explicit setting of read_ahead for DTLS. It...
2015-01-22  Matt CaswellMore comment realignment master-post-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2015-01-22  Matt CaswellFix source where indent will not be able to cope
2015-01-22  Matt CaswellFurther comment changes for reformat (master)
2015-01-12  Rich SalzRT3548: Remove unsupported platforms
2015-01-05  Piotr SikoraFix building with no-srtp
2014-12-31  Dominik Neubauertypo in s_client
2014-12-17  Rich SalzRT3548: Remove some obsolete platforms
2014-12-04  Kurt RoeckxRemove SSLv2 support
2014-12-03  Matt CaswellUpdates to s_client and s_server to remove the constant...
2014-11-19  Dr. Stephen HensonNew option no-ssl3-method which removes SSLv3_*method
2014-10-15  Bodo MoellerAdd TLS_FALLBACK_SCSV documentation, and move s_client...
2014-10-15  Bodo MoellerSupport TLS_FALLBACK_SCSV.
2014-08-28  Dr. Stephen HensonRename some callbacks, fix alignment.
2014-08-28  Dr. Stephen HensonUse consistent function naming.
2014-08-28  Dr. Stephen HensonNew extension callback features.
2014-08-28  Dr. Stephen HensonCallback revision.
2014-08-09  Rich SalzUndo a90081576c94f9f54de1755188a00ccc1760549a
2014-08-08  Rich SalzRemove DJGPP (and therefore WATT32) #ifdef's.
2014-07-06  Dr. Stephen HensonUsage for -hack and -prexit -verify_return_error
2014-07-04  Dr. Stephen HensonRemove all RFC5878 code.
2014-07-01  Dr. Stephen HensonMake NO_SYS_UN_H compile.
2014-06-19  Hubert KarioDocument -trusted_first option in man pages and help.
2014-05-09  Geoff Thorpes_client/s_server: support unix domain sockets
2014-03-28  Dr. Stephen HensonSecurity callback debug print out.
2014-02-20  Dr. Stephen HensonMove CT viewer extension code to crypto/x509v3
2014-02-19  Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-19  Rob StradlingMove the SCT List extension parser into libssl.
2014-02-05  Ben LaurieFix whitespace, new-style comments.
2014-02-05  Scott DeboyRe-add alert variables removed during rebase
2014-02-05  Scott DeboyUpdate custom TLS extension and supplemental data ...
2013-11-14  Piotr SikoraFix compilation with no-nextprotoneg.
2013-09-25  Ben LaurieProduce PEM we would consume.
2013-09-06  Ben LaurieConst fix.
2013-09-06  Scott DeboyFree generated supp data after handshake completion...
2013-09-06  Ben LaurieMore cleanup.
2013-09-06  Ben LaurieMake it build.
2013-09-06  Scott DeboyAdd callbacks supporting generation and retrieval of...
2013-09-05  Veres Lajosmisspellings fixes by https://github.com/vlajos/misspel...
2013-09-05  Ben LaurieClean up layout.
2013-09-05  Carlos Alberto Lop... Add an "-xmpphost" option to s_client
2013-09-05  Carlos Alberto Lop... Fix infinite loop on s_client starttls xmpp
2013-09-05  Carlos Alberto Lop... Fix XMPP code detection on s_client starttls xmpp
next