aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins/openssl/openssl_rsa_public_key.c
Commit message (Expand)AuthorAgeFilesLines
* 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