[bcl] Add CommonCrypto to corlib, Mono.Security and System.Core.
authorRolf Bjarne Kvinge <rolf@xamarin.com>
Tue, 15 Mar 2016 11:01:48 +0000 (12:01 +0100)
committerRodrigo Kumpera <kumpera@gmail.com>
Mon, 28 Mar 2016 22:51:33 +0000 (15:51 -0700)
commit437d77b5e764cb0955d417b4283b71c827720caf
treec1f429ff04b2fbdd6a7e2f46498459c46fca1fe3
parentcd5c13c9803311b4cf56660c205e799e013936b4
[bcl] Add CommonCrypto to corlib, Mono.Security and System.Core.

List of original contributors:

Sebastien Pouliot <sebastien@xamarin.com>
Rolf Bjarne Kvinge <rolf@xamarin.com>
Marek Safar <marek.safar@gmail.com>
Miguel de Icaza <miguel@gnome.org>
31 files changed:
mcs/class/Mono.Security/monotouch_Mono.Security.dll.sources
mcs/class/Mono.Security/monotouch_opt_Mono.Security.dll.sources [deleted file]
mcs/class/Mono.Security/xammac_Mono.Security.dll.sources
mcs/class/Mono.Security/xammac_opt_Mono.Security.dll.sources [deleted file]
mcs/class/System.Core/monotouch_System.Core.dll.sources
mcs/class/System.Core/xammac_System.Core.dll.sources
mcs/class/corlib/CommonCrypto/.gitignore [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/CommonCrypto.cs [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/CommonCryptorGenerator.cs [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/CommonDigestGenerator.cs [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/CorlibExtras.cs [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/CryptorTransform.cs [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/FastCryptorTransform.cs [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/Makefile.include [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/RC4CommonCrypto.cs [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/RijndaelManaged.cs [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/SecRandom.cs [new file with mode: 0644]
mcs/class/corlib/CommonCrypto/generator.cs [new file with mode: 0644]
mcs/class/corlib/Makefile
mcs/class/corlib/monotouch_corlib.dll.exclude.sources [new file with mode: 0644]
mcs/class/corlib/monotouch_corlib.dll.sources
mcs/class/corlib/monotouch_runtime_corlib.dll.exclude.sources [new file with mode: 0644]
mcs/class/corlib/monotouch_runtime_corlib.dll.sources
mcs/class/corlib/monotouch_tv_corlib.dll.exclude.sources [new file with mode: 0644]
mcs/class/corlib/monotouch_tv_corlib.dll.sources
mcs/class/corlib/monotouch_tv_runtime_corlib.dll.exclude.sources [new file with mode: 0644]
mcs/class/corlib/monotouch_watch_corlib.dll.exclude.sources [new file with mode: 0644]
mcs/class/corlib/monotouch_watch_corlib.dll.sources
mcs/class/corlib/monotouch_watch_runtime_corlib.dll.exclude.sources [new file with mode: 0644]
mcs/class/corlib/xammac_corlib.dll.exclude.sources [new file with mode: 0644]
mcs/class/corlib/xammac_corlib.dll.sources