Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add other dhSinglePass OID entries to registries | Peter Dettman | 2024-03-04 | 2 | -3/+52 |
| | |||||
* | Fix NullReferenceException in PbeUtilities | Triton Circonflexe | 2024-01-28 | 1 | -0/+18 |
| | | | | | | | | Add support for SHA-384 and SHA-512 HMAC algorithms as they already exist in the field. Throw a proper SecurityUtilityException when the HMAC algorithm is not handled. | ||||
* | Overhaul algorithm registries | Peter Dettman | 2024-01-20 | 7 | -503/+871 |
| | |||||
* | Updates to Cms from bc-java | Peter Dettman | 2023-07-24 | 1 | -2/+2 |
| | |||||
* | Add Rfc5649WrapEngine | Peter Dettman | 2023-07-22 | 3 | -6/+41 |
| | |||||
* | Add explanatory comment for "wrong AES OIDs" | Peter Dettman | 2023-07-22 | 3 | -6/+19 |
| | |||||
* | Add more MQV OIDs | Peter Dettman | 2023-07-19 | 1 | -1/+6 |
| | |||||
* | Refactoring around SubjectPublicKeyInfo | Peter Dettman | 2023-07-19 | 1 | -4/+4 |
| | |||||
* | Refactoring around PrivateKeyInfo | Peter Dettman | 2023-07-18 | 1 | -6/+16 |
| | |||||
* | Add ECDHCWithKdfBasicAgreement | Peter Dettman | 2023-06-14 | 1 | -11/+6 |
| | | | | | - refactor other WithKdf agreeements - support "ECCDHWITHSHA1KDF" in AgreementUtilities | ||||
* | Add new variant of GetBasicAgreementWithKdf | Peter Dettman | 2023-06-14 | 1 | -3/+7 |
| | |||||
* | BigInteger construction from little-endian | Peter Dettman | 2023-04-20 | 2 | -10/+9 |
| | |||||
* | Add Memory/Span accessors to avoid some copies | Peter Dettman | 2023-04-11 | 2 | -0/+18 |
| | |||||
* | ParameterUtilities support for CCM, GCM parameters | Peter Dettman | 2023-02-16 | 1 | -0/+25 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/354 | ||||
* | Update WrapperUtilities algorithms | Peter Dettman | 2023-02-14 | 1 | -11/+46 |
| | |||||
* | Use 2 * output length for seed size | Peter Dettman | 2023-02-13 | 1 | -1/+1 |
| | |||||
* | Increase seed size for DigestRandomGenerator uses | Peter Dettman | 2023-02-10 | 1 | -1/+1 |
| | |||||
* | Misc. cleanup after bc-fips-csharp updates | Peter Dettman | 2023-01-30 | 1 | -1/+1 |
| | |||||
* | Improvements to EdDSA use cases | Peter Dettman | 2023-01-12 | 1 | -33/+88 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/406 | ||||
* | Span-based alternatives to char[] | Peter Dettman | 2022-12-21 | 1 | -51/+292 |
| | |||||
* | Use FixedTimeEquals | Peter Dettman | 2022-11-23 | 1 | -2/+2 |
| | |||||
* | Make factory classes static | Peter Dettman | 2022-11-08 | 2 | -10/+2 |
| | |||||
* | GOST 2012 private key reading | Peter Dettman | 2022-11-06 | 1 | -13/+83 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/365 | ||||
* | Add some dotnet ECDsa interop methods | Peter Dettman | 2022-11-06 | 1 | -32/+86 |
| | |||||
* | GOST registry entries | Peter Dettman | 2022-11-05 | 1 | -0/+4 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/284 | ||||
* | Resolve some FIXMEs | Peter Dettman | 2022-11-05 | 1 | -3/+2 |
| | |||||
* | Port OpenPGP support for XDH, EdDSA from bc-java | Peter Dettman | 2022-11-05 | 2 | -4/+12 |
| | | | | - see https://github.com/bcgit/bc-csharp/issues/345 | ||||
* | Use correct OID | Peter Dettman | 2022-10-29 | 3 | -3/+3 |
| | |||||
* | DateTimeUtilities improvements: | Peter Dettman | 2022-10-27 | 1 | -4/+2 |
| | | | | | - DateTimeToUnixMs converts to UTC - UnixMsToDateTime checks input range | ||||
* | FIne-grained SupportedOSPlatform attributes | Peter Dettman | 2022-10-25 | 1 | -3/+24 |
| | |||||
* | Add Gost2012 algorithms to registries | Peter Dettman | 2022-10-23 | 2 | -2/+32 |
| | | | | - see https://github.com/bcgit/bc-csharp/pull/217 | ||||
* | Complete SecureRandom refactoring | Peter Dettman | 2022-10-23 | 2 | -5/+6 |
| | |||||
* | Change BigInteger arbitrary random source | Peter Dettman | 2022-10-23 | 1 | -12/+24 |
| | |||||
* | JksStore endianness safety | Peter Dettman | 2022-10-20 | 1 | -55/+44 |
| | |||||
* | More span variants in randomness classes | Peter Dettman | 2022-10-07 | 1 | -8/+36 |
| | |||||
* | Remove Times class | Peter Dettman | 2022-10-05 | 1 | -2/+1 |
| | |||||
* | Use generics in Enums | Peter Dettman | 2022-10-05 | 3 | -12/+10 |
| | |||||
* | Support GOST agreement OIDs | Peter Dettman | 2022-10-04 | 2 | -5/+9 |
| | |||||
* | Port Blake3 from bc-java | Peter Dettman | 2022-09-28 | 1 | -0/+4 |
| | |||||
* | Separate out new IBlockCipherMode from IBlockCipher | Peter Dettman | 2022-09-12 | 1 | -13/+19 |
| | |||||
* | Add basic support for JKS keystores | Peter Dettman | 2022-09-12 | 1 | -0/+610 |
| | |||||
* | Span-based variants for IDigest, IXof | Peter Dettman | 2022-08-23 | 1 | -2/+29 |
| | |||||
* | Implement NextBytes(Span<byte) | Peter Dettman | 2022-08-19 | 1 | -0/+16 |
| | |||||
* | Add SupportedOSPlatform attributes | Peter Dettman | 2022-07-17 | 1 | -9/+9 |
| | |||||
* | Utility method for selecting AES engine | Peter Dettman | 2022-07-17 | 3 | -5/+5 |
| | |||||
* | Generics migration complete | Peter Dettman | 2022-06-29 | 13 | -1566/+1383 |
| | |||||
* | Update EC curve registry classes | Peter Dettman | 2022-06-24 | 2 | -4/+4 |
| | |||||
* | Cleanup Exception classes | Peter Dettman | 2022-06-24 | 12 | -86/+240 |
| | |||||
* | Remove certpath from PkixCertPathValidatorException | Peter Dettman | 2022-06-24 | 1 | -7/+8 |
| | |||||
* | Remvoe ThreadedSeedGenerator | Peter Dettman | 2022-06-23 | 1 | -37/+0 |
| | |||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-22 | 1 | -1/+1 |
| | |||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-22 | 1 | -10/+0 |
| | |||||
* | Cleanup old build systems | Peter Dettman | 2022-06-21 | 14 | -14/+14 |
| | |||||
* | ObsoleteAttribute cleanup | Peter Dettman | 2022-06-21 | 2 | -21/+0 |
| | |||||
* | Improve curve registry laziness | Peter Dettman | 2022-02-03 | 1 | -1/+1 |
| | |||||
* | Refactoring | Peter Dettman | 2021-11-06 | 1 | -12/+2 |
| | |||||
* | Followup OAEP changes | Peter Dettman | 2021-07-21 | 1 | -1/+0 |
| | |||||
* | Improve EdDSA/XDH key validation | Peter Dettman | 2021-06-06 | 2 | -22/+14 |
| | |||||
* | Fix project files plus portability fixes | Peter Dettman | 2021-05-24 | 1 | -2/+2 |
| | |||||
* | Add support for ARIA | Peter Dettman | 2021-05-24 | 3 | -16/+131 |
| | |||||
* | github #222 addressed OAEP parameter setting, refactored ↵ | David Hook | 2021-05-24 | 1 | -0/+1 |
| | | | | KeyTransRecipientInfoGenerator to allow deprecation of sub class | ||||
* | Merge branch 'master' of https://github.com/fabiogermann/bc-csharp into ↵ | David Hook | 2021-05-24 | 1 | -0/+10 |
|\ | | | | | | | fabiogermann-master | ||||
| * | added an implementation of RSA/ECB/OAEPWithSHA-256AndMGF1Padding as it is ↵ | Fabio Germann | 2016-02-18 | 1 | -0/+10 |
| | | | | | | | | implemented in java as: RSA/ECB/OAEPWithSHA-256AndMGF1WithSHA-1Padding | ||||
* | | Fix SHAKE 'digest' output size | Peter Dettman | 2021-02-11 | 1 | -7/+9 |
| | | |||||
* | | Various SHA512/224, SHA512/256, SHA3 support | Peter Dettman | 2021-02-10 | 2 | -5/+46 |
| | | |||||
* | | Add more PSS algorithm names | Peter Dettman | 2021-02-09 | 1 | -1/+11 |
| | | |||||
* | | Support RSASSA-PSS as keypair generator alg | Peter Dettman | 2020-07-18 | 1 | -1/+2 |
| | | |||||
* | | Straighten out ECGOST3410NamedCurves | Peter Dettman | 2020-07-17 | 2 | -37/+11 |
| | | | | | | | | - deprecate/replace methods returning ECDomainParameters | ||||
* | | Fix spurious table entry | Peter Dettman | 2020-06-21 | 1 | -1/+0 |
| | | |||||
* | | Fix range and bias of NextDouble | Peter Dettman | 2020-06-21 | 1 | -12/+9 |
| | | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/253 | ||||
* | | first cut at PKCS#5 Scheme 2 in PKCS#12 | David Hook | 2020-04-25 | 1 | -0/+30 |
| | | |||||
* | | github #237 - gost 2012 parsing | David Hook | 2020-04-25 | 1 | -5/+15 |
| | | |||||
* | | initial support for non-default PRF with PBKDF2 | David Hook | 2020-04-18 | 3 | -3/+16 |
| | | |||||
* | | Mark some constructors obsolete (per bc-java) | Peter Dettman | 2020-02-12 | 2 | -4/+4 |
| | | |||||
* | | Add ChaCha ciphers to factory classes | Peter Dettman | 2019-09-10 | 3 | -11/+43 |
| | | |||||
* | | Use Arrays.Reverse utility method in several places | Peter Dettman | 2019-08-04 | 1 | -10/+1 |
| | | |||||
* | | Refactoring in PublicKeyFactory | Peter Dettman | 2019-08-04 | 1 | -54/+59 |
| | | | | | | | | | | - add SubjectPublicKeyInfo.ParsePublicKey and use where applicable - validate GOST3410 public key lengths | ||||
* | | Support SM2 in SignerUtilities | Peter Dettman | 2019-06-01 | 1 | -0/+16 |
| | | | | | | | | - including support for non-standard SHA256withSM2 | ||||
* | | Fixes and tidying up for release | Peter Dettman | 2019-01-31 | 1 | -0/+5 |
| | | |||||
* | | minor tweaking | David Hook | 2019-01-20 | 3 | -10/+10 |
| | | |||||
* | | Added ECGOST3410_2012Signer | Megan Woods | 2019-01-14 | 2 | -25/+173 |
| | | | | | | | | Updated encoding of SubjectPublicKeyInfo and PrivateKeyInfo | ||||
* | | Move generic "...withRSA" handler after PSSwithRSA | Peter Dettman | 2018-10-14 | 1 | -9/+6 |
| | | |||||
* | | Port of CVC-ECDSA and PLAIN-ECDSA from Java | Peter Dettman | 2018-10-14 | 2 | -124/+147 |
| | | |||||
* | | Refactoring to support custom ISignatureFactory | Peter Dettman | 2018-10-11 | 2 | -0/+21 |
| | | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/153 | ||||
* | | Port of SM4 from Java API | Peter Dettman | 2018-09-25 | 3 | -2/+10 |
| | | |||||
* | | Higher-level API support for Ed25519/Ed448/X25519/X448 | Peter Dettman | 2018-09-21 | 5 | -26/+159 |
| | | |||||
* | | Update registries for digests, MACs from bc-java | Peter Dettman | 2018-04-08 | 3 | -10/+39 |
| | | |||||
* | | Provide methods taking explicit CspParameters | Peter Dettman | 2018-04-08 | 1 | -0/+23 |
| | | | | | | | | - https://github.com/bcgit/bc-csharp/issues/107 | ||||
* | | Port of BLAKE2B/2S digests from bc-java | Peter Dettman | 2018-04-08 | 1 | -28/+83 |
| | | | | | | | | - also some misc. changes for other digests | ||||
* | | Reformat | Peter Dettman | 2018-02-04 | 1 | -186/+178 |
| | | |||||
* | | Add OIW OIDs in various lookup tables | Peter Dettman | 2017-09-05 | 1 | -2/+8 |
| | | | | | | | | | | - replace some OID literals with named ones - see https://github.com/bcgit/bc-csharp/issues/74 | ||||
* | | Support INTEGER encoding when reading GOST private keys | Peter Dettman | 2017-09-04 | 1 | -8/+15 |
| | | | | | | | | - see https://github.com/bcgit/bc-csharp/pull/86 | ||||
* | | Added s box allocation to AesEngine | Peter Dettman | 2017-06-10 | 3 | -5/+5 |
| | | | | | | | | - mark AesFastEngine obsolete and replace all usages with AesEngine | ||||
* | | Prefer high bits for powers-of-two | Peter Dettman | 2016-03-10 | 1 | -2/+6 |
|/ | |||||
* | Add Threefish entries to factories to get tests passing | Peter Dettman | 2015-11-21 | 3 | -5/+25 |
| | |||||
* | BMA-52 Fix SerpentEngine byte-ordering | Peter Dettman | 2015-11-21 | 3 | -1/+8 |
| | | | | - The new TnepresEngine was added to retain the historical behaviour of SerpentEngine | ||||
* | Improve usage/behaviour of SecureRandom.GenerateSeed | Peter Dettman | 2015-11-17 | 1 | -10/+11 |
| | |||||
* | Add missing lock for PORTABLE | Peter Dettman | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | Finish port of latest PRNG/DRBG stuff from Java | Peter Dettman | 2015-11-16 | 1 | -21/+14 |
| | |||||
* | Update ECPrivateKeyStructure following Java API | Peter Dettman | 2015-11-13 | 1 | -8/+7 |
| | |||||
* | Review of culture-independent String comparison methods | Peter Dettman | 2015-11-12 | 6 | -27/+27 |
| | |||||
* | Use culture-independent prefix-check in MacUtilities.GetMac | Peter Dettman | 2015-11-12 | 1 | -1/+3 |
| | | | | - Fix for https://github.com/bcgit/bc-csharp/pull/40 (modified from original patch) | ||||
* | Address various compiler warnings | Peter Dettman | 2015-11-10 | 3 | -8/+8 |
| | |||||
* | PCL: Various non-IO changes | Peter Dettman | 2015-10-18 | 2 | -2/+2 |
| | |||||
* | No SerializableAttribute in PCL | Peter Dettman | 2015-10-18 | 13 | -13/+13 |
| | |||||
* | Add CalculateMac utility method | Peter Dettman | 2015-10-18 | 1 | -0/+8 |
| | |||||
* | Avoid Interlocked.Increment(Int64) on .NET CF | Peter Dettman | 2015-10-16 | 1 | -2/+11 |
| | | | | - https://github.com/bcgit/bc-csharp/issues/20 | ||||
* | Add ECCDH as valid alias | Peter Dettman | 2015-10-14 | 1 | -5/+5 |
| | |||||
* | Add NIST OIDs and DigestUtilities entries for SHA3 | Peter Dettman | 2015-10-01 | 1 | -2/+22 |
| | |||||
* | Provide a KeyContainerName when creating an RSACryptoServiceProvider | Peter Dettman | 2015-03-26 | 1 | -1/+3 |
| | | | | - Thanks to Frederik Carlier for reporting and providing a fix (see JIRA BMA-130) | ||||
* | Add SignerUtilities handling for X931Signer | Peter Dettman | 2015-03-09 | 1 | -0/+20 |
| | |||||
* | Spelling fixes | Peter Dettman | 2015-02-05 | 1 | -2/+2 |
| | |||||
* | Use platform RNG as master, where available release-1.8.0-beta.4 | Peter Dettman | 2014-09-28 | 1 | -64/+89 |
| | | | | Obsolete seeded constructor in favour of GetInstance variant | ||||
* | Formatting | Peter Dettman | 2014-09-28 | 1 | -205/+205 |
| | |||||
* | Merge branch 'master' of github.com:rahvee/bc-csharp into rahvee-master | Peter Dettman | 2014-09-28 | 1 | -16/+18 |
|\ | |||||
| * | In SecureRandom, the usage of ReversedWindowGenerator only reordered the ↵ | Edward Ned Harvey | 2014-08-05 | 1 | -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 Harvey | 2014-08-05 | 1 | -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 Harvey | 2014-08-05 | 1 | -1/+1 |
| | | | | | | | | of 8 | ||||
| * | use CryptoApiRandomGenerator in addition to other entropy sources | Edward Ned Harvey | 2014-08-05 | 1 | -1/+6 |
| | | |||||
| * | after seeding, pointlessly threw away the first few bytes. Removed. | Edward Ned Harvey | 2014-08-05 | 1 | -1/+0 |
| | | |||||
| * | use 32 bytes instead of 24 for seed material from ThreadedSeedGenerator | Edward Ned Harvey | 2014-08-05 | 1 | -1/+5 |
| | | |||||
* | | Cleanup obsolete code warnings | Peter Dettman | 2014-08-26 | 1 | -2/+1 |
| | | |||||
* | | Bring RsaDigestSigner uptodate with Java API | Peter Dettman | 2014-08-20 | 1 | -1/+1 |
| | | |||||
* | | BMA-125 Remove duplicate/wrong RIPEMD160/ECDSA entries | Peter Dettman | 2014-08-20 | 1 | -364/+361 |
|/ | |||||
* | BMA-105 | Peter Dettman | 2014-07-21 | 1 | -12/+15 |
| | | | | | Support for parsing Gost3410x2001 private keys encoded as DER Integer Miscellaneous support methods ported from Java | ||||
* | Port of PrivateKeyInfo changes from Java | Peter Dettman | 2014-07-21 | 1 | -8/+8 |
| | |||||
* | Cleanup various warnings, and reformatting | Peter Dettman | 2014-01-29 | 1 | -1/+1 |
| | |||||
* | Formatting | Peter Dettman | 2014-01-26 | 2 | -359/+359 |
| | |||||
* | Factor out variation of MacUtilities.DoFinal | Peter Dettman | 2013-12-18 | 1 | -2/+7 |
| | |||||
* | Clean up all the special handling for IDEA stuff, back to a single release ↵ | Peter Dettman | 2013-12-17 | 3 | -12/+0 |
| | | | | assembly. | ||||
* | Add methods for converting from BC RSAPrivateKeyStructure | Peter Dettman | 2013-12-07 | 1 | -13/+34 |
| | |||||
* | Initial import of old CVS repository | Peter Dettman | 2013-06-28 | 26 | -0/+4474 |