]> git.ipfire.org Git - thirdparty/hostap.git/history - src/common/dpp.c
DPP2: Move dpp_build_conf_result() to be within ifdef block
[thirdparty/hostap.git] / src / common / dpp.c
2019-09-15  Jouni MalinenDPP2: Move dpp_build_conf_result() to be within ifdef...
2019-09-15  Jouni MalinenDPP2: Fix a memory leak on error path for Config Result
2019-08-04  Jouni MalinenDPP: Use a common helper function for ECDH operations
2019-07-24  Jouni MalinenDPP: Avoid void pointer arithmetic
2019-05-22  Jouni MalinenDPP: Fix bootstrapping URI parser to handle channel...
2019-05-08  Jouni MalinenDPP: Fix a memory leak in testing sequence
2019-05-08  Jouni MalinenDPP: Fix a memory leak on duplicate Authentication...
2019-05-08  Jouni MalinenDPP: Fix a memory leak in PKEX Qi/Qr derivation
2019-05-08  Jouni MalinenDPP: Fix memory leak in EC_GROUP handling
2019-05-08  Jouni MalinenDPP: Fix a memory leak in key pair generation
2019-04-28  Jouni MalinenDPP2: Check conn->ctrl more consistently
2019-04-22  Jouni MalinenDPP2: Protocol exchange over TCP using Controller/Relay
2019-04-21  Jouni MalinenDPP: Make pkhash available in bootstrapping info
2019-04-21  Jouni MalinenDPP: Add configuration structure to dpp_global_init()
2019-04-03  Jouni MalinenDPP: Move GAS encapsulation into dpp_build_conf_req()
2019-03-24  Jouni MalinenDPP: Common configurator/bootstrapping data management
2019-03-18  Jouni MalinenDPP2: PFS for PTK derivation
2019-03-16  Jouni MalinenDPP2: Support new legacy+DPP config object credentials
2019-03-16  Jouni MalinenDPP: Clean up configuration parsing
2019-03-14  Jouni MalinenDPP2: Configuration Result message generation and proce...
2019-03-13  Jouni MalinenDPP2: Protocol version indication
2018-12-21  Jouni MalinenDPP: Fix build with LibreSSL 2.8.3
2018-12-02  Jouni MalinenDPP: Do not reply to PKEX request with identifier if...
2018-11-30  Jouni MalinenDPP: Check own_bi/peer_bi pointers more consistently
2018-11-27  Jouni MalinenDPP: Fix no-Status protocol testing in Auth Resp error...
2018-11-25  Jouni MalinenDPP: Fix a debug print to use quotation marks consistently
2018-09-21  Ankita BajajDPP: Fix a memory leak on Configurator keygen error...
2018-09-21  Ankita BajajDPP: Fix a memory leak in L derivation
2018-09-21  Ankita BajajDPP: Fix an error path memory leak in URI public key...
2018-09-17  Jouni MalinenDPP: Fix test functionality for invalid keys with OpenS...
2018-08-30  Purushottam KushwahaDPP: Set group id through DPP_AUTH_INIT or dpp_configur...
2018-05-01  Jouni MalinenDPP: Fix testing code for invalid keys with OpenSSL...
2018-04-14  Jouni MalinenDPP: Fix build with LibreSSL v2.5
2018-04-14  Jouni MalinenDPP: Fix X509_ALGOR_get0() use with LibreSSL
2018-03-16  Purushottam KushwahaDPP: Support retrieving of configurator's private key
2018-01-26  Jouni MalinenDPP: Update PKEX role-specific points
2018-01-21  Jouni MalinenDPP: Track M.x/N.x/L.x availability for ke derivation
2017-12-10  Jouni MalinenOpenSSL: Replace EVP_PKEY_paramgen() with EC_KEY_new_by...
2017-12-10  Jouni MalinenBoringSSL: Use EC_KEY_new_by_curve_name() to simplify...
2017-12-10  Jouni MalinenRevert "BoringSSL: Add DPP special cases regardless...
2017-12-07  Jouni Malinentests: DPP P-256 test vectors
2017-12-05  Jouni MalinenDPP: Allow protocol key to be overridden for testing...
2017-12-02  Jouni MalinenDPP: Indicate to upper layers whether mutual authentica...
2017-12-02  Jouni MalinenDPP: Extend protocol testing to allow exchange termination
2017-11-30  Jouni MalinenDPP: Extend dpp_test with invalid E-Nonce in Config Req
2017-11-29  Jouni MalinenDPP: Do not continue if public key hash derivation...
2017-11-29  Jouni MalinenDPP: Fix memory leak on dpp_auth_build_conf() error...
2017-11-29  Jouni MalinenDPP: Fix a memory leak on an error path
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
next