aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pgp/pgp_builder.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved enum_name_t to utils folderTobias Brunner2012-10-241-1/+1
* Fixed return values of several functions (e.g. return FALSE for pointer types).Tobias Brunner2012-05-311-2/+2
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-1/+1
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-6/+7
* Moved generic PGP parsing functions to pgp_utils.[ch]Martin Willi2009-09-151-173/+25
* Updated pgp plugin to the new builder APIMartin Willi2009-09-101-119/+37
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-26/+26
* removed position debug outputAndreas Steffen2009-08-301-1/+0
* implemented PGP Secret-Key Packet parsingMartin Willi2009-08-281-5/+152
* moved PGP code to pluto and gpg pluginMartin Willi2009-08-261-23/+34
* enforce RSA_PRIME1 > RSA_PRIME2 (p > q) in PGPMartin Willi2009-08-261-2/+3
* implemented a pgp plugin providing PGP key parsing buildersMartin Willi2009-08-261-0/+347