aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Fixed memory leaksSansar Choinyambuu2011-11-284-107/+112
* | Clone chunk_t parameters in create functionSansar Choinyambuu2011-11-282-4/+4
* | Implemented handling of DH Parameters Response and Finish attributesSansar Choinyambuu2011-11-284-40/+348
* | Replaced DH_NONCE state with TPM_INIT stateSansar Choinyambuu2011-11-281-1/+1
* | Cloning chunk_t parameters in process messageSansar Choinyambuu2011-11-282-0/+4
* | Fixed bug for updating supported diffie hellman groupsSansar Choinyambuu2011-11-281-5/+5
* | Removed unnecessary debug statementSansar Choinyambuu2011-11-281-3/+0
* | Return false if mandatory DH Group IKE19 is not availableSansar Choinyambuu2011-11-281-3/+1
* | Started implementing handling of DH Nonce attributesSansar Choinyambuu2011-11-2812-40/+425
* | Implemented Diffie Hellman Nonce attributesSansar Choinyambuu2011-11-2810-3/+1081
* | Write/Read flags field directly to/from variableSansar Choinyambuu2011-11-283-104/+5
* | Began implementing handline of Functional Component Measuring attributesSansar Choinyambuu2011-11-284-55/+195
* | Fixed bug at checking error code from file statSansar Choinyambuu2011-11-281-8/+7
* | Implemented handling of File MetadataSansar Choinyambuu2011-11-2811-104/+306
* | File not Found, Invalid path, Invalid Delimiter PTS errors case checks implem...Sansar Choinyambuu2011-11-281-0/+2
* | libfast: Fixed compiler warning.Tobias Brunner2011-11-251-1/+1
* | Fixed compiler warnings for DH groups that define no subgroup.Tobias Brunner2011-11-251-8/+16
* | Fixed missing initializer compiler warning.Tobias Brunner2011-11-251-2/+2
* | Fixed check for log groups when debug_t is unsigned.Tobias Brunner2011-11-251-1/+1
* | Fixed check of max_poll_time as it is an unsigned int.Tobias Brunner2011-11-251-4/+0
* | Fixed compiler warnings regarding enum comparison.Tobias Brunner2011-11-254-6/+6
* | Added missing Android.mk files to distribution.Tobias Brunner2011-11-228-4/+10
* | Fixed proposal numbering check in sa_payloadMartin Willi2011-11-211-10/+0
* | Fix copy'n'paste error in libhydra's netlink interfaceThomas Jarosch2011-11-211-1/+1
* | Fix unaligned aliasing warning in raw socketMartin Willi2011-11-171-5/+4
* | Fix network interface deletion handling in kernel-netlink plugin.Mirko Parthey2011-11-141-3/+7
* | libfreeswan: Fixed compiler warning.Tobias Brunner2011-11-091-3/+2
* | pkcs11: Fixed a bug when creating public keys.Tobias Brunner2011-11-091-1/+1
|/
* gcrypt does not support MD2Andreas Steffen2011-11-091-1/+0
* added dummy libsimaka_init() function needed for integrity testingAndreas Steffen2011-11-082-0/+13
* added dummy libtls_init() function needed for integrity testingAndreas Steffen2011-11-082-0/+13
* Fixed monolithic build of libcharon with libtnccs enabled.Tobias Brunner2011-11-081-0/+7
* Correctly refer to tnc-tnccs plugin when building monolithically.Tobias Brunner2011-11-081-1/+1
* Calculate checksums for libsimaka and libtls.Tobias Brunner2011-11-081-1/+6
* Defer calculation of checksums until installation.Tobias Brunner2011-11-082-31/+53
* Fixed formatting for longer plugin names in checksum_builder output.Tobias Brunner2011-11-081-2/+2
* Don't link libtnccs to checksum_builder.Tobias Brunner2011-11-082-13/+2
* Revert "fixed integrity tests of plugins using libtls or libtnccs"Tobias Brunner2011-11-0811-14/+18
* Revert "fixed integrity tests of plugins using libsimaka"Tobias Brunner2011-11-089-4/+8
* assign get_features methodAndreas Steffen2011-11-071-1/+1
* Allow support for CA-certificate retrieval in scepclient4.6.0Thomas Egerer2011-11-041-0/+21
* Fix 'ipsec pool --status' for empty pools.Tobias Brunner2011-11-041-1/+7
* Syntax error in sqlite.sql fixed.Tobias Brunner2011-11-041-1/+1
* if available link libsimaka to checksum_builderAndreas Steffen2011-11-041-0/+4
* use the correct USE_SIMAKA conditionalAndreas Steffen2011-11-041-1/+1
* fixed integrity tests of plugins using libsimakaAndreas Steffen2011-11-049-8/+4
* Change order of ocsp uris when parsing a certThomas Egerer2011-11-041-1/+1
* Handle certificates being on hold in a CRLThomas Egerer2011-11-043-1/+14
* Memwipe request after sa update, tooThomas Egerer2011-11-041-0/+1
* Use chunk_clear to memwipe shared secretThomas Egerer2011-11-041-1/+1