aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gmp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* creating public key from RSA private keyMartin Willi2008-03-182-3/+23
| | | | RSA key generation and signature test
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-139-0/+2278