]> git.ipfire.org Git - people/ms/strongswan.git/history - src/libstrongswan/plugins/pem/pem_builder.c
PEM plugin loads PKCS#12 containers from (DER-encoded) files
[people/ms/strongswan.git] / src / libstrongswan / plugins / pem / pem_builder.c
2013-05-08  Tobias BrunnerPEM plugin loads PKCS#12 containers from (DER-encoded...
2012-10-24  Tobias BrunnerMoved debug.[ch] to utils folder
2012-10-07  Andreas Steffencheck length of hex-encoded IV
2012-09-28  Tobias BrunnerMake sure first argument is an int when using %.*s...
2012-07-16  Martin WilliAdd a return value to hasher_t.get_hash()
2012-07-16  Martin WilliAdd a return value to crypter_t.set_key()
2012-07-16  Martin WilliAdd a return value to crypter_t.decrypt()
2012-05-02  Martin WilliMerge branch 'ikev1'
2012-04-30  Andreas Steffenadded missing whitespace
2012-04-30  Tobias BrunnerProperly initialize optional subject in PEM builder.
2012-04-29  Andreas Steffenadded support for raw RSA public keys to stroke
2012-03-20  Martin WilliMerge branch 'ikev1-clean' into ikev1-master
2011-12-16  Tobias BrunnerLog messages for PKCS1 and PEM parsing in ASN log group.
2010-08-13  Martin WilliUse IV length of a crypter instead of block size for...
2010-08-04  Martin WilliObseleted BUILD_PASSPHRASE(_CALLBACK) for private key...
2010-05-05  Martin WilliDo not check pointer, but length of a chunk
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2009-09-16  Martin WilliFixed loading of DER encoded certificate files
2009-09-15  Martin WilliImplemented support for preinstalled PGP certificates...
2009-09-10  Martin WilliUpdated pem plugin to the new builder API
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-28  Martin Williadded workaround to parse PEM encoded PGP key with...
2009-08-26  Martin Williadded a BUILD_FROM_FD option, supporting credential...
2009-08-26  Martin Willihandle pluto specific certificates under CRED_CERTIFICA...
2009-08-26  Martin Williuse a pluto specific credential builder to build pluto...
2009-08-26  Martin Willipass along X509 flags when loading PEM encoded data
2009-08-26  Martin Williadded file loading support to pem plugin, using mmap()
2009-08-26  Martin Willimoved PEM parsing functionality to its own plugin