aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/pem
Commit message (Expand)AuthorAgeFilesLines
* Building CERT_ANY through PEM requires either a CERT_X509 or a CERT_PGP builderMartin Willi2012-05-031-1/+2
* PEM loading plugin features depend on the same feature, they are helpers onlyMartin Willi2012-05-021-0/+17
* added missing whitespaceAndreas Steffen2012-04-301-1/+1
* Properly initialize optional subject in PEM builder.Tobias Brunner2012-04-301-1/+1
* added support for raw RSA public keys to strokeAndreas Steffen2012-04-301-9/+24
* Log messages for PKCS1 and PEM parsing in ASN log group.Tobias Brunner2011-12-161-8/+8
* added newlineAndreas Steffen2011-10-301-0/+1
* remove pem_encoder_encodeAndreas Steffen2011-10-301-0/+2
* Add features support to pem pluginAndreas Steffen2011-10-301-53/+58
* 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
* compute memory requirement for PEM-encoding correctlyAndreas Steffen2011-01-071-1/+1
* Migrated pem_plugin_t to INIT/METHOD macrosAndreas Steffen2010-12-041-7/+11
* Added a final flag to builder registration to enumerate the actually supporte...Martin Willi2010-09-031-19/+19
* Use IV length of a crypter instead of block size for IV calculationsMartin Willi2010-08-131-2/+2
* Obseleted BUILD_PASSPHRASE(_CALLBACK) for private key loading, use credential...Martin Willi2010-08-041-60/+29
* Added support for Certificate, CRL and PKCS10 encoding to PEM pluginMartin Willi2010-07-131-0/+19
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-132-28/+28
* Moved keys/key_encoding.[ch] to cred_encoding.[ch]Martin Willi2010-07-131-1/+1
* Do not check pointer, but length of a chunkMartin Willi2010-05-051-1/+1
* PEM encoder supports encoding from RSA components directly, allowing gcrypt p...Martin Willi2010-04-291-5/+40
* Some whitespace fixes.Tobias Brunner2010-04-061-4/+4
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-16/+19
* PEM encoding for OpenSSL RSA and EC public and private keysAndreas Steffen2010-04-041-8/+16
* PEM encoding for GMP RSA public and private keysAndreas Steffen2010-04-044-1/+135
* change #define to PEM_BUILDER_H_Andreas Steffen2010-04-031-3/+3
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...Tobias Brunner2010-03-021-1/+0
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-2/+3
* Link all enabled libstrongswan plugins into the library, link all enabled cha...Tobias Brunner2010-03-021-2/+5
* 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
* Fixed all doxygen warningsMartin Willi2009-10-221-1/+1
* moved .gitignore for poolAndreas Steffen2009-10-151-2/+0
* Fixed loading of DER encoded certificate filesMartin Willi2009-09-161-5/+5
* Implemented support for preinstalled PGP certificates in charonMartin Willi2009-09-151-0/+5
* support of PKCS#10 certificate request parsingAndreas Steffen2009-09-131-0/+2
* Updated pem plugin to the new builder APIMartin Willi2009-09-103-183/+128
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-043-36/+36
* added workaround to parse PEM encoded PGP key with KEY_RSAMartin Willi2009-08-281-0/+7
* added a BUILD_FROM_FD option, supporting credential parsing from stdinMartin Willi2009-08-261-0/+43
* handle pluto specific certificates under CRED_CERTIFICATE, not as own credent...Martin Willi2009-08-262-18/+8
* use a pluto specific credential builder to build pluto cert_t'sMartin Willi2009-08-263-0/+26
* pass along X509 flags when loading PEM encoded dataMartin Willi2009-08-261-2/+11
* added file loading support to pem plugin, using mmap()Martin Willi2009-08-261-15/+79
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-265-0/+698