summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-15Set loggedin to false when connection breaksDirk Engling
2017-05-06Add more cleanup code on connection lossDirk Engling
2016-08-27Adapt to openssl 1.1.0 APIDirk Engling
2016-04-15Reformat fingerprint display for better readabilityDirk Engling
2016-04-15Fix last patch (that was committed blindly)Dirk Engling
2016-04-15Make fingerprint pinning an optionDirk Engling
2016-04-15add chompDirk Engling
2016-04-15More fixes to fingerprint checker codeDirk Engling
2016-04-15Fix fingerprint verification codeDirk Engling
2016-04-15Also allow ignoring SSL error, if fingerprinting is enabledDirk Engling
2015-01-19Username checks need to terminate at 0, not at strlen(g_nick)Dirk Engling
2014-11-16Check for error allocating tls structDirk Engling
2014-11-16Keep pulling openssl's tentacles out of protocol codeDirk Engling
2014-11-15openssl include unnecessary hereDirk Engling
2014-05-07use version-independent cipherlist againerdgeist
2014-04-30merge github patcheserdgeist
2014-04-16reintroduce ignssl, safeguard pinningAndreas Kotes
2014-04-16Fix trailing spaceserdgeist
2014-04-16Merge from githuberdgeist
2014-04-16store & verify server cert fingerprintAndreas Kotes
2014-04-16fix version stringsAndreas Kotes
2014-04-16version 0.19Andreas Kotes
2014-04-15Specify client methoderdgeist
2014-04-15use SSLv23_client_method & force cipherstringAndreas Kotes
2014-04-15Display cipher list, thanks to counterdgeist
2014-04-15Enforce strong cryptoerdgeist
2014-04-15disable RC4 explicitlyAndreas Kotes
2014-04-15don't check cipher if SSL object not availableAndreas Kotes
2014-04-15update debian packaging rulesAndreas Kotes
2014-04-15version bump 0.18Andreas Kotes
2014-04-15allow the use of TLSv1 / TLSv1_1 againAndreas Kotes
2014-04-15show cipher being usedAndreas Kotes
2014-04-15change to use TLSv1_2 (or maybe later)Andreas Kotes
2014-04-15handle SSL I/O errors more gracefully, avoid double freeAndreas Kotes
2014-04-10update manual pages to point to gitAndreas Kotes
2014-04-10recommend openssl 1.0.1g++Andreas Kotes
2014-04-10request 4096 instead of 2048 bitAndreas Kotes
2014-04-10use SHA1 instead of MD5 for cert digestAndreas Kotes
2014-04-10rudimentary debian wheezy build fixAndreas Kotes
2014-01-05Dict handling to allow custom completion from user dictionaryDirk Engling
2013-07-15add a global tcp-keepalive-option. thanks to Fefeerdgeist
2013-07-15Work around mbrlen return code stupidity.erdgeist
2013-07-15Only complain about config file not found, not about formats fileerdgeist
2013-03-20Revert last change, this was just some lokal skinningerdgeist
2013-03-20Make ncursesw the defaulterdgeist
2012-02-27Only use nicknames once they're zero terminated ;)erdgeist
2012-02-27readline will not sort, if we ignore duplicateserdgeist
2012-02-27missing variable declarationserdgeist
2012-02-27Make user matching sort alphabetically and obey case settingserdgeist
2012-02-27declare configure int in vchat.herdgeist