You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Future plan would be not to use OpenSSL directly, but to go via PlatformCrypto or something like it which could provide platform specific RSA functionality if it exists - Also contains some compensation code for platforms that are still stuck on an older version of OpenSSL (everything except windows) - On platforms that use OpenSSL < 1.1.1, register a locking callback so we can provide mutexes and stop it crashing horribly when the same RSA key is used concurrently on different threads Changed default key size in the CryptoKeys plugin to 4096 bits. #jira UE-71377 #rb ian.fox, robert.manuszewski, ryan.gerleve #ROBOMERGE-OWNER: graeme.thornton #ROBOMERGE-AUTHOR: graeme.thornton #ROBOMERGE-SOURCE: CL 5447433 in //UE4/Release-4.22/... #ROBOMERGE-BOT: RELEASE (Release-4.22 -> Main) [CL 5447485 by graeme thornton in Main branch]