tests: WPS UPnP SetSelectedRegistrar protocol testing
[mech_eap.git] / src / tls /
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
2010-11-23 Jouni MalinenAnnotate places depending on strong random numbers
2010-05-25 Jouni MalinenInternal TLS: Fix X.509 name handling to use sequency...
2010-05-25 Jouni MalinenInternal TLS: Add domainComponent parser for X.509...
2010-04-17 Jouni MalinenRemove unnecessary SUBDIRS loops from src/*/Makefile
2009-12-06 Jouni MalinenMove asn1_test.c into tests subdirectory and split...
2009-12-06 Jouni MalinenAdd rules for building src/tls/libtls.a and use it...
2009-12-06 Jouni MalinenInclude functionality to support EAP-FAST unconditionally
2009-12-06 Jouni MalinenRemove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256...
2009-12-05 Jouni MalinenRemove unnecessary defines
2009-11-29 Jouni MalinenRemove src/crypto from default include path
2009-11-21 Jouni MalinenFix a typo in a comment
2009-10-17 Jouni MalinenMove PKCS# {1,5,8} functionality into separate files
2009-10-17 Jouni MalinenTLS: Replace set_key helpers to return key instead...
2009-10-17 Jouni MalinenAdd support for PKCS #5 encrypted PKCS #8 keys with...
2009-10-16 Jouni MalinenInternal TLS: Add support for unencrypred PKCS#8 privat...
2009-08-23 Jouni MalinenReject X.509 certificate strings with embedded NUL...
2009-08-16 Jouni MalinenSupport PEM format RSA private key with internal TLS...
2009-06-29 Jouni MalinenAdd root .gitignore file to cleanup ignore lists
2009-06-11 Jouni MalinenX.509: Add parsing of alternative name to internal...
2009-05-26 Jouni Malinenhostapd: Fix internal crypto build without TLS
2009-05-26 Jouni MalinenResolve couple of compiler warnings
2009-03-25 Jouni MalinenRename EAP server defines from EAP_* to EAP_SERVER_*
2009-03-08 Jouni MalinenAdd a workaround for EAP-FAST with Cisco AP local RADIU...
2009-02-15 Daniel MierswaImproved 'make install' (use BINDIR/LIBDIR, install...
2009-01-02 Jouni MalinenFixed number of doxygen warnings
2008-09-27 Jouni MalinenSilenced compiler warnings on size_t printf format...
2008-08-16 Jouni MalinenInternal X.509/TLSv1: Support SHA-256 in X.509 certific...
2008-06-06 Jouni MalinenUpdated the LibTomMath reference to use 0.41 version
2008-06-06 Jouni MalinenCombined internal LibTomMath configuration into one...
2008-06-06 Jouni MalinenAdded an option to build internal LibTomMath with faste...
2008-06-05 Jouni MalinenAdd faster, optional sqr routine for internal LibTomMath
2008-06-04 Jouni MalinenUpdated the comments since Montgomery reduction is...
2008-06-04 Jouni MalinenInternal LibTomMath: add optional support for Montgomer...
2008-06-04 Jouni MalinenReduce integrated LibTomMath size by dropping negative...
next