aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gmp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Martin Willi2009-08-261-1/+1
| | | | other key types
* 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
|
* used rsa coeff field in OpenPGP secret key payloadAndreas Steffen2009-06-091-25/+32
|
* fixed OpenPGPv3 fingerprint computationAndreas Steffen2009-06-091-7/+19
|
* fixed OpenPGP parsingAndreas Steffen2009-06-091-18/+24
|
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-092-78/+456
|
* dh_exponent_ansi_x9_42 is now a libstrongswan settingAndreas Steffen2009-05-261-1/+1
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-305-10/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
| | | | | important change for developers: %Y replaces %D to print identities!
* changed RNG_REAL to RNG_TRUEAndreas Steffen2009-04-291-2/+2
|
* updated DoxyfileMartin Willi2009-03-244-4/+4
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* removed superfluous get_other_public_value in diffie_hellman_t interfaceMartin Willi2008-11-041-20/+0
|
* refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 keyAndreas Steffen2008-10-281-11/+35
|
* remove unused local DH_EXPONENT_ENTROPY definitionAndreas Steffen2008-10-271-2/+0
|
* use 512 bits of entropy for secret DH exponentsAndreas Steffen2008-10-261-1/+3
|
* fixed DH value range testingMartin Willi2008-09-171-1/+1
|
* checking mpz_export return value properlyMartin Willi2008-09-173-8/+28
| | | | fixes a potential DoS attack if a DH value of zero gets processed
* refactored credential builderMartin Willi2008-09-022-39/+45
| | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts
* creating default IKE proposals dynamically using algorithm enumeration APIMartin Willi2008-08-281-5/+5
|
* fixed copy-and-paste errorAndreas Steffen2008-05-231-1/+1
|
* added more verbosity if signature hash OID is unknownMartin Willi2008-05-211-1/+3
|
* corrected deinitialisation of public key factoryTobias Brunner2008-05-151-2/+0
|
* generic public key factory movedTobias Brunner2008-05-154-201/+2
|
* typoTobias Brunner2008-05-141-3/+3
|
* reverted [3945], proper fix for zero value ASN1 integerMartin Willi2008-05-131-3/+7
|
* fixed unsave calculation of mpz_export lengthMartin Willi2008-05-131-3/+1
|
* fixed parsing of openssl format public keysMartin Willi2008-05-061-7/+5
|
* introduced ASN1_EXIT command in ASN.1 object syntax definitionAndreas Steffen2008-04-283-45/+45
|
* optimized parser->success()Andreas Steffen2008-04-262-31/+30
|
* refactoring of the ASN.1 parserAndreas Steffen2008-04-263-93/+107
|
* added API for random number generators, served through credential factoryMartin Willi2008-04-152-38/+25
| | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random)
* fixed compile warningsMartin Willi2008-04-021-0/+1
|
* added missing files for commit [3721]Martin Willi2008-04-012-0/+197
|
* loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format)Martin Willi2008-04-013-1/+9
| | | | testcase
* removed unneded publicKeyInfo ASN1 structureMartin Willi2008-04-011-16/+1
|