index
:
vmime
master
A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tls
/
openssl
/
TLSSocket_OpenSSL.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ↵
Vincent Richard
2013-12-29
1
-601
/
+0
|
|
|
|
build.
*
Better error handling. Fixed return values in custom BIO. Added support for ↵
Vincent Richard
2013-12-18
1
-47
/
+134
|
|
|
|
SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE in handshaking.
*
Loop on recv and send operations for non-blocking sockets with OpenSSL.
Vincent Richard
2013-12-17
1
-20
/
+16
|
*
Simplified types for better readability. Use appropriate types (size_t, ↵
Vincent Richard
2013-12-10
1
-11
/
+25
|
|
|
|
byte_t...). Minor warning fixes.
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-16
/
+16
|
*
Cross-platform and (truly) thread-safe OpenSSL initialization.
Vincent Richard
2013-05-13
1
-0
/
+4
|
*
Fixed BIO_METHOD initialization for thread safety.
Vincent Richard
2013-05-12
1
-14
/
+16
|
*
Remove +x bit from source files
Jan Engelhardt
2013-03-27
1
-0
/
+0
|
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
|
*
SSL server identity check.
Vincent Richard
2012-12-10
1
-1
/
+13
|
*
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵
Vincent Richard
2012-11-29
1
-16
/
+86
|
|
|
|
Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
*
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2012-11-03
1
-0
/
+416