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
/
tls
Commit message (
Expand
)
Author
Age
Files
Lines
*
PKCS 1: Add function for checking v1.5 RSA signature
Jouni Malinen
2014-05-20
2
-1/+137
*
RSA: Add OID definitions and helper function for hash algorithms
Jouni Malinen
2014-05-19
2
-3/+34
*
Add function for building RSA public key from n and e parameters
Jouni Malinen
2014-05-19
2
-1/+27
*
PKCS #1: Enforce minimum padding for decryption in internal TLS
Jouni Malinen
2014-05-19
1
-0/+5
*
PKCS #1: Allow only BT=01 for signature in internal TLS
Jouni Malinen
2014-05-19
1
-19/+10
*
X.509: Fix internal TLS/X.509 validation of PKCS#1 signature
Jouni Malinen
2014-05-19
1
-0/+9
*
X.509: Fix v3 parsing with issuerUniqueID/subjectUniqueID present
Jouni Malinen
2014-05-10
1
-2/+4
*
TLS testing: Add new test cases for RSA-DHE primes
Jouni Malinen
2014-03-16
4
-14/+159
*
TLS client: Reject RSA-DHE prime if it shorter than 768 bits
Jouni Malinen
2014-03-16
1
-0/+33
*
TLS testing: Fix test_flags check for ApplData report
Jouni Malinen
2014-03-16
1
-1/+1
*
TLS testing: Allow hostapd to be used as a TLS testing tool
Jouni Malinen
2014-03-09
5
-0/+71
*
RADIUS server: Allow TLS implementation add log entries
Jouni Malinen
2014-03-09
5
-152/+164
*
TLS client: Send decrypt_error on verify_data validation error
Jouni Malinen
2014-03-09
1
-0/+2
*
TLS: Share a helper function for verifying Signature
Jouni Malinen
2014-03-09
4
-152/+111
*
TLS: Use a helper function for calculating ServerKeyExchange hash
Jouni Malinen
2014-03-09
4
-143/+131
*
TLS: Add support for DHE-RSA cipher suites
Jouni Malinen
2014-03-09
7
-21/+368
*
TLS server: Enable SHA256-based cipher suites
Jouni Malinen
2014-03-09
1
-0/+2
*
Use ARRAY_SIZE() macro
Jouni Malinen
2013-10-26
1
-3/+2
*
Add dup_binstr() to help common binary string tasks
Jouni Malinen
2013-04-27
1
-3/+2
*
libtommath: Avoid a compiler warning on unused variable
Jouni Malinen
2013-03-16
1
-0/+3
*
libtommath: Condition fast_s_mp_mul_digs() on LTM_FAST
Solomon Peachy
2013-03-16
1
-0/+9
*
Enable 256-bit key AES in internal TLS implementation
Jouni Malinen
2012-09-09
2
-10/+0
*
LibTomMath: Use 64-bit mode for mp_digit
Jouni Malinen
2012-06-09
1
-0/+8
*
Remove the GPL notification from files contributed by Jouni Malinen
Jouni Malinen
2012-02-11
30
-240/+60
*
TLS: Add support for SHA256-based cipher suites from RFC 5246
Jouni Malinen
2011-11-27
4
-2/+41
*
TLS: Update file headers to include TLS v1.2 support
Jouni Malinen
2011-11-27
10
-11/+11
*
Include TLS v1.1 and v1.2 support in library build
Jouni Malinen
2011-11-27
1
-0/+2
*
TLS: Allow TLS v1.2 to be negotiated
Jouni Malinen
2011-11-27
1
-0/+4
*
TLS: Add TLS v1.2 style CertificateVerify functionality
Jouni Malinen
2011-11-27
3
-1/+155
*
TLS: Add SHA256-based verify_data derivation for TLS v1.2
Jouni Malinen
2011-11-27
4
-4/+88
*
TLS: Maintain SHA256-based hash values for TLS v1.2
Jouni Malinen
2011-11-27
2
-0/+32
*
TLS: Add build configuration for TLS v1.2 support
Jouni Malinen
2011-11-27
2
-0/+20
*
TLS: Assume explicit IV for TLS v1.1 and newer
Jouni Malinen
2011-11-27
1
-2/+2
*
TLS: Increase maximum MAC key from 20 to 32 octets
Jouni Malinen
2011-11-27
1
-1/+1
*
TLS: Pass version to tls_prf() in preparation for new PRFs
Jouni Malinen
2011-11-27
8
-12/+22
*
Rename tls_prf() to tls_prf_sha1_md5()
Jouni Malinen
2011-11-27
2
-0/+11
*
TLS: Add helper functions for version number handling
Jouni Malinen
2011-11-27
4
-7/+33
*
TLS: Add a debug information on unsupported private key format
Jouni Malinen
2011-11-27
1
-0/+7
*
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
*
TLS: Fix double-free on error path
Jouni Malinen
2011-11-13
1
-1/+1
*
TLS: Add preliminary support for partial message processing
Jouni Malinen
2011-11-13
3
-45/+113
*
TLS: Fix block cipher padding validation
Jouni Malinen
2011-11-13
1
-3/+3
*
TLS: Clean up TLS record layer processing
Jouni Malinen
2011-11-05
3
-60/+140
*
TLS: Validate RSA ClientKeyExchange length field
Jouni Malinen
2011-10-23
1
-5/+13
*
TLS: Add support for TLS v1.1 (RFC 4346) with internal TLS
Jouni Malinen
2011-09-25
9
-32/+106
*
TLS: Do not enforce in-place processing in tlsv1_record_send()
Jouni Malinen
2011-09-25
6
-92/+95
*
TLS: Add protection against record layer CBC attacks
Jouni Malinen
2011-09-25
1
-9/+26
*
TLS: Avoid unnecessary copying of encrypted data at record layer
Jouni Malinen
2011-09-25
1
-18/+22
*
TLS: Fix record layer protocol version validation
Jouni Malinen
2011-09-25
1
-3/+8
[next]