| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a final flag to builder registration to enumerate the actually supporte... | Martin Willi | 2010-09-03 | 1 | -3/+3 |
* | Added support for MODP_CUSTOM to gmp plugin | Martin Willi | 2010-09-02 | 3 | -17/+52 |
* | Use a seperate section for each nested struct member in INIT macro | Martin Willi | 2010-08-18 | 4 | -31/+41 |
* | Use bits instead of bytes for a private/public key | Martin Willi | 2010-08-10 | 2 | -5/+5 |
* | Added support for different encryption schemes to private/public keys | Martin Willi | 2010-08-10 | 2 | -6/+19 |
* | Migrated gmp plugin to INIT/METHOD macros | Martin Willi | 2010-08-10 | 6 | -173/+103 |
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential en... | Martin Willi | 2010-07-13 | 2 | -16/+16 |
* | PEM encoder supports encoding from RSA components directly, allowing gcrypt p... | Martin Willi | 2010-04-29 | 2 | -32/+2 |
* | Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten | Martin Willi | 2010-04-19 | 2 | -1/+17 |
* | Store DH generator in a chunk, hide non-public data in a private struct | Martin Willi | 2010-04-08 | 1 | -11/+12 |
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 3 | -29/+38 |
* | PEM encoding for GMP RSA public and private keys | Andreas Steffen | 2010-04-04 | 2 | -2/+32 |
* | setting the two most significant bits assures an RSA modulus of maximum bit size | Andreas Steffen | 2010-03-15 | 1 | -2/+2 |
* | Provide the Diffie Hellman parameters from a central location, so that we do ... | Tobias Brunner | 2010-03-09 | 1 | -343/+10 |
* | Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w... | Tobias Brunner | 2010-03-02 | 1 | -3/+1 |
* | Streamlined the source file list formatting in plugin makefiles. | Tobias Brunner | 2010-03-02 | 1 | -4/+5 |
* | Link all enabled libstrongswan plugins into the library, link all enabled cha... | Tobias Brunner | 2010-03-02 | 1 | -2/+7 |
* | Changed plugin constructors from plugin_create to plugin_name_plugin_create. | Tobias Brunner | 2010-03-02 | 1 | -1/+1 |
* | Removing the plugin constructor declarations from the header files. | Tobias Brunner | 2010-03-02 | 1 | -5/+0 |
* | Link all plugins to libstrongswan. | Tobias Brunner | 2010-02-25 | 1 | -1/+1 |
* | Use side-channel secured mpz_powm_sec of libgmp 5, if available | Martin Willi | 2010-02-18 | 3 | -0/+14 |
* | Public/Private keys implement a has_fingerprint() method | Martin Willi | 2009-09-21 | 2 | -0/+2 |
* | Updated gmp plugin to the new builder API | Martin Willi | 2009-09-10 | 5 | -205/+134 |
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -2/+2 |
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -5/+5 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 6 | -164/+164 |
* | create algorithmIdentifier dynamically from OID database | Martin Willi | 2009-08-27 | 1 | -1/+1 |
* | updated gmp plugin to new private/public key API, use encoder framework | Martin Willi | 2009-08-26 | 2 | -280/+130 |
* | gmp uses component builder to build public- from private-key | Martin Willi | 2009-08-26 | 2 | -47/+37 |
* | gmp plugin makes use of pkcs1/pgp/dnskey plugins | Martin Willi | 2009-08-26 | 2 | -477/+99 |
* | renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support othe... | Martin Willi | 2009-08-26 | 1 | -1/+1 |
* | make use of the pem helper plugin to load credentials | Martin Willi | 2009-08-26 | 1 | -1/+0 |
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 2 | -0/+4 |
* | corrected comment | Andreas Steffen | 2009-07-04 | 1 | -1/+1 |
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
* | remove whitespace | Andreas Steffen | 2009-06-15 | 1 | -1/+1 |
* | check if RSA key is large enough to sign a chunk of data | Martin Willi | 2009-06-15 | 1 | -0/+7 |
* | use save chunk advancing, check signature length | Martin Willi | 2009-06-15 | 1 | -9/+5 |
* | pluto supports ECDSA authentication | Andreas Steffen | 2009-06-12 | 2 | -2/+0 |
* | implement gmp_rsa_private_key.decrypt() | Andreas Steffen | 2009-06-09 | 2 | -4/+34 |
* | implemented gmp_rsa_public_key.encrypt() method | Andreas Steffen | 2009-06-09 | 1 | -4/+59 |
* | hardened OpenPGP parser | Andreas Steffen | 2009-06-09 | 1 | -23/+31 |
* | used rsa coeff field in OpenPGP secret key payload | Andreas Steffen | 2009-06-09 | 1 | -25/+32 |
* | fixed OpenPGPv3 fingerprint computation | Andreas Steffen | 2009-06-09 | 1 | -7/+19 |
* | fixed OpenPGP parsing | Andreas Steffen | 2009-06-09 | 1 | -18/+24 |
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 2 | -78/+456 |
* | dh_exponent_ansi_x9_42 is now a libstrongswan setting | Andreas Steffen | 2009-05-26 | 1 | -1/+1 |
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 5 | -10/+0 |
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -2/+2 |
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 1 | -2/+2 |