aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
...
* Remove some more crypto ifdef, fix a few small bugsJohannes Berg2009-08-138-37/+55
* Crypto build cleanup: remove CONFIG_NO_AES_ENCRYPTJohannes Berg2009-08-132-94/+121
* Crypto build cleanup: remove CONFIG_NO_AES_DECRYPTJohannes Berg2009-08-133-237/+287
* Crypto build cleanup: remove CONFIG_NO_PBKDF2Johannes Berg2009-08-112-76/+91
* Crypto build cleanup: remove CONFIG_NO_TLS_PRFJohannes Berg2009-08-112-89/+106
* Crypto build cleanup: remove CONFIG_NO_T_PRFJohannes Berg2009-08-112-56/+72
* Crypto build cleanup: remove NEED_FIPS186_2_PRFJohannes Berg2009-08-116-134/+186
* Crypto build cleanup: remove INTERNAL_MD5Johannes Berg2009-07-282-287/+301
* Crypto build cleanup: remove INTERNAL_MD4Johannes Berg2009-07-281-5/+0
* Crypto build cleanup: remove INTERNAL_SHA256Johannes Berg2009-07-282-225/+239
* Crypto build cleanup: remove INTERNAL_AESJohannes Berg2009-07-281-5/+0
* Crypto build cleanup: remove INTERNAL_DESJohannes Berg2009-07-281-5/+0
* Crypto build cleanup: remove INTERNAL_SHA1Johannes Berg2009-07-282-358/+373
* Add root .gitignore file to cleanup ignore listsJouni Malinen2009-06-291-1/+0
* hostapd: Fix internal crypto build without TLSJouni Malinen2009-05-261-0/+2
* Rename EAP server defines from EAP_* to EAP_SERVER_*Jouni Malinen2009-03-253-11/+11
* Fix IEEE 802.11r key derivation function to match with the standardJouni Malinen2009-03-191-1/+1
* Fix builds that need SHA256 or mod_exp, but not TLS functionsJouni Malinen2009-02-273-6/+5
* Improved 'make install' (use BINDIR/LIBDIR, install shared objects)Daniel Mierswa2009-02-151-0/+3
* Use larger buffer for TLS encryption to avoid issues with GnuTLSJouni Malinen2009-02-091-0/+8
* Avoid memory leak on error path in crypto_cipher_init()Jouni Malinen2009-02-071-0/+2
* Add crypto_cipher_{init,encrypt,decrypt,deinit} for GnuTLSJouni Malinen2009-02-071-1/+114
* Add crypto_mod_exp() for GnuTLS (libgcrypt)Jouni Malinen2009-02-051-0/+35
* Cleaned up printf format warnings on 64-bit buildJouni Malinen2009-02-051-8/+11
* Added CONFIG_NO_AES_EXTRAS for hostapdJouni Malinen2009-01-121-0/+4
* Silenced number of Doxygen warningsJouni Malinen2009-01-041-2/+2
* Fixed number of doxygen warningsJouni Malinen2009-01-022-4/+4
* Fix CONFIG_WPS=y, CONFIG_TLS=internal buildAndriy Tkachuk2008-12-181-2/+2
* Comment out dynamic CertEnumCertificatesInStore loading by defaultJouni Malinen2008-12-111-0/+4
* Use SSL_F_SSL_SET_SESSION_TICKET_EXT instead of OPENSSL_VERSION_NUMBERJouni Malinen2008-11-231-1/+1
* OpenSSL 0.9.9 API change for EAP-FAST session ticket overriding APIJouni Malinen2008-11-161-2/+55
* Fixed internal TLSv1 server implementation for abbreviated handshakeJouni Malinen2008-08-241-1/+3
* Internal TLS: Added support for parsing PKCS #8 formatted private keysJouni Malinen2008-06-021-0/+114
* Changed TLS server to use OpenSSL SSL_accept() instead of SSL_read()Jouni Malinen2008-05-291-5/+34
* Do not define tls_engine_get_cert() if OpenSSL engine is disabledJouni Malinen2008-05-261-4/+2
* Add support to crypto/tls for client cert and CA cert from smartcardDavid Smith2008-05-232-15/+156
* Only use SSL_OP_NO_COMPRESSION if it is definedJouni Malinen2008-05-211-3/+7
* Disable TLS compression since the EAP-TTLS/PEAP/FAST payload processingJouni Malinen2008-05-151-1/+1
* Fixed tls_prf() to handle keys with odd lengthJouni Malinen2008-04-141-0/+4
* Re-initialize hostapd/wpa_supplicant git repository based on 0.6.3 releaseJouni Malinen2008-02-2733-0/+14588