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
*
TLS: Make tls_cert_chain_failure_event() more robust
Jouni Malinen
2015-12-28
1
-1/+1
*
TLS: Remove storing of never-read value
Jouni Malinen
2015-12-28
1
-1/+0
*
TLS client: Multi-OCSP check to cover intermediate CAs
Jouni Malinen
2015-12-23
4
-16/+81
*
TLS: Move variable declaration to the beginning of the block
Jouni Malinen
2015-12-23
1
-1/+1
*
TLS client: OCSP stapling with ocsp_multi option (RFC 6961)
Jouni Malinen
2015-12-22
2
-39/+136
*
TLS server: OCSP stapling with ocsp_multi option (RFC 6961)
Jouni Malinen
2015-12-22
6
-30/+145
*
TLS server: OCSP stapling
Jouni Malinen
2015-12-22
5
-1/+116
*
TLS: Report OCSP rejection cases when no valid response if found
Jouni Malinen
2015-12-17
1
-0/+10
*
TLS: Process OCSP SingleResponse(s)
Jouni Malinen
2015-12-17
1
-1/+287
*
TLS: Store DER encoded version of Subject DN for X.509 certificates
Jouni Malinen
2015-12-17
2
-0/+10
*
TLS: Share digest OID checkers from X.509
Jouni Malinen
2015-12-17
2
-4/+9
*
TLS: Support longer X.509 serialNumber values
Jouni Malinen
2015-12-16
2
-12/+17
*
TLS: Parse and validate BasicOCSPResponse
Jouni Malinen
2015-12-16
3
-42/+387
*
TLS: Parse OCSPResponse to extract BasicOCSPResponse
Jouni Malinen
2015-12-14
1
-2/+145
*
TLS: Parse CertificateStatus message
Jouni Malinen
2015-12-14
5
-3/+190
*
TLS: Add status_request ClientHello extension if OCSP is requested
Jouni Malinen
2015-12-14
1
-1/+39
*
TLS: Parse ServerHello extensions
Jouni Malinen
2015-12-14
1
-2/+55
*
TLS: Add minimal support for PKCS #12
Jouni Malinen
2015-12-14
1
-1/+737
*
TLS: Extend PKCS #5 to support PKCS #12 style key decryption
Jouni Malinen
2015-12-14
1
-4/+170
*
TLS: Fix and complete ASN.1 tag list
Jouni Malinen
2015-12-13
1
-1/+3
*
TLS: Add support for PKCS #5 v2.0 PBES2
Jouni Malinen
2015-12-05
1
-11/+263
*
TLS client: Fix session_resumed status after TLS session ticket use
Jouni Malinen
2015-11-29
1
-0/+2
*
TLS: Add support for extKeyUsage X.509v3 extension
Jouni Malinen
2015-11-29
4
-1/+134
*
TLS client: Add certificate chain validation failure callbacks
Jouni Malinen
2015-11-29
1
-0/+38
*
TLS client: Add support for disabling TLS versions
Jouni Malinen
2015-11-29
2
-3/+34
*
TLS client: Use TLS_CONN_* flags
Jouni Malinen
2015-11-29
4
-7/+13
*
TLS: Add support for tls_get_version()
Jouni Malinen
2015-11-29
2
-0/+25
*
TLS client: Add support for server certificate probing
Jouni Malinen
2015-11-29
6
-0/+108
*
TLS: Add TLS v1.2 signature algorithm support for SHA384 and SHA512
Jouni Malinen
2015-11-29
5
-12/+52
*
TLS client: Add signature_algorithms extension into ClientHello
Jouni Malinen
2015-11-29
3
-5/+35
*
TLS client: Validate certificates with SHA384 and SHA512 hashes
Pali Rohár
2015-11-29
1
-4/+62
*
TLS client: Add support for validating server certificate hash
Pali Rohár
2015-11-29
3
-4/+56
*
TLS client: Do not verify CA certificates when ca_cert is not specified
Pali Rohár
2015-11-29
3
-1/+5
*
TLS: Avoid undefined behavior in pointer arithmetic
Jouni Malinen
2015-10-25
3
-16/+32
*
Rename tls_connection_get_keys() to tls_connection_get_random()
Jouni Malinen
2015-08-02
4
-8/+8
*
libtommath: Fix mp_init_multi() stdarg use on error path
Jouni Malinen
2015-06-23
1
-2/+1
*
libtommath: Fix check mp_init_multi() result
Maks Naumov
2015-05-03
1
-1/+1
*
TLS: Fix debug dump of X.509 certificate
Jouni Malinen
2015-05-03
1
-1/+1
*
Remove master key extraction from tls_connection_get_keys()
Jouni Malinen
2015-03-31
2
-4/+0
*
TLS: Remove placeholders for SIGN_ALG_DSA support
Jouni Malinen
2015-02-28
3
-49/+34
*
TLS: Add new cipher suites to tls_get_cipher()
Jouni Malinen
2014-12-09
2
-8/+83
*
Check os_snprintf() result more consistently - automatic 1
Jouni Malinen
2014-12-08
2
-3/+3
*
TLS: Reorder length bounds checking to avoid static analyzer warning
Jouni Malinen
2014-12-06
1
-1/+1
*
TLS client: Check DH parameters using a local variable
Jouni Malinen
2014-11-23
1
-8/+11
*
TLS client: Make DH parameter parsing easier for static analyzers
Jouni Malinen
2014-10-11
1
-3/+3
*
TLS: Use os_memcmp_const() for hash/password comparisons
Jouni Malinen
2014-07-02
6
-6/+7
*
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
[next]