at_libraries
at_libraries copied to clipboard
Support libraries & dependencies for Atsign's technology
### Is your feature request related to a problem? Please describe. at_chops_imp.dart--> _getEncryptionAlgorithm Currently there is no implementation for EncryptionKeyType.rsa4096 and EncryptionKeyType.ecc ### Describe the solution you'd like * Create...
### Is your feature request related to a problem? Please describe. * AtChopsKeys has different key pairs/key object e.g AtEncryptionKeyPair, AtPkamKeyPair, AtSigningKeyPair, SymmetricKey * based on keyname return the corresponding...
### Is your feature request related to a problem? Please describe. Would be better if package:at_onboarding_cli/src/activate_cli/activate_cli.dart returned a true/false if activation was successful. Currently is returns a Future :-( ###...
### Is your feature request related to a problem? Please describe. We have onboarding logic duplication in at_onboarding_cli (at_onboarding_service_impl.dart ) and at_client_mobile (at_client_service.dart) ### Describe the solution you'd like Create...
### Describe the bug at_onboarding_cli.AtOnboardingServiceImpl._activateAtsign is not setting ttr for public key, thus ttr is defaulting to null ### Expected behavior should set a ttr of -1 (cache indefinitely) when...
### Is your feature request related to a problem? Please describe. md5 is prone to collisions and should not be used. ### Describe the solution you'd like Change the algorithm...
LInk to issue https://github.com/atsign-company/google-travelers-workshops/issues/42
Closes https://github.com/atsign-foundation/at_client_sdk/issues/1246 **- What I did** - deprecate MessageTypeEnum.text **- Description for the changelog** fix: deprecate MessageTypeEnum.text
**- What I did** **- How I did it** **- How to verify it** **- Description for the changelog**
Closes https://github.com/atsign-foundation/at_client_sdk/issues/1561 **- What I did** - Introduce SigningAlgoType and HashingAlgoType in at_auth_request and at_onboarding_request - Pass signingAlgo and hashingAlgo to at_lookup instance while creation **- How to verify it**...