aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* Remove EAP-TTLSv1 and TLS/IAJouni Malinen2011-09-257-482/+2
* GnuTLS: Fix build bit various GnuTLS versionsJouni Malinen2011-09-251-15/+36
* Fix typos found by codespellPavel Roskin2011-09-221-1/+1
* eapol_test: Add option for writing server certificate chain to a fileJouni Malinen2011-09-172-1/+4
* random: Check fwrite return value to avoid warningsJouni Malinen2011-08-061-2/+9
* Check random_get_bytes() result before writing entropy fileJouni Malinen2011-07-151-1/+2
* MD5: Fix clearing of temporary stack memory to use correct lengthJouni Malinen2011-07-151-1/+1
* TLS: Add support for tls_disable_time_checks=1 in client modeJouni Malinen2011-07-052-2/+16
* random: Add support for maintaining internal entropy store over restartsJouni Malinen2011-05-312-5/+90
* OpenSSL: Use consistent SSL_get_app_data validation in tls_verify_cbJouni Malinen2011-04-141-2/+4
* Fix #ifdef check for older openssl versionsAdam Kent2011-04-111-1/+1
* random: Read /dev/random in the background with eloop read socketJouni Malinen2011-03-222-2/+81
* OpenSSL: Add access to Android certificatesDmitry Shmidt2011-02-261-0/+86
* Remove unneeded OpenSSL error messages from key/cert parsingJouni Malinen2011-02-221-27/+6
* Removed unused variable from non-Linux buildsJouni Malinen2010-12-141-0/+2
* random: Fix a compiler warning about unused variableJouni Malinen2010-11-251-0/+2
* hostapd: Verify availability of random data when using WPA/WPA2Jouni Malinen2010-11-242-1/+87
* Maintain internal entropy pool for augmenting random number generationJouni Malinen2010-11-242-0/+182
* Annotate places depending on strong random numbersJouni Malinen2010-11-242-1/+23
* OpenSSL: Fix public key length in DH group 5 operationsJouni Malinen2010-06-261-1/+1
* Remove unnecessary SUBDIRS loops from src/*/MakefileJouni Malinen2010-04-171-1/+0
* Fix internal DH implementation not to pad shared keyJouni Malinen2010-04-121-1/+2
* Use unsigned bitfield for 1-bit valuesJouni Malinen2010-04-111-3/+3
* Add TLS client events, server probing, and srv cert matchingJouni Malinen2010-02-132-23/+302
* OpenSSL: Fix tls_init(NULL) with FIPS-enabled buildJouni Malinen2010-02-121-2/+2
* Fix PKCS#12 use with OpenSSL 1.0.0Jouni Malinen2010-01-091-0/+9
* Include header file to verify prototypesJouni Malinen2009-12-281-0/+1
* GnuTLS: Implement tls_connection_enable_workaround()Jouni Malinen2009-12-201-1/+1
* GnuTLS: Add support for piggybacked Application DataJouni Malinen2009-12-201-0/+30
* GnuTLS: Define empty tls_connection_set_session_ticket_cb()Jouni Malinen2009-12-201-0/+8
* Use wpabuf with tls_connection_ia_send_phase_finished()Jouni Malinen2009-12-207-46/+27
* Allow TLS flags to be configured (allow MD5, disable time checks)Jouni Malinen2009-12-202-0/+29
* GnuTLS: Report certificate validation failures with TLS alertJouni Malinen2009-12-201-3/+29
* OpenSSL: Fix memleak in previous wpabuf changes on an error pathJouni Malinen2009-12-201-0/+1
* GnuTLS: Use struct wpabuf for push/pull buffersJouni Malinen2009-12-201-49/+30
* Convert TLS wrapper to use struct wpabufJouni Malinen2009-12-207-408/+489
* Add empty FIPS PRF wrapper for CryptoAPIJouni Malinen2009-12-201-0/+25
* Add empty crypto_mod_exp() wrapper for CryptoAPI.Jouni Malinen2009-12-201-0/+10
* Fix MinGW build: CertCreateCertificateContext() is now knownJouni Malinen2009-12-201-18/+3
* OpenSSL: Silence "Failed to read possible Application Data"Jouni Malinen2009-12-141-3/+12
* Split crypto_internal.c into parts to clean up buildJouni Malinen2009-12-065-379/+430
* Use thin archives to allow libraries to be mergedJouni Malinen2009-12-061-1/+1
* Remove unnecessary definesJouni Malinen2009-12-053-18/+0
* Add forgotten files into libcrypto.aJouni Malinen2009-12-051-0/+2
* Add rules for building src/crypto as a libraryJouni Malinen2009-12-052-3/+47
* Move Milenage test code into the new tests directoryJouni Malinen2009-12-052-817/+8
* Move milenage.[ch] into src/cryptoJouni Malinen2009-12-052-0/+1171
* Resolve some sparse warningsJouni Malinen2009-11-256-0/+6
* OpenSSL: Remove unneeded MinGW CryptoAPI compat codeJouni Malinen2009-11-211-68/+0
* GnuTLS: Fix compilation with newer GnuTLS versionsJouni Malinen2009-11-211-0/+4