summaryrefslogtreecommitdiff
path: root/doc/TODO
blob: 2280f423c790cf9f4957385e1a6966fe4ca9de75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
If you want to contribute (implement something from the current list, or
anything), contact the developer's mailing list (gnutls-dev@lists.gnupg.org),
in order to avoid having people working on the same thing. 

Current list:
+ Audit the code
* Precalculate signatures for DHE cipher suites
* Add function(s) to get the DHE/A parameters
* Add function to quickly report if a session is a resumed one
* Add function(s) to extract the certificate key's parameters
* Use alloca, if available, for temporary variables
* Minimize footprint.
* Improve support for compression
- Add Kerberos support

(+) Means high priority 
(*) Means medium priority
(-) Means low priority (ie. nobody is interested to develop that)