tor/changes/tls-hash

6 lines
151 B
Plaintext
Raw Normal View History

2011-02-20 04:01:42 +01:00
o Code simplifications and refactoring:
2011-03-04 02:54:53 +01:00
- Use SSL_get_ex_data to map SSL objects to tor_tls_t objects: there's
2011-02-20 04:01:42 +01:00
no need for a hash table.
2011-03-04 02:54:53 +01:00