| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential en... | Martin Willi | 2010-07-13 | 2 | -19/+19 |
* | Explicitly link gpg-error to gcrypt plugin | Martin Willi | 2010-05-17 | 1 | -1/+1 |
* | Fixed RSA key generation with gcrypt | Martin Willi | 2010-04-29 | 1 | -1/+1 |
* | Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten | Martin Willi | 2010-04-19 | 1 | -0/+6 |
* | Store DH generator in a chunk, hide non-public data in a private struct | Martin Willi | 2010-04-08 | 1 | -3/+12 |
* | Adding DBG_LIB to all calls of libstrongswan's version of DBG*. | Tobias Brunner | 2010-04-06 | 6 | -31/+42 |
* | Provide the Diffie Hellman parameters from a central location, so that we do ... | Tobias Brunner | 2010-03-09 | 1 | -325/+12 |
* | 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 | -1/+2 |
* | Link all enabled libstrongswan plugins into the library, link all enabled cha... | Tobias Brunner | 2010-03-02 | 1 | -1/+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 |
* | Separated the public interfaces of the threading primitives. | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | Moved mutex.c to a separate folder in order to cleanly wrap other threading p... | Tobias Brunner | 2009-12-23 | 1 | -1/+1 |
* | Public/Private keys implement a has_fingerprint() method | Martin Willi | 2009-09-21 | 2 | -0/+2 |
* | all arguments must be read | Andreas Steffen | 2009-09-20 | 1 | -1/+2 |
* | Updated gcrypt plugin to the new builder API | Martin Willi | 2009-09-10 | 5 | -204/+134 |
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 12 | -148/+148 |
* | do not depend on gcrypt autoconf macros | Martin Willi | 2009-08-31 | 1 | -2/+2 |
* | updated gcrypt plugin to new private/public key API, use encoder framework | Martin Willi | 2009-08-26 | 2 | -218/+96 |
* | gcrypt uses component builder to build public- from private-key | Martin Willi | 2009-08-26 | 2 | -37/+12 |
* | make use of the pkcs1 plugin in gcrypt rsa key parsing | Martin Willi | 2009-08-26 | 2 | -190/+76 |
* | make use of the pem helper plugin to load credentials | Martin Willi | 2009-08-26 | 1 | -1/+0 |
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum... | Tobias Brunner | 2009-08-14 | 1 | -1/+1 |
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 4 | -0/+9 |
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
* | enforce correct RSA signature lenght in gcrypt | Martin Willi | 2009-06-30 | 2 | -20/+51 |
* | HASH_MD2 is not implemented yet in gcrypt | Andreas Steffen | 2009-06-18 | 1 | -2/+0 |
* | support older gcrypt libraries not defining the CAMELLIA cipher | Martin Willi | 2009-06-16 | 1 | -0/+2 |
* | fixed compiler warning | Martin Willi | 2009-06-16 | 2 | -0/+4 |
* | gcrypt actually does not implement IDEA | Martin Willi | 2009-06-15 | 2 | -4/+2 |
* | implemented gcrypt RSA encrypt/decrypt operations | Martin Willi | 2009-06-15 | 2 | -8/+65 |
* | added a gcrypt.quick_random option to generate weak testing keys faster | Martin Willi | 2009-06-15 | 1 | -0/+5 |
* | implemented IKEv1 specific SIGN_RSA_EMSA_PKCS1_NULL scheme in gcrypt | Martin Willi | 2009-06-15 | 2 | -2/+107 |
* | pluto supports ECDSA authentication | Andreas Steffen | 2009-06-12 | 2 | -4/+0 |
* | gcrypt blowfish supports 128 bit key size only | Martin Willi | 2009-06-11 | 1 | -0/+4 |
* | asn1_integer() ensures correct DER encoding of ASN1_INTEGER (two's complement) | Andreas Steffen | 2009-06-09 | 2 | -12/+12 |
* | gcrypt RSA public key implementation | Martin Willi | 2009-06-09 | 5 | -4/+498 |
* | gcrypt RSA private key implementation | Martin Willi | 2009-06-09 | 4 | -0/+698 |
* | use autoconf macro provided by libgcrypt | Martin Willi | 2009-06-09 | 1 | -3/+2 |
* | gcrypt mpi based Diffie-Hellman implementation | Martin Willi | 2009-06-09 | 4 | -0/+634 |
* | gcrypt rng implementation | Martin Willi | 2009-06-09 | 4 | -0/+162 |
* | use abstract mutex_t for gcrypt locking callbacks | Martin Willi | 2009-06-09 | 1 | -4/+50 |
* | gcrypt crypter implementation | Martin Willi | 2009-06-09 | 4 | -0/+321 |
* | gcrypt hasher implementation | Martin Willi | 2009-06-09 | 4 | -1/+220 |
* | initialize gcrypt threadsave, currently for pthread only | Martin Willi | 2009-06-09 | 1 | -1/+25 |
* | added skeleton for libgcrypt based crypto plugin | Martin Willi | 2009-06-09 | 3 | -0/+111 |