Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
OpenSSL not honouring cipher selection?
« previous
next »
Print
Pages:
1
2
[
3
]
Author
Topic: OpenSSL not honouring cipher selection? (Read 6865 times)
Headless1919
Newbie
Posts: 40
Karma: 3
Re: OpenSSL not honouring cipher selection?
«
Reply #30 on:
September 02, 2022, 04:36:27 pm »
@Fright, I went to look into config.xml but it reflects exactly what the GUI shows, so I am not convinced it will function as an override. Will bear it in mind thought, thanks!
@i81b4u, RSA does not offer Perfect Forward Secrecy so I prefer to remove it, but that will work - thanks.
Logged
i81b4u
Jr. Member
Posts: 59
Karma: 5
Re: OpenSSL not honouring cipher selection?
«
Reply #31 on:
September 02, 2022, 05:16:59 pm »
@RZR, I think you got things mixed up.
Not talking TLSv1.3 specifics right now, but ...
With RSA-certificates you can achieve PFS. PFS only depends on the key exchange method.
With RSA key exchange a symmetric key is exchanged "over the line" so when someone obtains the private key, traffic can be decrypted when listening in on (or replaying recorded) traffic. When using Diffie-Hellman a symmetric key is "calculated" and never sent "over the line", so it can't be found by listening in on (or replaying recorded) traffic.
Hope that makes sense?
Logged
Fright
Hero Member
Posts: 1777
Karma: 164
Re: OpenSSL not honouring cipher selection?
«
Reply #32 on:
September 02, 2022, 05:24:10 pm »
@RZR
Quote
reflects exactly what the GUI shows, so I am not convinced it will function as an override.
i checked )
but the mentioned fixes were not included in the 22.7.3.. so must be 'opnsense-patch'-ed manually
«
Last Edit: September 02, 2022, 05:30:45 pm by Fright
»
Logged
Headless1919
Newbie
Posts: 40
Karma: 3
Re: OpenSSL not honouring cipher selection?
«
Reply #33 on:
September 02, 2022, 05:36:33 pm »
@i81b4u - you're right, I am using the term "RSA" too broadly (interchangeably), was referring specifically to KEX. Thanks
@Fright, thanks - I should have clicked. Will check after the next patch/update to see what is there. Appreciated!
Logged
rickyrickk31
Newbie
Posts: 1
Karma: 0
Re: OpenSSL not honouring cipher selection?
«
Reply #34 on:
September 02, 2022, 08:35:45 pm »
I agree OpenSSL is conforming to the RFC, seen that snippet before. If that is the cause, LibreSSL clearly does not comply when making changes.
get-mobdro.com
«
Last Edit: September 05, 2022, 10:24:47 pm by rickyrickk31
»
Logged
Print
Pages:
1
2
[
3
]
« previous
next »
OPNsense Forum
»
Archive
»
22.7 Legacy Series
»
OpenSSL not honouring cipher selection?