index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
/
pgp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
4
-4
/
+4
|
*
Moved enum_name_t to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
|
*
Add a return value to hasher_t.allocate_hash()
Martin Willi
2012-07-16
2
-4
/
+12
|
*
certificate_t->issued_by takes an argument to receive signature scheme
Martin Willi
2012-06-12
1
-1
/
+1
|
*
Fixed return values of several functions (e.g. return FALSE for pointer types).
Tobias Brunner
2012-05-31
2
-4
/
+4
|
*
Also log PGP parsing in ASN log group.
Tobias Brunner
2011-12-16
2
-19
/
+19
|
*
Added features support to pgp plugin
Andreas Steffen
2011-10-30
1
-19
/
+23
|
*
Migrated pgp_cert to INIT/METHOD macros
Andreas Steffen
2011-09-29
1
-80
/
+52
|
*
Added a (not yet implemented) plugin_t method to reload plugin configuration
Martin Willi
2011-04-15
1
-0
/
+1
|
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵
Martin Willi
2011-04-15
1
-0
/
+7
|
|
|
|
over plugin_t
*
Migrated pgp_plugin_t to INIT/METHOD macros
Andreas Steffen
2010-12-04
1
-10
/
+11
|
*
Added a final flag to builder registration to enumerate the actually ↵
Martin Willi
2010-09-03
1
-5
/
+5
|
|
|
|
supported algorithms
*
Added support for different encryption schemes to private/public keys
Martin Willi
2010-08-10
1
-1
/
+1
|
*
Support different encoding types in certificate.get_encoding()
Martin Willi
2010-07-13
1
-4
/
+14
|
*
Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵
Martin Willi
2010-07-13
3
-7
/
+7
|
|
|
|
encoding
*
Moved keys/key_encoding.[ch] to cred_encoding.[ch]
Martin Willi
2010-07-13
1
-1
/
+1
|
*
Removed is_newer() from certificate_t, obsoleting all implementations
Martin Willi
2010-05-21
1
-18
/
+0
|
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
4
-31
/
+35
|
*
Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵
Tobias Brunner
2010-03-02
1
-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 Brunner
2010-03-02
1
-5
/
+6
|
*
Link all enabled libstrongswan plugins into the library, link all enabled ↵
Tobias Brunner
2010-03-02
1
-2
/
+5
|
|
|
|
charon plugins into libcharon.
*
Changed plugin constructors from plugin_create to plugin_name_plugin_create.
Tobias Brunner
2010-03-02
1
-1
/
+1
|
*
Removing the plugin constructor declarations from the header files.
Tobias Brunner
2010-03-02
1
-5
/
+0
|
*
Link all plugins to libstrongswan.
Tobias Brunner
2010-02-25
1
-0
/
+1
|
*
added some debugging to pgp certificate parsing
Andreas Steffen
2009-11-10
2
-8
/
+35
|
*
accept PGP v3 or v4 fingerprint as alternative to PGP user_id
Andreas Steffen
2009-11-09
1
-2
/
+11
|
*
list v3 or v4 fingerprint
Andreas Steffen
2009-11-08
1
-3
/
+54
|
*
define TIME_32_BITS_SIGNED_MAX in utils.h
Andreas Steffen
2009-11-08
1
-2
/
+2
|
*
Fixed all doxygen warnings
Martin Willi
2009-10-22
5
-6
/
+6
|
*
Use ID_KEY_ID as PGP user id, as it can contain any string
Martin Willi
2009-09-15
1
-1
/
+1
|
*
Implemented support for preinstalled PGP certificates in charon
Martin Willi
2009-09-15
3
-2
/
+9
|
*
Added basic support for PGP certificates (no trust relationships yet)
Martin Willi
2009-09-15
3
-0
/
+465
|
*
Moved generic PGP parsing functions to pgp_utils.[ch]
Martin Willi
2009-09-15
4
-173
/
+334
|
*
Updated pgp plugin to the new builder API
Martin Willi
2009-09-10
3
-131
/
+52
|
*
removed trailing spaces ([[:space:]]+$)
Martin Willi
2009-09-04
3
-33
/
+33
|
*
removed position debug output
Andreas Steffen
2009-08-30
1
-1
/
+0
|
*
implemented PGP Secret-Key Packet parsing
Martin Willi
2009-08-28
3
-7
/
+156
|
*
implemented PGP fingerprinting
Martin Willi
2009-08-26
4
-0
/
+107
|
*
moved PGP code to pluto and gpg plugin
Martin Willi
2009-08-26
2
-102
/
+36
|
*
enforce RSA_PRIME1 > RSA_PRIME2 (p > q) in PGP
Martin Willi
2009-08-26
1
-2
/
+3
|
*
implemented a pgp plugin providing PGP key parsing builders
Martin Willi
2009-08-26
5
-0
/
+589