Chen-tao / webm

Automatically exported from code.google.com/p/webm
0 stars 0 forks source link

webm_crypt with CTR encryption does not work on Windows. #423

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The crypto library from Chromium only supports CTR encryption on Linux. This 
means that webm_crypt with the encryption from the RFC will not work on Windows.

Original issue reported on code.google.com by fgalli...@google.com on 25 Apr 2012 at 4:57

GoogleCodeExporter commented 9 years ago

Original comment by fgalli...@google.com on 26 Apr 2012 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by fgalli...@google.com on 26 Apr 2012 at 12:43

GoogleCodeExporter commented 9 years ago
Windows Chromium switched the crypto lib to use NSS which has CTR support.

Original comment by fgalli...@google.com on 25 Jul 2012 at 4:24