index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libstrongswan
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed RSA key generation with gcrypt
Martin Willi
2010-04-29
1
-1
/
+1
*
PEM encoder supports encoding from RSA components directly, allowing gcrypt p...
Martin Willi
2010-04-29
3
-37
/
+42
*
Added support for DH groups 22, 23 and 24, patch contributed by Joy Latten
Martin Willi
2010-04-19
4
-1
/
+29
*
Fixed OpenSSL engine_id setting, i.e. do not use 'library.' prefix for settin...
Tobias Brunner
2010-04-10
1
-1
/
+1
*
Store DH generator in a chunk, hide non-public data in a private struct
Martin Willi
2010-04-08
3
-18
/
+27
*
Some whitespace fixes.
Tobias Brunner
2010-04-06
5
-8
/
+8
*
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
Tobias Brunner
2010-04-06
41
-283
/
+340
*
PEM encoding for OpenSSL RSA and EC public and private keys
Andreas Steffen
2010-04-04
5
-12
/
+72
*
PEM encoding for GMP RSA public and private keys
Andreas Steffen
2010-04-04
6
-3
/
+167
*
fixed doxygen group
Andreas Steffen
2010-04-03
1
-1
/
+1
*
change #define to PEM_BUILDER_H_
Andreas Steffen
2010-04-03
1
-3
/
+3
*
Moving attr-sql plugin from libstrongswan to libhydra.
Tobias Brunner
2010-03-24
7
-1989
/
+0
*
Fixed ipsec pool --batch command
Heiko Hund
2010-03-24
1
-2
/
+2
*
Removed strayed code fragment
Martin Willi
2010-03-19
1
-20
/
+4
*
ipsec pool --batch command
Heiko Hund
2010-03-19
1
-60
/
+200
*
ipsec pool error return status
Heiko Hund
2010-03-19
1
-49
/
+51
*
ipsec pool --replace command
Heiko Hund
2010-03-19
1
-23
/
+61
*
--addresses option for ipsec pool --add command
Heiko Hund
2010-03-19
1
-5
/
+187
*
setting the two most significant bits assures an RSA modulus of maximum bit size
Andreas Steffen
2010-03-15
1
-2
/
+2
*
fix 64bit issue with time_t from database
Andreas Steffen
2010-03-10
1
-2
/
+8
*
Provide the Diffie Hellman parameters from a central location, so that we do ...
Tobias Brunner
2010-03-09
3
-730
/
+34
*
Adding a helper function that translates single characters in a string.
Tobias Brunner
2010-03-08
1
-19
/
+2
*
Replaced the deprecated RSA_generate_key with RSA_generate_key_ex.
Tobias Brunner
2010-03-08
1
-2
/
+25
*
Implemented the PRF_KEYED_SHA1 algorithm in the openssl plugin
Martin Willi
2010-03-08
4
-0
/
+195
*
critical keyUsage extension must be parsed
Andreas Steffen
2010-03-07
1
-0
/
+3
*
set Certificate Sign and CRL Sign flags in keyUsage extension if CA is true
Andreas Steffen
2010-03-07
1
-4
/
+13
*
Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...
Tobias Brunner
2010-03-02
28
-42
/
+7
*
Streamlined the source file list formatting in plugin makefiles.
Tobias Brunner
2010-03-02
28
-52
/
+96
*
Link all enabled libstrongswan plugins into the library, link all enabled cha...
Tobias Brunner
2010-03-02
28
-50
/
+155
*
Enabling the plugin loader to be able to load plugins without explicitly load...
Tobias Brunner
2010-03-02
1
-0
/
+37
*
Changed plugin constructors from plugin_create to plugin_name_plugin_create.
Tobias Brunner
2010-03-02
30
-35
/
+60
*
Removing the plugin constructor declarations from the header files.
Tobias Brunner
2010-03-02
28
-140
/
+0
*
Link all plugins to libstrongswan.
Tobias Brunner
2010-02-25
28
-7
/
+28
*
Use side-channel secured mpz_powm_sec of libgmp 5, if available
Martin Willi
2010-02-18
3
-0
/
+14
*
initialize variables to avoid compiler warning
Andreas Steffen
2010-02-05
1
-2
/
+2
*
Support TLS client authentication Extended Key Usage in x509 generation
Martin Willi
2010-01-14
1
-8
/
+16
*
ipsec pki --self|issue supports --pathlen option setting a path length constr...
Andreas Steffen
2009-12-31
1
-2
/
+18
*
Using the thread wrapper in charon, libstrongswan and their plugins.
Tobias Brunner
2009-12-23
2
-12
/
+9
*
Separated the public interfaces of the threading primitives.
Tobias Brunner
2009-12-23
4
-4
/
+4
*
Moved mutex.c to a separate folder in order to cleanly wrap other threading p...
Tobias Brunner
2009-12-23
4
-4
/
+4
*
X509_IP_ADDR_BLOCKS flag signals the presence of an ipAddrBlock certificate e...
Andreas Steffen
2009-12-22
1
-1
/
+2
*
added create_ipAddrBlock_enumerator() method to x509_t
Andreas Steffen
2009-12-22
1
-0
/
+9
*
traffic_selector supports RFC 3779 address range format
Andreas Steffen
2009-12-21
1
-7
/
+75
*
parse RFC 3779 addressFamily
Andreas Steffen
2009-12-20
1
-2
/
+16
*
plugin name is x509
Andreas Steffen
2009-12-20
1
-1
/
+1
*
discard certificate with unknown critical extensions
Andreas Steffen
2009-12-20
1
-0
/
+8
*
use traffic_selector_t object to represent ipAddrBlocks
Andreas Steffen
2009-12-20
1
-1
/
+2
*
parse ipAddrBlocks
Andreas Steffen
2009-12-17
1
-1
/
+69
*
Migrated curl_fetcher to INIT/METHOD macros
Martin Willi
2009-12-17
1
-22
/
+18
*
ipsec pool manages dns and nbns servers
Andreas Steffen
2009-12-16
1
-15
/
+298
[next]