zitadel/internal/crypto
Tim Möhlmann 2f91679623
chore(Makefile): add go generate target (#6944)
This change adds a core_generate_all make target.
It installs the required tools and runs generate on the complete project.

`golang/mock` is no longer maintained and a fork is available
from the Uber folks. So the latter is used as tool.
All the mock files have been regenerated and are part of the PR.

The obsolete `tools` directory has been removed,
as all the tools are now part of specific make targets.

Co-authored-by: Silvan <silvan.reusser@gmail.com>
2023-11-22 10:56:43 +00:00
..
database feat(storage): read only transactions for queries (#6415) 2023-08-22 10:49:22 +00:00
file chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
aes_test.go add multi files config test and some more 2020-03-30 11:44:17 +02:00
aes.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
bcrypt.go improve some functions 2020-03-30 09:28:00 +02:00
code_mock.go chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
code_mocker.go chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
code_test.go chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
code.go feat(api): add password reset and change to user service (#6036) 2023-06-20 17:34:06 +02:00
crypto_mock.go chore(Makefile): add go generate target (#6944) 2023-11-22 10:56:43 +00:00
crypto_test.go improve some functions 2020-03-30 09:28:00 +02:00
crypto.go feat: integrate passwap for human user password hashing (#6196) 2023-07-14 09:49:57 +03:00
generate.go refactor crypto tests 2020-03-30 11:26:02 +02:00
key_storage.go feat: encryption keys in database (#3265) 2022-03-14 07:55:09 +01:00
key.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00
passwap_test.go fix: allow unused keys in hasher config (#6724) 2023-10-13 13:11:20 +00:00
passwap.go fix: allow unused keys in hasher config (#6724) 2023-10-13 13:11:20 +00:00
rsa.go feat(saml): implementation of saml for ZITADEL v2 (#3618) 2022-09-12 18:18:08 +02:00