index
:
external_wpa_supplicant_8_ti.git
master
external wpa supplicant 8 ti
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use keystore ENGINE for private key operations
Kenny Root
2012-08-02
1
-0
/
+9
*
OpenSSL: Add support for HMAC functions with 0.9.8 and older
Jouni Malinen
2012-07-07
1
-0
/
+9
*
OpenSSL: Add support for crypto_hash_{init,update,finish}()
Jouni Malinen
2012-07-02
1
-0
/
+82
*
Add dh5_init_fixed() to allow fixed DH parameters to be used
Jouni Malinen
2012-06-27
3
-3
/
+45
*
wpa_supplicant: Report EAP connection progress to DBus
Paul Stewart
2012-06-04
2
-1
/
+22
*
Make random_add_randomness() debug print less verbose
Jouni Malinen
2012-04-08
1
-2
/
+2
*
Remove the GPL notification from files contributed by Jouni Malinen
Jouni Malinen
2012-02-11
67
-536
/
+134
*
Rename tls_prf() to tls_prf_sha1_md5()
Jouni Malinen
2011-11-27
3
-7
/
+7
*
Add implementation of TLS v1.2 PRF (P_SHA256)
Jouni Malinen
2011-11-27
3
-1
/
+77
*
Add SHA256-hash functions to generic crypto_hash_* functions
Jouni Malinen
2011-11-27
5
-20
/
+115
*
OpenSSL: Read certificate chain from server_cert file
Maciej Szmigiero
2011-11-19
1
-0
/
+1
*
Use NULL instead of 0 for pointers
Jouni Malinen
2011-11-18
1
-1
/
+1
*
Mark local functions static
Jouni Malinen
2011-11-18
2
-2
/
+2
*
Make crypto_hash_init() easier for static analyzers
Jouni Malinen
2011-11-13
1
-1
/
+2
*
Make crypto_hash_init() easier for static analyzers
Jouni Malinen
2011-11-13
1
-1
/
+2
*
Make fips186_2_prf() easier for static analyzers
Jouni Malinen
2011-11-13
1
-2
/
+3
*
Remove unnecessary include file inclusion
Jouni Malinen
2011-11-13
3
-4
/
+0
*
Use shared SHA-256 define for the block size
Jouni Malinen
2011-11-13
1
-11
/
+12
*
Make sha256_process() easier for static analyzers
Jouni Malinen
2011-11-13
1
-1
/
+1
*
TLS: Add preliminary support for partial message processing
Jouni Malinen
2011-11-13
2
-16
/
+38
*
Add random.c into libcrypto.a
Jouni Malinen
2011-11-05
1
-0
/
+1
*
random: Improve error messages about writing to entropy file
Pavel Roskin
2011-10-30
1
-4
/
+4
*
For MS-CHAP, convert the password from UTF-8 to UCS-2
Evan Broder
2011-10-29
1
-26
/
+80
*
Remove EAP-TTLSv1 and TLS/IA
Jouni Malinen
2011-09-25
7
-482
/
+2
*
GnuTLS: Fix build bit various GnuTLS versions
Jouni Malinen
2011-09-25
1
-15
/
+36
*
Fix typos found by codespell
Pavel Roskin
2011-09-22
1
-1
/
+1
*
eapol_test: Add option for writing server certificate chain to a file
Jouni Malinen
2011-09-17
2
-1
/
+4
*
random: Check fwrite return value to avoid warnings
Jouni Malinen
2011-08-06
1
-2
/
+9
*
Check random_get_bytes() result before writing entropy file
Jouni Malinen
2011-07-15
1
-1
/
+2
*
MD5: Fix clearing of temporary stack memory to use correct length
Jouni Malinen
2011-07-15
1
-1
/
+1
*
TLS: Add support for tls_disable_time_checks=1 in client mode
Jouni Malinen
2011-07-05
2
-2
/
+16
*
random: Add support for maintaining internal entropy store over restarts
Jouni Malinen
2011-05-31
2
-5
/
+90
*
OpenSSL: Use consistent SSL_get_app_data validation in tls_verify_cb
Jouni Malinen
2011-04-14
1
-2
/
+4
*
Fix #ifdef check for older openssl versions
Adam Kent
2011-04-11
1
-1
/
+1
*
random: Read /dev/random in the background with eloop read socket
Jouni Malinen
2011-03-22
2
-2
/
+81
*
OpenSSL: Add access to Android certificates
Dmitry Shmidt
2011-02-26
1
-0
/
+86
*
Remove unneeded OpenSSL error messages from key/cert parsing
Jouni Malinen
2011-02-22
1
-27
/
+6
*
Removed unused variable from non-Linux builds
Jouni Malinen
2010-12-14
1
-0
/
+2
*
random: Fix a compiler warning about unused variable
Jouni Malinen
2010-11-25
1
-0
/
+2
*
hostapd: Verify availability of random data when using WPA/WPA2
Jouni Malinen
2010-11-24
2
-1
/
+87
*
Maintain internal entropy pool for augmenting random number generation
Jouni Malinen
2010-11-24
2
-0
/
+182
*
Annotate places depending on strong random numbers
Jouni Malinen
2010-11-24
2
-1
/
+23
*
OpenSSL: Fix public key length in DH group 5 operations
Jouni Malinen
2010-06-26
1
-1
/
+1
*
Remove unnecessary SUBDIRS loops from src/*/Makefile
Jouni Malinen
2010-04-17
1
-1
/
+0
*
Fix internal DH implementation not to pad shared key
Jouni Malinen
2010-04-12
1
-1
/
+2
*
Use unsigned bitfield for 1-bit values
Jouni Malinen
2010-04-11
1
-3
/
+3
*
Add TLS client events, server probing, and srv cert matching
Jouni Malinen
2010-02-13
2
-23
/
+302
*
OpenSSL: Fix tls_init(NULL) with FIPS-enabled build
Jouni Malinen
2010-02-12
1
-2
/
+2
*
Fix PKCS#12 use with OpenSSL 1.0.0
Jouni Malinen
2010-01-09
1
-0
/
+9
*
Include header file to verify prototypes
Jouni Malinen
2009-12-28
1
-0
/
+1
[next]