- 28 May, 2015 1 commit
-
-
Elizabeth Myers authored
Compile-tested, use at your own risk.
-
- 27 May, 2015 1 commit
-
-
Elizabeth Myers authored
Presently this only supports SHA1, as the machinery to actually change the cipher is not hooked up to anything yet.
-
- 20 May, 2015 3 commits
-
-
Aaron Jones authored
This is in furtherance of commits 9799bea4 and 1f384464 and addresses any potential vulnerability to LogJam <https://weakdh.org/>
-
Aaron Jones authored
I really shouldn't copy and paste code.
-
Aaron Jones authored
-
- 27 Mar, 2015 1 commit
-
-
Aaron Jones authored
* src/packet.c: Remove a dead store * src/res.c: Remove a dead store * src/sslproc.c: Remove a dead store * src/sslproc.c: Don't call the same accessor twice These silence some fairly harmless compiler warnings
-
- 26 Mar, 2015 2 commits
-
-
Aaron Jones authored
-
Aaron Jones authored
-
- 24 Mar, 2015 3 commits
-
-
Ariadne Conill authored
Use accessor function for certificate fingerprint, allow fingerprint generation for chained unknown roots
-
Aaron Jones authored
-
Aaron Jones authored
This will continue to work even if the OpenSSL developers make the X509* structure opaque, the current approach will not.
-
- 23 Mar, 2015 1 commit
-
-
Ariadne Conill authored
-
- 22 Mar, 2015 3 commits
-
-
Ariadne Conill authored
-
Ariadne Conill authored
Update ciphersuite string to prohibit RC4
-
Aaron Jones authored
This is in accordance with RFC 7465 <https://tools.ietf.org/html/rfc7465> Also correct the key exchange mechanism strings; these should be prefixed with 'k'.
-
- 10 Mar, 2015 2 commits
-
-
Ariadne Conill authored
-
Ariadne Conill authored
cap: chase ircv3.2 interpretation of sticky/ack-required caps (basically dropping support other than serverside enforcement of stickyness) change request @ ircv3/ircv3-specifications#122
-
- 09 Mar, 2015 2 commits
-
-
Ariadne Conill authored
Change example.conf to ircd.conf.example
-
rnjohnson18 authored
-
- 08 Mar, 2015 1 commit
-
-
Ariadne Conill authored
-
- 06 Mar, 2015 2 commits
-
-
Mantas Mikulėnas authored
-
Mantas Mikulėnas authored
-
- 01 Mar, 2015 13 commits
-
-
Jilles Tjoelker authored
-
Jilles Tjoelker authored
-
Jilles Tjoelker authored
find_named_client() was called without a prototype and therefore the pointer could be truncated.
-
Jilles Tjoelker authored
sendto_local_clients_with_capability() sends to a subset of the list of local clients and cannot visit the same client multiple times like sendto_channel_flags() and sendto_common_channels_local() can.
-
Max Teufel authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
Ariadne Conill authored
sasl: making the sasl capability actually sticky seems incompatible with broken implementations, so we make it just a formality instead.
-
Ariadne Conill authored
-
- 28 Feb, 2015 4 commits
-
-
Ariadne Conill authored
-
Max Teufel authored
-
Ariadne Conill authored
-
Ariadne Conill authored
-
- 25 Feb, 2015 1 commit
-
-
Ariadne Conill authored
-