index
:
vchat-client
abstract-io-libs
master
A curses based chat client for the arcane vchat protocol
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vchat-ssl.c
Age
Commit message (
Expand
)
Author
2014-05-07
use version-independent cipherlist again
erdgeist
2014-04-30
merge github patches
erdgeist
2014-04-16
reintroduce ignssl, safeguard pinning
Andreas Kotes
2014-04-16
Fix trailing spaces
erdgeist
2014-04-16
Merge from github
erdgeist
2014-04-16
store & verify server cert fingerprint
Andreas Kotes
2014-04-16
fix version strings
Andreas Kotes
2014-04-16
version 0.19
Andreas Kotes
2014-04-15
Specify client method
erdgeist
2014-04-15
use SSLv23_client_method & force cipherstring
Andreas Kotes
2014-04-15
Display cipher list, thanks to count
erdgeist
2014-04-15
Enforce strong crypto
erdgeist
2014-04-15
disable RC4 explicitly
Andreas Kotes
2014-04-15
don't check cipher if SSL object not available
Andreas Kotes
2014-04-15
allow the use of TLSv1 / TLSv1_1 again
Andreas Kotes
2014-04-15
show cipher being used
Andreas Kotes
2014-04-15
change to use TLSv1_2 (or maybe later)
Andreas Kotes
2010-08-27
Tidy up ssl code, move all ssl related stuff to vchat-ssl and clean up some wrinkles in cert verification
erdgeist
2010-07-30
Can do v6 and reconnect.
erdgeist
2009-08-28
One data type is const in openssl
erdgeist
2007-06-27
Introducing new ssl code
erdgeist