aboutsummaryrefslogtreecommitdiff
path: root/go/signature
AgeCommit message (Expand)Author
2023-06-07Rename h to handle in primitive factories.juerg
2023-05-24Optimize how the prefix is added in Tink's primitives.juerg
2023-05-23Allocate signedData to the right size.juerg
2023-05-17Delete deprecated signature.ECDSAP384KeyTemplate APIambrosin
2023-05-12Remove deprecated New<Primitive>WithKeyManager deprecated APIsambrosin
2023-04-06Migrate to the standard library ed25519 package.ckl
2023-03-09Rewrite signature example in go.juerg
2023-01-13Remove unnecessary return value checking of bytes.Buffer.Write().ckl
2023-01-10Use io.ReadFull and improve tests in Go key derivation.cinlin
2023-01-05Implement Ed25519 Go key derivation.cinlin
2022-12-21Change Go Signature Public Key Verifier Factory Monitoring from `public_key_s...felobato
2022-12-15[Golang] Add `key_type` and `key_prefix` to monitoring outputfelobato
2022-11-16Currently the only P384 curve with raw prefix supports the SHA512 hash. Exten...Tink Team
2022-11-03Use tinkerror.Fail() in hardcoded key template functions.ckl
2022-10-21Keep Go function definitions on a single line.ckl
2022-09-20Fix RSA non deterministic testfelobato
2022-09-15Monitoring for Signature Primitivefelobato
2022-09-07RSA-SSA-PKCS1 NIST Test Vectorsfelobato
2022-09-02Register RSA SSA PSS key managers and enable in cross language tests.felobato
2022-09-02RSA-SSA-PSS Key Templatesfelobato
2022-09-01RSA-SSA-PSS Signer Key Managerfelobato
2022-09-01RSA-SSA-PSS Signer Key Managerfelobato
2022-09-01RSA SSA PSS Verifier Key Managerfelobato
2022-08-30Add more validations for RSA SSA PKCS1felobato
2022-08-10Move RSA-SSA-PKCS1 primitives from tink/signature/internal to tink/internal/s...felobato
2022-08-08Fix deprecation notices within doc comments.ckl
2022-08-02Add RSA-SSA-PKCS1 to comment in signaturefelobato
2022-08-01RSA-SSA-PKCS1 Key Templatesfelobato
2022-08-01RSASSA-PKCS1 Signer Key Managerfelobato
2022-08-01RSASSA-PKCS1 Verifier Key Managerfelobato
2022-07-27Add signature/internal filefelobato
2022-07-27Skip Wycheproof tests when external files aren't available.ckl
2022-07-27RSA-SSA-PKCS1 Signer and Verifierfelobato
2022-07-27Refactor current RSA subtle to internalfelobato
2022-06-29Remove public visibility of go_default_library build targets that were made p...juerg
2022-04-01Do some small clean-ups in signature_factory_test.go.juerg
2022-03-31Require that keysets always have a primary key, even if they only contain pub...juerg
2022-03-17Use go_naming_convention=import_alias.juerg
2022-03-03Update go BUILD.bazel files.juerg
2022-02-17Validate public key coordinates are valid when creating an ECDSA verifierfelobato
2022-02-16Rename go WORKSPACE and generate all go BUILD.bazel files with gazelle.juerg
2021-09-24Refactored keyset handlers removing new***KeysetManager functions to match mo...atierno
2021-09-17Migrate usages of ECDSA_P384 to other ECDSA templates, and remove ECDSA_P384_...juerg
2021-09-09Add 'ECDSA_P256_RAW', 'ECDSA_P384_SHA384' and 'ECDSA_P384_SHA512' key templat...juerg
2021-09-08Remove KeyTemplate tests using testdata in Gojuerg
2021-08-12Migrate Tink go from Proto v1 to Proto v2, see https://blog.golang.org/protob...juerg
2021-08-11Change Tink go tests that check that nil protos can't serialized.juerg
2021-04-12Add missing copyright statements. These were missing due to internal miscommu...tholenst
2021-03-15Use the constant 0 instead of the legacy start byte constant in legacy signat...juerg
2021-03-03Implement base Go RSA signature subtle functionality.ckl