Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed copy-and-paste error | Andreas Steffen | 2008-05-23 | 1 | -1/+1 |
| | |||||
* | check if parsing of the RSA public key in an X.509 certificate was successful | Andreas Steffen | 2008-05-23 | 1 | -0/+5 |
| | |||||
* | fixed some compiler warnings | Martin Willi | 2008-05-23 | 1 | -1/+1 |
| | |||||
* | added display of holderIssuer, holderSerial, and authorityKeyIdentifier | Andreas Steffen | 2008-05-23 | 1 | -3/+40 |
| | |||||
* | implement basic listing of attribute certificates | Andreas Steffen | 2008-05-22 | 1 | -8/+3 |
| | |||||
* | Id and typo | Tobias Brunner | 2008-05-22 | 7 | -1/+13 |
| | |||||
* | added the ECP groups from RFC 5114 | Tobias Brunner | 2008-05-22 | 2 | -0/+10 |
| | |||||
* | added ECDH with OpenSSL (see RFC 4753) | Tobias Brunner | 2008-05-22 | 4 | -1/+421 |
| | |||||
* | fixed segmentation fault caused by malformed attribute certificates | Andreas Steffen | 2008-05-21 | 1 | -0/+5 |
| | |||||
* | added more verbosity if signature hash OID is unknown | Martin Willi | 2008-05-21 | 1 | -1/+3 |
| | |||||
* | removed debug statement | Andreas Steffen | 2008-05-20 | 1 | -1/+0 |
| | |||||
* | fixed whitespace eating in plugin loader | Andreas Steffen | 2008-05-20 | 1 | -10/+16 |
| | |||||
* | added missing break in case statement | Andreas Steffen | 2008-05-19 | 1 | -1/+3 |
| | |||||
* | fixed warning if plugin list has trailing whitespaces | Martin Willi | 2008-05-16 | 1 | -0/+4 |
| | |||||
* | loading default modules depending on configure options | Martin Willi | 2008-05-16 | 1 | -2/+6 |
| | |||||
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 2 | -48/+82 |
| | | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins | ||||
* | RSA with OpenSSL | Tobias Brunner | 2008-05-15 | 6 | -1/+966 |
| | |||||
* | corrected deinitialisation of public key factory | Tobias Brunner | 2008-05-15 | 2 | -3/+3 |
| | |||||
* | generic public key factory moved | Tobias Brunner | 2008-05-15 | 6 | -14/+16 |
| | |||||
* | typo | Tobias Brunner | 2008-05-14 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | 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 | 5 | -0/+453 |
| | |||||
* | renamed PRF_AES128_CBC to PRF_AES128_XCBC | Martin Willi | 2008-05-08 | 2 | -2/+2 |
| | |||||
* | 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 | 1 | -0/+4 |
| | |||||
* | fixed parsing of openssl format public keys | Martin Willi | 2008-05-06 | 2 | -23/+18 |
| | |||||
* | implemented XCBC algorithms (signer, prf) for IKE on top of a crypter | Martin Willi | 2008-04-30 | 9 | -0/+837 |
| | | | | | | 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 | 3 | -15/+53 |
| | |||||
* | 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 |
| | |||||
* | cosmetics | Andreas Steffen | 2008-04-28 | 1 | -19/+19 |
| | |||||
* | introduced ASN1_EXIT command in ASN.1 object syntax definition | Andreas Steffen | 2008-04-28 | 8 | -176/+131 |
| | |||||
* | 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 | 5 | -0/+439 |
| | |||||
* | optimized parser->success() | Andreas Steffen | 2008-04-26 | 6 | -59/+47 |
| | |||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 8 | -834/+873 |
| | |||||
* | experimental Padlock plugin supportin SHA1 and AES-128 for VIA C7 Esther | Martin Willi | 2008-04-22 | 7 | -0/+599 |
| | |||||
* | removed status result from crypter interface to be consistent with other ↵ | Martin Willi | 2008-04-22 | 2 | -137/+47 |
| | | | | crypto interfaces | ||||
* | support for hash and URL encoded certificate payloads in charon | Tobias Brunner | 2008-04-18 | 1 | -0/+26 |
| | |||||
* | added error logging to sqlite plugin | Martin Willi | 2008-04-15 | 1 | -4/+24 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 8 | -46/+339 |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) |