jigar-joshi / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Code review request #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
This is a partial implementation of DTLS support for 
StreamAdapter/OpenSSLStreamAdapter.
It includes the following enhancements:

- API support for indicating TLS versus DTLS
- The ability to use a certificate fingerprint instead of a certificate to 
indicate the peer.
- Code to drive the OpenSSL retransmission timers/state machine.
- A test harness to exercise some of the above

The big thing missing is support for atomic reads and writes. This is coming.

When reviewing my code changes, please focus on:
This is my first contribution so while I've tried to follow the Google style 
guide and
the surrounding code, I've probably made some major stylistic errors. If you see
such errors (especially if they are systematic) please tell me and I'll fix and 
resubmit.

After the review, I'll merge this branch into:
I don't have commit privileges, so I won't be committing this at all.

Original issue reported on code.google.com by e...@rtfm.com on 9 Sep 2011 at 11:23

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by juberti@google.com on 8 Dec 2011 at 9:35