Tobias Brunner
|
1b67166921
|
Unify format of HSR copyright statements
|
2018-05-23 16:32:53 +02:00 |
|
Tobias Brunner
|
aeaab528e8
|
ikev1: Factor out IV and QM management
This simplifies implementing a custom keymat_v1_t.
|
2017-02-08 10:33:07 +01:00 |
|
Thomas Egerer
|
267c1f7083
|
keymat: Allow keymat to modify signature scheme(s)
Signed-off-by: Thomas Egerer <[email protected]>
|
2017-02-08 10:32:17 +01:00 |
|
Tobias Brunner
|
a6dc7bf287
|
ikev1: Send derived IKE_SA keys to bus
|
2016-10-04 10:01:49 +02:00 |
|
Andreas Steffen
|
b12c53ce77
|
Use standard unsigned integer types
|
2016-03-24 18:52:48 +01:00 |
|
Tobias Brunner
|
0cb8752b85
|
ikev1: Make maximum number of IKEv1 phase 2 exchanges we keep state about configurable
Fixes #1128.
|
2015-10-30 10:16:35 +01:00 |
|
Martin Willi
|
42431690e0
|
diffie-hellman: Add a bool return value to get_my_public_value()
|
2015-03-23 17:54:03 +01:00 |
|
Martin Willi
|
bace1d6479
|
diffie-hellman: Use bool instead of status_t as get_shared_secret() return value
While such a change is not unproblematic, keeping status_t makes the API
inconsistent once we introduce return values for the public value operations.
|
2015-03-23 17:54:02 +01:00 |
|
Martin Willi
|
3ecfc83c6b
|
payload: Use common prefixes for all payload type identifiers
The old identifiers did not use a proper namespace and often clashed with
other defines.
|
2014-06-04 15:53:03 +02:00 |
|
Tobias Brunner
|
50bd28d549
|
iv_gen: aead_t implementations provide an IV generator
|
2013-10-11 15:55:40 +02:00 |
|
Martin Willi
|
3a23794fa2
|
Add missing XAuthRespPSK switch case to IKEv1 key derivation
|
2013-03-12 10:09:23 +01:00 |
|
Tobias Brunner
|
12642a6831
|
Moved data structures to new collections subfolder
|
2012-10-24 16:00:49 +02:00 |
|
Martin Willi
|
a564e4ca77
|
Refactored error handling in keymat_v1_t
|
2012-07-16 14:55:07 +02:00 |
|
Martin Willi
|
87dd205b61
|
Add a return value to hasher_t.allocate_hash()
|
2012-07-16 14:55:06 +02:00 |
|
Martin Willi
|
e185612dd8
|
Add a return value to keymat_v1_t.{get,update,confirm}_iv
|
2012-07-16 14:55:06 +02:00 |
|
Martin Willi
|
ce73fc19db
|
Add a return value to crypter_t.set_key()
|
2012-07-16 14:53:38 +02:00 |
|
Martin Willi
|
3b96189a2a
|
Add a return value to crypter_t.decrypt()
|
2012-07-16 14:53:38 +02:00 |
|
Martin Willi
|
e35abbe588
|
Add a return value to crypter_t.encrypt
|
2012-07-16 14:53:37 +02:00 |
|
Martin Willi
|
f3ca96b2bf
|
Add a return value to prf_t.set_key()
|
2012-07-16 14:53:34 +02:00 |
|
Martin Willi
|
ecc080b393
|
Add a return value to prf_t.allocate_bytes()
|
2012-07-16 14:53:34 +02:00 |
|
Martin Willi
|
a7e6539135
|
Use a bool return value in keymat_v1_t.get_hash_phase2()
|
2012-07-16 14:53:34 +02:00 |
|
Martin Willi
|
e4c5c1d03e
|
Add a return value to keymat_v1_t.get_hash()
|
2012-07-16 14:53:34 +02:00 |
|
Martin Willi
|
bc47488323
|
Add a return value to prf_t.get_bytes()
|
2012-07-16 14:53:33 +02:00 |
|
Martin Willi
|
edd54734c8
|
prf_plus_create() can return NULL on failure
|
2012-07-16 14:53:33 +02:00 |
|
Martin Willi
|
5d79e6c6b4
|
Add a return value to prf_plus_t.allocate_bytes()
|
2012-07-16 14:53:33 +02:00 |
|
Martin Willi
|
ad08730a4b
|
Add a return value to aead_t.set_key()
|
2012-07-16 14:53:32 +02:00 |
|
Martin Willi
|
e2ed7bfd22
|
Add a return value to aead_t.encrypt()
|
2012-07-16 14:53:32 +02:00 |
|
Adrian-Ken Rueegsegger
|
5338fe5e79
|
Add create_nonce_gen function to keymat interface
This function returns a nonce generator object.
|
2012-05-18 08:15:41 +02:00 |
|
Martin Willi
|
a0c17d4157
|
Use a dedicated PRF for HASH/SIG payloads using ECDSA specific hasher
|
2012-03-20 17:31:39 +01:00 |
|
Martin Willi
|
4c685e8850
|
Select public key auth method by checking what key we have
|
2012-03-20 17:31:39 +01:00 |
|
Martin Willi
|
3bacc1f429
|
Added a keymat_t version to cast it safely
|
2012-03-20 17:31:30 +01:00 |
|
Martin Willi
|
15a682f4c2
|
Separated libcharon/sa directory with ikev1 and ikev2 subfolders
|
2012-03-20 17:31:26 +01:00 |
|