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
*
OpenSSL: Fix OpenSSL 1.1.0 compatibility functions
David Benjamin
2016-08-13
1
-4/+11
*
OpenSSL: Fix OpenSSL 1.1.0 DH operation
Jouni Malinen
2016-07-15
1
-1/+1
*
OpenSSL: Update to match the modified DH_get0_key() API
Jouni Malinen
2016-06-24
1
-1/+2
*
OpenSSL: Silence sparse warnings in fips186_2_prf()
Jouni Malinen
2016-06-24
1
-6/+5
*
tests: Declare module test functions in a header file
Jouni Malinen
2016-06-23
1
-0/+1
*
tests: Mark some module test arrays static
Jouni Malinen
2016-06-23
1
-2/+2
*
OpenSSL: Pull in header files to check function prototypes
Jouni Malinen
2016-06-23
1
-0/+2
*
OpenSSL: Initialise PKCS#11 engine even if found with ENGINE_by_id()
David Woodhouse
2016-06-11
1
-3/+9
*
OpenSSL: Comment out tls_connection_get_eap_fast_key without EAP-FAST
David Benjamin
2016-05-23
1
-8/+16
*
TLS: Split tls_connection_prf() into two functions
David Benjamin
2016-05-23
5
-73/+89
*
OpenSSL: Remove two more accesses of ssl_ctx->cert_store
David Benjamin
2016-05-23
1
-3/+4
*
OpenSSL: Make dh5_init() match the generic implementation
Jouni Malinen
2016-05-13
1
-0/+2
*
OpenSSL: BoringSSL has SSL_get_client_random(), etc.
David Benjamin
2016-05-10
1
-2/+6
*
OpenSSL: Support OpenSSL 1.1.0 DH opacity
Jouni Malinen
2016-04-19
1
-0/+87
*
tests: Add TEST_FAIL() calls into OpenSSL bignum operations
Jouni Malinen
2016-03-27
1
-1/+46
*
SAE: Check SHA256-PRF operation result
Jouni Malinen
2016-03-27
2
-15/+23
*
BoringSSL: Keep static analyzers happier with X509_get0_pubkey_bitstr()
Jouni Malinen
2016-03-16
1
-1/+2
*
OpenSSL: Fix PKCS#12 parsing of extra certificates with OpenSSL 1.0.1
Jouni Malinen
2016-02-16
1
-1/+0
*
OpenSSL: Fix memory leak in PKCS12 additional certificate parsing
Jouni Malinen
2016-02-16
1
-2/+6
*
OpenSSL: Fix memory leak in HMAC_CTX compatibility wrapper function
Jouni Malinen
2016-02-16
1
-0/+1
*
OpenSSL: Fix memory leak in OCSP parsing
Jouni Malinen
2016-02-15
1
-0/+2
*
OpenSSL: Do not use library init/deinit functions with 1.1.0
Jouni Malinen
2016-02-15
1
-0/+4
*
OpenSSL: Fix memory leak in subjectAltName parsing
Jouni Malinen
2016-02-15
1
-0/+5
*
OpenSSL: Fix memory leak with EVP_CIPHER_CTX_new()
Jouni Malinen
2016-02-15
1
-16/+8
*
OpenSSL: Fix memory leak on error path
Jouni Malinen
2016-02-15
1
-0/+1
*
OpenSSL: Fix server side PKCS#12 processing with extra certificates
Ayala Beker
2016-02-05
1
-5/+17
*
OpenSSL: Fix possible null pointer dereference on an OCSP error path
Ayala Beker
2016-02-05
1
-0/+2
*
Android: Support multiple CA certs when connecting to EAP network
Rubin Xu
2016-02-05
1
-19/+89
*
OpenSSL: Clean up openssl_digest_vector() to use a single implementation
Jouni Malinen
2016-01-15
1
-31/+17
*
OpenSSL: Clean up crypto_hash_*() to use a single implementation
Jouni Malinen
2016-01-15
1
-46/+20
*
LibreSSL: Fix build with LibreSSL
Jouni Malinen
2016-01-15
2
-10/+10
*
tests: aes_encrypt_init() and aes_decrypt_init() to use TEST_FAIL
Jouni Malinen
2016-01-14
1
-0/+6
*
OpenSSL: Use EVP_CIPHER_CTX_new() to work with OpenSSL 1.1.0
Jouni Malinen
2016-01-14
1
-63/+72
*
OpenSSL: Update session_secret callback to match OpenSSL 1.1.0 API
Jouni Malinen
2016-01-14
1
-1/+1
*
OpenSSL: Fix client certificate chain building after PKCS#12 use
Jouni Malinen
2016-01-07
1
-0/+11
*
EAP-FAST: Enable AES256-based TLS cipher suites with OpenSSL
Jouni Malinen
2015-12-31
2
-2/+10
*
OpenSSL: Share a single openssl_tls_prf() implementation
Jouni Malinen
2015-12-31
1
-69/+13
*
OpenSSL: Clean up function to fetch client/server random
Jouni Malinen
2015-12-31
1
-13/+27
*
OpenSSL: Drop support for OpenSSL 1.0.0
Jouni Malinen
2015-12-31
1
-11/+1
*
OpenSSL: Drop support for OpenSSL 0.9.8
Jouni Malinen
2015-12-31
2
-31/+0
*
Remove unnecessary cleanup assignment in SHA1Final()
Jouni Malinen
2015-12-28
1
-1/+0
*
TLS client: Multi-OCSP check to cover intermediate CAs
Jouni Malinen
2015-12-23
1
-6/+0
*
Add ocsp=3 configuration parameter for multi-OCSP
Jouni Malinen
2015-12-23
4
-0/+19
*
TLS server: OCSP stapling with ocsp_multi option (RFC 6961)
Jouni Malinen
2015-12-22
1
-0/+3
*
Server configuration for OCSP stapling with ocsp_multi (RFC 6961)
Jouni Malinen
2015-12-22
1
-0/+4
*
TLS server: OCSP stapling
Jouni Malinen
2015-12-22
1
-0/+4
*
GnuTLS: OCSP stapling on the server side
Jouni Malinen
2015-12-22
1
-0/+52
*
EAP peer: External server certificate chain validation
Jouni Malinen
2015-12-12
4
-2/+16
*
OpenSSL: Support new API for HMAC/EVP_MD_CTX in OpenSSL 1.1.x-pre1
Jouni Malinen
2015-12-10
1
-0/+92
*
BoringSSL: Move OCSP implementation into a separate file
Jouni Malinen
2015-12-04
3
-820/+868
[next]