summary refs log tree commit diff
path: root/crypto (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring in SM3DigestPeter Dettman2017-09-051-18/+10
|
* Add OIW OIDs in various lookup tablesPeter Dettman2017-09-055-120/+137
| | | | | - replace some OID literals with named ones - see https://github.com/bcgit/bc-csharp/issues/74
* Tolerate unexpected ec_point_formats in ServerHelloPeter Dettman2017-09-051-0/+10
|
* Add expiry test case to PgpKeyRingTestPeter Dettman2017-09-041-0/+246
|
* Fix ResetHeaders to preserve the existing version as intendedPeter Dettman2017-09-041-3/+3
|
* Update handling of implicitly-tagged OIDs (from bc-java)Peter Dettman2017-09-041-1/+8
|
* Support INTEGER encoding when reading GOST private keysPeter Dettman2017-09-042-17/+17
| | | | - see https://github.com/bcgit/bc-csharp/pull/86
* Avoid integer overflow in argument checksPeter Dettman2017-08-311-1/+1
| | | | - see https://github.com/bcgit/bc-csharp/issues/91
* Fix the message in case of test failurePeter Dettman2017-08-141-2/+3
|
* Fix namespace declarationPeter Dettman2017-08-131-1/+1
|
* Update GMacTest from JavaPeter Dettman2017-08-131-0/+4
|
* Fix various issues trying to build for .NET 1.1Peter Dettman2017-08-135-52/+90
|
* Fix exception type in DoFinalPeter Dettman2017-08-131-41/+28
| | | | - reformatted and refactored
* Fix Dstu7624WrapEngine to respect input offsets and lengthsPeter Dettman2017-08-133-615/+482
|
* Support receiving DTLS records containing multiple handshake messagesPeter Dettman2017-08-134-153/+159
| | | | - see https://github.com/bcgit/bc-csharp/issues/85
* Use ffdhe2048 from RFC 7919 as TLS default DH groupPeter Dettman2017-08-132-2/+2
|
* Add FFDHE groups from RFC 7919Peter Dettman2017-08-131-0/+86
|
* Can't use MemoryStream.GetBuffer under PORTABLEPeter Dettman2017-07-281-34/+30
|
* Keccak performance improvementsPeter Dettman2017-07-203-187/+106
|
* Keccak performance - avoid temp copyingPeter Dettman2017-07-191-40/+32
|
* Use Pack methods for byte <-> ulong conversionsPeter Dettman2017-07-191-42/+3
|
* Add a few method variations to Pack classPeter Dettman2017-07-191-0/+34
|
* Fix GetValidSeconds for multi-sigs (port from Java version)Peter Dettman2017-07-191-11/+22
|
* Update project files for recent additionsPeter Dettman2017-07-195-6/+110
|
* speed upsDavid Hook2017-07-181-71/+141
|
* added GOST3411-2012David Hook2017-07-115-0/+1348
|
* CCM updateDavid Hook2017-07-112-18/+26
|
* fixed reset issueDavid Hook2017-07-101-2/+5
|
* added KCCMDavid Hook2017-07-082-24/+757
|
* refactored out key sizeDavid Hook2017-07-065-184/+186
|
* added KCTRDavid Hook2017-07-063-11/+245
|
* DSTU 7624 MACDavid Hook2017-07-062-2/+161
|
* initial DSTU7624 workDavid Hook2017-07-063-0/+1606
|
* added extra vectorDavid Hook2017-07-061-3/+24
|
* fixed case of definitionDavid Hook2017-07-061-2/+2
|
* added missing null checkDavid Hook2017-07-061-1/+5
|
* Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.gitDavid Hook2017-06-271-1/+4
|\
| * Merge remote-tracking branch 'origin/master'David Hook2017-06-2564-518/+2380
| |\
| * | updateDavid Hook2017-06-251-1/+4
| | |
* | | paddingfix for where pad block extends over 2 block boundary.David Hook2017-06-272-104/+257
| |/ |/|
* | Initial cut of DSTU7564 digest and HMAC.David Hook2017-06-253-0/+1185
| |
* | Use slightly improved addition chain for sm2p256v1 field sqrtPeter Dettman2017-06-161-22/+20
| |
* | Improve TLS exception handlingPeter Dettman2017-06-113-140/+149
| |
* | Fix race conditionPeter Dettman2017-06-111-1/+9
| |
* | Fix reset for ISO9792-2 schemePeter Dettman2017-06-102-1/+10
| |
* | Add Reseed method to SP800SecureRandomPeter Dettman2017-06-101-0/+7
| |
* | Add Ed25519 OIDPeter Dettman2017-06-101-0/+5
| |
* | Additional fix to GOFB modePeter Dettman2017-06-101-1/+4
| |
* | Misc. asn1 changes from Java APIPeter Dettman2017-06-102-16/+30
| |
* | Update CHACHA20_POLY1305 out of draft rangePeter Dettman2017-06-101-3/+2
| |
* | Misc. asn1 changes from Java APIPeter Dettman2017-06-103-0/+24
| |
* | Added byte[] return when macBlock not set.Peter Dettman2017-06-101-1/+3
| |
* | Stop decoding exceptions escaping from GetDecoderStreamPeter Dettman2017-06-102-35/+63
| |
* | Update GCMBlockCipher from Java APIPeter Dettman2017-06-102-14/+106
| | | | | | | | - includes basic nonce-reuse protections
* | Added expired certificates on CRL extensionPeter Dettman2017-06-101-0/+5
| |
* | Alert when anonymous server sends CertificateRequestPeter Dettman2017-06-102-0/+6
| |
* | Checks on DH peer public keyPeter Dettman2017-06-104-3/+106
| |
* | Added s box allocation to AesEnginePeter Dettman2017-06-1012-39/+47
| | | | | | | | - mark AesFastEngine obsolete and replace all usages with AesEngine
* | Add result checks in DH agreementsPeter Dettman2017-06-102-9/+13
| |
* | Mark RFC5114 DH groups as ObsoletePeter Dettman2017-06-101-0/+15
| |
* | Port missing test cases from JavaPeter Dettman2017-06-091-36/+90
| | | | | | | | - Switch to newer test format
* | Update xmldocPeter Dettman2017-06-091-5/+7
| |
* | Add PKCS OIDs for SHA512-224/256 sigsPeter Dettman2017-06-091-16/+21
| | | | | | | | - refactor to use OID branching
* | Write exception message to Console.ErrPeter Dettman2017-06-091-3/+4
| |
* | Fix algorithm name for ChaCha7539EnginePeter Dettman2017-06-091-1/+1
| |
* | Port of latest encodings work from JavaPeter Dettman2017-06-095-125/+211
| |
* | Add validation to RSA public key constructorPeter Dettman2017-06-092-3/+25
| |
* | Add validation to DH public key constructorPeter Dettman2017-06-091-8/+21
| |
* | Add validation to DSA public key constructorPeter Dettman2017-06-091-1/+17
| |
* | Add point validation to EC public key constructorsPeter Dettman2017-06-091-3/+18
| |
* | Add explicit length check on OAEP inputPeter Dettman2017-06-092-4/+27
| |
* | CommentsPeter Dettman2017-06-091-1/+1
| |
* | Improved header control in ArmoredOutputStreamPeter Dettman2017-06-091-14/+33
| | | | | | | | - in particular, supports removing the default version header
* | Add explicit limit for sequence numbersPeter Dettman2017-06-081-6/+30
| |
* | Add latest extension type values from IANA registryPeter Dettman2017-06-081-0/+10
| |
* | Specific exception TlsFatalAlertReceived for peer fatal alertsPeter Dettman2017-06-078-19/+67
| |
* | Fix paths for previous commitPeter Dettman2017-06-061-4/+4
|/
* Initial implementation of SM2 elliptic curvePeter Dettman2017-06-0313-16/+1221
| | | | | - includes custom curve code - add lots of OIDs from GM standard
* Fix reductions for custom secp128r1 fieldPeter Dettman2017-06-031-6/+6
|
* Improve error handling/messagesPeter Dettman2017-06-011-22/+11
|
* Tighten up no_certificate alert handlingPeter Dettman2017-06-011-10/+21
|
* RFC 7250 Add methods to work with required extension typesPeter Dettman2017-05-264-43/+125
|
* X.509 certificates in TLS Certificate message allowed to be BERPeter Dettman2017-05-261-2/+2
|
* No variable-length padding w/ truncated MAC (unless EtM enabled)Peter Dettman2017-05-261-6/+15
|
* Added validation of integer/enumerated encoding.David Hook2017-05-163-3/+26
|
* Fix a bunch of RFC references in commentsPeter Dettman2017-04-088-17/+17
|
* Check candidate cipher suites against signature_algorithmsPeter Dettman2017-03-302-2/+73
|
* Fix fatal alert type for unexpected server_hello_donePeter Dettman2017-03-291-1/+1
|
* Avoid copies when handshake records not fragmentedPeter Dettman2017-03-242-62/+81
|
* Reduce TLS memory usagePeter Dettman2017-03-234-4/+26
|
* Improvements to WriteHandshakeMessage methodPeter Dettman2017-03-231-6/+14
|
* Avoid extra copy when processing TLS handshake messagesPeter Dettman2017-03-236-58/+104
| | | | - move handshake hash updates (outbound) to a more sensible place
* Support DH_anon cipher suites in TLS APIPeter Dettman2017-03-235-24/+107
|
* SSLv3 must calculate the master secret earlier (from bc-java)Peter Dettman2017-03-233-4/+23
| | | | - include SSLv3 in test suite
* Stop TcpListener in TlsServerTestPeter Dettman2017-03-221-7/+14
|
* Records with ContentType.heartbeat should give 'unexpected_message'Peter Dettman2017-03-222-17/+13
| | | | - Heartbeat support currently incomplete (never negotiated)
* Add TlsProtocol.CloseInput for use in non-blocking modePeter Dettman2017-03-222-3/+41
| | | | - tighten up handling of closure during handshake
* Non-blocking TLS validates header of partially-received recordsPeter Dettman2017-03-222-5/+59
| | | | - https://github.com/bcgit/bc-java/issues/133
* Use new TlsNoCloseNotifyException instead of generic EndOfStreamExceptionPeter Dettman2017-03-226-3/+28
| | | | | - New exception only used for this specific case, which should simplify the handling of possible truncations in application code.
* Simple refactoring to follow bc-java codePeter Dettman2017-03-226-10/+15
|
* Change TLS server default DH parameters to 2048-bit group from RFC 3526Peter Dettman2017-03-222-2/+2
|
* Added support for empty sequencesPeter Dettman2017-03-221-0/+8
|
* BJA-620 followup for Poly1305Peter Dettman2017-03-222-18/+25
| | | | | - bug not present in C#, but include test case - conservatively added an extra step in carry propagation
* updateDavid Hook2017-03-071-2/+2
|
* Fixed N4 calculation issue - see BJA-655David Hook2017-03-072-3/+50
|
* Fix bug in SecT571KPoint.Add with order-2 points (lambda-projective).Peter Dettman2017-02-171-1/+1
| | | | - shouldn't affect crypto operations in the group
* Clean up old comments in binary custom curve codePeter Dettman2017-02-1711-73/+6
|
* Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.gitDavid Hook2016-12-2859-396/+1751
|\
| * Fix carry propagation bug in Nat???.Square methodsPeter Dettman2016-11-3010-61/+412
| |
| * After receiving fatal alert, don't echo that alert to peer (from bc-java)Peter Dettman2016-11-143-7/+55
| | | | | | | | | | - https://github.com/bcgit/bc-java/issues/148 - also explicitly invalidate session after fatal alert
| * EncryptionAlgorithm.NULL is a 'stream' cipherPeter Dettman2016-11-111-0/+1
| |
| * Fix possible NPE when cofactor != 1 (from bc-java)Peter Dettman2016-11-101-1/+1
| |
| * Throw excepton on unknown tagPeter Dettman2016-10-281-0/+2
| |
| * Avoid locale-dependent date-time string comparison in testPeter Dettman2016-06-251-2/+4
| |
| * Improve ZInputStream/ZOutputStream constructorsPeter Dettman2016-05-262-15/+60
| |
| * removed obsolete annotationDavid Hook2016-05-153-6/+0
| |
| * Add CertificateType constants to (D)TLSPeter Dettman2016-05-075-0/+26
| |
| * Port of improved app data splitting support from JavaPeter Dettman2016-05-071-6/+35
| |
| * Update ECDomainParameters GetHashCodePeter Dettman2016-05-071-4/+8
| |
| * Extra test methodPeter Dettman2016-04-291-0/+6
| |
| * Support GetInstance from byte[]Peter Dettman2016-04-292-0/+27
| |
| * Added IsCertification methods.Peter Dettman2016-04-291-0/+25
| |
| * Port of HKDF from Java APIPeter Dettman2016-04-299-0/+605
| |
| * Fix XML commentPeter Dettman2016-04-291-2/+2
| |
| * Update various parameter classes following Java APIPeter Dettman2016-04-299-28/+61
| |
| * Fix test class namePeter Dettman2016-04-292-3/+3
| |
| * Update to draft-zauner-tls-aes-ocb-04Peter Dettman2016-04-216-29/+57
| |
| * Minor change to error messagesPeter Dettman2016-04-201-16/+6
| |
| * Update Poly1305 to comply with RFC 7539Peter Dettman2016-04-205-205/+300
| |
| * Put zero-length extensions first in the ClientHelloPeter Dettman2016-03-251-8/+20
| |
| * Prefer high bits for powers-of-twoPeter Dettman2016-03-101-2/+6
| |
| * Implement unique name_type restriction from RFC 6066Peter Dettman2016-03-102-2/+30
| |
* | fixed head of loop to use primitive type.David Hook2016-12-281-1/+3
|/
* BMA-147 Support ECDH_anon key exchange in (D)TLSPeter Dettman2016-03-015-37/+89
|
* fixed zero length message bugDavid Hook2016-02-151-1/+1
|
* fixed sign on BigInteger creationDavid Hook2016-02-131-1/+1
|
* Added support for repeated requests for output to Xof.David Hook2016-02-074-13/+76
|
* Add bcrypt classes to mobile projectsPeter Dettman2016-02-042-4/+8
|
* Merge branch 'ios-android-fixes' of https://github.com/jstedfast/bc-csharp ↵Peter Dettman2016-02-033-3/+10
|\ | | | | | | into jstedfast-ios-android-fixes
| * Updated Android and iOS projects to include all the source filesJeffrey Stedfast2016-01-243-3/+10
| |
* | Update release notes for bcrypt additionPeter Dettman2016-02-031-0/+1
| |
* | Port bcrypt from Java APIPeter Dettman2016-02-038-7/+1225
| | | | | | | | - Requested in BMA-143
* | Implement RFC 7685 in TLSPeter Dettman2016-02-037-0/+56
| |
* | Add various ExtensionType valuesPeter Dettman2016-02-031-4/+47
| |
* | RefactoringPeter Dettman2016-02-022-28/+15
| |
* | Additional temp values in reductionPeter Dettman2016-02-022-6/+8
| |
* | Just check the final ReadByte return valuePeter Dettman2016-02-021-15/+3
|/
* Add DTLS-SRTP protection profiles from RFC 7714Peter Dettman2016-01-181-0/+6
|
* Initial cut of draft-zauner-tls-aes-ocb-03Peter Dettman2016-01-178-23/+179
|
* draft-ietf-tls-downgrade-scsv => RFC 7507Peter Dettman2016-01-176-22/+24
|
* Implement updated draft-ietf-tls-chacha20-poly1305-04Peter Dettman2016-01-1717-78/+251
|
* Support for re-init in Salsa familyPeter Dettman2016-01-174-115/+93
| | | | | - simplify SetKey methods - avoid non-private mutable static state (sigma/tau)
* Fix re-init bug in HC128/256 enginesPeter Dettman2016-01-176-3/+144
| | | | - add StreamCipherResetTest from Java API
* Remove expired draft-josefsson-salsa20-tls stuffPeter Dettman2016-01-179-135/+1
|
* counter needs to based on maxlen(p) as tag done on J0David Hook2016-01-151-2/+2
|
* reversed incorrect fixDavid Hook2016-01-141-2/+2
|
* update to blocksRemainingDavid Hook2016-01-141-2/+2
|
* Remove unused importPeter Dettman2016-01-121-1/+0
|
* Add block limit to GCMPeter Dettman2016-01-121-0/+8
|
* Use utility methodPeter Dettman2016-01-121-12/+4
|
* Update versions and release notes for release 1.8.1 release-1.8.1Peter Dettman2015-12-283-10/+40
|
* Add a couple more OIDsPeter Dettman2015-12-281-5/+7
|
* Add IdRsaKemPeter Dettman2015-12-281-6/+21
|
* Various ASN.1 updates from Java APIPeter Dettman2015-12-2813-20/+320
|
* Clean up a few warningsPeter Dettman2015-12-285-21/+13
|
* Optimized Sqrt and Trace for custom binary curvesPeter Dettman2015-12-2820-9/+327
|
* XML doc for TlsClient.ClientHelloRecordLayerVersionPeter Dettman2015-12-282-9/+14
|
* Fix VmpcMac to actually use offset in BlockUpdate()Peter Dettman2015-12-252-6/+7
| | | | - https://github.com/bcgit/bc-java/issues/127
* Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2015-12-213-10/+94
|\
| * Added use of standard salt if provided.David Hook2015-12-191-1/+8
| |
| * Added test against fixed salt.David Hook2015-12-192-2/+47
| |
| * Added support for fixed salt.David Hook2015-12-191-7/+39
| |
* | BJA-584 Fix DTLS record-layer version handlingPeter Dettman2015-12-216-33/+49
|/ | | | - Also https://github.com/bcgit/bc-java/pull/111
* Check CertificateRequest syntax server-sidePeter Dettman2015-12-182-0/+6
|
* Validate ServerKeyExchange signature algorithm (TLS 1.2+)Peter Dettman2015-12-169-6/+114
| | | | | | - check the algorithm is in signature_algorithms (or the implicit defaults if that extension was not sent) - add (D)TLS test scenarios to cover these checks
* Validate CertificateVerify signature algorithm (TLS 1.2+)Peter Dettman2015-12-1618-74/+426
| | | | | - check the algorithm is in the CertificateRequest list - add (D)TLS test scenarios for various failure modes
* Update version for release release-1.8.0Peter Dettman2015-11-231-1/+1
|
* Merge branch 'vs2010' of https://github.com/jstedfast/bc-csharp into ↵Peter Dettman2015-11-225-2/+5797
|\ | | | | | | | | | | jstedfast-vs2010 - https://github.com/bcgit/bc-csharp/pull/22
| * Merge branch 'master' into vs2010Jeffrey Stedfast2015-10-2312-37/+24
| |\
| * \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-10-19101-436/+587
| |\ \
| * | | Updated Visual Studio 2010 project filesJeffrey Stedfast2015-10-184-0/+25
| | | |
| * | | Merge branch 'master' into vs2010Jeffrey Stedfast2015-10-1827-122/+2977
| |\ \ \
| * | | | Updated Visual Studio 2010 project filesJeffrey Stedfast2015-10-174-0/+52
| | | | |
| * | | | Merge branch 'master' into vs2010Jeffrey Stedfast2015-10-17131-3741/+20959
| |\ \ \ \
| * | | | | Updated VS 2010 projectsJeffrey Stedfast2015-10-114-0/+16
| | | | | |
| * | | | | Merge branch 'master' into vs2010Jeffrey Stedfast2015-10-1148-1047/+4326
| |\ \ \ \ \
| * | | | | | Strong-name the assemblies in the newer wayJeffrey Stedfast2015-06-264-39/+24
| | | | | | |
| * | | | | | Updated Visual Studio 2010 project filesJeffrey Stedfast2015-06-263-0/+21
| | | | | | |
| * | | | | | Merge branch 'master' into vs2010Jeffrey Stedfast2015-06-2619-19/+1804
| |\ \ \ \ \ \
| * | | | | | | Bumped minimum Android version to 4.0.3 (was: 2.3.3)Jeffrey Stedfast2015-06-161-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'master' into vs2010Jeffrey Stedfast2015-06-149-8/+11
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-06-086-86/+162
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Port recent Java updatesPeter Dettman2015-05-0712-5/+343
| | | | | | | | | |
| * | | | | | | | | Remove overly strict check on ECC extensionsPeter Dettman2015-05-071-2/+6
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into vs2010Jeffrey Stedfast2015-04-102-22/+27
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Updated Visual Studio 2010 project filesJeffrey Stedfast2015-03-283-58/+255
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into vs2010Jeffrey Stedfast2015-03-28135-809/+18255
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-03-14170-2525/+6462
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-03-061-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Added TlsPskIdentityManager.cs to the buildJeffrey Stedfast2015-02-173-0/+3
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into vs2010Jeffrey Stedfast2015-02-1318-125/+749
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into vs2010Jeffrey Stedfast2015-01-186-206/+234
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Cleaned up the new iOS project fileJeffrey Stedfast2015-01-181-5/+4
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Migrated the iOS project to the Xamarin.iOS Unified API (for 64-bit support)Jeffrey Stedfast2015-01-171-3/+5
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into vs2010Jeffrey Stedfast2014-12-1813-508/+622
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Updated Visual Studio 2010 project filesJeffrey Stedfast2014-11-233-0/+33
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'master' into vs2010Jeffrey Stedfast2014-11-2320-4/+3011
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Added Visual Studio 2010 project/solution files for .NET 2.0 and Xamarin ↵Jeffrey Stedfast2014-10-146-273/+5532
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Android/iOS
| * | | | | | | | | | | | | | | | | Added AES, IDEA, and CAST5 CBC S/MIME Capability identifiersJeffrey Stedfast2014-10-141-0/+6
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | More release preparationPeter Dettman2015-11-223-5/+5
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Updates in preparation for release 1.8.0Peter Dettman2015-11-221-190/+307
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add NonMemoableDigest and testsPeter Dettman2015-11-224-0/+192
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add Platform method for getting the type name of an objectPeter Dettman2015-11-21252-333/+559
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Factor out IsEnumType methodPeter Dettman2015-11-211-10/+11
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | RefactoringPeter Dettman2015-11-211-5/+11
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add build-related files from BouncyCastle-PCLPeter Dettman2015-11-215-0/+367
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add Threefish entries to factories to get tests passingPeter Dettman2015-11-214-11/+31
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | BMA-52 Fix SerpentEngine byte-orderingPeter Dettman2015-11-2111-604/+1213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The new TnepresEngine was added to retain the historical behaviour of SerpentEngine
* | | | | | | | | | | | | | | | | | Call NextBytes instead of GenerateSeedPeter Dettman2015-11-201-1/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Don't reveal the output size in exception messagePeter Dettman2015-11-201-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Handle COORD_SKEWED tooPeter Dettman2015-11-191-0/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Save an inversion in ECDSA verification for common casesPeter Dettman2015-11-192-2/+67
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Move classes up into Org.BC.CryptoPeter Dettman2015-11-183-12/+12
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Access entropy source via propertyPeter Dettman2015-11-182-2/+7
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Improve usage/behaviour of SecureRandom.GenerateSeedPeter Dettman2015-11-1713-31/+178
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Port some DES/DESEDE changes from JavaPeter Dettman2015-11-175-33/+76
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add missing lock for PORTABLEPeter Dettman2015-11-171-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fix file namePeter Dettman2015-11-171-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Finish port of latest PRNG/DRBG stuff from JavaPeter Dettman2015-11-1624-1399/+2297
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Remove redundant semicolonsPeter Dettman2015-11-164-4/+4
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | More rename/deletePeter Dettman2015-11-162-33/+0
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Delete filesPeter Dettman2015-11-162-48/+0
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | More delete/move/renamePeter Dettman2015-11-166-986/+48
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Rename/delete some filesPeter Dettman2015-11-163-103/+0
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | FIPS DRBG digest/hmac/CTRDavid Hook2015-11-1617-0/+3990
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | added 4[] ConcatenateDavid Hook2015-11-161-0/+31
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | added 3[] ConcatenateDavid Hook2015-11-161-0/+22
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Only initialise static data oncePeter Dettman2015-11-141-16/+16
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Check there is no trailing data in Asn1Object.FromByteArrayPeter Dettman2015-11-144-13/+23
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Update ECPrivateKeyStructure following Java APIPeter Dettman2015-11-136-38/+96
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Obsolete sequence constructor and refactorPeter Dettman2015-11-131-11/+12
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Use portable methods for ASCII conversionPeter Dettman2015-11-131-3/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Include basic encode/parse testPeter Dettman2015-11-131-0/+4
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Further refinement to random prime constructorPeter Dettman2015-11-131-3/+2
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | According to RFC 6066, host_name should use ASCII encodingPeter Dettman2015-11-131-6/+7
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Fix length checkPeter Dettman2015-11-131-1/+1
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | added GetInstance methodsDavid Hook2015-11-132-0/+50
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Review of culture-independent String comparison methodsPeter Dettman2015-11-1232-146/+165
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Refactoring of "unused bits" changesPeter Dettman2015-11-121-19/+17
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Use culture-independent prefix-check in MacUtilities.GetMacPeter Dettman2015-11-124-3/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix for https://github.com/bcgit/bc-csharp/pull/40 (modified from original patch)