aboutsummaryrefslogtreecommitdiffstats
path: root/src/security/cert (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard5-1143/+0
build.
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2-10/+10
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard4-48/+48
2013-07-16Fixed issue #45: test for _WIN32 instead of WIN32.Vincent Richard1-2/+2
2013-05-13Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard1-3/+3
2013-04-26Issue #36: added support for wildcard in Common Name when verifying host ↵Vincent Richard1-1/+19
name (thanks to Anthony Dervish).
2013-04-26Fixed invalid buffer access.Vincent Richard1-1/+1
2013-03-27Remove +x bit from source filesJan Engelhardt1-0/+0
2013-03-24Fixed warnings and 64-bit issues.Vincent Richard2-4/+4
2013-02-05Gives access to X.509 certificate underlying structure.Vincent Richard2-0/+12
2013-01-10Updated copyright year and maintainer email address.Vincent Richard5-5/+5
2012-12-24exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORTMark Brand1-0/+5
2012-12-17Misc fixes for Windows build (thanks to Mehmet Bozkurt).Vincent Richard1-9/+19
2012-12-10SSL server identity check.Vincent Richard3-3/+86
2012-11-06Thread-safe initialization for OpenSSL.Vincent Richard1-0/+5
2012-11-03Fixed runtime error on cast.Vincent Richard1-1/+1
2012-11-03Fixed compilation issues.Vincent Richard1-4/+4
2012-11-03OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard3-222/+751
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard1-0/+2
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard3-6/+6
2008-10-12Fixed compilation warnings.Vincent Richard2-6/+5
2008-01-04Changed copyright year to 2008.Vincent Richard3-3/+3
2007-12-23Use std::vector<> instead of new[] allocation (avoid memory leaks by using ↵Vincent Richard1-18/+6
RAII idiom).
2007-01-01Changed copyright year to 2007.Vincent Richard3-3/+3
2006-12-08Fixed invalid reuse of cert with gnutls_x509_crt_import (thanks to Benjamin ↵Vincent Richard1-6/+8
Biron).
2006-04-18Renamed 'byte' to 'byte_t'.Vincent Richard1-4/+4
2006-02-05Changed copyright year to 2006.Vincent Richard3-3/+3
2005-10-30Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard3-0/+490