aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pgp
Commit message (Collapse)AuthorAgeFilesLines
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-064-31/+35
|
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵Tobias Brunner2010-03-021-1/+0
| | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore.
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-5/+6
|
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-2/+5
| | | | charon plugins into libcharon.
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
|
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-021-5/+0
|
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-0/+1
|
* added some debugging to pgp certificate parsingAndreas Steffen2009-11-102-8/+35
|
* accept PGP v3 or v4 fingerprint as alternative to PGP user_idAndreas Steffen2009-11-091-2/+11
|
* list v3 or v4 fingerprintAndreas Steffen2009-11-081-3/+54
|
* define TIME_32_BITS_SIGNED_MAX in utils.hAndreas Steffen2009-11-081-2/+2
|
* Fixed all doxygen warningsMartin Willi2009-10-225-6/+6
|
* Use ID_KEY_ID as PGP user id, as it can contain any stringMartin Willi2009-09-151-1/+1
|
* Implemented support for preinstalled PGP certificates in charonMartin Willi2009-09-153-2/+9
|
* Added basic support for PGP certificates (no trust relationships yet)Martin Willi2009-09-153-0/+465
|
* Moved generic PGP parsing functions to pgp_utils.[ch]Martin Willi2009-09-154-173/+334
|
* Updated pgp plugin to the new builder APIMartin Willi2009-09-103-131/+52
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-043-33/+33
|
* removed position debug outputAndreas Steffen2009-08-301-1/+0
|
* implemented PGP Secret-Key Packet parsingMartin Willi2009-08-283-7/+156
|
* implemented PGP fingerprintingMartin Willi2009-08-264-0/+107
|
* moved PGP code to pluto and gpg pluginMartin Willi2009-08-262-102/+36
|
* 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-265-0/+589