aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gmp
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-243-3/+3
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-162-3/+7
* Check rng return value when generating DH secrets and primes in gmp pluginTobias Brunner2012-07-163-13/+19
* Fix boolean return value if an empty RSA signature is detected in gmp pluginMartin Willi2012-05-311-1/+1
* Add features support to gmp pluginMartin Willi2011-10-141-44/+77
* 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-14/+19
* trace back crypto algorithms to the plugins that registered themAndreas Steffen2010-12-181-12/+14
* Added a final flag to builder registration to enumerate the actually supporte...Martin Willi2010-09-031-3/+3
* Added support for MODP_CUSTOM to gmp pluginMartin Willi2010-09-023-17/+52
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-184-31/+41
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-102-5/+5
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-102-6/+19
* Migrated gmp plugin to INIT/METHOD macrosMartin Willi2010-08-106-173/+103
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-132-16/+16
* PEM encoder supports encoding from RSA components directly, allowing gcrypt p...Martin Willi2010-04-292-32/+2
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-192-1/+17
* Store DH generator in a chunk, hide non-public data in a private structMartin Willi2010-04-081-11/+12
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-063-29/+38
* PEM encoding for GMP RSA public and private keysAndreas Steffen2010-04-042-2/+32
* setting the two most significant bits assures an RSA modulus of maximum bit sizeAndreas Steffen2010-03-151-2/+2
* Provide the Diffie Hellman parameters from a central location, so that we do ...Tobias Brunner2010-03-091-343/+10
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...Tobias Brunner2010-03-021-3/+1
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-4/+5
* Link all enabled libstrongswan plugins into the library, link all enabled cha...Tobias Brunner2010-03-021-2/+7
* 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-1/+1
* Use side-channel secured mpz_powm_sec of libgmp 5, if availableMartin Willi2010-02-183-0/+14
* Public/Private keys implement a has_fingerprint() methodMartin Willi2009-09-212-0/+2
* Updated gmp plugin to the new builder APIMartin Willi2009-09-105-205/+134
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-041-2/+2
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-041-5/+5
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-046-164/+164
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-271-1/+1
* updated gmp plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-262-280/+130
* gmp uses component builder to build public- from private-keyMartin Willi2009-08-262-47/+37
* gmp plugin makes use of pkcs1/pgp/dnskey pluginsMartin Willi2009-08-262-477/+99
* renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support othe...Martin Willi2009-08-261-1/+1
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-261-1/+0
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-052-0/+4
* corrected commentAndreas Steffen2009-07-041-1/+1
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
* remove whitespaceAndreas Steffen2009-06-151-1/+1
* check if RSA key is large enough to sign a chunk of dataMartin Willi2009-06-151-0/+7
* use save chunk advancing, check signature lengthMartin Willi2009-06-151-9/+5
* pluto supports ECDSA authenticationAndreas Steffen2009-06-122-2/+0
* implement gmp_rsa_private_key.decrypt()Andreas Steffen2009-06-092-4/+34
* implemented gmp_rsa_public_key.encrypt() methodAndreas Steffen2009-06-091-4/+59
* hardened OpenPGP parserAndreas Steffen2009-06-091-23/+31