Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-25Auto-update LICENSE.header in source filesDavide Beatrici
2018-01-02Auto-update LICENSE.header in source files.Mikkel Krautz
2017-04-01scripts/generate-cipherinfo.py: ensure output is consistently sorted.Mikkel Krautz
This ensures that the output of the script is consistently sorted. This commit uses the integer value of the literal cipher suite value. This will make future diffs from output of the script much easier to read.
2017-04-01scripts/generate-cipherinfo.py: use correct script name in comment.Mikkel Krautz
2017-04-01scripts/generate-cipherinfo.py: add DH_RSA and DH_DSS key exchanges.Mikkel Krautz
2017-01-08Update tree copyrights to 2017.Mikkel Krautz
2016-05-10scripts: update to use LICENSE.header.Mikkel Krautz
2015-10-04Use lookup table for cipher info in 'Connection Info' dialog.Mikkel Krautz
This patch introduces a lookup table that allows us to retrieve additional IETF TLS parameters based on the ciphersuite name provided by Qt/OpenSSL. With this additional information we can have the detailed output we want to have for the connection info dialog. The table is generated by the generate-cipherinfo.py script which uses a heuristic to select a representative set of suites we might to expect to see from the the official IETF TLS parameter descriptions. Should we not find the cipher suite a connection ended up using in this table we will fall back to less detailed output which the user can use to find the specific parameters. This patch also contains some other minor changes to the dialog.