index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tls
/
TLSSocket.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ...
Vincent Richard
2013-12-29
1
-44
/
+0
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
*
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
2012-11-03
1
-375
/
+2
*
Migrated build system to CMake. Conditional file compilation. Automatic selec...
Vincent Richard
2012-11-01
1
-0
/
+9
*
Fixed memory leak.
Vincent Richard
2012-04-06
1
-0
/
+6
*
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
2009-11-30
1
-2
/
+8
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
gnutls_x509_crt_list_import does not support multiple DER certificates (Georg...
Vincent Richard
2009-06-21
1
-13
/
+12
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
1
-2
/
+2
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
1
-1
/
+1
*
Use std::vector<> instead of new[] allocation (avoid memory leaks by using RA...
Vincent Richard
2007-12-23
1
-5
/
+3
*
Reset exception pointer (thanks to Emmanuel Cabestan).
Vincent Richard
2007-08-10
1
-3
/
+8
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
*
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
2006-10-11
1
-3
/
+3
*
Renamed 'byte' to 'byte_t'.
Vincent Richard
2006-04-18
1
-1
/
+1
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
getPeerCertificates() should be const.
Vincent Richard
2006-01-29
1
-1
/
+1
*
Fixed segfault when cert data is NULL.
Vincent Richard
2006-01-29
1
-0
/
+3
*
Moved certificate code into 'vmime::net::security::cert' namespace.
Vincent Richard
2005-10-30
1
-7
/
+7
*
Added TLS/SSL support.
Vincent Richard
2005-10-03
1
-0
/
+391