FreeRDP/libfreerdp
Ondrej Holy 9f5d0d4c4d crypto: Improve PER OID calculations
"(oid[0] << 4) & (oid[1] & 0x0F)" statement is always 0. It is not
problem currently because the only OID which is written by this
function should have 0 there. The function to read/write are pretty
limited anyway and can't work properly with all kind of OIDs. Maybe
it would be better to hardcode the OID there without decoding
and encoding. But those functions are already there so let's improve
them a bit according the spec and warn about limited set of
supported OIDs.

See:
https://msdn.microsoft.com/en-us/library/windows/desktop/bb540809
2017-12-19 14:42:06 +01:00
..
cache cache: Use Bitmap_Free instead of free 2017-09-07 09:38:44 +02:00
codec Merge pull request #4305 from hardening/xrandr_fix 2017-12-13 17:24:41 +01:00
common fix channel/smartcard: compiler warnings 2017-12-13 17:04:06 +01:00
core core: Remove redundant stream position changes 2017-12-19 13:02:55 +01:00
crypto crypto: Improve PER OID calculations 2017-12-19 14:42:06 +01:00
gdi Merge pull request #4305 from hardening/xrandr_fix 2017-12-13 17:24:41 +01:00
locale Merge pull request #4034 from blino/wayland-keymap 2017-11-16 12:07:07 +01:00
primitives Fixed #3810: Renamed color functions 2017-11-24 13:21:43 +01:00
utils fix clang warnings, directly include wtypes.h (#4097) 2017-08-29 09:09:38 +02:00
CMakeLists.txt Disable GFX H264 if no backend compiled in. 2017-07-17 09:25:21 +02:00
freerdp.pc.in Include major version number in library names 2017-01-16 11:11:58 +01:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00