index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
security
/
cert
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Merged source and header files in directory structure. Got rid of SConstruct ↵
Vincent Richard
2013-12-29
5
-1143
/
+0
|
|
|
|
build.
*
Simplified types for better readability. Use appropriate types (size_t, ↵
Vincent Richard
2013-12-10
2
-10
/
+10
|
|
|
|
byte_t...). Minor warning fixes.
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
4
-48
/
+48
|
*
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
5
-5
/
+5
|
*
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
|
*
SSL server identity check.
Vincent Richard
2012-12-10
3
-3
/
+86
|
*
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
|
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-0
/
+2
|
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
3
-6
/
+6
|
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
2
-6
/
+5
|
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
3
-3
/
+3
|
*
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
3
-3
/
+3
|
*
Fixed invalid reuse of cert with gnutls_x509_crt_import (thanks to Benjamin ↵
Vincent Richard
2006-12-08
1
-6
/
+8
|
|
|
|
Biron).
*
Renamed 'byte' to 'byte_t'.
Vincent Richard
2006-04-18
1
-4
/
+4
|
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
3
-3
/
+3
|
*
Moved certificate code into 'vmime::net::security::cert' namespace.
Vincent Richard
2005-10-30
3
-0
/
+490