Jan Hutter
|
8c7824fb57
|
|
2005-12-02 08:05:20 +00:00 |
|
Jan Hutter
|
ff43984dca
|
- get_type changed
|
2005-12-02 08:01:43 +00:00 |
|
Jan Hutter
|
56aeee4936
|
cleaned code
|
2005-12-02 07:43:05 +00:00 |
|
Jan Hutter
|
1b3f92d28d
|
- fixed bugs
|
2005-12-01 19:53:48 +00:00 |
|
Jan Hutter
|
a9428251cd
|
- new configuration support added to ike_sa and states
|
2005-12-01 17:16:10 +00:00 |
|
Jan Hutter
|
343acebe85
|
- implemented functionality to generate sa payload from
child_proposal_t's and vice versa...
|
2005-12-01 12:18:20 +00:00 |
|
Jan Hutter
|
b737e9d9e8
|
implemented and tested functionality to create sa_payload from
ike_proposal_t's and also generate ike_proposal_t's from sa_payload
|
2005-12-01 08:48:57 +00:00 |
|
Jan Hutter
|
2ef11339c7
|
created class init_config_t encapsulating configuration issues of
IKE_SA_INIT phase
|
2005-11-30 17:21:33 +00:00 |
|
Jan Hutter
|
1e54ebfac4
|
- added positioned functionality to linked_list_t
|
2005-11-30 16:31:10 +00:00 |
|
Jan Hutter
|
f603933427
|
code of message_t cleaned and added more logs
|
2005-11-30 12:58:57 +00:00 |
|
Jan Hutter
|
b09e85f929
|
- fixed bug when finding out if payload has to get encrypted
|
2005-11-30 09:26:06 +00:00 |
|
Jan Hutter
|
63bfd6cc7c
|
added more logging
|
2005-11-30 09:00:30 +00:00 |
|
Jan Hutter
|
f8c6d7e46f
|
fixed bug
|
2005-11-30 08:57:02 +00:00 |
|
Jan Hutter
|
af30c6b910
|
|
2005-11-30 08:55:59 +00:00 |
|
Jan Hutter
|
9e9533d93b
|
- changed return type
|
2005-11-30 08:53:00 +00:00 |
|
Jan Hutter
|
d440fe6d0b
|
- message encryption verification fully changed
|
2005-11-30 08:32:23 +00:00 |
|
Jan Hutter
|
f890d8fe62
|
- encryption seems to work
|
2005-11-29 17:19:59 +00:00 |
|
Jan Hutter
|
7da522ba73
|
- implemented and tested ts_payload_t
|
2005-11-29 15:23:04 +00:00 |
|
Jan Hutter
|
346af6f3de
|
- fixed bug in diffie hellman exchange (no public value was written)
|
2005-11-29 12:23:40 +00:00 |
|
Jan Hutter
|
2326633550
|
- added and tested auth_payload_t class
|
2005-11-29 11:16:15 +00:00 |
|
Jan Hutter
|
79b9c1d6c5
|
- implemented compute length function
|
2005-11-29 10:19:27 +00:00 |
|
Jan Hutter
|
45c3d18680
|
|
2005-11-29 10:02:34 +00:00 |
|
Jan Hutter
|
db6e764580
|
- added and tested id_payload_t
|
2005-11-29 09:57:22 +00:00 |
|
Jan Hutter
|
a0753941e1
|
- changed creation of iterator
- chanded all clone calls
|
2005-11-29 08:54:48 +00:00 |
|
Jan Hutter
|
c6ec246d0d
|
fixed bug when inserting with iterator
|
2005-11-29 08:14:19 +00:00 |
|
Jan Hutter
|
ed37dee61d
|
- testcases added to module testcases
|
2005-11-29 07:32:33 +00:00 |
|
Jan Hutter
|
d0cc48e5ec
|
- memory allocation tests removed
|
2005-11-29 07:15:52 +00:00 |
|
Jan Hutter
|
1bcea5140d
|
|
2005-11-29 06:59:05 +00:00 |
|
Jan Hutter
|
78f837b0cb
|
- diffie hellman code cleaned
|
2005-11-29 06:58:34 +00:00 |
|
Jan Hutter
|
3fe058703f
|
- removed memory allocation checks!!!
|
2005-11-28 18:24:10 +00:00 |
|
Jan Hutter
|
297c889cf3
|
- memory allocation checks removed
|
2005-11-28 17:06:57 +00:00 |
|
Jan Hutter
|
27e432056b
|
- memory allocation checks removed
|
2005-11-28 16:55:46 +00:00 |
|
Jan Hutter
|
0f30f5686a
|
generator rewritten (no memory allocation test anymore)
|
2005-11-28 16:34:48 +00:00 |
|
Jan Hutter
|
5e99853ca8
|
- removed OUT_OF_RES checks
|
2005-11-28 16:11:56 +00:00 |
|
Jan Hutter
|
cdbfdf4e6c
|
|
2005-11-28 15:59:13 +00:00 |
|
Jan Hutter
|
b9d9f18874
|
- added compution of all needed keys and also creation of needed
transform objects
|
2005-11-28 15:20:51 +00:00 |
|
Jan Hutter
|
61068e9152
|
- changed prf_hmac_t to hmac_prf_t
|
2005-11-28 12:56:40 +00:00 |
|
Jan Hutter
|
42e69fbdad
|
- AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...
|
2005-11-28 12:42:43 +00:00 |
|
Jan Hutter
|
7f0e85216e
|
- aes encryption with 128 successfully tested
|
2005-11-28 10:16:54 +00:00 |
|
Jan Hutter
|
6906d8fe84
|
- aes encryption working but code not cleaned
|
2005-11-28 09:39:31 +00:00 |
|
Jan Hutter
|
7b0dafeb52
|
- wrote test for aes_cbc but encryption does not seem to work :-(
|
2005-11-28 09:12:49 +00:00 |
|
Jan Hutter
|
363a7dab5e
|
- aes crypter written but not tested
|
2005-11-28 08:22:43 +00:00 |
|
Jan Hutter
|
c00894b06e
|
- began to implement aes_crypter_t
|
2005-11-25 16:57:20 +00:00 |
|
Jan Hutter
|
aad398a70c
|
- changed interface of ike_sa
- states can access ike_sa fields now just with functions
|
2005-11-25 13:42:02 +00:00 |
|
Jan Hutter
|
40ced1dfc3
|
code documentation cleaned
|
2005-11-25 09:06:44 +00:00 |
|
Jan Hutter
|
32f78c2e54
|
- code documentation cleaned
|
2005-11-25 08:55:25 +00:00 |
|
Jan Hutter
|
f024eaf5d4
|
- definitions of random devices moved
|
2005-11-25 08:55:12 +00:00 |
|
Jan Hutter
|
adad211cb2
|
- code documentation cleaned
|
2005-11-25 08:44:49 +00:00 |
|
Jan Hutter
|
caf2a93a5c
|
- code documentation cleaned
|
2005-11-25 08:36:26 +00:00 |
|
Jan Hutter
|
2b4ec18f48
|
- code documentation cleaned
|
2005-11-25 08:22:27 +00:00 |
|
Jan Hutter
|
f596c9a527
|
ignore list
|
2005-11-25 08:13:07 +00:00 |
|
Jan Hutter
|
c4932c3075
|
- allocator_free_chunk changed
|
2005-11-25 08:11:49 +00:00 |
|
Jan Hutter
|
0c781c520d
|
- allocator_free_chunk changed
|
2005-11-25 08:11:27 +00:00 |
|
Jan Hutter
|
a27712a933
|
- chunk is freed differently
|
2005-11-25 08:10:59 +00:00 |
|
Jan Hutter
|
5afad07993
|
- code refined
- documentation cleaned
|
2005-11-25 08:10:38 +00:00 |
|
Jan Hutter
|
e0e554caca
|
- code refined
- documentation cleaned
|
2005-11-25 08:10:16 +00:00 |
|
Jan Hutter
|
e829c4aed2
|
- changed way of freeing chunks
- ike_sa is checked out differently
|
2005-11-25 08:09:58 +00:00 |
|
Jan Hutter
|
51ecb022cb
|
- began to clean code documentation
|
2005-11-24 17:07:12 +00:00 |
|
Jan Hutter
|
207dd9b5c0
|
- added function create_and_checkout to the ike_sa_manager_t
|
2005-11-24 16:57:53 +00:00 |
|
Jan Hutter
|
852e8b6f25
|
- connection is initialized
|
2005-11-24 16:57:16 +00:00 |
|
Jan Hutter
|
49a72ce394
|
function better described
|
2005-11-24 14:21:23 +00:00 |
|
Jan Hutter
|
95c61cb956
|
changed enum and structs names to _t
|
2005-11-24 09:17:51 +00:00 |
|
Jan Hutter
|
1f9c9180e4
|
- memory leaks fixed
- failed tests fixed
|
2005-11-24 07:55:29 +00:00 |
|
Jan Hutter
|
543c1db0ea
|
- created new makefiles
|
2005-11-23 12:52:43 +00:00 |
|
Jan Hutter
|
94852e7550
|
- changed include paths
|
2005-11-23 09:22:25 +00:00 |
|
Jan Hutter
|
8080fccbe9
|
include paths changed
|
2005-11-23 09:13:40 +00:00 |
|
Jan Hutter
|
696be0222f
|
- include path changed
|
2005-11-23 09:08:45 +00:00 |
|
Jan Hutter
|
f544637f49
|
- shared secret was not retrieved
|
2005-11-23 07:35:35 +00:00 |
|
Jan Hutter
|
042529f60b
|
- fixed bugs
|
2005-11-23 07:27:23 +00:00 |
|
Jan Hutter
|
0c6c2dfbec
|
- added compution of secrets
|
2005-11-23 07:22:43 +00:00 |
|
Jan Hutter
|
dcacedf755
|
- set default Hash function to MD5
|
2005-11-23 07:18:58 +00:00 |
|
Jan Hutter
|
5d6455bafa
|
- cleaned code, no functional change
|
2005-11-23 07:18:27 +00:00 |
|
Jan Hutter
|
cdedbf230f
|
- added logging of nonces
|
2005-11-23 07:17:54 +00:00 |
|
Jan Hutter
|
29b8cafcfd
|
- buffer pointer was not increased
|
2005-11-23 07:17:31 +00:00 |
|
Jan Hutter
|
99a9676d45
|
- bug in creating fixed
|
2005-11-23 07:17:12 +00:00 |
|
Jan Hutter
|
da93259175
|
added CHUNK_INITIALIZER
|
2005-11-23 07:16:55 +00:00 |
|
Jan Hutter
|
213790354f
|
- added support for encoding type IKE_SPI
|
2005-11-22 15:40:56 +00:00 |
|
Jan Hutter
|
2c0c865a9e
|
|
2005-11-22 15:40:38 +00:00 |
|
Jan Hutter
|
2c22024976
|
added new fields
|
2005-11-22 15:40:11 +00:00 |
|
Jan Hutter
|
2d9486ae4b
|
changed way to get transforms
|
2005-11-22 15:39:56 +00:00 |
|
Jan Hutter
|
cef4bce94e
|
changed encoding rules to support type IKE_SPI
|
2005-11-22 15:39:29 +00:00 |
|
Jan Hutter
|
2b1b484687
|
added encoding type IKE_SPI
|
2005-11-22 15:39:06 +00:00 |
|
Jan Hutter
|
b4e3d1dd07
|
-starte to implement function to set secrets
|
2005-11-22 15:38:41 +00:00 |
|
Jan Hutter
|
5f18100e14
|
- added function to retrieve responder spi
|
2005-11-22 15:38:22 +00:00 |
|
Jan Hutter
|
fb71af18d4
|
added field type IKE_SPI
|
2005-11-22 15:37:52 +00:00 |
|
Jan Hutter
|
219814737f
|
- added get_responder_spi function
|
2005-11-22 15:37:32 +00:00 |
|
Jan Hutter
|
b6b836517c
|
- memory leak fixed
|
2005-11-22 12:36:27 +00:00 |
|
Jan Hutter
|
6aa61b01d2
|
- documented
|
2005-11-22 12:29:39 +00:00 |
|
Jan Hutter
|
cb80a27e8a
|
changed constructor
|
2005-11-22 11:58:36 +00:00 |
|
Jan Hutter
|
dd4e8c65e4
|
- fully implemented
|
2005-11-22 11:58:17 +00:00 |
|
Jan Hutter
|
19fb5a0ef1
|
- implemented until state change
|
2005-11-22 11:57:44 +00:00 |
|
Jan Hutter
|
3525276c80
|
- partly implemented
|
2005-11-22 11:57:22 +00:00 |
|
Jan Hutter
|
a6e7920e53
|
- implemented most parts
|
2005-11-22 11:56:51 +00:00 |
|
Jan Hutter
|
06d2a398e2
|
- added new logging context for configuration manager
|
2005-11-22 11:55:57 +00:00 |
|
Jan Hutter
|
323ff573d2
|
- partly documented
|
2005-11-22 11:55:17 +00:00 |
|
Jan Hutter
|
723b666452
|
-destroy function moved in file :-)
|
2005-11-22 11:54:58 +00:00 |
|
Jan Hutter
|
74d8414cc8
|
|
2005-11-22 11:54:29 +00:00 |
|
Jan Hutter
|
b2c259bac5
|
nonce is now copied when setting or getting
|
2005-11-22 11:54:14 +00:00 |
|
Jan Hutter
|
fa147f1bd7
|
fixed error in mapping of prf algorithms
|
2005-11-22 11:53:50 +00:00 |
|
Jan Hutter
|
83cad34b94
|
- fixed segmentation fault when destroying ike_sa entries
|
2005-11-22 11:53:26 +00:00 |
|