Hi Everyone, We are moving into full support mode for Windows App Store apps. The initial bug report is at:
* "Issue 143: Support for Universal Windows Platform (UWP)" (http://github.com/weidai11/cryptopp/issues/143) Before we can make the changes, we need to be able to fully test them to ensure no bad or unexpected interactions. The interactions could occur on both Windows and non-Windows systems. For that, we have: * "Issue 159: Need cryptest.cmd for Windows testing" (http://github.com/weidai11/cryptopp/issues/159) * cryptest.nmake for command line testing on Windows in a developer prompt (http://github.com/weidai11/cryptopp/blob/master/cryptest.nmake) * cryptest.sh for command line testing on BSDs, Linux, OS X and Unix I think we want to avoid NO OS_DEPENDENCE because its like killing the fly with a cannon ball. NO OS_DEPENDENCE removes sockets, random number generators, timers and other useful things that should be available. I think that means the two major tasks are: * "Issue 165: Need NO_SOCKET macro to remove sockets only for Windows" (http://github.com/weidai11/cryptopp/issues/165) * "Issue 164: Need NonblockingRng based on BCryptGenRandom for Windows" (http://github.com/weidai11/cryptopp/issues/164) The task list will grow as we identify gaps. I'm interested in patches for Issue 159, 164 and 165. Jeff -- -- You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to [email protected]. More information about Crypto++ and this group is available at http://www.cryptopp.com. --- You received this message because you are subscribed to the Google Groups "Crypto++ Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
