aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Collapse)AuthorAgeFilesLines
...
* handling hashers and rngs as transform types (in private range)Martin Willi2009-06-112-5/+9
|
* gcrypt blowfish supports 128 bit key size onlyMartin Willi2009-06-111-0/+4
|
* additional check in case of non-positive monthsAndreas Steffen2009-06-101-2/+2
|
* 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
|
* fixed typo in asn1.cAndreas Steffen2009-06-101-1/+1
|
* fixed DoS vulnerability in the parsing of ASN.1 time stringsAndreas Steffen2009-06-101-4/+17
|
* fixed DoS vulnerability in the parsing of distinguished namesAndreas Steffen2009-06-092-1/+6
|
* 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-095-0/+164
|
* 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-092-1/+28
|
* added skeleton for libgcrypt based crypto pluginMartin Willi2009-06-094-0/+115
|
* 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-096-101/+68
|
* 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-092-18/+25
|
* moved PGP types to pgp/pgp.hAndreas Steffen2009-06-092-1/+92
|
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-0916-141/+767
|
* fixed ENUM naming of XCBC prfMartin Willi2009-06-021-1/+1
|
* hide credentials headers in credential_factory.hAndreas Steffen2009-05-285-9/+4
|
* 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
|
* dh_exponent_ansi_x9_42 is now a libstrongswan settingAndreas Steffen2009-05-262-2/+2
|
* eliminated ipsec_policy.hAndreas Steffen2009-05-261-1/+7
|
* make signer names consistentAndreas Steffen2009-05-191-8/+8
|
* added des and default length cbc encryption algorithmsAndreas Steffen2009-05-191-0/+6
|
* add _CBC to all encryption algorithms in CBC modeAndreas Steffen2009-05-191-9/+9
|
* moved definition of proposal_token from proposal.c to proposal_keywords.hAndreas Steffen2009-05-191-0/+9
|
* moved very stroke specific x509 flag handling out of core libraryMartin Willi2009-05-181-21/+10
|
* didn't want to commit thatAndreas Steffen2009-05-151-235/+0
|
* moved IKEv2 proposals and transforms to libstrongswanAndreas Steffen2009-05-156-4/+463
|
* shortened DH group namesAndreas Steffen2009-05-151-13/+13
|
* fixed fatal typoAndreas Steffen2009-05-152-2/+2
|
* updated prf identifiersMartin Willi2009-05-152-10/+15
|
* updated integrity algorithm identifiersMartin Willi2009-05-152-11/+25
|
* more intuitive leap year checkTobias Brunner2009-05-151-3/+3
|
* also support 192 bit keys for Twofish and SerpentAndreas Steffen2009-05-152-2/+4
|
* fixed copy-and-paste caption errorAndreas Steffen2009-05-152-2/+2
|
* got rid of libcryptoAndreas Steffen2009-05-155-26/+33
|