| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- correct weird shift lengths in 32-bit multiply (no bug)
|
|
|
|
|
|
|
|
|
|
certificate extensions can be removed from collection in Check method implementation.
Change-Id: I2041e4dc7be1b041bbe3a4ff0537be921b1f317b
|
|
|
|
|
|
|
|
- Initial implementation of Shawe-Taylor (FIPS 186-4 C.6)
|
|
|
|
|
|
TLS client will not accept < 1024 bits DH group by default
|
|
|
|
|
|
|
|
|
|
- Thanks to Severin Friede for reporting (see JIRA BMA-127)
|
|
|
|
- Thanks to Frederik Carlier for reporting and providing a fix (see JIRA BMA-130)
|
|
- Thanks to Kyle Hamilton for the patch (see bcgit/bc-csharp#16)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
digest algorithm.
|
|
|
|
|
|
|
|
|
|
- Also migrate the 'raw' stuff into Math.Raw following Java build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Upgrade to NUnit 2.6.4 and adjust various test code
|
|
|
|
|
|
|
|
|
|
|
|
- SRP6 evidence messages and standard groups
- TLS_SRP server-side support added
- TLS_DHE server-side fixes
- Improved support for DSA/ECDSA signing in TLS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Supported Elliptic Curves
|
|
|
|
|
|
|
|
|
|
|
|
Obsolete seeded constructor in favour of GetInstance variant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support no-password operation (as best we can)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
output of sha256Generator. It added computation overhead and zero cryptographic value. Removed.
|
|
you must use the unseeded ctor in which you supply your own generator
|
|
of 8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Various support methods in TlsUtilities and Arrays
Fix short->byte for several enumeration types
|
|
|
|
|
|
|
|
Support for parsing Gost3410x2001 private keys encoded as DER Integer
Miscellaneous support methods ported from Java
|
|
|
|
|
|
Cope with redundant ExtendedKeyUsage entries
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
encodings
|
|
|
|
Change access modifiers to support subclassing
|
|
|
|
|
|
|
|
greater_ width as requested
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
update methods
|
|
block-aligned inputs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reduction improvements in curve25519 and secp256r1
|
|
Add test case to check that Sqrt returns null for non-squares
|
|
Add more method variations to Nat
Use customized reductions in various fields
|
|
|
|
Improved reduction in some fields
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use Nat*.Copy methods in fields
|
|
|
|
used to delay reduction in point doubling.
|
|
|
|
|
|
|
|
Some optimizations for NAF generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|