| Commit message (Expand) | Author | Files | Lines |
2018-04-08 | Latest scrypt updates from bc-java | Peter Dettman | 2 | -12/+86 |
2018-04-05 | Latest DSTU7624 updates from Java | Peter Dettman | 1 | -474/+809 |
2018-04-05 | Latest DSTU7564 updates from Java | Peter Dettman | 1 | -323/+342 |
2018-04-04 | Update Copyright | Peter Dettman | 2 | -2/+2 |
2018-02-04 | Reformat | Peter Dettman | 1 | -186/+178 |
2017-10-18 | Perf. opts. in GCMBlockCipher | Peter Dettman | 2 | -41/+127 |
2017-10-17 | Fix test for .NET 1.1 | Peter Dettman | 1 | -1/+1 |
2017-10-17 | Add RSA test case for CVE-2017-15361 vulnerability | Peter Dettman | 1 | -1/+99 |
2017-10-16 | TLS: always send CCS immediately before FINISHED message | Peter Dettman | 2 | -8/+2 |
2017-09-18 | Performance optimisation in DSTU algorithms | Peter Dettman | 2 | -102/+87 |
2017-09-18 | Constant-time GF multiplication | Peter Dettman | 2 | -39/+29 |
2017-09-18 | Fix method qualifiers and refactor | Peter Dettman | 2 | -659/+601 |
2017-09-17 | Update Copyright year | Peter Dettman | 1 | -1/+1 |
2017-09-17 | Update SignerLocation to use DirectoryString | Peter Dettman | 3 | -57/+82 |
2017-09-17 | Sketch out test changes for ECGOST3410-2012 | Peter Dettman | 1 | -12/+29 |
2017-09-17 | Improve exception messages | Peter Dettman | 3 | -3/+3 |
2017-09-17 | Add testcase for RAW PKCS#1 signatures missing DER NULL | Peter Dettman | 5 | -0/+28 |
2017-09-17 | Add new PGP signature testcase | Peter Dettman | 1 | -0/+41 |
2017-09-17 | Remove redundant Init call | Peter Dettman | 1 | -1/+0 |
2017-09-17 | Port of some newer test cases and data from Java CertTest | Peter Dettman | 11 | -0/+398 |
2017-09-17 | Avoid infinity appearing in lookup table for FixedPointCombMultiplier | Peter Dettman | 3 | -5/+17 |
2017-09-17 | Added GmSSL test vectors for SM3 | Peter Dettman | 1 | -6/+139 |
2017-09-17 | Check final padding character in Base64 data. | Peter Dettman | 1 | -0/+3 |
2017-09-16 | Fix previous commit for .NET 1.1 | Peter Dettman | 1 | -1/+1 |
2017-09-16 | Exclude GOST34.10 2012 curves from existing test cases | Peter Dettman | 1 | -0/+4 |
2017-09-16 | Add GOST34.10 2012 parameter sets | Peter Dettman | 7 | -4/+164 |
2017-09-16 | Port of ConcatenationKdfGenerator from Java | Peter Dettman | 5 | -0/+108 |
2017-09-16 | Port of SM2Engine from Java | Peter Dettman | 8 | -0/+420 |
2017-09-16 | Port of SM2KeyExchange from Java | Peter Dettman | 10 | -0/+636 |
2017-09-16 | SM2 signing cleanup | Peter Dettman | 2 | -2/+1 |
2017-09-16 | Port of SM2Signer from Java | Peter Dettman | 12 | -1/+813 |
2017-09-16 | Add class summary | Peter Dettman | 1 | -0/+5 |
2017-09-16 | Use RandomNumberGenerator.Create | Peter Dettman | 2 | -3/+3 |
2017-09-16 | Use Arrays.CopyOfRange | Peter Dettman | 1 | -22/+19 |
2017-09-05 | Refactoring in SM3Digest | Peter Dettman | 1 | -18/+10 |
2017-09-05 | Add OIW OIDs in various lookup tables | Peter Dettman | 5 | -120/+137 |
2017-09-05 | Tolerate unexpected ec_point_formats in ServerHello | Peter Dettman | 1 | -0/+10 |
2017-09-04 | Add expiry test case to PgpKeyRingTest | Peter Dettman | 1 | -0/+246 |
2017-09-04 | Fix ResetHeaders to preserve the existing version as intended | Peter Dettman | 1 | -3/+3 |
2017-09-04 | Update handling of implicitly-tagged OIDs (from bc-java) | Peter Dettman | 1 | -1/+8 |
2017-09-04 | Support INTEGER encoding when reading GOST private keys | Peter Dettman | 2 | -17/+17 |
2017-08-31 | Avoid integer overflow in argument checks | Peter Dettman | 1 | -1/+1 |
2017-08-14 | Fix the message in case of test failure | Peter Dettman | 1 | -2/+3 |
2017-08-13 | Fix namespace declaration | Peter Dettman | 1 | -1/+1 |
2017-08-13 | Update GMacTest from Java | Peter Dettman | 1 | -0/+4 |
2017-08-13 | Fix various issues trying to build for .NET 1.1 | Peter Dettman | 5 | -52/+90 |
2017-08-13 | Fix exception type in DoFinal | Peter Dettman | 1 | -41/+28 |
2017-08-13 | Fix Dstu7624WrapEngine to respect input offsets and lengths | Peter Dettman | 3 | -615/+482 |
2017-08-13 | Support receiving DTLS records containing multiple handshake messages | Peter Dettman | 4 | -153/+159 |
2017-08-13 | Use ffdhe2048 from RFC 7919 as TLS default DH group | Peter Dettman | 2 | -2/+2 |
2017-08-13 | Add FFDHE groups from RFC 7919 | Peter Dettman | 1 | -0/+86 |
2017-07-28 | Can't use MemoryStream.GetBuffer under PORTABLE | Peter Dettman | 1 | -34/+30 |
2017-07-20 | Keccak performance improvements | Peter Dettman | 3 | -187/+106 |
2017-07-19 | Keccak performance - avoid temp copying | Peter Dettman | 1 | -40/+32 |
2017-07-19 | Use Pack methods for byte <-> ulong conversions | Peter Dettman | 1 | -42/+3 |
2017-07-19 | Add a few method variations to Pack class | Peter Dettman | 1 | -0/+34 |
2017-07-19 | Fix GetValidSeconds for multi-sigs (port from Java version) | Peter Dettman | 1 | -11/+22 |
2017-07-19 | Update project files for recent additions | Peter Dettman | 5 | -6/+110 |
2017-07-18 | speed ups | David Hook | 1 | -71/+141 |
2017-07-11 | added GOST3411-2012 | David Hook | 5 | -0/+1348 |
2017-07-11 | CCM update | David Hook | 2 | -18/+26 |
2017-07-10 | fixed reset issue | David Hook | 1 | -2/+5 |
2017-07-08 | added KCCM | David Hook | 2 | -24/+757 |
2017-07-06 | refactored out key size | David Hook | 5 | -184/+186 |
2017-07-06 | added KCTR | David Hook | 3 | -11/+245 |
2017-07-06 | DSTU 7624 MAC | David Hook | 2 | -2/+161 |
2017-07-06 | initial DSTU7624 work | David Hook | 3 | -0/+1606 |
2017-07-06 | added extra vector | David Hook | 1 | -3/+24 |
2017-07-06 | fixed case of definition | David Hook | 1 | -2/+2 |
2017-07-06 | added missing null check | David Hook | 1 | -1/+5 |
2017-06-27 | paddingfix for where pad block extends over 2 block boundary. | David Hook | 2 | -104/+257 |
2017-06-25 | update | David Hook | 1 | -1/+4 |
2017-06-25 | Initial cut of DSTU7564 digest and HMAC. | David Hook | 3 | -0/+1185 |
2017-06-16 | Use slightly improved addition chain for sm2p256v1 field sqrt | Peter Dettman | 1 | -22/+20 |
2017-06-11 | Improve TLS exception handling | Peter Dettman | 3 | -140/+149 |
2017-06-11 | Fix race condition | Peter Dettman | 1 | -1/+9 |
2017-06-10 | Fix reset for ISO9792-2 scheme | Peter Dettman | 2 | -1/+10 |
2017-06-10 | Add Reseed method to SP800SecureRandom | Peter Dettman | 1 | -0/+7 |
2017-06-10 | Add Ed25519 OID | Peter Dettman | 1 | -0/+5 |
2017-06-10 | Additional fix to GOFB mode | Peter Dettman | 1 | -1/+4 |
2017-06-10 | Misc. asn1 changes from Java API | Peter Dettman | 2 | -16/+30 |
2017-06-10 | Update CHACHA20_POLY1305 out of draft range | Peter Dettman | 1 | -3/+2 |
2017-06-10 | Misc. asn1 changes from Java API | Peter Dettman | 3 | -0/+24 |
2017-06-10 | Added byte[] return when macBlock not set. | Peter Dettman | 1 | -1/+3 |
2017-06-10 | Stop decoding exceptions escaping from GetDecoderStream | Peter Dettman | 2 | -35/+63 |
2017-06-10 | Update GCMBlockCipher from Java API | Peter Dettman | 2 | -14/+106 |
2017-06-10 | Added expired certificates on CRL extension | Peter Dettman | 1 | -0/+5 |
2017-06-10 | Alert when anonymous server sends CertificateRequest | Peter Dettman | 2 | -0/+6 |
2017-06-10 | Checks on DH peer public key | Peter Dettman | 4 | -3/+106 |
2017-06-10 | Added s box allocation to AesEngine | Peter Dettman | 12 | -39/+47 |
2017-06-10 | Add result checks in DH agreements | Peter Dettman | 2 | -9/+13 |
2017-06-10 | Mark RFC5114 DH groups as Obsolete | Peter Dettman | 1 | -0/+15 |
2017-06-09 | Port missing test cases from Java | Peter Dettman | 1 | -36/+90 |
2017-06-09 | Update xmldoc | Peter Dettman | 1 | -5/+7 |
2017-06-09 | Add PKCS OIDs for SHA512-224/256 sigs | Peter Dettman | 1 | -16/+21 |
2017-06-09 | Write exception message to Console.Err | Peter Dettman | 1 | -3/+4 |
2017-06-09 | Fix algorithm name for ChaCha7539Engine | Peter Dettman | 1 | -1/+1 |
2017-06-09 | Port of latest encodings work from Java | Peter Dettman | 5 | -125/+211 |
2017-06-09 | Add validation to RSA public key constructor | Peter Dettman | 2 | -3/+25 |
2017-06-09 | Add validation to DH public key constructor | Peter Dettman | 1 | -8/+21 |
2017-06-09 | Add validation to DSA public key constructor | Peter Dettman | 1 | -1/+17 |
2017-06-09 | Add point validation to EC public key constructors | Peter Dettman | 1 | -3/+18 |
2017-06-09 | Add explicit length check on OAEP input | Peter Dettman | 2 | -4/+27 |
2017-06-09 | Comments | Peter Dettman | 1 | -1/+1 |
2017-06-09 | Improved header control in ArmoredOutputStream | Peter Dettman | 1 | -14/+33 |
2017-06-08 | Add explicit limit for sequence numbers | Peter Dettman | 1 | -6/+30 |
2017-06-08 | Add latest extension type values from IANA registry | Peter Dettman | 1 | -0/+10 |
2017-06-07 | Specific exception TlsFatalAlertReceived for peer fatal alerts | Peter Dettman | 8 | -19/+67 |
2017-06-06 | Fix paths for previous commit | Peter Dettman | 1 | -4/+4 |
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 |