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
...
*
Add tls_get_tls_unique() to fetch "tls-unique" for channel binding
Jouni Malinen
2019-07-09
2
-0/+31
*
OpenSSL: Send cert event for the peer even on CA cert failure
Jouni Malinen
2019-06-20
1
-0/+21
*
OpenSSL: Report peer certificate before stopping due to validation issue
Jouni Malinen
2019-06-14
1
-2/+3
*
Report TOD policy in peer certificate events
Jouni Malinen
2019-06-14
2
-0/+31
*
Pass full struct to peer certificate callbacks
Jouni Malinen
2019-06-14
1
-10/+12
*
OpenSSL: Allow ca_cert_blob in PEM format
Santtu Lakkala
2019-05-28
1
-3/+17
*
More forceful clearing of stack memory with keys
Jouni Malinen
2019-05-26
13
-23/+24
*
UBSan: Avoid dependency on undefined behavior in internal AES operation
Jouni Malinen
2019-05-24
1
-5/+5
*
OpenSSL: Fix a memory leak in OCSP handling
Jouni Malinen
2019-05-08
1
-0/+1
*
OpenSSL: Fix memory leak in crypto_dh_derive_secret()
Jouni Malinen
2019-05-08
1
-4/+4
*
OpenSSL: Fix memory leak in crypto_ecdh_init()
Jouni Malinen
2019-05-08
1
-1/+2
*
Fix ENGINE support with OpenSSL 1.1+
David Woodhouse
2019-04-30
1
-5/+2
*
Remove unused crypto_bignum_bits()
Jouni Malinen
2019-04-26
3
-19/+0
*
OpenSSL: Use BN_bn2binpad() or BN_bn2bin_padded() if available
Jouni Malinen
2019-04-25
1
-0/+16
*
Remove the unused crypto_ec_cofactor() function
Jouni Malinen
2019-04-13
3
-25/+0
*
tests: EAP-pwd local failure in crypto_bignum_rand()
Jouni Malinen
2019-04-13
2
-0/+4
*
OpenSSL: Fix server side openssl_ecdh_curves configuration with 1.0.2
Jouni Malinen
2019-04-13
1
-0/+3
*
tests: crypto_hash_finish() failure in eap_pwd_kdf()
Jouni Malinen
2019-04-13
5
-0/+14
*
OpenSSL: Use constant time selection for crypto_bignum_legendre()
Jouni Malinen
2019-04-09
1
-6/+9
*
OpenSSL: Use constant time operations for private bignums
Jouni Malinen
2019-04-09
1
-5/+15
*
Extend domain_match and domain_suffix_match to allow list of values
Jouni Malinen
2019-04-09
4
-27/+107
*
wolfSSL: Fix dNSName matching with domain_match and domain_suffix_match
Jouni Malinen
2019-04-09
1
-1/+1
*
crypto: Fix unreachable code in tls_prf_sha1_md5()
Ilan Peer
2019-04-06
1
-3/+0
*
OpenSSL: Fix build with current BoringSSL
Jouni Malinen
2019-03-19
1
-1/+2
*
Add TEST_FAIL() to aes_encrypt_init() with internal crypto
Jouni Malinen
2019-03-16
1
-0/+4
*
TLS: Add support for RFC 5705 TLS exporter context with internal TLS
Jouni Malinen
2019-03-16
1
-11/+11
*
Add support for an optional context parameter to TLS exporter
Ervin Oro
2019-03-16
6
-7/+31
*
OpenSSL: Fix build with OpenSSL 1.0.2
Jouni Malinen
2019-03-14
1
-1/+1
*
OpenSSL: Add 'check_cert_subject' support for TLS server
Jared Bents
2019-03-11
5
-2/+263
*
Add explicit checks for peer's DH public key
Jouni Malinen
2019-03-05
8
-11/+189
*
OpenSSL: Fix uninitialized variable in CRL reloading corner case
Jouni Malinen
2019-02-11
1
-2/+1
*
tests: TLS fuzzing tool
Jouni Malinen
2019-02-11
1
-0/+2
*
TLS server: Add internal callbacks get_failed, get_*_alerts
Jouni Malinen
2019-02-09
1
-0/+12
*
OpenSSL: Add more handshake message names to debug
Jouni Malinen
2019-02-09
1
-0/+14
*
crl_reload_interval: Add CRL reloading support
Jared Bents
2019-01-27
2
-1/+65
*
Fix build with LibreSSL
Stefan Strogin
2019-01-12
1
-1/+1
*
OpenSSL: Allow systemwide policies to be overridden
Jouni Malinen
2019-01-05
2
-0/+50
*
OpenSSL: Fix build with OpenSSL 1.0.2
Jouni Malinen
2019-01-05
1
-0/+10
*
crypto internal: Make MD4 PADDING array const
Mikael Kanstrup
2019-01-02
1
-1/+1
*
crypto: Reduce the size of sha512_compress() stack frame
Ilan Peer
2019-01-02
1
-1/+7
*
crypto: Add option to use getrandom()
Lubomir Rintel
2019-01-01
1
-17/+55
*
OpenSSL: Load chain certificates from client_cert file
Isaac Boukris
2019-01-01
1
-3/+2
*
hostapd: Add configuration option check_crl_strict
Sam Voss
2018-12-31
6
-6/+20
*
Add internal HMAC-SHA512 implementation to fix NEED_SHA512 builds
Jouni Malinen
2018-12-31
1
-0/+104
*
OpenSSL: Add openssl_ecdh_curves parameter
Hristo Venev
2018-12-30
5
-0/+90
*
Fix build with LibreSSL
Andrey Utkin
2018-12-21
1
-1/+3
*
OpenSSL: Include sha512.h to match function prototypes
Jouni Malinen
2018-11-30
1
-0/+1
*
TLS: Add tls_connection_peer_serial_num()
Jouni Malinen
2018-10-11
6
-0/+68
*
OpenSSL: Make serial number of peer certificate available in event_cb
Jouni Malinen
2018-10-11
2
-0/+17
*
random: Remove write-only variable random_entropy_file_read
Johannes Berg
2018-09-02
1
-2/+0
[prev]
[next]