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