Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | removed obsolete INTEGRITY_TEST and fips signer code | Martin Willi | 2009-06-22 | 2 | -23/+0 | |
| | | | | --enable-integrity-test now conditionally builds libchecksum | |||||
* | library initialization fails if libstrongswan checksum is invalid | Martin Willi | 2009-06-22 | 1 | -1/+4 | |
| | ||||||
* | version bump to 4.3.3 | Andreas Steffen | 2009-06-19 | 2 | -3/+9 | |
| | ||||||
* | fixed typo | Andreas Steffen | 2009-06-18 | 1 | -1/+1 | |
| | ||||||
* | moved ike_alg descriptions to crypto.c | Andreas Steffen | 2009-06-16 | 10 | -427/+214 | |
| | ||||||
* | initiator now checks for private key much earlier | Andreas Steffen | 2009-06-16 | 1 | -3/+4 | |
| | ||||||
* | consistent display of strongSwan version | Andreas Steffen | 2009-06-13 | 3 | -11/+8 | |
| | ||||||
* | renamed OAKLEY_ECDSA_512 to OAKLEY_ECDSA_512 | Andreas Steffen | 2009-06-13 | 8 | -24/+24 | |
| | ||||||
* | fixed broken XAUTH authentication | Andreas Steffen | 2009-06-12 | 4 | -6/+38 | |
| | ||||||
* | not restricted to RSA public keys | Andreas Steffen | 2009-06-12 | 1 | -4/+4 | |
| | ||||||
* | load_private_key() loads all kinds of keys | Andreas Steffen | 2009-06-12 | 1 | -1/+1 | |
| | ||||||
* | ASN.1 parsing of RSA public key not needed anymore | Andreas Steffen | 2009-06-12 | 1 | -13/+0 | |
| | ||||||
* | pluto supports ECDSA authentication | Andreas Steffen | 2009-06-12 | 10 | -154/+232 | |
| | ||||||
* | removed pluto test vectors, --disable-self-test option | Martin Willi | 2009-06-11 | 11 | -1268/+0 | |
| | ||||||
* | renamed listing of IKEv1 authentication algorithms | Andreas Steffen | 2009-06-09 | 1 | -1/+1 | |
| | ||||||
* | more concise listing of ESP algorithms | Andreas Steffen | 2009-06-09 | 2 | -27/+34 | |
| | ||||||
* | activated INTEGRITY_TEST option in pluto | Andreas Steffen | 2009-06-09 | 2 | -0/+23 | |
| | ||||||
* | some fixes in pkcs7.c | Andreas Steffen | 2009-06-09 | 1 | -3/+4 | |
| | ||||||
* | hooray, pluto and scepclient do not depend on libgmp anymore | Andreas Steffen | 2009-06-09 | 8 | -137/+25 | |
| | ||||||
* | pkcs7.c also uses signature_scheme_from_oid() | Andreas Steffen | 2009-06-09 | 1 | -18/+6 | |
| | ||||||
* | created signature_scheme_from_oid() helper function | Andreas Steffen | 2009-06-09 | 2 | -47/+10 | |
| | ||||||
* | updated documentation on leftsendcert | Andreas Steffen | 2009-06-09 | 1 | -2/+2 | |
| | ||||||
* | fixed OpenPGP parsing | Andreas Steffen | 2009-06-09 | 7 | -199/+272 | |
| | ||||||
* | moved PGP types to pgp/pgp.h | Andreas Steffen | 2009-06-09 | 1 | -54/+3 | |
| | ||||||
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 22 | -2034/+934 | |
| | ||||||
* | NO_CREDENTIAL_FACTORY compile option not needed anymore | Andreas Steffen | 2009-05-28 | 1 | -1/+0 | |
| | ||||||
* | eliminated ipsec_policy.h | Andreas Steffen | 2009-05-26 | 21 | -211/+109 | |
| | ||||||
* | show strongSwan version in pluto's statusall | Andreas Steffen | 2009-05-26 | 1 | -0/+1 | |
| | ||||||
* | pluto uses optionsfrom from libstrongswan | Andreas Steffen | 2009-05-24 | 1 | -2/+12 | |
| | ||||||
* | KE payload of ECP groups has X and Y coordinates | Andreas Steffen | 2009-05-24 | 3 | -55/+55 | |
| | ||||||
* | use the Diffie-Hellman functionality of libstrongswan | Andreas Steffen | 2009-05-24 | 12 | -253/+210 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2009-05-24 | 5 | -46/+46 | |
| | ||||||
* | added dh group descriptions | Andreas Steffen | 2009-05-24 | 1 | -0/+124 | |
| | ||||||
* | updated copyright statements | Andreas Steffen | 2009-05-22 | 17 | -17/+29 | |
| | ||||||
* | version bump to 4.3.2 | Andreas Steffen | 2009-05-22 | 2 | -2/+6 | |
| | ||||||
* | fixed compiler warning4.3.1 | Andreas Steffen | 2009-05-22 | 1 | -0/+3 | |
| | ||||||
* | added lookup of ESP_NULL | Andreas Steffen | 2009-05-19 | 1 | -0/+2 | |
| | ||||||
* | status output of 3DES_CBC without key length | Andreas Steffen | 2009-05-19 | 1 | -9/+21 | |
| | ||||||
* | removed unused functions | Andreas Steffen | 2009-05-19 | 2 | -60/+0 | |
| | ||||||
* | output of encryption algs with zero key length | Andreas Steffen | 2009-05-19 | 2 | -24/+47 | |
| | ||||||
* | support of ESP AES_XCBC_96 | Andreas Steffen | 2009-05-19 | 2 | -2/+4 | |
| | ||||||
* | fixed debug output of ah transforms | Andreas Steffen | 2009-05-19 | 2 | -66/+54 | |
| | ||||||
* | streamlined pluto alg_info debug output | Andreas Steffen | 2009-05-19 | 5 | -79/+35 | |
| | ||||||
* | add _CBC to all encryption algorithms in CBC mode | Andreas Steffen | 2009-05-19 | 1 | -6/+6 | |
| | ||||||
* | fixed lookup table | Andreas Steffen | 2009-05-19 | 1 | -1/+1 | |
| | ||||||
* | puto uses proposal_get_token() from libstrongswan | Andreas Steffen | 2009-05-19 | 8 | -767/+344 | |
| | ||||||
* | removed some ancient files | Andreas Steffen | 2009-05-15 | 3 | -257/+0 | |
| | ||||||
* | added OAKLEY_CAMELLIA | Andreas Steffen | 2009-05-15 | 2 | -2/+4 | |
| | ||||||
* | oops, this was a hash_desc | Andreas Steffen | 2009-05-15 | 1 | -1/+1 | |
| | ||||||
* | st_okley.hash contains hash algorithm | Andreas Steffen | 2009-05-15 | 3 | -15/+15 | |
| |