Coder Social home page Coder Social logo

sslp's People

Contributors

fstorniolo avatar luigix25 avatar suffredini avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

fstorniolo

sslp's Issues

Memory Still Reachable when RSAFinal is performed

This happens both in client and in server ONLY when terminating the process using SIGINT ( ctrl c )
If both client or server, terminate without being forced, no memory is still reachable.

The number of bytes ( around 60k for verify, 300 for sign ) is costant no matter how many times RSA functions are called.

It may be possible due to OpenSSL library lazy deallocation of memory

Server needs a client list

The server can have just one connection with client at time, but it should have more clients available for communication.
So we need to authenticate the client through:
-a password
-a certificate

if we use the last one, then we need to to save a client list, since whenever we have to check the validity of a certificate, we also need to be sure that the subject of the certificate is in the list of our client list.

We can have a client list in server that we can manually change it.

if we go through this way, we need to add in the specification file that registration doesn't exist, but the server should manually add the client in the client list to allow him to access the shared database.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.