index
:
hostap
android-jb
android-kk
android-l
android-m
aosp-jb
aosp-kk
master
pending
hostapd/wpa_supplicant
Jouni Malinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
TLS: Add tls_disable_tlsv1_1 and tls_disable_tlsv1_2 phase1 params
Dmitry Shmidt
2014-02-20
2
-0/+15
*
Revert "OpenSSL: Do not accept SSL Client certificate for server"
Jouni Malinen
2014-02-19
2
-15/+1
*
Fix MSCHAP UTF-8 to UCS-2 conversion for three-byte encoding
Jouni Malinen
2014-02-15
1
-0/+1
*
Remove unused crypto_bignum_rshift()
Jouni Malinen
2014-02-15
2
-17/+0
*
wpa_supplicant: Fix NULL dereference in tls_verify_cb()
Eytan Lifshitz
2014-02-13
1
-0/+3
*
OpenSSL: Include sha1/sha256 header files to verify declarations
Jouni Malinen
2013-12-31
1
-0/+2
*
Declare wpa_debug_* variables in src/utils/wpa_debug.h
Jouni Malinen
2013-12-31
2
-3/+0
*
OpenSSL: Do not accept SSL Client certificate for server
Jouni Malinen
2013-12-26
2
-1/+15
*
OpenSSL: Use certificates from TLS authentication in OCSP stapling
Jouni Malinen
2013-12-26
1
-2/+40
*
Add CONFIG_CODE_COVERAGE=y option for gcov
Jouni Malinen
2013-11-24
1
-1/+1
*
Fix and work around some MinGW compilation issues
Jouni Malinen
2013-11-20
1
-0/+7
*
Fix compiler warning for OpenSSL without HAVE_OCSP
Jouni Malinen
2013-11-20
1
-1/+1
*
Android: Switch keystore to binder
Kenny Root
2013-11-08
1
-18/+16
*
Android: Remove obsolete keystore path
Kenny Root
2013-11-08
1
-20/+0
*
Android: Use keystore ENGINE for private key operations
Kenny Root
2013-11-08
1
-0/+9
*
Use ARRAY_SIZE() macro
Jouni Malinen
2013-10-26
1
-1/+1
*
OpenSSL: Fix memory leak on error path
Jouni Malinen
2013-10-26
1
-2/+4
*
Add AAA server domain name suffix matching constraint
Jouni Malinen
2013-10-18
2
-5/+120
*
OpenSSL: Fix code indentation in OCSP processing
Jouni Malinen
2013-10-18
1
-1/+1
*
OpenSSL: Split OCSP peer_cert/peer_issuer debug output into parts
Jouni Malinen
2013-09-25
1
-2/+9
*
Fix build with older OpenSSL versions
Jouni Malinen
2013-06-30
1
-0/+4
*
Add support for OCSP stapling to validate server certificate
Jouni Malinen
2013-06-29
2
-2/+221
*
tls_openssl: Store TLS context per-connection
Paul Stewart
2013-05-09
1
-24/+70
*
SAE: Replace comparison to one with crypto_bignum wrapper
Jouni Malinen
2013-01-12
2
-0/+13
*
SAE: Store commit scalars as bignum instead of octet string
Jouni Malinen
2013-01-12
2
-0/+13
*
SAE: Use more generic random bignum generation
Jouni Malinen
2013-01-12
2
-0/+29
*
Add Diffie-Hellman group definitions for MODP groups in RFC 5114
Jouni Malinen
2013-01-12
2
-10/+657
*
Add more crypto_bignum_*() wrappers
Jouni Malinen
2013-01-12
2
-0/+161
*
SAE: Add support for ECC group 21 (521-bit random ECP group)
Jouni Malinen
2013-01-12
4
-3/+56
*
SAE: Add support for additional ECC groups
Jouni Malinen
2013-01-12
1
-9/+25
*
SAE: Use EC group context to get the group prime
Jouni Malinen
2013-01-12
2
-5/+22
*
SAE: Store the group order in EC context data
Jouni Malinen
2013-01-12
2
-1/+18
*
crypto: Add wrappers for OpenSSL BIGNUM and EC_POINT
Jouni Malinen
2013-01-12
2
-0/+456
*
Hide strict-aliasing warning with gcc 4.7
Jouni Malinen
2012-11-11
1
-2/+2
*
Move AES-CCM implementation into src/crypto
Jouni Malinen
2012-09-09
3
-0/+221
*
Fix AES block size handling for internal cipher
Jouni Malinen
2012-09-09
1
-21/+14
*
Share common GCM-AE and GCM-AD functionality
Jouni Malinen
2012-09-09
1
-66/+72
*
Add aes_gmac() as a wrapper for AES GMAC operations using GCM
Jouni Malinen
2012-09-09
2
-0/+11
*
Add support for using 192-bit and 256-bit keys with AES-GCM
Jouni Malinen
2012-09-09
6
-54/+138
*
Support arbitrary IV length with AES-GCM
Jouni Malinen
2012-09-08
2
-24/+46
*
Move AES-GCM implementation into src/crypto
Jouni Malinen
2012-09-08
3
-1/+302
*
Add sha256-prf.tls into libcrypto build
Jouni Malinen
2012-08-22
1
-0/+1
*
OpenSSL: Make fips186_2_prf() easier for static analyzers
Jouni Malinen
2012-08-19
1
-2/+3
*
FIPS: Remove md5-non-fips.c
Jouni Malinen
2012-08-19
6
-162/+9
*
Fix EAP-FAST with OpenSSL 1.0.1
Jouni Malinen
2012-08-17
1
-1/+13
*
OpenSSL: Add mechanism for disabling TLS Session Ticket extension
Jouni Malinen
2012-08-17
2
-0/+15
*
OpenSSL: Silence a compiler warning with OpenSSL 0.9.7
Jouni Malinen
2012-08-16
1
-0/+7
*
OpenSSL: Implement SHA256 HMAC functions using HMAC API
Jouni Malinen
2012-08-16
3
-15/+62
*
Move SHA256-based PRF function into a separate C file
Jouni Malinen
2012-08-16
2
-51/+64
*
FIPS: Use OpenSSL CMAC implementation instead of aes-omac1.c
Jouni Malinen
2012-08-16
1
-0/+38
[next]