aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_rsa_public_key.c
Commit message (Expand)AuthorAgeFilesLines
* openssl: Properly honor OPENSSL_NO_* definesTobias Brunner2013-01-311-0/+6
* 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
* Reverse the changes made to openssl plugin for signature verificationSansar Choinyambuu2011-11-281-60/+0
* Changed the static function name in openssl_rsa_public_key objectSansar Choinyambuu2011-11-281-2/+2
* use openssl rsa_verify functionSansar Choinyambuu2011-11-281-0/+60
* Reverse the changes made to openssl plugin for signature verificationSansar Choinyambuu2011-11-281-60/+0
* Changed the static function name in openssl_rsa_public_key objectSansar Choinyambuu2011-11-281-3/+2
* use openssl rsa_verify functionSansar Choinyambuu2011-11-281-0/+62
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-11/+13
* Implemented RSA en-/decryption in openssl pluginMartin Willi2010-08-111-3/+28
* 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/+2
* Migrated remaining classes in openssl plugin to INIT/METHOD macrosMartin Willi2010-08-101-52/+37
* Renamed key_encod{ing,der}_t and constants, prepare for generic credential en...Martin Willi2010-07-131-14/+14
* Support decoding of subjectPublicKeyInfo in openssl without pkcs1 pluginMartin Willi2010-05-051-2/+14
* Some whitespace fixes.Tobias Brunner2010-04-061-1/+1
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-061-3/+3
* PEM encoding for OpenSSL RSA and EC public and private keysAndreas Steffen2010-04-041-1/+14
* Public/Private keys implement a has_fingerprint() methodMartin Willi2009-09-211-0/+1
* Added support to build RSA keys from components in opensslMartin Willi2009-09-141-6/+23
* Updated openssl plugin to the new builder APIMartin Willi2009-09-101-74/+17
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-17/+17
* fixed memleak in openssl fingerprintingMartin Willi2009-08-271-0/+1
* do openssl fingerprinting/encoding directly, openssl provides all functionsMartin Willi2009-08-271-24/+61
* updated openssl plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-261-171/+44
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-051-0/+2
* pluto supports ECDSA authenticationAndreas Steffen2009-06-121-1/+0
* implemented IKEv1 signature verification in openssl_rsa_public_key.cAndreas Steffen2009-06-101-36/+54
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-1/+29
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+2
* OpenSSL requires a signature length of exactly RSA_size()Martin Willi2008-11-041-5/+3
* removed accidently checked in debug codeMartin Willi2008-11-031-1/+0
* reverted 4541, does not fix the problemMartin Willi2008-11-031-0/+8
* removed 0-byte truncation, fixes random Openssl RSA signature verification fa...Martin Willi2008-10-311-7/+0
* refactored credential builderMartin Willi2008-09-021-16/+19
* RSA with OpenSSLTobias Brunner2008-05-151-0/+433