~ubuntu-branches/ubuntu/precise/libio-socket-ssl-perl/precise

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Bazaar Package Importer
  • Author(s): Davide Puricelli (evo)
  • Date: 2004-08-21 18:18:55 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040821181855-gmhulknkkyyjzcb9
Tags: 0.96-1
New upstream version, closes: #231572.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
here's a list of TODO items in no particular order:
3
 
 
4
 
- integrate diffs/libwww-perl/HTTP_Daemon.pm.diff patch to the current
5
 
  LWP version so that it can be included in the distribution
6
 
 
7
 
- check that SSL sessions get reused on server side. enable session reuse
8
 
  also on client.
9
 
 
10
 
- same SSL options for Context and SSL object creation:
11
 
        - set cipher list in context (SSL_CTX_set_cipher_list)
12
 
        - allow setting SSL version for connections (SSL_set_ssl_method)
13
 
        - SSL options (SSL_set_options)
14
 
        - SSL version
15
 
 
16
 
- X.509 certificate verification callbacks
17
 
 
18
 
- non-blocking I/O