hostapd: Fix internal crypto build without TLS
[wpasupplicant] / src / crypto /
2009-05-26 Jouni Malinenhostapd: Fix internal crypto build without TLS
2009-03-25 Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2009-03-19 Jouni MalinenFix IEEE 802.11r key derivation function to match with...
2009-02-27 Jouni MalinenFix builds that need SHA256 or mod_exp, but not TLS...
2009-02-15 Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
2009-02-09 Jouni MalinenUse larger buffer for TLS encryption to avoid issues...
2009-02-07 Jouni MalinenAvoid memory leak on error path in crypto_cipher_init()
2009-02-07 Jouni MalinenAdd crypto_cipher_{init,encrypt,decrypt,deinit} for...
2009-02-05 Jouni MalinenAdd crypto_mod_exp() for GnuTLS (libgcrypt)
2009-02-05 Jouni MalinenCleaned up printf format warnings on 64-bit build
2009-01-12 Jouni MalinenAdded CONFIG_NO_AES_EXTRAS for hostapd
2009-01-04 Jouni MalinenSilenced number of Doxygen warnings
2009-01-02 Jouni MalinenFixed number of doxygen warnings
2008-12-18 Andriy TkachukFix CONFIG_WPS=y, CONFIG_TLS=internal build
2008-12-10 Jouni MalinenComment out dynamic CertEnumCertificatesInStore loading...
2008-11-23 Jouni MalinenUse SSL_F_SSL_SET_SESSION_TICKET_EXT instead of OPENSSL...
2008-11-16 Jouni MalinenOpenSSL 0.9.9 API change for EAP-FAST session ticket...
2008-08-24 Jouni MalinenFixed internal TLSv1 server implementation for abbrevia...
2008-06-02 Jouni MalinenInternal TLS: Added support for parsing PKCS #8 formatt...
2008-05-29 Jouni MalinenChanged TLS server to use OpenSSL SSL_accept() instead...
2008-05-26 Jouni MalinenDo not define tls_engine_get_cert() if OpenSSL engine...
2008-05-23 David SmithAdd support to crypto/tls for client cert and CA cert...
2008-05-21 Jouni MalinenOnly use SSL_OP_NO_COMPRESSION if it is defined
2008-05-15 Jouni MalinenDisable TLS compression since the EAP-TTLS/PEAP/FAST...
2008-04-14 Jouni MalinenFixed tls_prf() to handle keys with odd length
2008-02-28 Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...