Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deleisha committed Mar 15, 2015
1 parent 0a048d7 commit 0fc675d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ We intend to provide the library as subpart of libuv, if we can finish soon.
- Work on supporting DTLS support - later versions
- Work on building and packaging

### Usage and API
libuv-tls have similar looking API as that of libuv. Any libuv users can easily used the API
looking at the uv_tls.h

uv_tls.h have all the APIs and users including this header will still have access to all APIs
being exported by uv.h

As of that, libuv-tls does not hide any symbols.

Sample usage can be seen at ```test_tls.c``` and ```test_tls_client.c```


### TEST:
Expand Down

0 comments on commit 0fc675d

Please sign in to comment.