Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | reverted [3945], proper fix for zero value ASN1 integer | Martin Willi | 2008-05-13 | 1 | -3/+7 | |
| | ||||||
* | fixed unsave calculation of mpz_export length | Martin Willi | 2008-05-13 | 1 | -3/+1 | |
| | ||||||
* | decreased plugin load verbosity | Martin Willi | 2008-05-13 | 1 | -2/+2 | |
| | ||||||
* | support for left bounded padding in %H and %D | Martin Willi | 2008-05-09 | 2 | -0/+8 | |
| | ||||||
* | whitelisted gmtime_r | Martin Willi | 2008-05-09 | 1 | -0/+1 | |
| | ||||||
* | supporting width modifier in identification_t printf hook (e.g. %30D) | Martin Willi | 2008-05-09 | 2 | -45/+29 | |
| | | | | cleanups in host_t %H printf hook | |||||
* | implemented append mode for xcbc, testcase | Martin Willi | 2008-05-08 | 1 | -35/+103 | |
| | ||||||
* | moved RAW public key support to a separate plugin (pubkey) | Martin Willi | 2008-05-08 | 6 | -0/+457 | |
| | ||||||
* | renamed PRF_AES128_CBC to PRF_AES128_XCBC | Martin Willi | 2008-05-08 | 3 | -3/+3 | |
| | ||||||
* | replaced --with-gid/uid by --with-group/user | Martin Willi | 2008-05-08 | 1 | -0/+2 | |
| | | | | | using named users, groups fixed capability dropping in pluto | |||||
* | added configure check and support for sqlite3 libraries without ↵ | Martin Willi | 2008-05-07 | 1 | -1/+5 | |
| | | | | sqlite3_prepare_v2 | |||||
* | fixed 3DES encryption | Martin Willi | 2008-05-07 | 2 | -1/+10 | |
| | ||||||
* | support for @#hex ID_KEY_ID identification_t | Martin Willi | 2008-05-06 | 1 | -3/+5 | |
| | ||||||
* | fixed parsing of openssl format public keys | Martin Willi | 2008-05-06 | 2 | -23/+18 | |
| | ||||||
* | printf "width" support for hosts (e.g. %15H) | Martin Willi | 2008-05-05 | 1 | -33/+34 | |
| | ||||||
* | resetting old scheduling policy correctly in free() hook | Martin Willi | 2008-05-05 | 1 | -1/+1 | |
| | ||||||
* | implemented XCBC algorithms (signer, prf) for IKE on top of a crypter | Martin Willi | 2008-04-30 | 10 | -0/+841 | |
| | | | | | | supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase | |||||
* | crypter_t api supports in-place encryption using NULL as output parameter | Martin Willi | 2008-04-30 | 4 | -17/+57 | |
| | ||||||
* | simplified the OpenSSL crypter a bit | Tobias Brunner | 2008-04-30 | 1 | -10/+4 | |
| | ||||||
* | simplified the OpenSSL hasher a bit | Tobias Brunner | 2008-04-30 | 1 | -11/+3 | |
| | ||||||
* | OpenSSL hasher does not need an internal buffer anymore | Tobias Brunner | 2008-04-30 | 1 | -44/+21 | |
| | ||||||
* | adding diffie hellman with OpenSSL | Tobias Brunner | 2008-04-29 | 4 | -1/+313 | |
| | ||||||
* | use SHA-1 as preferred hasher in the OpenSSL plugin | Tobias Brunner | 2008-04-29 | 1 | -2/+2 | |
| | ||||||
* | set Id keyword | Andreas Steffen | 2008-04-28 | 2 | -3/+3 | |
| | ||||||
* | cosmetics | Andreas Steffen | 2008-04-28 | 1 | -19/+19 | |
| | ||||||
* | introduced ASN1_EXIT command in ASN.1 object syntax definition | Andreas Steffen | 2008-04-28 | 13 | -229/+178 | |
| | ||||||
* | added wrapper for OpenSSL hashers | Tobias Brunner | 2008-04-28 | 4 | -1/+284 | |
| | ||||||
* | algo lookup corrected | Tobias Brunner | 2008-04-28 | 1 | -3/+3 | |
| | ||||||
* | made algo struct static | Tobias Brunner | 2008-04-28 | 1 | -2/+2 | |
| | ||||||
* | typos | Tobias Brunner | 2008-04-28 | 1 | -2/+2 | |
| | ||||||
* | added a wrapper plugin for OpenSSL crypters (AES, 3DES, Blowfish etc.) | Tobias Brunner | 2008-04-28 | 6 | -0/+443 | |
| | ||||||
* | optimized parser->success() | Andreas Steffen | 2008-04-26 | 8 | -71/+54 | |
| | ||||||
* | ported ASN.1 changes to pkcs7 | Andreas Steffen | 2008-04-26 | 2 | -178/+189 | |
| | ||||||
* | doxygen fix for fips.h | Andreas Steffen | 2008-04-26 | 1 | -1/+1 | |
| | ||||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 18 | -1147/+1568 | |
| | ||||||
* | extract_token() now handles whitespace | Andreas Steffen | 2008-04-25 | 1 | -0/+8 | |
| | ||||||
* | replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functions | Martin Willi | 2008-04-24 | 6 | -510/+203 | |
| | ||||||
* | experimental Padlock plugin supportin SHA1 and AES-128 for VIA C7 Esther | Martin Willi | 2008-04-22 | 8 | -0/+602 | |
| | ||||||
* | removed status result from crypter interface to be consistent with other ↵ | Martin Willi | 2008-04-22 | 4 | -149/+67 | |
| | | | | crypto interfaces | |||||
* | functions invoked on all linked list items now support up to five additional ↵ | Tobias Brunner | 2008-04-18 | 2 | -10/+22 | |
| | | | | arguments | |||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 3 | -3/+37 | |
| | ||||||
* | typo | Tobias Brunner | 2008-04-18 | 1 | -1/+1 | |
| | ||||||
* | cosmetics to chunk_write() | Martin Willi | 2008-04-17 | 2 | -20/+19 | |
| | ||||||
* | extended credential_set_t interface by a cache_cert() method | Martin Willi | 2008-04-17 | 2 | -0/+12 | |
| | | | | allows persistent or in-memory caching of fetched certificates | |||||
* | added error logging to sqlite plugin | Martin Willi | 2008-04-15 | 1 | -4/+24 | |
| | ||||||
* | build plugins after daemon/libstrongswan | Martin Willi | 2008-04-15 | 1 | -1/+1 | |
| | ||||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 18 | -330/+578 | |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | |||||
* | removed stale ocsp header | Martin Willi | 2008-04-08 | 1 | -79/+0 | |
| | ||||||
* | fixed doxygen groups to avoid recursion | Martin Willi | 2008-04-07 | 3 | -3/+3 | |
| | ||||||
* | compare certificates against full encoding to allow equality check of ↵ | Martin Willi | 2008-04-07 | 5 | -36/+50 | |
| | | | | untrusted certs |