diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-06 18:00:07 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-06 18:00:07 +0000 |
commit | e047f7f8652d9c67ed96d4ff6f02fa7e23333c54 (patch) | |
tree | 1108bb0903409319cd8d49057b6f9c31d7bb7a95 /doc/TODO | |
parent | af60d79f5deee3e6b264049dfa8512f381a8cbc6 (diff) | |
download | tor-e047f7f8652d9c67ed96d4ff6f02fa7e23333c54.tar.gz tor-e047f7f8652d9c67ed96d4ff6f02fa7e23333c54.zip |
r16455@catbus: nickm | 2007-11-06 12:48:00 -0500
Parse CERT cells and act correctly when we get them.
svn:r12396
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -34,16 +34,16 @@ Things we'd like to do in 0.2.0.x: o Add parse logic o Make CERT variable. o Make VERSIONS variable. - - CERT cells - - functions to parse x509 certs - - functions to validate a single x509 cert against a TLS connection - - functions to validate a chain of x509 certs, and extract a PK. + o CERT cells + o functions to parse x509 certs + o functions to validate a single x509 cert against a TLS connection + o functions to validate a chain of x509 certs, and extract a PK. o function to encode x509 certs o Parse CERT cells o Generate CERT cells o Keep copies of X509 certs around, not necessarily associated with connection. - - LINK_AUTH cells + . LINK_AUTH cells o Code to generate o Remember certificate digests from TLS o Code to parse and check |