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
*
EAP-TTLS/PEAP peer: Fix failure when using session tickets under TLS 1.3
Alexander Clouter
10 days
1
-4/+14
*
wolfSSL: wolfSSL_use_PrivateKey_* correct return codes
Juliusz Sosinowicz
2021-02-09
1
-3/+3
*
wolfSSL: Client cert loading API fix
Juliusz Sosinowicz
2020-12-04
1
-4/+4
*
OpenSSL: Make openssl_debug_dump_certificate() more robust
Pooventhiran G
2020-10-19
1
-0/+3
*
build: Make more library things common
Johannes Berg
2020-10-12
1
-9/+1
*
build: Make a common library build
Johannes Berg
2020-10-12
1
-4/+0
*
gitignore: Clean up a bit
Johannes Berg
2020-10-11
1
-1/+0
*
build: Put archive files into build/ folder too
Johannes Berg
2020-10-11
1
-2/+2
*
wolfSSL: Fix wrong types in tls_wolfssl.c
Juliusz Sosinowicz
2020-10-11
1
-20/+27
*
build: Put object files into build/ folder
Johannes Berg
2020-10-10
1
-2/+2
*
build: Use build.rules in lib.rules
Johannes Berg
2020-10-10
1
-5/+2
*
OpenSSL: Allow systemwide secpolicy overrides for TLS version
Jouni Malinen
2020-09-08
1
-9/+17
*
LibreSSL: Fix build with LibreSSL versions older than 2.9.1
Jouni Malinen
2020-08-22
1
-0/+5
*
tests: AES-CTR encrypt test vectors
Jouni Malinen
2020-07-30
1
-0/+150
*
OpenSSL: Provide access to peer subject and own certificate use
Jouni Malinen
2020-06-20
2
-1/+42
*
OpenSSL: Use EVP-based interface for ECDSA sign/verify
Jouni Malinen
2020-06-16
1
-17/+22
*
OpenSSL: Support EC key from private_key blob
Jouni Malinen
2020-06-16
1
-0/+11
*
OpenSSL: Support PEM encoded chain from client_cert blob
Jouni Malinen
2020-06-16
1
-0/+23
*
OpenSSL: Additional EC functionality for SAE-PK
Jouni Malinen
2020-06-02
2
-0/+176
*
Fix a typo in a comment
Jouni Malinen
2020-05-16
1
-1/+1
*
wolfssl: Fix crypto_bignum_rand() implementation
Jouni Malinen
2020-05-16
1
-5/+7
*
wolfssl: Fix compiler warnings on size_t printf format use
Jouni Malinen
2020-05-16
1
-2/+2
*
crypto: Add a function to get the ECDH prime length
Ilan Peer
2020-02-29
3
-0/+13
*
wlantest: Add PTK derivation support with SAE, OWE, DPP
Jouni Malinen
2020-02-10
1
-0/+2
*
crypto: Allow up to 10 fragments for hmac_sha*_vector()
Jouni Malinen
2020-01-26
3
-9/+9
*
OpenSSL: Fix memory leak in TOD policy validation
Jouni Malinen
2020-01-07
1
-0/+1
*
OpenSSL: Add support for TPM2-wrapped keys
Daniel Kobras
2019-12-29
1
-1/+83
*
OpenSSL: Extend key_block size determination to support GCM/CCM ciphers
Jouni Malinen
2019-12-23
1
-7/+24
*
crypto: Remove unused crypto_bignum_sqrtmod()
Jouni Malinen
2019-10-25
3
-41/+0
*
wolfSSL: Fix crypto_bignum_sub()
Jouni Malinen
2019-10-14
1
-1/+1
*
crypto: Add more bignum/EC helper functions
Jouni Malinen
2019-10-14
3
-0/+205
*
OpenSSL: Write peer certificate chain details in debug log
Jouni Malinen
2019-08-19
1
-35/+34
*
Add TLS-PRF using HMAC with P_SHA384 for TEAP
Jouni Malinen
2019-08-16
2
-0/+74
*
Extend server certificate TOD policy reporting to include TOD-TOFU
Jouni Malinen
2019-08-16
1
-1/+3
*
wolfssl: Avoid void pointer arithmetic
Jouni Malinen
2019-08-06
1
-1/+1
*
OpenSSL: Handle EVP_PKEY_derive() secret_len changes for ECDH
Jouni Malinen
2019-08-04
1
-2/+6
*
OpenSSL: Fix crypto_bignum_to_bin() with padlen == 0
Jouni Malinen
2019-08-03
1
-13/+9
*
OpenSSL: Fix build with LibreSSL and BoringSSL
Jouni Malinen
2019-07-13
1
-0/+6
*
OpenSSL: Fix TLS_CONN_TEAP_ANON_DH build with some library versions
Jouni Malinen
2019-07-13
1
-1/+4
*
OpenSSL: Fix build with OpenSSL 1.0.2 and 1.1.0 and LibreSSL
Jouni Malinen
2019-07-13
1
-0/+4
*
OpenSSL: Parse msg_callback inner content type into debug messages
Jouni Malinen
2019-07-12
1
-0/+4
*
OpenSSL: disable TLS 1.3 middlebox compatibility
Jouni Malinen
2019-07-12
1
-0/+5
*
OpenSSL: Allow two server certificates/keys to be configured on server
Jouni Malinen
2019-07-12
2
-0/+6
*
OpenSSL: More debug prints of configured ciphers and certificates
Jouni Malinen
2019-07-11
1
-0/+120
*
EAP-TEAP server and peer implementation (RFC 7170)
Jouni Malinen
2019-07-09
1
-9/+16
*
Return success/failure result from tls_prf_sha256()
Jouni Malinen
2019-07-09
2
-8/+13
*
OpenSSL: Allow anon-DH cipher suites to be added for TEAP
Jouni Malinen
2019-07-09
2
-0/+32
*
OpenSSL: Add tls_connection_get_cipher_suite()
Jouni Malinen
2019-07-09
2
-0/+18
*
OpenSSL: Reject empty cipher list in tls_connection_set_cipher_list()
Jouni Malinen
2019-07-09
1
-0/+4
*
Add tls_get_tls_unique() to fetch "tls-unique" for channel binding
Jouni Malinen
2019-07-09
2
-0/+31
[next]