index
:
delta/openwrt/ustream-ssl.git
master
openwrt-19.07
staging/ynezz/next
ynezz/next
git.openwrt.org: project/ustream-ssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ustream-ssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for Server Name Indication
Christoph Ziebuhr
2014-12-01
1
-0
/
+4
*
Fix ustream_ssl_poll
Christoph Ziebuhr
2014-12-01
1
-1
/
+1
*
add missing include files
Felix Fietkau
2014-03-25
1
-0
/
+1
*
implement certificate validation (including CN verification)
Felix Fietkau
2014-03-25
1
-0
/
+16
*
Write pending data after connecting
Felix Fietkau
2014-03-17
1
-0
/
+1
*
give the main context a type instead of making it void *
Felix Fietkau
2014-03-15
1
-1
/
+1
*
ustream-ssl: always check connection at the beginning of a session
Felix Fietkau
2014-03-15
1
-0
/
+1
*
split cyassl and openssl sources, add ssl library abstraction
Felix Fietkau
2013-02-04
1
-133
/
+23
*
fix read polling by putting the buffer prepare in a loop
Felix Fietkau
2013-01-22
1
-13
/
+19
*
add s->poll wrapper
Felix Fietkau
2013-01-22
1
-0
/
+8
*
add copyright info and license
Felix Fietkau
2013-01-13
1
-0
/
+18
*
fix compile errors on linux
Felix Fietkau
2013-01-13
1
-6
/
+2
*
return -1/0 instead of ssl specific return codes when setting crt/key files
Felix Fietkau
2013-01-04
1
-2
/
+8
*
only export one symbol from the lib, containing a struct with all functions. ...
Felix Fietkau
2013-01-04
1
-5
/
+13
*
Initial import
Felix Fietkau
2012-10-23
1
-0
/
+259