]> git.ipfire.org Git - thirdparty/strongswan.git/history - src/libstrongswan/plugins/gcrypt
Correctly install DNS servers on Android if frontend is not used.
[thirdparty/strongswan.git] / src / libstrongswan / plugins / gcrypt /
2011-07-20  Tobias BrunnerFixed common misspellings.
2011-05-19  Martin WilliFix some warnings triggered by gcc 4.6 -Wunused-but...
2011-04-15  Martin WilliAdded a (not yet implemented) plugin_t method to reload...
2011-04-15  Martin WilliAdded a get_name() function to plugin_t, create_plugin_...
2010-12-18  Andreas Steffentrace back crypto algorithms to the plugins that regist...
2010-09-03  Martin WilliAdded a final flag to builder registration to enumerate...
2010-09-03  Martin WilliAdded support for MODP_CUSTOM to gcrypt plugin
2010-08-18  Martin WilliUse a seperate section for each nested struct member...
2010-08-16  Martin WilliVariable key length crypters use default key length...
2010-08-13  Martin WilliImplemented AES/Camellia counter mode in gcrypt
2010-08-13  Martin WilliAdd dedicated getter for the IV size to the crypter_t...
2010-08-10  Martin WilliUse bits instead of bytes for a private/public key
2010-08-10  Martin WilliAdded support for different encryption schemes to priva...
2010-08-10  Martin WilliMigraded gcrypt plugin to INIT/METHOD macros
2010-07-13  Martin WilliRenamed key_encod{ing,der}_t and constants, prepare...
2010-05-17  Martin WilliExplicitly link gpg-error to gcrypt plugin
2010-04-29  Martin WilliFixed RSA key generation with gcrypt
2010-04-19  Martin WilliAdded support for DH groups 22, 23 and 24, patch contri...
2010-04-08  Martin WilliStore DH generator in a chunk, hide non-public data...
2010-04-06  Tobias BrunnerAdding DBG_LIB to all calls of libstrongswan's version...
2010-03-09  Tobias BrunnerProvide the Diffie Hellman parameters from a central...
2010-03-02  Tobias BrunnerReverting eba28948a584b9d02474cf5d256b04b8d2adbe6a...
2010-03-02  Tobias BrunnerStreamlined the source file list formatting in plugin...
2010-03-02  Tobias BrunnerLink all enabled libstrongswan plugins into the library...
2010-03-02  Tobias BrunnerChanged plugin constructors from plugin_create to plugi...
2010-03-02  Tobias BrunnerRemoving the plugin constructor declarations from the...
2010-02-25  Tobias BrunnerLink all plugins to libstrongswan.
2009-12-23  Tobias BrunnerSeparated the public interfaces of the threading primit...
2009-12-23  Tobias BrunnerMoved mutex.c to a separate folder in order to cleanly...
2009-09-21  Martin WilliPublic/Private keys implement a has_fingerprint() method
2009-09-20  Andreas Steffenall arguments must be read
2009-09-10  Martin WilliUpdated gcrypt plugin to the new builder API
2009-09-04  Martin Williremoved trailing spaces ([[:space:]]+$)
2009-08-31  Martin Willido not depend on gcrypt autoconf macros
2009-08-26  Martin Williupdated gcrypt plugin to new private/public key API...
2009-08-26  Martin Willigcrypt uses component builder to build public- from...
2009-08-26  Martin Willimake use of the pkcs1 plugin in gcrypt rsa key parsing
2009-08-26  Martin Willimake use of the pem helper plugin to load credentials
2009-08-14  Tobias BrunnerOpenSolaris defines MUTEX_DEFAULT therefore we rename...
2009-08-05  Andreas Steffensupport of SHA224-based certificate signatures
2009-07-03  Martin Williadded -avoid-version to LDFLAGS, plugins are not versioned
2009-06-30  Martin Willienforce correct RSA signature lenght in gcrypt
2009-06-18  Andreas SteffenHASH_MD2 is not implemented yet in gcrypt
2009-06-16  Martin Willisupport older gcrypt libraries not defining the CAMELLI...
2009-06-16  Martin Willifixed compiler warning
2009-06-15  Martin Willigcrypt actually does not implement IDEA
2009-06-15  Martin Williimplemented gcrypt RSA encrypt/decrypt operations
2009-06-15  Martin Williadded a gcrypt.quick_random option to generate weak...
2009-06-15  Martin Williimplemented IKEv1 specific SIGN_RSA_EMSA_PKCS1_NULL...
2009-06-12  Andreas Steffenpluto supports ECDSA authentication
2009-06-11  Martin Willigcrypt blowfish supports 128 bit key size only
2009-06-09  Andreas Steffenasn1_integer() ensures correct DER encoding of ASN1_INT...
2009-06-09  Martin Willigcrypt RSA public key implementation
2009-06-09  Martin Willigcrypt RSA private key implementation
2009-06-09  Martin Williuse autoconf macro provided by libgcrypt
2009-06-09  Martin Willigcrypt mpi based Diffie-Hellman implementation
2009-06-09  Martin Willigcrypt rng implementation
2009-06-09  Martin Williuse abstract mutex_t for gcrypt locking callbacks
2009-06-09  Martin Willigcrypt crypter implementation
2009-06-09  Martin Willigcrypt hasher implementation
2009-06-09  Martin Williinitialize gcrypt threadsave, currently for pthread...
2009-06-09  Martin Williadded skeleton for libgcrypt based crypto plugin