index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tls
/
openssl
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ↵
Vincent Richard
4
-990
/
+0
build.
2013-12-18
Better error handling. Fixed return values in custom BIO. Added support for ↵
Vincent Richard
1
-47
/
+134
SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE in handshaking.
2013-12-17
Loop on recv and send operations for non-blocking sockets with OpenSSL.
Vincent Richard
1
-20
/
+16
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, ↵
Vincent Richard
1
-11
/
+25
byte_t...). Minor warning fixes.
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
4
-29
/
+29
2013-09-23
Order ciphers according to strength and always exclude ADH (OpenSSL).
Vincent Richard
1
-4
/
+4
2013-09-21
TLS properties: allows setting custom cipher suite for TLS/SSL connections.
Vincent Richard
2
-5
/
+118
2013-05-13
Cross-platform and (truly) thread-safe OpenSSL initialization.
Vincent Richard
3
-43
/
+37
2013-05-12
Fixed BIO_METHOD initialization for thread safety.
Vincent Richard
1
-14
/
+16
2013-03-27
Remove +x bit from source files
Jan Engelhardt
3
-0
/
+0
2013-01-15
Removed unused includes for OpenSSL.
Vincent Richard
1
-6
/
+0
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
3
-3
/
+3
2012-12-10
SSL server identity check.
Vincent Richard
1
-1
/
+13
2012-11-29
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵
Vincent Richard
2
-16
/
+89
Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
2012-11-06
Thread-safe initialization for OpenSSL.
Vincent Richard
1
-4
/
+3
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
3
-0
/
+706