index
:
BouncyCastle.NET-ed25519.git
this commit
master
release/v1.9
release/v2.0
release/v2.1
release/v2.2
release/v2.3
release/v2.4
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
/
src
/
openpgp
/
WrappedGeneratorStream.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-06-03
Initial implementation of SM2 elliptic curve
Peter Dettman
13
-16
/
+1221
2017-06-03
Fix reductions for custom secp128r1 field
Peter Dettman
1
-6
/
+6
2017-06-01
Improve error handling/messages
Peter Dettman
1
-22
/
+11
2017-06-01
Tighten up no_certificate alert handling
Peter Dettman
1
-10
/
+21
2017-05-26
RFC 7250 Add methods to work with required extension types
Peter Dettman
4
-43
/
+125
2017-05-26
X.509 certificates in TLS Certificate message allowed to be BER
Peter Dettman
1
-2
/
+2
2017-05-26
No variable-length padding w/ truncated MAC (unless EtM enabled)
Peter Dettman
1
-6
/
+15
2017-05-16
Added validation of integer/enumerated encoding.
David Hook
3
-3
/
+26
2017-04-08
Fix a bunch of RFC references in comments
Peter Dettman
8
-17
/
+17
2017-03-30
Check candidate cipher suites against signature_algorithms
Peter Dettman
2
-2
/
+73
2017-03-29
Fix fatal alert type for unexpected server_hello_done
Peter Dettman
1
-1
/
+1
2017-03-24
Avoid copies when handshake records not fragmented
Peter Dettman
2
-62
/
+81
2017-03-23
Reduce TLS memory usage
Peter Dettman
4
-4
/
+26
2017-03-23
Improvements to WriteHandshakeMessage method
Peter Dettman
1
-6
/
+14
2017-03-23
Avoid extra copy when processing TLS handshake messages
Peter Dettman
6
-58
/
+104
2017-03-23
Support DH_anon cipher suites in TLS API
Peter Dettman
5
-24
/
+107
2017-03-23
SSLv3 must calculate the master secret earlier (from bc-java)
Peter Dettman
3
-4
/
+23
2017-03-22
Stop TcpListener in TlsServerTest
Peter Dettman
1
-7
/
+14
2017-03-22
Records with ContentType.heartbeat should give 'unexpected_message'
Peter Dettman
2
-17
/
+13
2017-03-22
Add TlsProtocol.CloseInput for use in non-blocking mode
Peter Dettman
2
-3
/
+41
2017-03-22
Non-blocking TLS validates header of partially-received records
Peter Dettman
2
-5
/
+59
2017-03-22
Use new TlsNoCloseNotifyException instead of generic EndOfStreamException
Peter Dettman
6
-3
/
+28
2017-03-22
Simple refactoring to follow bc-java code
Peter Dettman
6
-10
/
+15
2017-03-22
Change TLS server default DH parameters to 2048-bit group from RFC 3526
Peter Dettman
2
-2
/
+2
2017-03-22
Added support for empty sequences
Peter Dettman
1
-0
/
+8
2017-03-22
BJA-620 followup for Poly1305
Peter Dettman
2
-18
/
+25
2017-03-07
update
David Hook
1
-2
/
+2
2017-03-07
Fixed N4 calculation issue - see BJA-655
David Hook
2
-3
/
+50
2017-02-17
Fix bug in SecT571KPoint.Add with order-2 points (lambda-projective).
Peter Dettman
1
-1
/
+1
2017-02-17
Clean up old comments in binary custom curve code
Peter Dettman
11
-73
/
+6
2016-12-28
fixed head of loop to use primitive type.
David Hook
1
-1
/
+3
2016-11-30
Fix carry propagation bug in Nat???.Square methods
Peter Dettman
10
-61
/
+412
2016-11-14
After receiving fatal alert, don't echo that alert to peer (from bc-java)
Peter Dettman
3
-7
/
+55
2016-11-11
EncryptionAlgorithm.NULL is a 'stream' cipher
Peter Dettman
1
-0
/
+1
2016-11-10
Fix possible NPE when cofactor != 1 (from bc-java)
Peter Dettman
1
-1
/
+1
2016-10-28
Throw excepton on unknown tag
Peter Dettman
1
-0
/
+2
2016-06-25
Avoid locale-dependent date-time string comparison in test
Peter Dettman
1
-2
/
+4
2016-05-26
Improve ZInputStream/ZOutputStream constructors
Peter Dettman
2
-15
/
+60
2016-05-15
removed obsolete annotation
David Hook
3
-6
/
+0
2016-05-07
Add CertificateType constants to (D)TLS
Peter Dettman
5
-0
/
+26
2016-05-07
Port of improved app data splitting support from Java
Peter Dettman
1
-6
/
+35
2016-05-07
Update ECDomainParameters GetHashCode
Peter Dettman
1
-4
/
+8
2016-04-29
Extra test method
Peter Dettman
1
-0
/
+6
2016-04-29
Support GetInstance from byte[]
Peter Dettman
2
-0
/
+27
2016-04-29
Added IsCertification methods.
Peter Dettman
1
-0
/
+25
2016-04-29
Port of HKDF from Java API
Peter Dettman
9
-0
/
+605
2016-04-29
Fix XML comment
Peter Dettman
1
-2
/
+2
2016-04-29
Update various parameter classes following Java API
Peter Dettman
9
-28
/
+61
2016-04-29
Fix test class name
Peter Dettman
2
-3
/
+3
2016-04-21
Update to draft-zauner-tls-aes-ocb-04
Peter Dettman
6
-29
/
+57
2016-04-20
Minor change to error messages
Peter Dettman
1
-16
/
+6
2016-04-20
Update Poly1305 to comply with RFC 7539
Peter Dettman
5
-205
/
+300
2016-03-25
Put zero-length extensions first in the ClientHello
Peter Dettman
1
-8
/
+20
2016-03-10
Prefer high bits for powers-of-two
Peter Dettman
1
-2
/
+6
2016-03-10
Implement unique name_type restriction from RFC 6066
Peter Dettman
2
-2
/
+30
2016-03-01
BMA-147 Support ECDH_anon key exchange in (D)TLS
Peter Dettman
5
-37
/
+89
2016-02-15
fixed zero length message bug
David Hook
1
-1
/
+1
2016-02-13
fixed sign on BigInteger creation
David Hook
1
-1
/
+1
2016-02-07
Added support for repeated requests for output to Xof.
David Hook
4
-13
/
+76
2016-02-04
Add bcrypt classes to mobile projects
Peter Dettman
2
-4
/
+8
2016-02-03
Update release notes for bcrypt addition
Peter Dettman
1
-0
/
+1
2016-02-03
Port bcrypt from Java API
Peter Dettman
8
-7
/
+1225
2016-02-03
Implement RFC 7685 in TLS
Peter Dettman
7
-0
/
+56
2016-02-03
Add various ExtensionType values
Peter Dettman
1
-4
/
+47
2016-02-02
Refactoring
Peter Dettman
2
-28
/
+15
2016-02-02
Additional temp values in reduction
Peter Dettman
2
-6
/
+8
2016-02-02
Just check the final ReadByte return value
Peter Dettman
1
-15
/
+3
2016-01-24
Updated Android and iOS projects to include all the source files
Jeffrey Stedfast
3
-3
/
+10
2016-01-18
Add DTLS-SRTP protection profiles from RFC 7714
Peter Dettman
1
-0
/
+6
2016-01-17
Initial cut of draft-zauner-tls-aes-ocb-03
Peter Dettman
8
-23
/
+179
2016-01-17
draft-ietf-tls-downgrade-scsv => RFC 7507
Peter Dettman
6
-22
/
+24
2016-01-17
Implement updated draft-ietf-tls-chacha20-poly1305-04
Peter Dettman
17
-78
/
+251
2016-01-17
Support for re-init in Salsa family
Peter Dettman
4
-115
/
+93
2016-01-17
Fix re-init bug in HC128/256 engines
Peter Dettman
6
-3
/
+144
2016-01-17
Remove expired draft-josefsson-salsa20-tls stuff
Peter Dettman
9
-135
/
+1
2016-01-15
counter needs to based on maxlen(p) as tag done on J0
David Hook
1
-2
/
+2
2016-01-14
reversed incorrect fix
David Hook
1
-2
/
+2
2016-01-14
update to blocksRemaining
David Hook
1
-2
/
+2
2016-01-12
Remove unused import
Peter Dettman
1
-1
/
+0
2016-01-12
Add block limit to GCM
Peter Dettman
1
-0
/
+8
2016-01-12
Use utility method
Peter Dettman
1
-12
/
+4
2015-12-28
Update versions and release notes for release 1.8.1
release-1.8.1
Peter Dettman
3
-10
/
+40
2015-12-28
Add a couple more OIDs
Peter Dettman
1
-5
/
+7
2015-12-28
Add IdRsaKem
Peter Dettman
1
-6
/
+21
2015-12-28
Various ASN.1 updates from Java API
Peter Dettman
13
-20
/
+320
2015-12-28
Clean up a few warnings
Peter Dettman
5
-21
/
+13
2015-12-28
Optimized Sqrt and Trace for custom binary curves
Peter Dettman
20
-9
/
+327
2015-12-28
XML doc for TlsClient.ClientHelloRecordLayerVersion
Peter Dettman
2
-9
/
+14
2015-12-25
Fix VmpcMac to actually use offset in BlockUpdate()
Peter Dettman
2
-6
/
+7
2015-12-21
BJA-584 Fix DTLS record-layer version handling
Peter Dettman
6
-33
/
+49
2015-12-19
Added use of standard salt if provided.
David Hook
1
-1
/
+8
2015-12-19
Added test against fixed salt.
David Hook
2
-2
/
+47
2015-12-19
Added support for fixed salt.
David Hook
1
-7
/
+39
2015-12-18
Check CertificateRequest syntax server-side
Peter Dettman
2
-0
/
+6
2015-12-17
Add .userprefs to ignore list
Peter Dettman
1
-0
/
+1
2015-12-16
Validate ServerKeyExchange signature algorithm (TLS 1.2+)
Peter Dettman
9
-6
/
+114
2015-12-16
Validate CertificateVerify signature algorithm (TLS 1.2+)
Peter Dettman
18
-74
/
+426
2015-11-23
Update version for release
release-1.8.0
Peter Dettman
1
-1
/
+1
2015-11-22
More release preparation
Peter Dettman
3
-5
/
+5
2015-11-22
Updates in preparation for release 1.8.0
Peter Dettman
1
-190
/
+307
2015-11-22
Add NonMemoableDigest and tests
Peter Dettman
4
-0
/
+192
2015-11-21
Add Platform method for getting the type name of an object
Peter Dettman
252
-333
/
+559
2015-11-21
Factor out IsEnumType method
Peter Dettman
1
-10
/
+11
2015-11-21
Update .gitignore
Peter Dettman
1
-0
/
+13
2015-11-21
Refactoring
Peter Dettman
1
-5
/
+11
2015-11-21
Add build-related files from BouncyCastle-PCL
Peter Dettman
10
-0
/
+655
2015-11-21
Spelling
Peter Dettman
1
-1
/
+1
2015-11-21
Add Threefish entries to factories to get tests passing
Peter Dettman
4
-11
/
+31
2015-11-21
BMA-52 Fix SerpentEngine byte-ordering
Peter Dettman
11
-604
/
+1213
2015-11-20
Call NextBytes instead of GenerateSeed
Peter Dettman
1
-1
/
+2
2015-11-20
Don't reveal the output size in exception message
Peter Dettman
1
-1
/
+1
2015-11-19
Handle COORD_SKEWED too
Peter Dettman
1
-0
/
+1
2015-11-19
Save an inversion in ECDSA verification for common cases
Peter Dettman
2
-2
/
+67
2015-11-18
Move classes up into Org.BC.Crypto
Peter Dettman
3
-12
/
+12
2015-11-18
Access entropy source via property
Peter Dettman
2
-2
/
+7
2015-11-17
Improve usage/behaviour of SecureRandom.GenerateSeed
Peter Dettman
13
-31
/
+178
2015-11-17
Port some DES/DESEDE changes from Java
Peter Dettman
5
-33
/
+76
2015-11-17
Add missing lock for PORTABLE
Peter Dettman
1
-1
/
+1
2015-11-17
Fix file name
Peter Dettman
1
-1
/
+1
2015-11-16
Finish port of latest PRNG/DRBG stuff from Java
Peter Dettman
24
-1399
/
+2297
2015-11-16
Remove redundant semicolons
Peter Dettman
4
-4
/
+4
2015-11-16
More rename/delete
Peter Dettman
2
-33
/
+0
2015-11-16
Delete files
Peter Dettman
2
-48
/
+0
2015-11-16
More delete/move/rename
Peter Dettman
6
-986
/
+48
2015-11-16
Rename/delete some files
Peter Dettman
3
-103
/
+0
2015-11-16
FIPS DRBG digest/hmac/CTR
David Hook
17
-0
/
+3990
2015-11-16
added 4[] Concatenate
David Hook
1
-0
/
+31
2015-11-16
added 3[] Concatenate
David Hook
1
-0
/
+22
2015-11-15
Check in our strong name key
Peter Dettman
2
-1
/
+0
2015-11-14
Only initialise static data once
Peter Dettman
1
-16
/
+16
2015-11-14
Check there is no trailing data in Asn1Object.FromByteArray
Peter Dettman
4
-13
/
+23
2015-11-13
Update ECPrivateKeyStructure following Java API
Peter Dettman
6
-38
/
+96
2015-11-13
Obsolete sequence constructor and refactor
Peter Dettman
1
-11
/
+12
2015-11-13
Use portable methods for ASCII conversion
Peter Dettman
1
-3
/
+2
2015-11-13
Include basic encode/parse test
Peter Dettman
1
-0
/
+4
2015-11-13
Further refinement to random prime constructor
Peter Dettman
1
-3
/
+2
2015-11-13
According to RFC 6066, host_name should use ASCII encoding
Peter Dettman
1
-6
/
+7
2015-11-13
Fix length check
Peter Dettman
1
-1
/
+1
2015-11-13
added GetInstance methods
David Hook
2
-0
/
+50
2015-11-12
Review of culture-independent String comparison methods
Peter Dettman
32
-146
/
+165
2015-11-12
Refactoring of "unused bits" changes
Peter Dettman
1
-19
/
+17
2015-11-12
Use culture-independent prefix-check in MacUtilities.GetMac
Peter Dettman
4
-3
/
+50
2015-11-10
Add sanity check on input length
Peter Dettman
1
-0
/
+4
2015-11-10
Address various compiler warnings
Peter Dettman
48
-106
/
+96
2015-11-10
Fix IV check for 64-bit blockSize
Peter Dettman
1
-3
/
+5
2015-11-10
Add BerBitString and improve "unused bit" handling
Peter Dettman
26
-178
/
+373
2015-11-10
Add more PkiFailureInfo constants
Peter Dettman
2
-65
/
+102
2015-11-09
Improve random prime constructor
Peter Dettman
1
-11
/
+7
2015-11-09
Add contributor entries
Peter Dettman
1
-1
/
+12
2015-11-09
Add DOTNET and LIB preprocessor flags as per BouncyCastle-PCL
Peter Dettman
15
-5
/
+35
2015-11-09
fixed argument null message
David Hook
1
-1
/
+1
2015-11-08
Fix weird character
Peter Dettman
1
-1
/
+1
2015-11-08
Remove old TODO
Peter Dettman
1
-1
/
+0
2015-11-08
Needs to be in Org.BouncyCastle namespace for now
Peter Dettman
1
-1
/
+1
2015-11-08
A few more changes to sync up with BouncyCastle-PCL
Peter Dettman
8
-8
/
+51
2015-11-08
Some more PORTABLE updates
Peter Dettman
3
-3
/
+27
2015-11-08
Tighten up the correspondence b/w Close/Dispose
Peter Dettman
20
-44
/
+34
2015-11-08
DateTime portability changes for tests under PORTABLE
Peter Dettman
3
-11
/
+29
2015-11-08
Missed a Close/Dispose change
Peter Dettman
1
-5
/
+4
2015-11-08
Use utility method from Enums to avoid platform-specific code here
Peter Dettman
1
-1
/
+1
2015-11-08