Commit Graph

6 Commits

Author SHA1 Message Date
Alessandro (Ale) Segala f49c7e5230
ParseKey: ignore trailing newlines when parsing base64-encoded keys (#51)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-06-05 11:22:46 -07:00
Alessandro (Ale) Segala 24e430f399
crypto: ParseKey should not panic if key is empty (#45)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-04-10 19:25:16 -07:00
Alessandro (Ale) Segala e1fba87ca2
Use ASN.1 serialization for ECDSA signatures (#44)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-04-05 23:00:32 +05:30
Alessandro (Ale) Segala 30d122f67b
Crypto: Add methods returning the list of supported algorithms (#43)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-04-01 14:52:30 +05:30
Alessandro (Ale) Segala efcc1af907
Add AES-CBC-HMAC AEAD cipher to Dapr crypto (#40)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-20 17:36:08 -07:00
Alessandro (Ale) Segala 39814af4c7
Add Dapr crypto library to dapr/kit (#38)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-03-07 11:22:05 -08:00