summary refs log tree commit diff
path: root/crypto/src/security (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master-vs12' into pclOren Novotny2015-04-252-1/+23
|\
| * Provide a KeyContainerName when creating an RSACryptoServiceProviderPeter Dettman2015-03-261-1/+3
| | | | | | | | - Thanks to Frederik Carlier for reporting and providing a fix (see JIRA BMA-130)
| * Add SignerUtilities handling for X931SignerPeter Dettman2015-03-091-0/+20
| |
* | Merge branch 'master-vs12' into pclOren Novotny2015-02-191-2/+2
|\|
| * Spelling fixesPeter Dettman2015-02-051-2/+2
| |
* | Merge master-v12 into pcl. Includes 1.8-beta4Oren Novotny2014-10-142-208/+234
|\|
| * Use platform RNG as master, where available release-1.8.0-beta.4Peter Dettman2014-09-281-64/+89
| | | | | | | | Obsolete seeded constructor in favour of GetInstance variant
| * FormattingPeter Dettman2014-09-281-205/+205
| |
| * Merge branch 'master' of github.com:rahvee/bc-csharp into rahvee-masterPeter Dettman2014-09-281-16/+18
| |\
| | * In SecureRandom, the usage of ReversedWindowGenerator only reordered the ↵Edward Ned Harvey2014-08-051-3/+1
| | | | | | | | | | | | output of sha256Generator. It added computation overhead and zero cryptographic value. Removed.
| | * GetInstance() returns a seeded instance. If you want an unseeded instance, ↵Edward Ned Harvey2014-08-051-10/+6
| | | | | | | | | | | | you must use the unseeded ctor in which you supply your own generator
| | * SecureRandom ctor: given this is a sha1Generator, seed with 20 bytes instead ↵Edward Ned Harvey2014-08-051-1/+1
| | | | | | | | | | | | of 8
| | * use CryptoApiRandomGenerator in addition to other entropy sourcesEdward Ned Harvey2014-08-051-1/+6
| | |
| | * after seeding, pointlessly threw away the first few bytes. Removed.Edward Ned Harvey2014-08-051-1/+0
| | |
| | * use 32 bytes instead of 24 for seed material from ThreadedSeedGeneratorEdward Ned Harvey2014-08-051-1/+5
| | |
| * | Cleanup obsolete code warningsPeter Dettman2014-08-261-2/+1
|/ /
* | Bring RsaDigestSigner uptodate with Java APIPeter Dettman2014-08-201-1/+1
| |
* | BMA-125 Remove duplicate/wrong RIPEMD160/ECDSA entriesPeter Dettman2014-08-201-364/+361
|/
* BMA-105Peter Dettman2014-07-211-12/+15
| | | | | Support for parsing Gost3410x2001 private keys encoded as DER Integer Miscellaneous support methods ported from Java
* Port of PrivateKeyInfo changes from JavaPeter Dettman2014-07-211-8/+8
|
* Cleanup various warnings, and reformattingPeter Dettman2014-01-291-1/+1
|
* FormattingPeter Dettman2014-01-262-359/+359
|
* Factor out variation of MacUtilities.DoFinalPeter Dettman2013-12-181-2/+7
|
* Clean up all the special handling for IDEA stuff, back to a single release ↵Peter Dettman2013-12-173-12/+0
| | | | assembly.
* Add methods for converting from BC RSAPrivateKeyStructurePeter Dettman2013-12-071-13/+34
|
* Initial import of old CVS repositoryPeter Dettman2013-06-2826-0/+4474