summary refs log tree commit diff
path: root/crypto/src/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git.bouncycastle.org:bc-csharp into pclPeter Dettman2015-11-212-10/+16
|\
| * Add Platform method for getting the type name of an objectPeter Dettman2015-11-211-0/+5
| |
| * Factor out IsEnumType methodPeter Dettman2015-11-211-10/+11
| |
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp into pclPeter Dettman2015-11-161-0/+29
|\|
| * Finish port of latest PRNG/DRBG stuff from JavaPeter Dettman2015-11-161-44/+20
| |
| * added 4[] ConcatenateDavid Hook2015-11-161-0/+31
| |
| * added 3[] ConcatenateDavid Hook2015-11-161-0/+22
| |
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp into pclPeter Dettman2015-11-123-14/+34
|\|
| * Review of culture-independent String comparison methodsPeter Dettman2015-11-123-14/+34
| |
| * Fix weird characterPeter Dettman2015-11-081-1/+1
| |
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp into pclPeter Dettman2015-11-082-6/+5
|\|
| * Needs to be in Org.BouncyCastle namespace for nowPeter Dettman2015-11-081-1/+1
| |
| * A few more changes to sync up with BouncyCastle-PCLPeter Dettman2015-11-083-1/+28
| |
* | Merge branch 'master' of git.bouncycastle.org:bc-csharp into pclPeter Dettman2015-11-0810-66/+175
|\|
| * Tighten up the correspondence b/w Close/DisposePeter Dettman2015-11-089-12/+21
| |
| * Oops, fix method namesPeter Dettman2015-11-049-9/+9
| |
| * Replace Close with Dispose for PORTABLEPeter Dettman2015-11-049-28/+160
| |
| * Change Close calls to Dispose calls for PORTABLEPeter Dettman2015-11-048-12/+28
| |
* | Change dotnet -> sys_runtimeOren Novotny2015-10-181-1/+1
| |
* | Merge in latest from masterOren Novotny2015-10-185-11/+22
|\|
| * PCL: Various non-IO changesPeter Dettman2015-10-183-8/+18
| |
| * No SerializableAttribute in PCLPeter Dettman2015-10-182-2/+2
| |
* | Merge branch 'master-vs12' into pclOren Novotny2015-10-161-0/+70
|\|
| * Introduced Utilities.IO.FilterStreamDavid Hook2015-10-121-0/+66
| |
* | Merge branch 'master-vs12' into pclOren Novotny2015-07-301-3/+3
|\|
| * Improve limit-testing to avoid overflow problemsPeter Dettman2015-06-111-3/+3
| |
* | Add Sys.Runtime PCLOren Novotny2015-04-252-0/+26
| |
* | Merge branch 'master-vs12' into pclOren Novotny2015-04-251-0/+58
|\|
| * F2mCurve cleanupPeter Dettman2015-03-261-0/+16
| |
| * Add GetHashCode methods for ulong[]Peter Dettman2015-03-241-0/+42
| |
* | Merge branch 'master-vs12' into pclOren Novotny2015-02-191-0/+5
|\|
| * Various updates to GCM from Java buildPeter Dettman2014-12-161-0/+5
| |
* | Fix remaining compile errorsOren Novotny2014-08-271-3/+4
| |
* | Initial re-migration from original codeOren Novotny2014-08-269-60/+104
|/
* Finish initial porting of TLS 1.2 client from Java APIPeter Dettman2014-08-241-0/+13
|
* More TLS ported from Java APIPeter Dettman2014-08-211-4/+85
|
* Add Times utility classPeter Dettman2014-08-201-0/+14
|
* Port of new TlsEccUtilities class from JavaPeter Dettman2014-07-231-0/+102
| | | | | Various support methods in TlsUtilities and Arrays Fix short->byte for several enumeration types
* BMA-105Peter Dettman2014-07-211-0/+16
| | | | | Support for parsing Gost3410x2001 private keys encoded as DER Integer Miscellaneous support methods ported from Java
* Move NullOutputStream to util/ioPeter Dettman2014-04-061-0/+18
|
* Equality/hashcode should ignore "excess" wordsPeter Dettman2014-02-271-0/+54
|
* Port some openpgp updates from Java build for secret keysPeter Dettman2014-02-251-0/+13
|
* Update encoders from Java version, including catching invalid data instead ↵Peter Dettman2014-02-072-418/+448
| | | | of ignoring it
* Cleanup various warnings, and reformattingPeter Dettman2014-01-292-21/+21
|
* Add methods working with uint[]Peter Dettman2014-01-261-2/+44
|
* Port LongArray from Java and use in F2mFieldElementPeter Dettman2014-01-221-2/+7
|
* Fix up mergePeter Dettman2014-01-211-11/+27
|
* Merge branch 'feature/threefish-skein-memoable-sm3' of ↵Peter Dettman2014-01-213-0/+80
|\ | | | | | | | | | | | | | | git://github.com/timw/bc-csharp into timw-feature/threefish-skein-memoable-sm3 Conflicts: crypto/crypto.mdp crypto/src/util/Arrays.cs
| * Port Memoable digest support from bc-java.Tim Whittington2013-10-202-0/+56
| |
| * Port SkeinDigest and SkeinMac from bc-java.Tim Whittington2013-10-201-0/+40
| | | | | | | | Skein digest and Mac in 256/512/1024 bit state sizes (and arbitrary byte level output size), with unit tests.
* | Add new classes in Math.Field and some other EC-related stuff from JavaPeter Dettman2014-01-211-0/+17
| |
* | Make static utility classes abstract instead of sealedPeter Dettman2014-01-216-298/+288
|/ | | | | Add Arrays.GetHashCode for int[] Formatting
* Initial import of old CVS repositoryPeter Dettman2013-06-2859-0/+9132