summary refs log tree commit diff
path: root/crypto/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ensure simple ver pcl-v1.8.3Oren Novotny2018-08-311-1/+1
|
* Set correct ver for three part buildsOren Novotny2018-08-311-1/+1
|
* Add version override logicOren Novotny2018-08-311-0/+8
|
* Set 1.8.3Oren Novotny2018-08-311-1/+1
|
* merge from masterOren Novotny2018-08-3119-204/+313
|\
| * Further work to improve constant time in OAEP. release-1.8.3Peter Dettman2018-08-112-5/+12
| |
| * Update versions and release notes for 1.8.3Peter Dettman2018-08-071-3/+3
| |
| * Refactoring around Pkcs10CertificationRequestPeter Dettman2018-08-072-45/+60
| | | | | | | | - see https://github.com/bcgit/bc-csharp/pull/123
| * TLS: Disable DHE_* ciphersuites in default clientsPeter Dettman2018-08-072-8/+0
| |
| * Add UseDerForCerts, UseDerForCrls propertiesPeter Dettman2018-08-063-5/+27
| | | | | | | | - see https://github.com/bcgit/bc-csharp/pull/101
| * Add IgnoreX509NameOrdering propertyPeter Dettman2018-08-061-3/+12
| | | | | | | | - see https://github.com/bcgit/bc-csharp/issues/136
| * Merge branch 'master' of https://github.com/agpreynolds/bc-csharp into ↵Peter Dettman2018-08-061-0/+19
| |\ | | | | | | | | | agpreynolds-master
| | * Add public constructors to PollRepContentAlex Reynolds2018-08-031-0/+19
| | |
| * | TLS: Use DH group whitelistingPeter Dettman2018-07-2411-135/+180
| |/
* | Update build scripts to add code coverageOren Novotny2018-07-191-1/+1
| |
* | Fix Synchronized for modern frameworksOren Novotny2018-07-192-112/+118
| |
* | Merge from masterOren Novotny2018-07-1956-503/+3207
|\|
| * IDEA: Update patent informationPeter Dettman2018-07-151-13/+3
| |
| * EC-related updates from bc-javaPeter Dettman2018-07-1045-449/+780
| |
| * Make members privatePeter Dettman2018-07-101-1/+1
| |
| * Clear buffer after literal data copyPeter Dettman2018-07-091-7/+14
| |
| * Add Ed25519 and Ed448 from RFC 8032Peter Dettman2018-07-088-33/+2409
| |
* | remove unused defineOren Novotny2018-06-111-4/+1
| |
* | add metadata attrib for net4Oren Novotny2018-06-111-0/+25
| |
* | stamp full commit hash in assemblyOren Novotny2018-06-111-0/+9
| |
* | ensure correct assm versionOren Novotny2018-06-111-0/+1
| |
* | switch to Microsoft SourceLinkOren Novotny2018-06-111-1/+3
| |
* | Merge branch 'master' into netstandardOren Novotny2018-06-111-23/+31
|\|
| * Improved performance for BigInteger.ToString(int)Peter Dettman2018-05-311-23/+31
| | | | | | | | | | - use a better algorithm for base 10 - see https://github.com/bcgit/bc-csharp/issues/119
* | remove legacy PCLOren Novotny2018-05-192-10/+3
| |
* | Update after mergeOren Novotny2018-05-194-81/+95
| |
* | merge master into netstandardOren Novotny2018-05-1974-312/+4503
|\|
| * BCrypt: Add method for explicitly including trailing zero on passwordPeter Dettman2018-04-171-0/+11
| |
| * SCrypt: N parameters must be a power of 2Peter Dettman2018-04-171-4/+12
| |
| * Update TSP digest tables from bc-javaPeter Dettman2018-04-171-3/+11
| |
| * Update TSP algorithms from bc-javaPeter Dettman2018-04-171-2/+8
| |
| * Remove debugging codePeter Dettman2018-04-171-12/+0
| |
| * PKIX: Allow a V0 TA to appear at end of the cert path.Peter Dettman2018-04-174-2/+20
| |
| * PKIX: explicit validation of version number and extension repeatsPeter Dettman2018-04-173-17/+75
| |
| * Updated OpenBsdBCrypt to support version 2y.Peter Dettman2018-04-171-9/+40
| |
| * Add X25519 and X448 from RFC 7748Peter Dettman2018-04-174-0/+1928
| | | | | | | | - includes optimized ladders for base points
| * Cache-safety for EC lookup tablesPeter Dettman2018-04-1557-75/+2284
| | | | | | | | | | | | - creation of cache-safe lookup tables delegated to ECCurve - FixedPointCombMultiplier uses cache-safe lookup table - FixedPointCombMultiplier avoids BigInteger.TestBit
| * Perf. opts. in Keccak/SHA3Peter Dettman2018-04-152-200/+126
| |
* | Versioning (#8)Oren Novotny2018-05-191-2/+11
| | | | | | | | | | | | | | | | * Add VSTS build artifacts * test commit * use four part version
* | Update NuGet packaging info pcl-v1.8.2Oren Novotny2018-04-101-2/+9
| |
* | Use SDK styleOren Novotny2018-04-091-3/+1
| |
* | merge from masterOren Novotny2018-04-0918-879/+2685
|\|
| * Update versions and release notes for 1.8.2 release-1.8.2Peter Dettman2018-04-081-3/+3
| |
| * Added support for IVs.Peter Dettman2018-04-081-6/+24
| |
| * Added method for looking up name of SBox.Peter Dettman2018-04-081-1/+15
| |
| * Update registries for digests, MACs from bc-javaPeter Dettman2018-04-084-10/+43
| |
| * Add id_at_organizationIdentifierPeter Dettman2018-04-082-1/+8
| |
| * Update BC OIDs from bc-javaPeter Dettman2018-04-081-31/+100
| |
| * Provide methods taking explicit CspParametersPeter Dettman2018-04-081-0/+23
| | | | | | | | - https://github.com/bcgit/bc-csharp/issues/107
| * Merge branch 'patch-1' of https://github.com/ZZMarquis/bc-csharp into ↵Peter Dettman2018-04-081-1/+1
| |\ | | | | | | | | | ZZMarquis-patch-1
| | * if the parameter "inOff" in Decrypt() is not zero, it can not be decrypted ↵ZZMarquis2018-03-241-1/+1
| | | | | | | | | | | | | | | as excepted if the parameter "inOff" in Decrypt() is not zero, it can not be decrypted as excepted
| * | Port of BLAKE2B/2S digests from bc-javaPeter Dettman2018-04-085-28/+1282
| | | | | | | | | | | | - also some misc. changes for other digests
| * | Latest scrypt updates from bc-javaPeter Dettman2018-04-081-4/+38
| | |
| * | Latest DSTU7624 updates from JavaPeter Dettman2018-04-051-474/+809
| | |
| * | Latest DSTU7564 updates from JavaPeter Dettman2018-04-051-323/+342
| | |
| * | Update CopyrightPeter Dettman2018-04-041-1/+1
| |/
* | Fix author info #4Oren Novotny2018-03-031-2/+4
| |
* | updaet build tools pcl-v1.8.1.4Oren Novotny2018-02-121-2/+2
| |
* | Merge branch 'master' into netstandardOren Novotny2018-02-091-186/+178
|\|
| * ReformatPeter Dettman2018-02-041-186/+178
| |
* | Packaging updatesOren Novotny2017-12-021-1/+2
| |
* | Update extrasOren Novotny2017-10-181-1/+1
| |
* | Update extrasOren Novotny2017-10-181-2/+2
| |
* | Merge branch 'master' into netstandardOren Novotny2017-10-184-49/+129
|\|
| * Perf. opts. in GCMBlockCipherPeter Dettman2017-10-182-41/+127
| | | | | | | | - avoid double-copying for long encryption inputs
| * TLS: always send CCS immediately before FINISHED messagePeter Dettman2017-10-162-8/+2
| |
* | Merge from masterOren Novotny2017-09-2225-558/+1686
|\|
| * Performance optimisation in DSTU algorithmsPeter Dettman2017-09-182-102/+87
| |
| * Constant-time GF multiplicationPeter Dettman2017-09-182-39/+29
| |
| * Fix method qualifiers and refactorPeter Dettman2017-09-181-408/+365
| |
| * Update Copyright yearPeter Dettman2017-09-171-1/+1
| |
| * Update SignerLocation to use DirectoryStringPeter Dettman2017-09-172-45/+70
| | | | | | | | - obsolete old UTF8-based methods.
| * Improve exception messagesPeter Dettman2017-09-173-3/+3
| |
| * Remove redundant Init callPeter Dettman2017-09-171-1/+0
| |
| * Avoid infinity appearing in lookup table for FixedPointCombMultiplierPeter Dettman2017-09-173-5/+17
| |
| * Check final padding character in Base64 data.Peter Dettman2017-09-171-0/+3
| |
| * Add GOST34.10 2012 parameter setsPeter Dettman2017-09-163-4/+156
| |
| * Port of ConcatenationKdfGenerator from JavaPeter Dettman2017-09-161-0/+100
| |
| * Port of SM2Engine from JavaPeter Dettman2017-09-161-0/+238
| |
| * Port of SM2KeyExchange from JavaPeter Dettman2017-09-163-0/+376
| |
| * SM2 signing cleanupPeter Dettman2017-09-161-1/+1
| |
| * Port of SM2Signer from JavaPeter Dettman2017-09-162-0/+294
| |
| * Use RandomNumberGenerator.CreatePeter Dettman2017-09-162-3/+3
| |
| * Merge branch 'master' of git.bouncycastle.org:bc-csharpPeter Dettman2017-09-167-138/+157
| |\
| * | Use Arrays.CopyOfRangePeter Dettman2017-09-161-22/+19
| | |
* | | Merge branch 'master' into netstandardOren Novotny2017-09-0712-160/+186
|\ \ \ | | |/ | |/|
| * | 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
| |/
| * 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
* | Add netstandard2.0 version pcl-v1.8.1.3Oren Novotny2017-08-171-2/+2
| |
* | update ver of extrasOren Novotny2017-08-171-1/+1
| |
* | Merge branch 'master' into netstandardOren Novotny2017-08-178-756/+681
|\|
| * Fix exception type in DoFinalPeter Dettman2017-08-131-41/+28
| | | | | | | | - reformatted and refactored
| * Fix Dstu7624WrapEngine to respect input offsets and lengthsPeter Dettman2017-08-132-560/+424
| |
| * Support receiving DTLS records containing multiple handshake messagesPeter Dettman2017-08-132-153/+141
| | | | | | | | - 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
| |
* | merge from masterOren Novotny2017-08-126-313/+281
|\|
| * 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
| |
| * speed upsDavid Hook2017-07-181-71/+141
| |
* | Fix ups after merge from masterOren Novotny2017-07-142-4/+19
| |
* | Update depsOren Novotny2017-07-141-1/+1
| |
* | Merge branch 'master' into netstandardOren Novotny2017-07-144-0/+1627
|\|
| * added GOST3411-2012David Hook2017-07-113-0/+1133
| |
| * CCM updateDavid Hook2017-07-111-7/+23
| |
| * fixed reset issueDavid Hook2017-07-101-2/+5
| |
| * added KCCMDavid Hook2017-07-081-0/+475
| |
* | Merge branch 'master' into netstandardOren Novotny2017-07-0658-428/+4167
|\|
| * refactored out key sizeDavid Hook2017-07-064-150/+152
| |
| * added KCTRDavid Hook2017-07-061-0/+235
| |
| * DSTU 7624 MACDavid Hook2017-07-061-0/+160
| |
| * initial DSTU7624 workDavid Hook2017-07-062-0/+1125
| |
| * fixed case of definitionDavid Hook2017-07-061-2/+2
| |
| * added missing null checkDavid Hook2017-07-061-1/+5
| |
| * paddingfix for where pad block extends over 2 block boundary.David Hook2017-06-271-4/+12
| |
| * Initial cut of DSTU7564 digest and HMAC.David Hook2017-06-252-0/+706
| |
| * 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-101-35/+46
| |
| * Update GCMBlockCipher from Java APIPeter Dettman2017-06-101-6/+64
| | | | | | | | - 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-103-3/+13
| |
| * Added s box allocation to AesEnginePeter Dettman2017-06-105-13/+21
| | | | | | | | - 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
| |
| * 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
| * Fix algorithm name for ChaCha7539EnginePeter Dettman2017-06-091-1/+1
| |
| * Port of latest encodings work from JavaPeter Dettman2017-06-092-98/+94
| |
| * Add validation to RSA public key constructorPeter Dettman2017-06-091-1/+23
| |
| * 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-091-0/+2
| |
| * 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-074-19/+51
| |
| * Initial implementation of SM2 elliptic curvePeter Dettman2017-06-038-13/+1161
| | | | | | | | | | - 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
| |
* | Merge remote-tracking branch 'upstream/master' into netstandardOren Novotny2017-06-016-51/+142
|\|
| * 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
| |
* | update packagesOren Novotny2017-05-201-3/+2
| |
* | merge from masterOren Novotny2017-05-2028-221/+625
|\|
| * Added validation of integer/enumerated encoding.David Hook2017-05-162-2/+24
| |
| * 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-232-2/+20
| | | | | | | | - include SSLv3 in test suite
| * 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-221-3/+40
| | | | | | | | - 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-222-3/+20
| | | | | | | | | | - 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-221-17/+15
| | | | | | | | | | - bug not present in C#, but include test case - conservatively added an extra step in carry propagation
* | SourceLink 2.1.0 just publishedCameron Taggart2017-03-301-2/+2
| |
* | SourceLink 2.1.0-b436Cameron Taggart2017-03-261-2/+2
| |
* | try 2.1.0-b435Cameron Taggart2017-03-261-2/+2
| |
* | try SourceLink 2.0.2-b434Cameron Taggart2017-03-261-2/+2
| |
* | update sourcelinkOren Novotny2017-03-201-4/+2
| |
* | enable sourcelinkOren Novotny2017-03-081-0/+2
| |
* | use sourcelinkOren Novotny2017-03-081-0/+3
| |
* | use pack targetsOren Novotny2017-03-082-87/+7
| |
* | Merge branch 'master' into netstandardOren Novotny2017-03-0812-75/+12
|\|
| * Fixed N4 calculation issue - see BJA-655David Hook2017-03-071-1/+5
| |
| * 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
| |
* | Update for RC3Oren Novotny2017-02-041-10/+2
| |
* | update to VS 2017 RC2Oren Novotny2017-01-102-9/+4
| |
* | merge from masterOren Novotny2017-01-1012-69/+122
|\|
| * Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.gitDavid Hook2016-12-2843-273/+787
| |\
| | * Fix carry propagation bug in Nat???.Square methodsPeter Dettman2016-11-305-60/+60
| | |
| | * 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
| | |
| * | fixed head of loop to use primitive type.David Hook2016-12-281-1/+3
| | |
* | | Convert projects over to cross-compiled net4, netstandard 1.0, netstandard ↵Oren Novotny2016-12-0413-213/+286
| |/ |/| | | | | 1.3 and Profile328 PCL. Add CI build and authenticode signing.
* | 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-071-0/+18
| |
* | Port of improved app data splitting support from JavaPeter Dettman2016-05-071-6/+35
| |
* | Update ECDomainParameters GetHashCodePeter Dettman2016-05-071-4/+8
| |
* | Support GetInstance from byte[]Peter Dettman2016-04-291-0/+11
| |
* | Added IsCertification methods.Peter Dettman2016-04-291-0/+25
| |
* | Port of HKDF from Java APIPeter Dettman2016-04-292-0/+272
| |
* | Fix XML commentPeter Dettman2016-04-291-2/+2
| |
* | Update various parameter classes following Java APIPeter Dettman2016-04-299-28/+61
| |
* | 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-203-88/+58
| |
* | 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
|/
* BMA-147 Support ECDH_anon key exchange in (D)TLSPeter Dettman2016-03-014-37/+88
|
* 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-073-13/+32
|
* Port bcrypt from Java APIPeter Dettman2016-02-032-0/+887
| | | | - Requested in BMA-143
* Implement RFC 7685 in TLSPeter Dettman2016-02-034-0/+45
|
* Add various ExtensionType valuesPeter Dettman2016-02-031-4/+47
|
* 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-1711-66/+241
|
* 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-172-3/+3
| | | | - add StreamCipherResetTest from Java API
* Remove expired draft-josefsson-salsa20-tls stuffPeter Dettman2016-01-177-127/+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
|