]> git.ipfire.org Git - thirdparty/hostap.git/history - src/tls
P2P: Fix p2p_scan() error processing in p2p_search()
[thirdparty/hostap.git] / src / tls /
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...
2008-02-28  Jouni MalinenRe-initialize hostapd/wpa_supplicant git repository...