Re: [FreeRDP-devel] FIPS and NLA

2019-11-21 Thread Armin Novak via FreeRDP-devel
Then I am afraid fips compliance is impossible due to the use of that algorithm without improving kergeros support :/ Regards Armin Am November 21, 2019 3:30:56 PM UTC schrieb "Ransom, Geoffrey M. via FreeRDP-devel" : > > >As for the NLA issue, you could just remove the line and check if it

Re: [FreeRDP-devel] FIPS and NLA

2019-11-21 Thread Ransom, Geoffrey M. via FreeRDP-devel
As for the NLA issue, you could just remove the line and check if it works (there have been some improvements regarding NLA, so the force off might be outdated) I tired that. freerdp dies when openssl fails with a fips error. It looks like openssl calls assert() which makes sense

Re: [FreeRDP-devel] RDP version

2019-11-21 Thread Armin Novak via FreeRDP-devel
Hi, That can not be answered easily as the RDP protocol version and features (AVC444, ...) are negotiated between client and server. You may have some success by enabling debug logging and checking what exactly is negotiated, but there is no easy `this is it` answer. For a more detailed answer

Re: [FreeRDP-devel] Help

2019-11-21 Thread Armin Novak via FreeRDP-devel
Hi, What you are most likely looking for is part of gcc_read_client_core_data There the server protocol version from server is read and (for internal purposes) the minimum of server and client version supported stored in settings->RdpVersion (there is an enum RDP_VERSION that defines names for

[FreeRDP-devel] FreeRDP Usb device (Pen Drive) Device not supported for redirection

2019-11-21 Thread sandip kanawade via FreeRDP-devel
Dear sir I am using FreeRDP to redirect the USB device (pen drive) to redirect, but it is showing the error Device not supported, but i want to use it. What are the changes in the source code to support the Pen Drive For the USB redirection ___

[FreeRDP-devel] RDP version

2019-11-21 Thread Crystallize via FreeRDP-devel
Hello, Please tell me which version of the RPD uses aFreeRDP-2.0.0rc when avc444 mode is on or where I can check it myself. Best regards ___ FreeRDP-devel mailing list FreeRDP-devel@lists.sourceforge.net

[FreeRDP-devel] Help

2019-11-21 Thread маслов артем via FreeRDP-devel
Hello, I need some help if you don't mind. For my work I need to get the version of rdp Protocol that is used on the server and supported encryption methods. I can not find in your project where there is a definition of these parameters. Can you please help? The language used is C

Re: [FreeRDP-devel] FIPS and NLA

2019-11-21 Thread Armin Novak via FreeRDP-devel
Hi, basic kerberos support can be activated (-DWITH_GSSAPI=ON), but it is currently more or less in an alpha state (various issues and nobody actively working on improving it) As for the NLA issue, you could just remove the line and check if it works (there have been some improvements regarding