aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tls/TLSSession.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-48/+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-253/+3
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-4/+12
| | | | selection of platform handler.
* Set Diffie-Hellman prime size (bug SF#3434852).Vincent Richard2011-11-151-0/+1
|
* GNU TLS 3 has no 'extra' (thanks to mabrand).Vincent Richard2011-11-151-0/+2
|
* Removed dependency on gcrypt for gnutls version >= 2.12.Vincent Richard2011-08-211-2/+12
|
* Use gnutls_strerror() for reporting errors.Vincent Richard2011-08-201-111/+9
|
* Use gnutls_priority_set_direct() instead of GNUTLS deprecated functions.Vincent Richard2011-06-261-0/+17
|
* Fixed pointer-type argument for gnutls_credentials_set (thanks to Mike Smellie).Vincent Richard2010-08-191-2/+2
|
* Fixed missing #include.Vincent Richard2010-05-211-0/+1
|
* Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).Vincent Richard2009-12-081-0/+19
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Removed old GNU TLS error.Vincent Richard2008-04-141-1/+1
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-301-2/+2
|
* Added TLS/SSL support.Vincent Richard2005-10-031-0/+342