aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fixed RSA key generation with gcryptMartin Willi2010-04-291-1/+1
* PEM encoder supports encoding from RSA components directly, allowing gcrypt p...Martin Willi2010-04-293-37/+42
* Added support for DH groups 22, 23 and 24, patch contributed by Joy LattenMartin Willi2010-04-194-1/+29
* Fixed OpenSSL engine_id setting, i.e. do not use 'library.' prefix for settin...Tobias Brunner2010-04-101-1/+1
* Store DH generator in a chunk, hide non-public data in a private structMartin Willi2010-04-083-18/+27
* Some whitespace fixes.Tobias Brunner2010-04-065-8/+8
* Adding DBG_LIB to all calls of libstrongswan's version of DBG*.Tobias Brunner2010-04-0641-283/+340
* PEM encoding for OpenSSL RSA and EC public and private keysAndreas Steffen2010-04-045-12/+72
* PEM encoding for GMP RSA public and private keysAndreas Steffen2010-04-046-3/+167
* fixed doxygen groupAndreas Steffen2010-04-031-1/+1
* change #define to PEM_BUILDER_H_Andreas Steffen2010-04-031-3/+3
* Moving attr-sql plugin from libstrongswan to libhydra.Tobias Brunner2010-03-247-1989/+0
* Fixed ipsec pool --batch commandHeiko Hund2010-03-241-2/+2
* Removed strayed code fragmentMartin Willi2010-03-191-20/+4
* ipsec pool --batch commandHeiko Hund2010-03-191-60/+200
* ipsec pool error return statusHeiko Hund2010-03-191-49/+51
* ipsec pool --replace commandHeiko Hund2010-03-191-23/+61
* --addresses option for ipsec pool --add commandHeiko Hund2010-03-191-5/+187
* setting the two most significant bits assures an RSA modulus of maximum bit sizeAndreas Steffen2010-03-151-2/+2
* fix 64bit issue with time_t from databaseAndreas Steffen2010-03-101-2/+8
* Provide the Diffie Hellman parameters from a central location, so that we do ...Tobias Brunner2010-03-093-730/+34
* Adding a helper function that translates single characters in a string.Tobias Brunner2010-03-081-19/+2
* Replaced the deprecated RSA_generate_key with RSA_generate_key_ex.Tobias Brunner2010-03-081-2/+25
* Implemented the PRF_KEYED_SHA1 algorithm in the openssl pluginMartin Willi2010-03-084-0/+195
* critical keyUsage extension must be parsedAndreas Steffen2010-03-071-0/+3
* set Certificate Sign and CRL Sign flags in keyUsage extension if CA is trueAndreas Steffen2010-03-071-4/+13
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...Tobias Brunner2010-03-0228-42/+7
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-0228-52/+96
* Link all enabled libstrongswan plugins into the library, link all enabled cha...Tobias Brunner2010-03-0228-50/+155
* Enabling the plugin loader to be able to load plugins without explicitly load...Tobias Brunner2010-03-021-0/+37
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-0230-35/+60
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-0228-140/+0
* Link all plugins to libstrongswan.Tobias Brunner2010-02-2528-7/+28
* Use side-channel secured mpz_powm_sec of libgmp 5, if availableMartin Willi2010-02-183-0/+14
* initialize variables to avoid compiler warningAndreas Steffen2010-02-051-2/+2
* Support TLS client authentication Extended Key Usage in x509 generationMartin Willi2010-01-141-8/+16
* ipsec pki --self|issue supports --pathlen option setting a path length constr...Andreas Steffen2009-12-311-2/+18
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-232-12/+9
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-234-4/+4
* Moved mutex.c to a separate folder in order to cleanly wrap other threading p...Tobias Brunner2009-12-234-4/+4
* X509_IP_ADDR_BLOCKS flag signals the presence of an ipAddrBlock certificate e...Andreas Steffen2009-12-221-1/+2
* added create_ipAddrBlock_enumerator() method to x509_tAndreas Steffen2009-12-221-0/+9
* traffic_selector supports RFC 3779 address range formatAndreas Steffen2009-12-211-7/+75
* parse RFC 3779 addressFamilyAndreas Steffen2009-12-201-2/+16
* plugin name is x509Andreas Steffen2009-12-201-1/+1
* discard certificate with unknown critical extensionsAndreas Steffen2009-12-201-0/+8
* use traffic_selector_t object to represent ipAddrBlocksAndreas Steffen2009-12-201-1/+2
* parse ipAddrBlocksAndreas Steffen2009-12-171-1/+69
* Migrated curl_fetcher to INIT/METHOD macrosMartin Willi2009-12-171-22/+18
* ipsec pool manages dns and nbns serversAndreas Steffen2009-12-161-15/+298