aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/gcrypt/gcrypt_rsa_public_key.c
Commit message (Expand)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Add a return value to hasher_t.allocate_hash()Martin Willi2012-07-161-2/+2
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-11/+13
* Use bits instead of bytes for a private/public keyMartin Willi2010-08-101-2/+2
* Added support for different encryption schemes to private/public keysMartin Willi2010-08-101-1/+8
* Migraded gcrypt plugin to INIT/METHOD macrosMartin Willi2010-08-101-52/+35
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-8/+8
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-10/+18
* Public/Private keys implement a has_fingerprint() methodMartin Willi2009-09-211-0/+1
* Updated gcrypt plugin to the new builder APIMartin Willi2009-09-101-82/+27
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-24/+24
* updated gcrypt plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-261-70/+40
* gcrypt uses component builder to build public- from private-keyMartin Willi2009-08-261-31/+0
* make use of the pkcs1 plugin in gcrypt rsa key parsingMartin Willi2009-08-261-66/+21
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-261-1/+0
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-051-0/+2
* enforce correct RSA signature lenght in gcryptMartin Willi2009-06-301-6/+6
* fixed compiler warningMartin Willi2009-06-161-0/+2
* implemented gcrypt RSA encrypt/decrypt operationsMartin Willi2009-06-151-5/+25
* implemented IKEv1 specific SIGN_RSA_EMSA_PKCS1_NULL scheme in gcryptMartin Willi2009-06-151-1/+57
* pluto supports ECDSA authenticationAndreas Steffen2009-06-121-2/+0
* asn1_integer() ensures correct DER encoding of ASN1_INTEGER (two's complement)Andreas Steffen2009-06-091-2/+2
* gcrypt RSA public key implementationMartin Willi2009-06-091-0/+436