Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature requirements #10

Open
yangz1998 opened this issue Mar 10, 2021 · 4 comments
Open

New feature requirements #10

yangz1998 opened this issue Mar 10, 2021 · 4 comments

Comments

@yangz1998
Copy link

Can you add some new features in your free time?

1、Password validation:After the client enters the user password, it encrypts it, and then verifies it with the cipher text of the server. Only after they match each other can they log in to the server.

2、Log record:The client's request message and connection time as well as the client's operation record and operation time are recorded through the log.

Thank you very much !

@yangz1998
Copy link
Author

Can you give me a reply?
Waiting...

@FlorianReimold
Copy link
Member

Hi yangz1998,

  1. This is what usually is referred to as FTPS. I guess one would implement this using openssl. As my use-case (-> eCAL) does not require encryption I will not work on this in the foreseeable future. It's still a nice to have feature, so if anybody would like to work on this I am happy to accept contributions 😉

  2. Not sure if a library like this should write log-files. I actually think that it shouldn't. It would still be nice to have some kind of possibility to provide a log-file-writing-method from the outside. Again, as I currently don't need it, I will not start working on this at the moment.

@yangz1998
Copy link
Author

hi FlorianReimold,
I see. Thank you very much for your guidance!

@aimybbe

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants