index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
security
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
12
-99
/
+99
2013-09-08
Added required includes for MSVC.
Vincent Richard
1
-0
/
+1
2013-07-16
Fixed issue #45: test for _WIN32 instead of WIN32.
Vincent Richard
1
-2
/
+2
2013-05-13
Cross-platform and (truly) thread-safe OpenSSL initialization.
Vincent Richard
1
-3
/
+3
2013-04-26
Issue #36: added support for wildcard in Common Name when verifying host ↵
Vincent Richard
1
-1
/
+19
name (thanks to Anthony Dervish).
2013-04-26
Fixed invalid buffer access.
Vincent Richard
1
-1
/
+1
2013-03-27
Remove +x bit from source files
Jan Engelhardt
1
-0
/
+0
2013-03-24
Fixed warnings and 64-bit issues.
Vincent Richard
2
-4
/
+4
2013-02-05
Gives access to X.509 certificate underlying structure.
Vincent Richard
2
-0
/
+12
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
16
-16
/
+16
2012-12-24
exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORT
Mark Brand
1
-0
/
+5
2012-12-17
Misc fixes for Windows build (thanks to Mehmet Bozkurt).
Vincent Richard
1
-9
/
+19
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
2
-4
/
+4
2012-12-10
SSL server identity check.
Vincent Richard
4
-3
/
+98
2012-11-29
Trivial 64-bit warning fixes.
Vincent Richard
4
-16
/
+16
2012-11-29
Better handling of SSL_ERROR_WANT_READ/SSL_ERROR_WANT_WRITE. Sockets on ↵
Vincent Richard
1
-0
/
+34
Windows platform are now non-blocking (thanks to Mehmet Bozkurt).
2012-11-06
Thread-safe initialization for OpenSSL.
Vincent Richard
1
-0
/
+5
2012-11-03
Fixed runtime error on cast.
Vincent Richard
1
-1
/
+1
2012-11-03
Fixed compilation issues.
Vincent Richard
1
-4
/
+4
2012-11-03
OpenSSL support (thanks to Mehmet Bozkurt).
Vincent Richard
3
-222
/
+751
2012-11-01
Migrated build system to CMake. Conditional file compilation. Automatic ↵
Vincent Richard
7
-0
/
+63
selection of platform handler.
2012-04-14
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2
-0
/
+5
2010-05-20
Fixed type size.
Vincent Richard
1
-7
/
+7
2010-03-10
Fixed compilation issue with 'const'.
Vincent Richard
1
-1
/
+1
2010-03-10
Fixed bug #2966885: memory leak caused by strong ref (thanks to tuxx from SF).
Vincent Richard
1
-2
/
+2
2009-11-30
Added block size on sockets to allow different buffer size for SSL.
Vincent Richard
1
-2
/
+8
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
14
-28
/
+28
2009-07-11
Ensure 'unsigned long' is 4 bytes long (Georg Sauthoff).
Vincent Richard
1
-2
/
+5
2008-10-12
New namespace for encoders.
Vincent Richard
1
-3
/
+6
2008-10-12
Fixed compilation warnings.
Vincent Richard
8
-25
/
+28
2008-01-04
Changed copyright year to 2008.
Vincent Richard
14
-14
/
+14
2007-12-23
Use std::vector<> instead of new[] allocation (avoid memory leaks by using ↵
Vincent Richard
1
-18
/
+6
RAII idiom).
2007-01-01
Changed copyright year to 2007.
Vincent Richard
14
-14
/
+14
2006-12-08
Fixed invalid reuse of cert with gnutls_x509_crt_import (thanks to Benjamin ↵
Vincent Richard
1
-6
/
+8
Biron).
2006-11-08
Imbue classic 'C' locale for the output of message parts and protocol commands.
Vincent Richard
1
-0
/
+1
2006-10-11
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
1
-3
/
+3
2006-04-18
Renamed 'byte' to 'byte_t'.
Vincent Richard
8
-42
/
+41
2006-03-29
Refactored and cleaned up smart pointers.
Vincent Richard
1
-4
/
+8
2006-02-05
Changed copyright year to 2006.
Vincent Richard
14
-14
/
+14
2005-12-02
Fixed bug when connecting to IMAP with default authenticator.
Vincent Richard
1
-2
/
+2
2005-10-30
Moved certificate code into 'vmime::net::security::cert' namespace.
Vincent Richard
3
-0
/
+490
2005-09-17
Updated FSF address.
Vincent Richard
11
-33
/
+77
2005-09-17
SASL authentication.
Vincent Richard
7
-0
/
+1085
2005-09-06
New namespace for message digest algorithms.
Vincent Richard
4
-0
/
+737