Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | certificate: Return signature scheme and parameters from issued_by() method | Tobias Brunner | 2017-11-08 | 1 | -4/+7 |
| | | | | | This also required some include restructuring (avoid including library.h in headers) to avoid unresolvable circular dependencies. | ||||
* | vici: Support of raw public keys | Andreas Steffen | 2016-01-09 | 2 | -0/+15 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -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. | ||||
* | pubkey: Improve comparison of raw public key certificate objects | Tobias Brunner | 2013-06-21 | 1 | -1/+11 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | certificate_t->issued_by takes an argument to receive signature scheme | Martin Willi | 2012-06-12 | 1 | -1/+6 |
| | |||||
* | fixed feature dependencies for CERT_TRUSTED_PUBKEY | Andreas Steffen | 2012-05-05 | 1 | -0/+5 |
| | |||||
* | added missing whitespace | Andreas Steffen | 2012-04-30 | 1 | -0/+1 |
| | |||||
* | CERT_TRUSTED_PUBKEY stores notBefore, notAfter and subject information | Andreas Steffen | 2012-04-25 | 1 | -7/+41 |
| | |||||
* | Add features support to pubkey plugin | Andreas Steffen | 2011-10-26 | 1 | -6/+11 |
| | |||||
* | Migrated pubkey_cert to INIT/METHOD macros | Andreas Steffen | 2011-09-28 | 1 | -69/+48 |
| | |||||
* | make encoding of CERT_TRUSTED_PUBKEY configurable | Andreas Steffen | 2011-09-08 | 1 | -1/+1 |
| | |||||
* | 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 pubkey_plugin_t to INIT/METHOD macros | Andreas Steffen | 2010-12-04 | 1 | -7/+11 |
| | |||||
* | Added a final flag to builder registration to enumerate the actually ↵ | Martin Willi | 2010-09-03 | 1 | -1/+1 |
| | | | | supported algorithms | ||||
* | Support different encoding types in certificate.get_encoding() | Martin Willi | 2010-07-13 | 1 | -9/+4 |
| | |||||
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential ↵ | Martin Willi | 2010-07-13 | 1 | -4/+4 |
| | | | | encoding | ||||
* | Removed is_newer() from certificate_t, obsoleting all implementations | Martin Willi | 2010-05-21 | 1 | -9/+0 |
| | |||||
* | 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 | -2/+3 |
| | |||||
* | 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 |
| | |||||
* | Updated pubkey plugin to the new builder API | Martin Willi | 2009-09-10 | 3 | -74/+31 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 2 | -17/+17 |
| | |||||
* | updated pubkey plugin to new fingerprinting API | Martin Willi | 2009-08-26 | 1 | -20/+48 |
| | |||||
* | use credential builder API to parse trusted public keys | Martin Willi | 2009-08-26 | 1 | -11/+11 |
| | |||||
* | removed subjectPublicKeyInfo parsing, provided by pkcs1 plugin | Martin Willi | 2009-08-26 | 4 | -208/+1 |
| | |||||
* | make use of the pem helper plugin to load credentials | Martin Willi | 2009-08-26 | 1 | -16/+0 |
| | |||||
* | moved PEM parsing functionality to its own plugin | Martin Willi | 2009-08-26 | 1 | -5/+4 |
| | |||||
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | got rid of libcrypto | Andreas Steffen | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 5 | -10/+0 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 3 | -3/+3 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | implemented ipsec listalgs as a stroke command | Andreas Steffen | 2008-10-08 | 1 | -1/+1 |
| | |||||
* | get_subject() of a CERT_TRUSTED_PUBKEY object returns ID_PUBKEY_INFO_SHA1 ↵ | Andreas Steffen | 2008-10-08 | 1 | -1/+1 |
| | | | | hash consistent with the IKEv2 keyid philosophy | ||||
* | Implemented BUILD_BLOB_ASN1_DER for the CERT_TRUSTED_PUBKEY subtype | Andreas Steffen | 2008-10-08 | 2 | -4/+24 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 2 | -49/+50 |
| | | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts | ||||
* | loading PEM encoded public keys | Martin Willi | 2008-06-11 | 1 | -2/+18 |
| | |||||
* | ECDSA with OpenSSL | Tobias Brunner | 2008-06-10 | 1 | -0/+9 |
| | |||||
* | corrected deinitialisation of public key factory | Tobias Brunner | 2008-05-15 | 1 | -1/+3 |
| | |||||
* | generic public key factory moved | Tobias Brunner | 2008-05-15 | 4 | -1/+202 |
| | |||||
* | moved RAW public key support to a separate plugin (pubkey) | Martin Willi | 2008-05-08 | 5 | -0/+453 |