summary refs log tree commit diff
path: root/crypto/src/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check final padding character in Base64 data.Peter Dettman2017-09-171-0/+3
|
* Avoid extra copy when processing TLS handshake messagesPeter Dettman2017-03-231-1/+6
| | | | - move handshake hash updates (outbound) to a more sensible place
* Simple refactoring to follow bc-java codePeter Dettman2017-03-221-1/+7
|
* Improve ZInputStream/ZOutputStream constructorsPeter Dettman2016-05-262-15/+60
|
* 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
|
* 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
|
* Review of culture-independent String comparison methodsPeter Dettman2015-11-123-14/+34
|
* Fix weird characterPeter Dettman2015-11-081-1/+1
|
* 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
|
* 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
|
* PCL: Various non-IO changesPeter Dettman2015-10-183-8/+18
|
* No SerializableAttribute in PCLPeter Dettman2015-10-182-2/+2
|
* Introduced Utilities.IO.FilterStreamDavid Hook2015-10-121-0/+66
|
* Improve limit-testing to avoid overflow problemsPeter Dettman2015-06-111-3/+3
|
* F2mCurve cleanupPeter Dettman2015-03-261-0/+16
|
* Add GetHashCode methods for ulong[]Peter Dettman2015-03-241-0/+42
|
* Various updates to GCM from Java buildPeter Dettman2014-12-161-0/+5
|
* 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