]> git.ipfire.org Git - thirdparty/hostap.git/history - src/common/dpp.c
DPP: Add DPP_CONFIGURATOR_SIGN support to hostapd
[thirdparty/hostap.git] / src / common / dpp.c
2017-11-27  Jouni MalinenDPP: Add DPP_CONFIGURATOR_SIGN support to hostapd
2017-11-26  Jouni MalinenDPP: Auto-generate Initiator bootstrapping info if...
2017-11-23  Jouni MalinenDPP: Allow PKEX x/X and y/Y keypairs to be overridden
2017-11-23  Jouni MalinenDPP: Print more interim EC_POINT results into debug log
2017-11-23  Jouni MalinenDPP: Allow PKEX own/peer MAC addresses to be overridden
2017-11-23  Jouni MalinenDPP: Provide peer_mac to PKEX Initiator through functio...
2017-11-23  Jouni MalinenDPP: Work around missing EVP_PKEY_CTX_set_ec_param_enc()
2017-11-23  Jouni MalinenDPP: Fix error return value in dpp_auth_conf_rx()
2017-11-22  Jouni MalinenDPP: Add SAE credential support to Configurator
2017-11-22  Jouni MalinenDPP: Add akm=sae and akm=psk+sae support in Enrollee...
2017-11-22  Jouni MalinenDPP: Protocol testing capability to send invalid I...
2017-11-19  Jouni MalinenDPP: Protocol testing for invalid Peer Discovery Req...
2017-11-19  Jouni MalinenDPP: Protocol testing for invalid DPP Status value
2017-11-19  Jouni MalinenDPP: Use helper functions to build Bootstrap Key Hash...
2017-11-19  Jouni MalinenDPP: Replace custom undefined attr with DPP Status...
2017-11-19  Jouni MalinenDPP: Use a helper function to build DPP Status attribute
2017-11-19  Jouni MalinenDPP: Protocol testing for writing invalid I/R Bootstrap...
2017-11-18  Jouni MalinenDPP: Protocol testing capability to generate invalid...
2017-11-18  Jouni MalinenDPP: Fix dpp_test_gen_invalid_key() with BoringSSL
2017-11-18  Jouni MalinenDPP: Build bootstrapping key DER encoding using custom...
2017-11-18  Jouni MalinenDPP: Use a helper function to DER encode bootstrapping key
2017-11-17  Jouni MalinenBoringSSL: Add DPP special cases regardless of claimed...
2017-11-14  Masashi HonmaDPP: Fix compiler warning of testing code
2017-11-13  Jouni MalinenDPP: Testing capability to send unexpected Authenticati...
2017-11-13  Jouni MalinenDPP: Reject unexpected Req/Resp message based on Auth...
2017-11-13  Jouni MalinenDPP: Retransmit DPP Authentication Response frame if...
2017-11-13  Jouni MalinenDPP: Allowed initiator to indicate either role
2017-11-13  Jouni MalinenDPP: Support multiple channels for initiating DPP Authe...
2017-11-03  Jouni MalinenDPP: Protocol testing for invalid Config Resp attribute...
2017-11-03  Jouni MalinenDPP: Report Config Request/Response failure reasons...
2017-11-03  Jouni MalinenDPP: Protocol testing to remove attributes from Config...
2017-11-03  Jouni MalinenDPP: Protocol testing - invalid I/R-Auth value in PKEX...
2017-11-03  Jouni MalinenDPP: Protocol testing - invalid Bootstrap Key value...
2017-11-03  Jouni MalinenDPP: Protocol testing - invalid Status value in PKEX...
2017-11-03  Jouni MalinenDPP: Move PKEX z derivation on Responder to earlier...
2017-11-03  Jouni MalinenDPP: Fix a typo in a debug print
2017-11-03  Jouni MalinenDPP: Explicitly check that PKEX Qr is not the point...
2017-11-03  Jouni MalinenDPP: PKEX counter t
2017-11-03  Jouni MalinenDPP: Terminate PKEX exchange on detection of a mismatch...
2017-11-03  Jouni MalinenDPP: Use dpp_bn2bin_pad() helper to simplify code
2017-11-03  Jouni MalinenDPP: PKEX and STATUS_BAD_GROUP
2017-11-03  Jouni MalinenDPP: Remove obsolete TODO comment on discovery object
2017-11-03  Jouni MalinenDPP: Testing capability to generate invalid PKEX encryp...
2017-11-03  Jouni MalinenDPP: Report PKEX failure reasons over control interface
2017-11-02  Jouni MalinenDPP: Extend protocol testing to cover missing attribute...
2017-11-02  Jouni MalinenDPP: Move PKEX Commit-Reveal Response building to a...
2017-11-02  Jouni MalinenDPP: Move PKEX Commit-Reveal Request building to a...
2017-11-02  Jouni MalinenDPP: Move PKEX Exchange Response building to a helper...
2017-11-02  Jouni MalinenDPP: Fix couple of typos in debug messages
2017-11-02  Jouni MalinenDPP: Report possible PKEX code mismatch in control...
2017-10-29  Jouni MalinenDPP: Negotiation channel change request from Initiator
2017-10-29  Jouni MalinenDPP: Add DPP Status attribute into Peer Discovery Response
2017-10-28  Jouni MalinenDPP: Process Authentication Confirm failure cases
2017-10-28  Jouni MalinenDPP: Send Authentication Confirm failure reports
2017-10-28  Jouni MalinenDPP: Auth Resp/Conf incorrect attribute values for...
2017-10-27  Jouni MalinenDPP: Allow Responder to decide not to use mutual authen...
2017-10-27  Jouni MalinenDPP: Report Auth Conf failures in control interface
2017-10-27  Jouni MalinenDPP: Omission of Auth Conf attributes for protocol...
2017-10-22  Jouni MalinenDPP: Report invalid messages and failure conditions...
2017-10-22  Jouni MalinenDPP: Omission of Auth Resp attributes for protocol...
2017-10-22  Jouni MalinenDPP: Move Authentication Response building into a separ...
2017-10-22  Jouni MalinenDPP: Omission of Auth Req attributes for protocol testing
2017-10-22  Jouni MalinenDPP: Move Authentication Request building into a separa...
2017-10-22  Jouni MalinenDPP: Explicitly check and reject 0x00 and 0x03 I/R...
2017-10-22  Jouni MalinenDPP: Remove unnecessary Wrapped Data checks from callers
2017-10-22  Jouni MalinenDPP: Verify that Wrapped Data attribute is the last...
2017-10-22  Jouni MalinenDPP: Protocol testing framework
2017-10-19  Jouni MalinenDPP: Update AES-SIV AD for PKEX frames
2017-10-18  Jouni MalinenDPP: Update AES-SIV AD for DPP Authentication frames
2017-10-11  Jouni MalinenDPP: Fix static analyzer warnings in key generation...
2017-10-09  Jouni MalinenDPP: Add the crypto suite field to the frames
2017-10-09  Jouni MalinenDPP: Remove C-sign-key expiry
2017-10-09  Jouni MalinenDPP: Explicitly delete the PKEX secret element K upon...
2017-10-09  Jouni MalinenDPP: Rename PKEX secret element from Z to K
2017-10-09  Jouni MalinenDPP: Verify that PKEX Qi is not the point-at-infinity
2017-08-24  Jouni MalinenDPP: Derive PMKID using SHA256() for all curves
2017-08-23  Jouni MalinenDPP: Use Transaction ID in Peer Discovery Request/Respo...
2017-08-22  Jouni MalinenDPP: Remove devices object from the connector
2017-07-17  Jouni MalinenDPP: Fix build with OpenSSL 1.1.0
2017-07-04  Jouni MalinenDPP: Add DPP_CONFIGURATOR_SIGN to generate own connector
2017-07-04  Jouni MalinenDPP: Share bootstrap type to string helper function
2017-07-03  Jouni MalinenDPP: Set PMKSA expiration based on peer connector
2017-07-03  Jouni MalinenDPP: Check JWS protected header alg against C-sign...
2017-07-02  Jouni MalinenDPP: Update JWS algorithm strings for Brainpool curves
2017-07-02  Jouni MalinenDPP: Rename Brainpool curve names for JSON
2017-07-02  Jouni MalinenDPP: PKEX bootstrapping
2017-07-02  Jouni MalinenDPP: Add helper functions for running hash operations
2017-07-02  Jouni MalinenDPP: More debug for own connector configuration errors
2017-07-02  Jouni MalinenDPP: Fix JWK debug prints
2017-06-21  Jouni MalinenDPP: Automatic network profile creation
2017-06-19  Jouni MalinenDPP: Network Introduction protocol
2017-06-19  Jouni MalinenDPP: Configuration exchange
2017-06-19  Jouni MalinenDPP: Authentication exchange
2017-06-19  Jouni MalinenDPP: Bootstrap information management