15 Commits

Author SHA1 Message Date
b87e2c3b3d Init script extension and key loading for netwrapper 2021-04-25 15:24:24 +02:00
6157c68c30
fix login 2021-04-23 18:54:05 +02:00
1b802f9b6b
optimize import
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-23 17:27:41 +02:00
3ca93438e6 1: config init in separate file
All checks were successful
continuous-integration/drone/push Build is passing
2: auth_test doesnt generate production state
2021-04-22 14:35:58 +02:00
be21d4100d Hexa format
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-21 18:30:18 +02:00
c8c1b560e8 os.path.sep
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 22:53:38 +02:00
094c1bcf35 os.path.sep
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 22:52:14 +02:00
23925d4b39 generatePrivateKeyForUser now accept the server's public key for easier testing (the output file will contain the keyphrase, client_private_key, server_public_key)
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 19:15:54 +02:00
81211b1dd5 On running test the sript generates 3 user where password == username
All checks were successful
continuous-integration/drone/push Build is passing
->  user1: 'alma' with passphrase: 'amla'
    ->  user2: 'citrom' with passphrase: 'mortic'
    ->  user1: 'dinnye' with passphrase: 'eynnid'

The private keys are envrypted in DER format with pkcs#8 using the passphrase.
The private keys are temporarly stored under config/{homeDir}
The public keys are stored in the config file without encryption
2021-04-18 18:59:01 +02:00
2f011de6f7 Merge branch 'master' of https://git.kmlabz.com/BiztProtoBois/server
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 16:30:41 +02:00
0f72679fc8 Typing mismatch 2021-04-18 16:30:01 +02:00
d3e830c59a
minor changes to authenticator
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 16:07:41 +02:00
55026aa626 Typing
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 14:23:13 +02:00
cb929266cd
reformat
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-18 13:36:04 +02:00
c5533e1c5e authentication service + test
All checks were successful
continuous-integration/drone/push Build is passing
2021-04-17 19:52:58 +02:00