aboutsummaryrefslogtreecommitdiffstats
path: root/src/security/cert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-295-1143/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-102-10/+10
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-214-48/+48
|
* Fixed issue #45: test for _WIN32 instead of WIN32.Vincent Richard2013-07-161-2/+2
|
* Cross-platform and (truly) thread-safe OpenSSL initialization.Vincent Richard2013-05-131-3/+3
|
* Issue #36: added support for wildcard in Common Name when verifying host ↵Vincent Richard2013-04-261-1/+19
| | | | name (thanks to Anthony Dervish).
* Fixed invalid buffer access.Vincent Richard2013-04-261-1/+1
|
* Remove +x bit from source filesJan Engelhardt2013-03-271-0/+0
|
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-242-4/+4
|
* Gives access to X.509 certificate underlying structure.Vincent Richard2013-02-052-0/+12
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-105-5/+5
|
* exclude defaultCertificateVerifier.cpp unless VMIME_HAVE_TLS_SUPPORTMark Brand2012-12-241-0/+5
|
* Misc fixes for Windows build (thanks to Mehmet Bozkurt).Vincent Richard2012-12-171-9/+19
|
* SSL server identity check.Vincent Richard2012-12-103-3/+86
|
* Thread-safe initialization for OpenSSL.Vincent Richard2012-11-061-0/+5
|
* Fixed runtime error on cast.Vincent Richard2012-11-031-1/+1
|
* Fixed compilation issues.Vincent Richard2012-11-031-4/+4
|
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-033-222/+751
|
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+2
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-063-6/+6
|
* Fixed compilation warnings.Vincent Richard2008-10-122-6/+5
|
* Changed copyright year to 2008.Vincent Richard2008-01-043-3/+3
|
* Use std::vector<> instead of new[] allocation (avoid memory leaks by using ↵Vincent Richard2007-12-231-18/+6
| | | | RAII idiom).
* Changed copyright year to 2007.Vincent Richard2007-01-013-3/+3
|
* Fixed invalid reuse of cert with gnutls_x509_crt_import (thanks to Benjamin ↵Vincent Richard2006-12-081-6/+8
| | | | Biron).
* Renamed 'byte' to 'byte_t'.Vincent Richard2006-04-181-4/+4
|
* Changed copyright year to 2006.Vincent Richard2006-02-053-3/+3
|
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-303-0/+490