aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gmp
Commit message (Collapse)AuthorAgeFilesLines
* 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