Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Check final padding character in Base64 data. | Peter Dettman | 2017-09-17 | 1 | -0/+3 |
| | |||||
* | Avoid extra copy when processing TLS handshake messages | Peter Dettman | 2017-03-23 | 1 | -1/+6 |
| | | | | - move handshake hash updates (outbound) to a more sensible place | ||||
* | Simple refactoring to follow bc-java code | Peter Dettman | 2017-03-22 | 1 | -1/+7 |
| | |||||
* | Improve ZInputStream/ZOutputStream constructors | Peter Dettman | 2016-05-26 | 2 | -15/+60 |
| | |||||
* | Add Platform method for getting the type name of an object | Peter Dettman | 2015-11-21 | 1 | -0/+5 |
| | |||||
* | Factor out IsEnumType method | Peter Dettman | 2015-11-21 | 1 | -10/+11 |
| | |||||
* | Finish port of latest PRNG/DRBG stuff from Java | Peter Dettman | 2015-11-16 | 1 | -44/+20 |
| | |||||
* | added 4[] Concatenate | David Hook | 2015-11-16 | 1 | -0/+31 |
| | |||||
* | added 3[] Concatenate | David Hook | 2015-11-16 | 1 | -0/+22 |
| | |||||
* | Review of culture-independent String comparison methods | Peter Dettman | 2015-11-12 | 3 | -14/+34 |
| | |||||
* | Fix weird character | Peter Dettman | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | Needs to be in Org.BouncyCastle namespace for now | Peter Dettman | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | A few more changes to sync up with BouncyCastle-PCL | Peter Dettman | 2015-11-08 | 3 | -1/+28 |
| | |||||
* | Tighten up the correspondence b/w Close/Dispose | Peter Dettman | 2015-11-08 | 9 | -12/+21 |
| | |||||
* | Oops, fix method names | Peter Dettman | 2015-11-04 | 9 | -9/+9 |
| | |||||
* | Replace Close with Dispose for PORTABLE | Peter Dettman | 2015-11-04 | 9 | -28/+160 |
| | |||||
* | Change Close calls to Dispose calls for PORTABLE | Peter Dettman | 2015-11-04 | 8 | -12/+28 |
| | |||||
* | PCL: Various non-IO changes | Peter Dettman | 2015-10-18 | 3 | -8/+18 |
| | |||||
* | No SerializableAttribute in PCL | Peter Dettman | 2015-10-18 | 2 | -2/+2 |
| | |||||
* | Introduced Utilities.IO.FilterStream | David Hook | 2015-10-12 | 1 | -0/+66 |
| | |||||
* | Improve limit-testing to avoid overflow problems | Peter Dettman | 2015-06-11 | 1 | -3/+3 |
| | |||||
* | F2mCurve cleanup | Peter Dettman | 2015-03-26 | 1 | -0/+16 |
| | |||||
* | Add GetHashCode methods for ulong[] | Peter Dettman | 2015-03-24 | 1 | -0/+42 |
| | |||||
* | Various updates to GCM from Java build | Peter Dettman | 2014-12-16 | 1 | -0/+5 |
| | |||||
* | Finish initial porting of TLS 1.2 client from Java API | Peter Dettman | 2014-08-24 | 1 | -0/+13 |
| | |||||
* | More TLS ported from Java API | Peter Dettman | 2014-08-21 | 1 | -4/+85 |
| | |||||
* | Add Times utility class | Peter Dettman | 2014-08-20 | 1 | -0/+14 |
| | |||||
* | Port of new TlsEccUtilities class from Java | Peter Dettman | 2014-07-23 | 1 | -0/+102 |
| | | | | | Various support methods in TlsUtilities and Arrays Fix short->byte for several enumeration types | ||||
* | BMA-105 | Peter Dettman | 2014-07-21 | 1 | -0/+16 |
| | | | | | Support for parsing Gost3410x2001 private keys encoded as DER Integer Miscellaneous support methods ported from Java | ||||
* | Move NullOutputStream to util/io | Peter Dettman | 2014-04-06 | 1 | -0/+18 |
| | |||||
* | Equality/hashcode should ignore "excess" words | Peter Dettman | 2014-02-27 | 1 | -0/+54 |
| | |||||
* | Port some openpgp updates from Java build for secret keys | Peter Dettman | 2014-02-25 | 1 | -0/+13 |
| | |||||
* | Update encoders from Java version, including catching invalid data instead ↵ | Peter Dettman | 2014-02-07 | 2 | -418/+448 |
| | | | | of ignoring it | ||||
* | Cleanup various warnings, and reformatting | Peter Dettman | 2014-01-29 | 2 | -21/+21 |
| | |||||
* | Add methods working with uint[] | Peter Dettman | 2014-01-26 | 1 | -2/+44 |
| | |||||
* | Port LongArray from Java and use in F2mFieldElement | Peter Dettman | 2014-01-22 | 1 | -2/+7 |
| | |||||
* | Fix up merge | Peter Dettman | 2014-01-21 | 1 | -11/+27 |
| | |||||
* | Merge branch 'feature/threefish-skein-memoable-sm3' of ↵ | Peter Dettman | 2014-01-21 | 3 | -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 Whittington | 2013-10-20 | 2 | -0/+56 |
| | | |||||
| * | Port SkeinDigest and SkeinMac from bc-java. | Tim Whittington | 2013-10-20 | 1 | -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 Java | Peter Dettman | 2014-01-21 | 1 | -0/+17 |
| | | |||||
* | | Make static utility classes abstract instead of sealed | Peter Dettman | 2014-01-21 | 6 | -298/+288 |
|/ | | | | | Add Arrays.GetHashCode for int[] Formatting | ||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 59 | -0/+9132 |