aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/TLSSocket.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-44/+0
| | | | build.
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-375/+2
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-0/+9
| | | | selection of platform handler.
* Fixed memory leak.Vincent Richard2012-04-061-0/+6
|
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-301-2/+8
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* gnutls_x509_crt_list_import does not support multiple DER certificates ↵Vincent Richard2009-06-211-13/+12
| | | | (Georg Sauthoff).
* Fixed compilation warnings.Vincent Richard2008-10-121-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Use std::vector<> instead of new[] allocation (avoid memory leaks by using ↵Vincent Richard2007-12-231-5/+3
| | | | RAII idiom).
* Reset exception pointer (thanks to Emmanuel Cabestan).Vincent Richard2007-08-101-3/+8
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-3/+3
|
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-181-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* getPeerCertificates() should be const.Vincent Richard2006-01-291-1/+1
|
* Fixed segfault when cert data is NULL.Vincent Richard2006-01-291-0/+3
|
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-301-7/+7
|
* Added TLS/SSL support.Vincent Richard2005-10-031-0/+391