Re: [openssl-users] Storing session in file and reusing at client side

2016-05-02 Thread Shubham Chauhan
> Is it the server sending the error? No, it is the client sending the error. > Is the server running OpenSSL? Yes, I made the ssl_client and server (a simple chat functionality) scripts. > Does it happen with the same client running the same software with the > same IP address > or does it

Re: [openssl-users] [openssl-dev] Storing session in file and reusing at client side

2016-05-02 Thread Shubham Chauhan
olicy, otherwise session reuse is > unwise. > > I ensured I am using the same client_method (security policy), but still can't figure out why the error comes up. > -- > Viktor. > -- > openssl-users mailing list > To unsubscribe: https://mta.openssl.org/mailman/listinfo/

[openssl-users] Storing session in file and reusing at client side

2016-05-02 Thread Shubham Chauhan
in advance. -- Regards Shubham Chauhan -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Illegal Parameter (47) fatal error in Session Resumption

2016-04-29 Thread Shubham Chauhan
or message => (Level: Fatal (2), Description: Illegal Parameter (47)) I don't understand why the error popped up. Previously I have run tests, to reuse a session stored from a file (server-side), which worked fine. -- Regards Shubham Chauhan -- openssl-users mailing list To unsubscribe: https://mt

Re: [openssl-users] PEM_read and write SSL_SESSION

2016-02-28 Thread Shubham Chauhan
n must always be reused. BUT THIS IS NOT HAPPENING FOR NOW. Any problem in the code!? Please let me know On Sat, Feb 27, 2016 at 8:32 PM, Shubham Chauhan <shubham13...@iiitd.ac.in> wrote: > great! > Thanks, I'll give it a try, this looks promising enough :) > > On Sat, F

Re: [openssl-users] PEM_read and write SSL_SESSION

2016-02-27 Thread Shubham Chauhan
NULL, 0, NULL ); > > PEM_write_bio_SSL_SESSION( pBIO, SSL_get_session( pSSL ) ); > > > > They finally call : > > PEM_ASN1_write_bio() > > PEM_ASN1_read_bio() > > about which more info can be found on > http://www.umich.edu/~x509/ssleay/pem_io.html > > > > Hope thi

[openssl-users] PEM_read and write SSL_SESSION

2016-02-26 Thread Shubham Chauhan
If anyone is familiar with the PEM_read_SSL_SESSION and PEM_write_SSL_SESSION functions, please let me know about the arguments and the usage of these functions, in a bit detailed fashion. It'll be really helpful. Thanks -- Regards Shubham Chauhan -- openssl-users mailing list To unsubscribe

[openssl-users] Maintaining a file for session cache - server side

2016-02-25 Thread Shubham Chauhan
maintaining a server side external cache. Any ideas on how to go about it? A small code snippet would be really useful, Thanks -- Regards Shubham Chauhan -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users