aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* support older gcrypt libraries not defining the CAMELLIA cipherMartin Willi2009-06-161-0/+2
|
* fixed compiler warningMartin Willi2009-06-162-0/+4
|
* remove whitespaceAndreas Steffen2009-06-151-1/+1
|
* gcrypt actually does not implement IDEAMartin Willi2009-06-152-4/+2
|
* implemented gcrypt RSA encrypt/decrypt operationsMartin Willi2009-06-152-8/+65
|
* added a gcrypt.quick_random option to generate weak testing keys fasterMartin Willi2009-06-151-0/+5
|
* implemented IKEv1 specific SIGN_RSA_EMSA_PKCS1_NULL scheme in gcryptMartin Willi2009-06-152-2/+107
|
* 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
|
* test_vectors.h is part of the distributionAndreas Steffen2009-06-131-1/+1
|
* pluto supports ECDSA authenticationAndreas Steffen2009-06-129-64/+64
|
* added SHA2 HMAC signer test vectorsMartin Willi2009-06-122-1/+101
|
* added a FIPS_PRF test vectorMartin Willi2009-06-123-0/+32
|
* added SHA2 HMAC PRF test vectorsMartin Willi2009-06-113-0/+281
|
* added SHA2 test vectorsMartin Willi2009-06-113-0/+146
|
* added SHA1 test vectorsMartin Willi2009-06-113-0/+55
|
* added HMAC SHA1 test vectorsMartin Willi2009-06-113-0/+159
|
* added HMAC MD5 test vectorsMartin Willi2009-06-113-0/+123
|
* added RNG test vectorsMartin Willi2009-06-113-1/+249
|
* added MD5 test vectorsMartin Willi2009-06-113-1/+73
|
* added AES-XCBC test vectors for signer/prfMartin Willi2009-06-113-1/+144
|
* added test vectors for AES128 CBCMartin Willi2009-06-113-1/+63
|
* added blowfish test vectors from plutoMartin Willi2009-06-113-1/+51
|
* added a plugin providing crypto test vectorsMartin Willi2009-06-114-0/+215
|
* gcrypt blowfish supports 128 bit key size onlyMartin Willi2009-06-111-0/+4
|
* implemented IKEv1 RSA signing in openssl_rsa_private_key.cAndreas Steffen2009-06-101-43/+54
|
* implemented IKEv1 signature verification in openssl_rsa_public_key.cAndreas Steffen2009-06-101-36/+54
|
* asn1_integer() ensures correct DER encoding of ASN1_INTEGER (two's complement)Andreas Steffen2009-06-093-18/+18
|
* gcrypt RSA public key implementationMartin Willi2009-06-095-4/+498
|
* gcrypt RSA private key implementationMartin Willi2009-06-094-0/+698
|
* use autoconf macro provided by libgcryptMartin Willi2009-06-091-3/+2
|
* gcrypt mpi based Diffie-Hellman implementationMartin Willi2009-06-094-0/+634
|
* gcrypt rng implementationMartin Willi2009-06-094-0/+162
|
* use abstract mutex_t for gcrypt locking callbacksMartin Willi2009-06-091-4/+50
|
* gcrypt crypter implementationMartin Willi2009-06-094-0/+321
|
* gcrypt hasher implementationMartin Willi2009-06-094-1/+220
|
* initialize gcrypt threadsave, currently for pthread onlyMartin Willi2009-06-091-1/+25
|
* added skeleton for libgcrypt based crypto pluginMartin Willi2009-06-093-0/+111
|
* fixed crash in openssl private_key->get_public_key(), using encode/load ↵Martin Willi2009-06-091-18/+8
| | | | workaround
* implement gmp_rsa_private_key.decrypt()Andreas Steffen2009-06-092-4/+34
|
* implemented gmp_rsa_public_key.encrypt() methodAndreas Steffen2009-06-091-4/+59
|
* created signature_scheme_from_oid() helper functionAndreas Steffen2009-06-094-100/+24
|
* 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-095-113/+546
|
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-283-0/+3
|
* register the already implemented AUTH_HMAC_SHA1_160 algorithmMartin Willi2009-05-281-0/+2
|
* set parsed = TRUE before calling parse_certificate()Andreas Steffen2009-05-271-8/+7
|