OrlandoLabao43 / sandrob

Automatically exported from code.google.com/p/sandrob
2 stars 0 forks source link

More different ssl sessions #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be useful to have more different ssl sessions.
SSL session would be bound to host name.

This will break ability to have more different ssl session for the same host 
name.

Original issue reported on code.google.com by supp.san...@gmail.com on 18 May 2011 at 6:26

GoogleCodeExporter commented 8 years ago

Original comment by supp.san...@gmail.com on 26 May 2011 at 5:23

GoogleCodeExporter commented 8 years ago

SSL session is bound to hostname:port

SSL contexts are stored in dictionary.
Key is hostname:port

Because android caches connections the same way,
SandroB cannot have finer separation.

Same ssl context will be used for
https://hostname:port/secure_dir1 and
https://hostname:port/secure_dir2 

Original comment by supp.san...@gmail.com on 28 May 2011 at 1:24

GoogleCodeExporter commented 8 years ago

Original comment by supp.san...@gmail.com on 28 May 2011 at 4:15