wpa_gui: Add AP and laptop icons for peer dialog
[libeap.git] / src / crypto /
2009-10-17 Jouni MalinenMove shared MD5/SHA-1 internal definitions into header...
2009-10-17 Jouni MalinenMove shared DES definitions into a header file
2009-10-17 Jouni MalinenMove PKCS# {1,5,8} functionality into separate files
2009-10-17 Jouni MalinenAdd support for PKCS #5 encrypted PKCS #8 keys with...
2009-10-17 Jouni MalinenAdd DES-CBC support into internal crypto implementation
2009-10-16 Jouni Malinenopenssl: Allow build with OpenSSL 0.9.7
2009-10-16 Jouni Malinenopenssl: Mark openssl_digest_vector() static
2009-10-11 Jouni MalinenClean up crypto makefile segments
2009-10-11 Jouni MalinenAllow the internal DH implementation to be overridden
2009-10-11 Jouni MalinenInclude only the used DH groups in the build
2009-09-30 Jouni MalinenNSS: Implement TLS PRF using new TLS extractor interface
2009-09-28 Jouni MalinenAdd preliminary version of NSS TLS/crypto wrapper for...
2009-08-17 Jouni MalinenRemove unneeded aes_i.h inclusion from number of places
2009-08-16 Jouni MalinenFix crypto_cipher_init() EVP initialization
2009-08-16 Jouni MalinenUse OpenSSL for RC4 instead of internal implementation
2009-08-16 Jouni MalinenMove RC4 into crypto.h as a replaceable crypto function
2009-08-16 Jouni MalinenRemove rc4() wrapper
2009-08-16 Jouni MalinenFix build with non-FIPS capable OpenSSL
2009-08-16 Jouni MalinenAllow non-FIPS MD5 to be used with TLS PRF even in...
2009-08-16 Jouni MalinenPreliminary support for FIPS mode operation with OpenSSL
2009-08-16 Jouni MalinenPass error values from digest calls to ms_funcs callers
2009-08-16 Jouni MalinenOpenSSL: Use library version of SHA256
2009-08-16 Jouni MalinenOpenSSL: Use EVP_Digest*() functions
2009-08-16 Jouni MalinenMake hash functions return error value
2009-08-16 Jouni MalinenEnable SHA256 digest support in OpenSSL
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_*
2009-08-13 Johannes BergRemove some more crypto ifdef, fix a few small bugs
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_ENCRYPT
2009-08-13 Johannes BergCrypto build cleanup: remove CONFIG_NO_AES_DECRYPT
2009-08-11 Johannes BergCrypto build cleanup: remove CONFIG_NO_PBKDF2
2009-08-11 Johannes BergCrypto build cleanup: remove CONFIG_NO_TLS_PRF
2009-08-11 Johannes BergCrypto build cleanup: remove CONFIG_NO_T_PRF
2009-08-11 Johannes BergCrypto build cleanup: remove NEED_FIPS186_2_PRF
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_MD5
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_MD4
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_SHA256
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_AES
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_DES
2009-07-28 Johannes BergCrypto build cleanup: remove INTERNAL_SHA1
2009-06-29 Jouni MalinenAdd root .gitignore file to cleanup ignore lists
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...