aboutsummaryrefslogtreecommitdiffstats
path: root/src/security/cert/gnutls/X509Certificate_GnuTLS.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-290/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-3/+3
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-14/+14
|
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-241-3/+3
|
* Gives access to X.509 certificate underlying structure.Vincent Richard2013-02-051-0/+6
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* SSL server identity check.Vincent Richard2012-12-101-0/+6
|
* 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-031-0/+278