| Commit message (Expand) | Author | Age | Files | Lines |
| * | pem: Handle BER indefinite length encoding as binary ASN.1 | Martin Willi | 2014-12-12 | 1 | -1/+24 |
| * | Store and parse BLISS private and public keys in DER and PEM format | Andreas Steffen | 2014-11-29 | 2 | -0/+16 |
| * | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| * | pem: Support encoding of attribute certificates | Martin Willi | 2014-03-31 | 1 | -1/+6 |
| * | pem: Use chunk_map() instead of non-portable mmap() | Martin Willi | 2014-01-23 | 1 | -29/+6 |
| * | pki: Replace BUILD_FROM_FD with passing a chunk via BUILD_BLOB | Tobias Brunner | 2013-10-23 | 1 | -42/+1 |
| * | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -3/+4 |
| * | PEM plugin loads PKCS#12 containers from (DER-encoded) files | Tobias Brunner | 2013-05-08 | 3 | -0/+24 |
| * | Remove pluto specific certificate types | Tobias Brunner | 2013-05-08 | 1 | -6/+0 |
| * | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| * | check length of hex-encoded IV | Andreas Steffen | 2012-10-07 | 1 | -2/+5 |
| * | Make sure first argument is an int when using %.*s to print e.g. chunks | Tobias Brunner | 2012-09-28 | 1 | -1/+1 |
| * | PEM loading soft-depends on MD5 only, as unencrypted files don't need MD5 | Martin Willi | 2012-08-03 | 1 | -4/+4 |
| * | Add a return value to hasher_t.get_hash() | Martin Willi | 2012-07-16 | 1 | -5/+11 |
| * | Add a return value to crypter_t.set_key() | Martin Willi | 2012-07-16 | 1 | -2/+2 |
| * | Add a return value to crypter_t.decrypt() | Martin Willi | 2012-07-16 | 1 | -1/+5 |
| * | Building CERT_ANY through PEM requires either a CERT_X509 or a CERT_PGP builder | Martin Willi | 2012-05-03 | 1 | -1/+2 |
| * | PEM loading plugin features depend on the same feature, they are helpers only | Martin Willi | 2012-05-02 | 1 | -0/+17 |
| * | added missing whitespace | Andreas Steffen | 2012-04-30 | 1 | -1/+1 |
| * | Properly initialize optional subject in PEM builder. | Tobias Brunner | 2012-04-30 | 1 | -1/+1 |
| * | added support for raw RSA public keys to stroke | Andreas Steffen | 2012-04-30 | 1 | -9/+24 |
| * | Log messages for PKCS1 and PEM parsing in ASN log group. | Tobias Brunner | 2011-12-16 | 1 | -8/+8 |
| * | added newline | Andreas Steffen | 2011-10-30 | 1 | -0/+1 |
| * | remove pem_encoder_encode | Andreas Steffen | 2011-10-30 | 1 | -0/+2 |
| * | Add features support to pem plugin | Andreas Steffen | 2011-10-30 | 1 | -53/+58 |
| * | 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 |
| * | compute memory requirement for PEM-encoding correctly | Andreas Steffen | 2011-01-07 | 1 | -1/+1 |
| * | Migrated pem_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 supporte... | Martin Willi | 2010-09-03 | 1 | -19/+19 |
| * | Use IV length of a crypter instead of block size for IV calculations | Martin Willi | 2010-08-13 | 1 | -2/+2 |
| * | Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use credential... | Martin Willi | 2010-08-04 | 1 | -60/+29 |
| * | Added support for Certificate, CRL and PKCS10 encoding to PEM plugin | Martin Willi | 2010-07-13 | 1 | -0/+19 |
| * | Renamed key_encod{ing,der}_t and constants, prepare for generic credential en... | Martin Willi | 2010-07-13 | 2 | -28/+28 |
| * | Moved keys/key_encoding.[ch] to cred_encoding.[ch] | Martin Willi | 2010-07-13 | 1 | -1/+1 |
| * | Do not check pointer, but length of a chunk | Martin Willi | 2010-05-05 | 1 | -1/+1 |
| * | PEM encoder supports encoding from RSA components directly, allowing gcrypt p... | Martin Willi | 2010-04-29 | 1 | -5/+40 |
| * | Some whitespace fixes. | Tobias Brunner | 2010-04-06 | 1 | -4/+4 |
| * | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 1 | -16/+19 |
| * | PEM encoding for OpenSSL RSA and EC public and private keys | Andreas Steffen | 2010-04-04 | 1 | -8/+16 |
| * | PEM encoding for GMP RSA public and private keys | Andreas Steffen | 2010-04-04 | 4 | -1/+135 |
| * | change #define to PEM_BUILDER_H_ | Andreas Steffen | 2010-04-03 | 1 | -3/+3 |
| * | Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w... | Tobias Brunner | 2010-03-02 | 1 | -1/+0 |
| * | 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 cha... | Tobias Brunner | 2010-03-02 | 1 | -2/+5 |
| * | 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 |
| * | Fixed all doxygen warnings | Martin Willi | 2009-10-22 | 1 | -1/+1 |
| * | moved .gitignore for pool | Andreas Steffen | 2009-10-15 | 1 | -2/+0 |