|
a60458cdab
|
eap::module is no longer abstract
|
2016-08-05 13:18:25 +02:00 |
|
|
4fc029138c
|
config_method_with_cred is no longer a template
|
2016-08-05 11:51:59 +02:00 |
|
|
f4be571499
|
Pre-shared credentials moved to heap
|
2016-08-05 11:38:43 +02:00 |
|
|
460adb9858
|
m_module is now a pointer instead of reference
|
2016-08-05 11:23:59 +02:00 |
|
|
a9ecde86d9
|
TLS specific package communication moved from TTLS to TLS session
|
2016-08-05 11:01:30 +02:00 |
|
|
f2aa43913d
|
EAP-TTLS session development continues...
|
2016-08-05 00:32:57 +02:00 |
|
|
a102b43a19
|
eap::type_t >> winstd::eap_type_t
|
2016-08-04 12:08:20 +02:00 |
|
|
22a87bf90d
|
eap::session::get_response_packet() implemented
|
2016-08-04 10:07:03 +02:00 |
|
|
caf0352833
|
Packet processing methods made pure virtual in eap::session<>, stubs created in eap::session_ttls
|
2016-08-03 15:31:06 +02:00 |
|
|
f68a65f8f8
|
eap::session<> remembers basic EAP session parameters now
|
2016-08-03 15:22:52 +02:00 |
|
|
3e82b7df49
|
eap::method_property => winstd::eap_method_prop
|
2016-08-03 15:09:58 +02:00 |
|
|
cb24fbd6a3
|
eap::peer_ttls::get_method_properties() implemented
|
2016-08-03 13:50:12 +02:00 |
|
|
6ae8029a47
|
config_method split into config_method and config_method_with_cred<>
|
2016-07-21 22:30:03 +02:00 |
|
|
6d8bd3f1c1
|
Cached credentials are correctly honored now
|
2016-07-21 13:21:40 +02:00 |
|
|
4834c9e4da
|
credentials::get_name() fixed to return "<blank>" for empty credentials
|
2016-07-21 12:34:19 +02:00 |
|
|
ee8410bdb9
|
credentials::target_suffix() is public now, as it can be reused to provide GUI method identifier
|
2016-07-21 12:33:32 +02:00 |
|
|
627b20aabc
|
pack() => operator <<, unpack() => operator >>, get_pk_size() => pksizeof()
|
2016-07-21 09:20:09 +02:00 |
|
|
51428d290f
|
Memory overflow detection when packing/unpacking BLOB added
|
2016-07-20 19:29:21 +02:00 |
|
|
2f4425f38c
|
EAPSerial.h merged into EAP.h
|
2016-07-20 18:17:25 +02:00 |
|
|
9376404164
|
eap::config_provider changed from template to class followed by a mass detemplatization of other classes
|
2016-07-20 17:57:43 +02:00 |
|
|
a7d75ea72d
|
eap::config_provider detemplatization
|
2016-07-20 16:47:37 +02:00 |
|
|
780b738842
|
config_provider::m_methods is a list of pointers to method configurations now paving the road to config_provider detemplatization
|
2016-07-20 16:04:56 +02:00 |
|
|
180d9b265c
|
eap::config_method is no longer a template class
|
2016-07-20 15:21:58 +02:00 |
|
|
ce0bbc5b45
|
config_method::m_preshared moved to heap, which in turn required shift to virtual methods for packing/unpacking BLOBs
|
2016-07-20 14:59:12 +02:00 |
|
|
b7ea2f7a72
|
EapPeerGetUIContext()/eap::session::get_ui_context() completed
|
2016-07-20 12:04:11 +02:00 |
|
|
db69c23689
|
usr => cred
|
2016-07-20 11:27:23 +02:00 |
|
|
43751ed908
|
Template arguments and type names unified
|
2016-07-20 11:25:03 +02:00 |
|
|
434e042f8b
|
Class naming update
|
2016-07-20 10:37:12 +02:00 |
|
|
512f46f014
|
pack/unpack & load/save nesting arranged all the way up to eap::config
|
2016-07-20 10:31:34 +02:00 |
|
|
a92cafea36
|
eap::credentials::get_name() method introduced to allow more detailed display of certificate names
|
2016-07-20 10:05:36 +02:00 |
|
|
4f6943044f
|
eap::credentials::m_identity replaced with virtual method get_identity()
|
2016-07-20 09:54:26 +02:00 |
|
|
504ea681a9
|
Strings packed/unpacked as zero-terminated (instead of length prefixed) now
|
2016-07-20 09:22:54 +02:00 |
|
|
54fc2dd830
|
Generic templates for data packing/unpacking replaced with specific to avoid accidental use
|
2016-07-20 09:14:47 +02:00 |
|
|
40c992e1a5
|
Memory sanitizing on BLOB free removed, since BLOBS are encrypted from d15b7066cd9cd9f1fe4accab095ac347c8590274 on
|
2016-07-20 08:48:28 +02:00 |
|
|
4630b32f77
|
target_suffix() method is private now
|
2016-07-19 13:39:41 +02:00 |
|
|
4acabbca4e
|
Configuration and credentials logging introduced
|
2016-07-19 12:53:54 +02:00 |
|
|
9257391938
|
eapxml::get_xpath() introduced
|
2016-07-19 12:05:38 +02:00 |
|
|
0ee9bade32
|
EAPMETHOD_TRACE_EAP_ERROR => EAPMETHOD_TRACE_EVT_EAP_ERROR
|
2016-07-19 08:54:32 +02:00 |
|
|
fa141fc525
|
Correct event is reported for DWORD-returning functions now
|
2016-06-23 15:46:12 +02:00 |
|
|
1fc77fc63d
|
EAP method type is now a map
|
2016-06-23 15:44:57 +02:00 |
|
|
d15b7066cd
|
RSA encryption replaced with RSA session key exchange and AES data encryption; BLOBs are encrypted again
|
2016-06-23 00:47:38 +02:00 |
|
|
922d0ac3d0
|
Additional RSA credential encryption replaced with product-specific entropy in user-specific encryption pass, to circumvent RSA data length limitation
|
2016-06-22 23:32:28 +02:00 |
|
|
d1a4487503
|
BLOB encryption temporary disabled, as RSA can not encrypt data this long
|
2016-06-22 17:59:26 +02:00 |
|
|
bdd3fc616c
|
EAP BLOBs are encrypted now
|
2016-06-22 09:18:27 +02:00 |
|
|
a2ca2fd850
|
Logging and error reporting simplified
|
2016-06-21 13:15:50 +02:00 |
|
|
e98856f934
|
Support for provider contact info added
|
2016-06-21 10:46:05 +02:00 |
|
|
0c8492ccd1
|
CredProtect() replaced with CryptProtectData() << the former didn't work between normal and UAC-elevated processes: stored credentials are no longer valid and should be reentered
|
2016-06-20 16:37:48 +02:00 |
|
|
768e0a5a36
|
Previously unused templates fixed
|
2016-06-20 16:24:58 +02:00 |
|
|
e52b9a636f
|
Support for read-only configurations added
|
2016-06-20 14:51:21 +02:00 |
|
|
cda81dd696
|
Aesthetic modifications
|
2016-06-16 00:25:10 +02:00 |
|