aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto
Commit message (Expand)AuthorAgeFilesLines
* Use keystore ENGINE for private key operationsKenny Root2012-08-021-0/+9
* OpenSSL: Add support for HMAC functions with 0.9.8 and olderJouni Malinen2012-07-071-0/+9
* OpenSSL: Add support for crypto_hash_{init,update,finish}()Jouni Malinen2012-07-021-0/+82
* Add dh5_init_fixed() to allow fixed DH parameters to be usedJouni Malinen2012-06-273-3/+45
* wpa_supplicant: Report EAP connection progress to DBusPaul Stewart2012-06-042-1/+22
* Make random_add_randomness() debug print less verboseJouni Malinen2012-04-081-2/+2
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-1167-536/+134
* Rename tls_prf() to tls_prf_sha1_md5()Jouni Malinen2011-11-273-7/+7
* Add implementation of TLS v1.2 PRF (P_SHA256)Jouni Malinen2011-11-273-1/+77
* Add SHA256-hash functions to generic crypto_hash_* functionsJouni Malinen2011-11-275-20/+115
* OpenSSL: Read certificate chain from server_cert fileMaciej Szmigiero2011-11-191-0/+1
* Use NULL instead of 0 for pointersJouni Malinen2011-11-181-1/+1
* Mark local functions staticJouni Malinen2011-11-182-2/+2
* Make crypto_hash_init() easier for static analyzersJouni Malinen2011-11-131-1/+2
* Make crypto_hash_init() easier for static analyzersJouni Malinen2011-11-131-1/+2
* Make fips186_2_prf() easier for static analyzersJouni Malinen2011-11-131-2/+3
* Remove unnecessary include file inclusionJouni Malinen2011-11-133-4/+0
* Use shared SHA-256 define for the block sizeJouni Malinen2011-11-131-11/+12
* Make sha256_process() easier for static analyzersJouni Malinen2011-11-131-1/+1
* TLS: Add preliminary support for partial message processingJouni Malinen2011-11-132-16/+38
* Add random.c into libcrypto.aJouni Malinen2011-11-051-0/+1
* random: Improve error messages about writing to entropy filePavel Roskin2011-10-301-4/+4
* For MS-CHAP, convert the password from UTF-8 to UCS-2Evan Broder2011-10-291-26/+80
* 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