TODO 878 B

12345678910111213141516171819202122232425262728
  1. - The loading of the netscape RC4 encrypted key is a crock of pig pellets.
  2. It will be reworked along with a nice general mechanism for encrypting
  3. ASN.1 stuff. [ Jun 96 ] I've cleaned up private keys internally but
  4. still have not done PKCS#8 support.
  5. - Winsock support in s_client/s_server for windows nt/3.1 is a crock.
  6. I will probably not get this fixed for a while, it is just there so
  7. I could test things.
  8. - Be able to generate DSS certificates.
  9. - Add CRL to the X509 verification stuff, this will probably be added with
  10. SSLv3.
  11. + X509 callback. I need to callback the application to retrieve certificates
  12. and CRL.
  13. *<- designates the things I'm activly working on.
  14. +<- designates that which I have next in the queue.
  15. ====
  16. X509v3 extensions
  17. verify certificate chains
  18. X509 cert lookup methods
  19. RSA/DSA/DH methods mostly for smart cards
  20. dsa cert generation