aboutsummaryrefslogtreecommitdiff
path: root/javascript
AgeCommit message (Expand)Author
2023-05-24Update status of migration to github.com/tink-cryptoambrosin
2023-05-10Add hmac to the main targetioannanedelcu
2023-05-10Add configuration file for mac primitive.ioannanedelcu
2023-05-09Add key templates for hmac.ioannanedelcu
2023-05-05Add Hmac key managerioannanedelcu
2023-05-04Add SHA384 support to the typescript subtle hmac implementationioannanedelcu
2023-04-28Bump npm package version to 0.1.1taymon
2023-04-28Add mac wrapper implementation.ioannanedelcu
2023-04-27Document how Tink handles associatedData='' in AES SIV.juerg
2023-04-21Add Intent to remove Tink for Javascript/Typescript to README.mdambrosin
2023-04-18Update migration status to github.com/tink-crypto for Tink projectsambrosin
2023-04-18Remove entry for tink-javascript from README.mdambrosin
2023-04-12Use more appropriate exceptions within Tink TS.Tink Team
2023-04-06Add missing registry.reset() call to fix order-dependent test.ckl
2023-03-13Add hpke to tink-cryptoTink Team
2023-03-10Export HPKE key templates and register key managers.Tink Team
2023-03-08Add hybrid key templates for HPKE implementation.Tink Team
2023-03-08Add HPKE private and public key managers.Tink Team
2023-02-27Add validators for HPKE objects.Tink Team
2023-02-27Add HPKE encryption and decryption implementations.Tink Team
2023-02-22Add note on the monorepo README.md to communicate migration to tink-cryptoambrosin
2023-02-17Add helper classes to create HPKE primitives (from algorithms identifiers or ...Tink Team
2023-02-14Add proto reexports for HPKE to use in TypeScript code.Tink Team
2023-02-13Update go proto path in Tink proto definitions.juerg
2023-02-09Merge pull request #669 from timruffles:masterCopybara-Service
2023-02-07Clarify documentation about default HKDF salt value.ckl
2023-01-26Bump ua-parser-js from 0.7.30 to 0.7.33 in /javascriptambrosin
2023-01-26Bump socket.io-parser from 4.0.4 to 4.0.5 in /javascriptambrosin
2023-01-25Merge pull request #651 from google:dependabot/npm_and_yarn/javascript/minima...Copybara-Service
2023-01-25Merge pull request #655 from google:dependabot/npm_and_yarn/javascript/decode...Copybara-Service
2023-01-25fix go proto module pathTim Ruffles
2023-01-25Merge pull request #657 from sfc-gh-kleonhard:patch-1Copybara-Service
2023-01-25Bump decode-uri-component from 0.2.0 to 0.2.2 in /javascriptdependabot[bot]
2023-01-25Bump minimatch from 3.0.4 to 3.1.2 in /javascriptdependabot[bot]
2023-01-24Split aead library into multiple libraries.wconner
2023-01-23Remove redundant bytes functions now that the circular dependency has been re...wconner
2023-01-20Split signature library into multiple libraries.wconner
2023-01-18Split hybrid library into individual libraries.wconner
2023-01-17Split subtle library into individual libraries.wconner
2023-01-11Split internal library into individual libraries.wconner
2023-01-11Set symlink_node_modules to False in yarn_install.wconner
2023-01-04Add version field to ECDSA key format proto and validate it in key derivation.juerg
2022-12-21Upgrade the Javascript Bazel version to 6.0.0.tholenst
2022-12-09Fix inline variable name commentsKyle Leonhard
2022-12-09NOKEYCHECKfedez
2022-12-08move fedez@ from tink maintainer to alumnifedez
2022-12-08Add numberToByteArray unit testfedez
2022-12-08Add HPKE BoringSSL test vectorsfedez
2022-12-01Implement HPKE AEADfedez
2022-12-01Add insecureIVAesGcm implementation and wrap AES_GCM around itfedez