aboutsummaryrefslogtreecommitdiffstats
path: root/src/security/cert/gnutls (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard1-290/+0
build.
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-3/+3
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-14/+14
2013-03-24Fixed warnings and 64-bit issues.Vincent Richard1-3/+3
2013-02-05Gives access to X.509 certificate underlying structure.Vincent Richard1-0/+6
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-12-10SSL server identity check.Vincent Richard1-0/+6
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 Richard1-0/+278