aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pgp
Commit message (Collapse)AuthorAgeFilesLines
* certificate: Return signature scheme and parameters from issued_by() methodTobias Brunner2017-11-082-1/+2
| | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies.
* private-key: Add optional parameters argument to sign() methodTobias Brunner2017-11-081-12/+8
|
* Use standard unsigned integer typesAndreas Steffen2016-03-244-13/+13
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* enum: Don't directly include enum.hMartin Willi2014-05-161-2/+1
| | | | | To allow enum.h to depend on utils.h definitions, avoid its direct inclusion. Instead include utils.h, which includes enum.h as well.
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+4
| | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
* Moved debug.[ch] to utils folderTobias Brunner2012-10-244-4/+4
|
* Moved enum_name_t to utils folderTobias Brunner2012-10-241-1/+1
|
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-162-4/+12
|
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-121-1/+1
|
* Fixed return values of several functions (e.g. return FALSE for pointer types).Tobias Brunner2012-05-312-4/+4
|
* Also log PGP parsing in ASN log group.Tobias Brunner2011-12-162-19/+19
|
* Added features support to pgp pluginAndreas Steffen2011-10-301-19/+23
|
* Migrated pgp_cert to INIT/METHOD macrosAndreas Steffen2011-09-291-80/+52
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Migrated pgp_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-10/+11
|
* Added a final flag to builder registration to enumerate the actually ↵Martin Willi2010-09-031-5/+5
| | | | supported algorithms
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-1/+1
|
* Support different encoding types in certificate.get_encoding()Martin Willi2010-07-131-4/+14
|
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵Martin Willi2010-07-133-7/+7
| | | | encoding
* Moved keys/key_encoding.[ch] to cred_encoding.[ch]Martin Willi2010-07-131-1/+1
|
* Removed is_newer() from certificate_t, obsoleting all implementationsMartin Willi2010-05-211-18/+0
|
* 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