View Issue Details

IDProjectCategoryView StatusLast Update
0005327unrealircdpublic2020-01-20 13:27
Reportersyzop Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.4 
Target Version4.2.4.1Fixed in Version4.2.4.1 
Summary0005327: unknown directive set::ssl::outdated-protocols
Description06:24 < HeXiLeD> unknown directive set::ssl::outdated-protocols ?
07:47 < HeXiLeD> so where exactly outdated-protocols and outdated-ciphers go? I added it inside set block -> ssl and i get unknown directive

Seems these configuration items are never read from the config, there's no code for it.
TagsNo tags attached.
3rd party modules

Activities

syzop

2019-07-07 10:43

administrator   ~0020759

I will fix this and then release a 4.2.4.1 which includes this half-related fix https://github.com/unrealircd/unrealircd/commit/755ef5b052c3bf48ae8cc162ee254b169ab26fb0

syzop

2019-07-07 16:14

administrator   ~0020760

Fixed in https://github.com/unrealircd/unrealircd/commit/96ee7083c8442b21ee775b559fb27b352dd1d8fe, which has been released as 4.2.4.1. Thanks for the report!

commit 96ee7083c8442b21ee775b559fb27b352dd1d8fe
Author: Bram Matthys <[email protected]>
Date: Sun Jul 7 14:57:15 2019 +0200

    Customizing set::ssl::outdated-protocols and set::ssl::outdated-ciphers
    was not possible since the configuration code was missing.
    Reported by HeXiLeD in https://bugs.unrealircd.org/view.php?id=5327

syzop

2020-01-20 13:27

administrator   ~0021227

Ported to 5.x as well (5.0.2):

commit 5b8eba750f8e3496d7ec6fd2fc6646654bc483aa (HEAD -> unreal50, origin/unreal50)
Author: Bram Matthys <[email protected]>
Date: Mon Jan 20 13:23:28 2020 +0100

    Make set::tls::outdated-protocols and set::tls::outdated-ciphers work
    again. This ports change 96ee7083c8442b21ee775b559fb27b352dd1d8fe
    from UnrealIRCd 4.x to 5.x. Reported by HeXiLeD.

Issue History

Date Modified Username Field Change
2019-07-03 09:41 syzop New Issue
2019-07-07 10:43 syzop Note Added: 0020759
2019-07-07 10:43 syzop Assigned To => syzop
2019-07-07 10:43 syzop Status new => confirmed
2019-07-07 16:14 syzop Status confirmed => resolved
2019-07-07 16:14 syzop Resolution open => fixed
2019-07-07 16:14 syzop Fixed in Version => 4.2.4.1
2019-07-07 16:14 syzop Note Added: 0020760
2020-01-20 13:27 syzop Note Added: 0021227