Handle NULL return from os_zalloc() in sta_track_add()
[mech_eap.git] / src / tls /
2015-12-28 Jouni MalinenTLS: Make tls_cert_chain_failure_event() more robust
2015-12-28 Jouni MalinenTLS: Remove storing of never-read value
2015-12-23 Jouni MalinenTLS client: Multi-OCSP check to cover intermediate CAs
2015-12-23 Jouni MalinenTLS: Move variable declaration to the beginning of...
2015-12-22 Jouni MalinenTLS client: OCSP stapling with ocsp_multi option (RFC...
2015-12-22 Jouni MalinenTLS server: OCSP stapling with ocsp_multi option (RFC...
2015-12-22 Jouni MalinenTLS server: OCSP stapling
2015-12-17 Jouni MalinenTLS: Report OCSP rejection cases when no valid response...
2015-12-17 Jouni MalinenTLS: Process OCSP SingleResponse(s)
2015-12-17 Jouni MalinenTLS: Store DER encoded version of Subject DN for X...
2015-12-17 Jouni MalinenTLS: Share digest OID checkers from X.509
2015-12-16 Jouni MalinenTLS: Support longer X.509 serialNumber values
2015-12-16 Jouni MalinenTLS: Parse and validate BasicOCSPResponse
2015-12-14 Jouni MalinenTLS: Parse OCSPResponse to extract BasicOCSPResponse
2015-12-14 Jouni MalinenTLS: Parse CertificateStatus message
2015-12-14 Jouni MalinenTLS: Add status_request ClientHello extension if OCSP...
2015-12-14 Jouni MalinenTLS: Parse ServerHello extensions
2015-12-14 Jouni MalinenTLS: Add minimal support for PKCS #12
2015-12-14 Jouni MalinenTLS: Extend PKCS #5 to support PKCS #12 style key decry...
2015-12-13 Jouni MalinenTLS: Fix and complete ASN.1 tag list
2015-12-05 Jouni MalinenTLS: Add support for PKCS #5 v2.0 PBES2
2015-11-29 Jouni MalinenTLS client: Fix session_resumed status after TLS sessio...
2015-11-29 Jouni MalinenTLS: Add support for extKeyUsage X.509v3 extension
2015-11-29 Jouni MalinenTLS client: Add certificate chain validation failure...
2015-11-29 Jouni MalinenTLS client: Add support for disabling TLS versions
2015-11-29 Jouni MalinenTLS client: Use TLS_CONN_* flags
2015-11-29 Jouni MalinenTLS: Add support for tls_get_version()
2015-11-29 Jouni MalinenTLS client: Add support for server certificate probing
2015-11-29 Jouni MalinenTLS: Add TLS v1.2 signature algorithm support for SHA38...
2015-11-29 Jouni MalinenTLS client: Add signature_algorithms extension into...
2015-11-29 Pali RohárTLS client: Validate certificates with SHA384 and SHA51...
2015-11-29 Pali RohárTLS client: Add support for validating server certifica...
2015-11-29 Pali RohárTLS client: Do not verify CA certificates when ca_cert...
2015-10-25 Jouni MalinenTLS: Avoid undefined behavior in pointer arithmetic
2015-08-02 Jouni MalinenRename tls_connection_get_keys() to tls_connection_get_...
2015-06-23 Jouni Malinenlibtommath: Fix mp_init_multi() stdarg use on error...
2015-05-03 Maks Naumovlibtommath: Fix check mp_init_multi() result
2015-05-03 Jouni MalinenTLS: Fix debug dump of X.509 certificate
2015-03-31 Jouni MalinenRemove master key extraction from tls_connection_get_keys()
2015-02-28 Jouni MalinenTLS: Remove placeholders for SIGN_ALG_DSA support
2014-12-09 Jouni MalinenTLS: Add new cipher suites to tls_get_cipher()
2014-12-08 Jouni MalinenCheck os_snprintf() result more consistently - automatic 1
2014-12-06 Jouni MalinenTLS: Reorder length bounds checking to avoid static...
2014-11-23 Jouni MalinenTLS client: Check DH parameters using a local variable
2014-10-11 Jouni MalinenTLS client: Make DH parameter parsing easier for static...
2014-07-02 Jouni MalinenTLS: Use os_memcmp_const() for hash/password comparisons
2014-05-20 Jouni MalinenPKCS 1: Add function for checking v1.5 RSA signature
2014-05-19 Jouni MalinenRSA: Add OID definitions and helper function for hash...
2014-05-19 Jouni MalinenAdd function for building RSA public key from n and...
2014-05-19 Jouni MalinenPKCS #1: Enforce minimum padding for decryption in...
2014-05-19 Jouni MalinenPKCS #1: Allow only BT=01 for signature in internal TLS
2014-05-19 Jouni MalinenX.509: Fix internal TLS/X.509 validation of PKCS#1...
2014-05-10 Jouni MalinenX.509: Fix v3 parsing with issuerUniqueID/subjectUnique...
2014-03-16 Jouni MalinenTLS testing: Add new test cases for RSA-DHE primes
2014-03-16 Jouni MalinenTLS client: Reject RSA-DHE prime if it shorter than...
2014-03-16 Jouni MalinenTLS testing: Fix test_flags check for ApplData report
2014-03-09 Jouni MalinenTLS testing: Allow hostapd to be used as a TLS testing...
2014-03-09 Jouni MalinenRADIUS server: Allow TLS implementation add log entries
2014-03-09 Jouni MalinenTLS client: Send decrypt_error on verify_data validatio...
2014-03-09 Jouni MalinenTLS: Share a helper function for verifying Signature
2014-03-09 Jouni MalinenTLS: Use a helper function for calculating ServerKeyExc...
2014-03-09 Jouni MalinenTLS: Add support for DHE-RSA cipher suites
2014-03-09 Jouni MalinenTLS server: Enable SHA256-based cipher suites
2013-10-26 Jouni MalinenUse ARRAY_SIZE() macro
2013-04-27 Jouni MalinenAdd dup_binstr() to help common binary string tasks
2013-03-16 Jouni Malinenlibtommath: Avoid a compiler warning on unused variable
2013-03-16 Solomon Peachylibtommath: Condition fast_s_mp_mul_digs() on LTM_FAST
2012-09-09 Jouni MalinenEnable 256-bit key AES in internal TLS implementation
2012-06-09 Jouni MalinenLibTomMath: Use 64-bit mode for mp_digit
2012-02-11 Jouni MalinenRemove the GPL notification from files contributed...
2011-11-27 Jouni MalinenTLS: Add support for SHA256-based cipher suites from...
2011-11-27 Jouni MalinenTLS: Update file headers to include TLS v1.2 support
2011-11-27 Jouni MalinenInclude TLS v1.1 and v1.2 support in library build
2011-11-27 Jouni MalinenTLS: Allow TLS v1.2 to be negotiated
2011-11-27 Jouni MalinenTLS: Add TLS v1.2 style CertificateVerify functionality
2011-11-27 Jouni MalinenTLS: Add SHA256-based verify_data derivation for TLS...
2011-11-27 Jouni MalinenTLS: Maintain SHA256-based hash values for TLS v1.2
2011-11-27 Jouni MalinenTLS: Add build configuration for TLS v1.2 support
2011-11-27 Jouni MalinenTLS: Assume explicit IV for TLS v1.1 and newer
2011-11-27 Jouni MalinenTLS: Increase maximum MAC key from 20 to 32 octets
2011-11-27 Jouni MalinenTLS: Pass version to tls_prf() in preparation for new...
2011-11-27 Jouni MalinenRename tls_prf() to tls_prf_sha1_md5()
2011-11-27 Jouni MalinenTLS: Add helper functions for version number handling
2011-11-27 Jouni MalinenTLS: Add a debug information on unsupported private...
2011-11-18 Jouni MalinenUse NULL instead of 0 for pointers
2011-11-18 Jouni MalinenMark local functions static
2011-11-13 Jouni MalinenTLS: Fix double-free on error path
2011-11-13 Jouni MalinenTLS: Add preliminary support for partial message processing
2011-11-13 Jouni MalinenTLS: Fix block cipher padding validation
2011-11-05 Jouni MalinenTLS: Clean up TLS record layer processing
2011-10-23 Jouni MalinenTLS: Validate RSA ClientKeyExchange length field
2011-09-25 Jouni MalinenTLS: Add support for TLS v1.1 (RFC 4346) with internal TLS
2011-09-25 Jouni MalinenTLS: Do not enforce in-place processing in tlsv1_record...
2011-09-25 Jouni MalinenTLS: Add protection against record layer CBC attacks
2011-09-25 Jouni MalinenTLS: Avoid unnecessary copying of encrypted data at...
2011-09-25 Jouni MalinenTLS: Fix record layer protocol version validation
2011-09-21 Pavel RoskinFix typos found by codespell
2011-08-04 Jouni MalinenTLS: Reorder certificates if needed when reading them
2011-07-05 Jouni MalinenTLS: Add support for tls_disable_time_checks=1 in clien...
2011-02-21 Christian LamparterIncrease internal TLSs client key exchange buffer
next