aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls
Commit message (Expand)AuthorAgeFilesLines
* LibTomMath: Use 64-bit mode for mp_digitJouni Malinen2012-06-091-0/+8
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-1130-240/+60
* TLS: Add support for SHA256-based cipher suites from RFC 5246Jouni Malinen2011-11-274-2/+41
* TLS: Update file headers to include TLS v1.2 supportJouni Malinen2011-11-2710-11/+11
* Include TLS v1.1 and v1.2 support in library buildJouni Malinen2011-11-271-0/+2
* TLS: Allow TLS v1.2 to be negotiatedJouni Malinen2011-11-271-0/+4
* TLS: Add TLS v1.2 style CertificateVerify functionalityJouni Malinen2011-11-273-1/+155
* TLS: Add SHA256-based verify_data derivation for TLS v1.2Jouni Malinen2011-11-274-4/+88
* TLS: Maintain SHA256-based hash values for TLS v1.2Jouni Malinen2011-11-272-0/+32
* TLS: Add build configuration for TLS v1.2 supportJouni Malinen2011-11-272-0/+20
* TLS: Assume explicit IV for TLS v1.1 and newerJouni Malinen2011-11-271-2/+2
* TLS: Increase maximum MAC key from 20 to 32 octetsJouni Malinen2011-11-271-1/+1
* TLS: Pass version to tls_prf() in preparation for new PRFsJouni Malinen2011-11-278-12/+22
* Rename tls_prf() to tls_prf_sha1_md5()Jouni Malinen2011-11-272-0/+11
* TLS: Add helper functions for version number handlingJouni Malinen2011-11-274-7/+33
* TLS: Add a debug information on unsupported private key formatJouni Malinen2011-11-271-0/+7
* Use NULL instead of 0 for pointersJouni Malinen2011-11-181-1/+1
* Mark local functions staticJouni Malinen2011-11-182-2/+2
* TLS: Fix double-free on error pathJouni Malinen2011-11-131-1/+1
* TLS: Add preliminary support for partial message processingJouni Malinen2011-11-133-45/+113
* TLS: Fix block cipher padding validationJouni Malinen2011-11-131-3/+3
* TLS: Clean up TLS record layer processingJouni Malinen2011-11-053-60/+140
* TLS: Validate RSA ClientKeyExchange length fieldJouni Malinen2011-10-231-5/+13
* TLS: Add support for TLS v1.1 (RFC 4346) with internal TLSJouni Malinen2011-09-259-32/+106
* TLS: Do not enforce in-place processing in tlsv1_record_send()Jouni Malinen2011-09-256-92/+95
* TLS: Add protection against record layer CBC attacksJouni Malinen2011-09-251-9/+26
* TLS: Avoid unnecessary copying of encrypted data at record layerJouni Malinen2011-09-251-18/+22
* TLS: Fix record layer protocol version validationJouni Malinen2011-09-251-3/+8
* Fix typos found by codespellPavel Roskin2011-09-221-6/+6
* TLS: Reorder certificates if needed when reading themJouni Malinen2011-08-041-3/+15
* TLS: Add support for tls_disable_time_checks=1 in client modeJouni Malinen2011-07-057-13/+23
* Increase internal TLSs client key exchange bufferChristian Lamparter2011-02-211-1/+1
* Annotate places depending on strong random numbersJouni Malinen2010-11-242-5/+7
* Internal TLS: Fix X.509 name handling to use sequency of attributesJouni Malinen2010-05-252-95/+110
* Internal TLS: Add domainComponent parser for X.509 namesJouni Malinen2010-05-252-0/+19
* Remove unnecessary SUBDIRS loops from src/*/MakefileJouni Malinen2010-04-171-1/+0
* Move asn1_test.c into tests subdirectory and split it in twoJouni Malinen2009-12-061-210/+0
* Add rules for building src/tls/libtls.a and use it with eap_exampleJouni Malinen2009-12-062-3/+33
* Include functionality to support EAP-FAST unconditionallyJouni Malinen2009-12-065-23/+0
* Remove unneeded CONFIG_INTERNAL_X509 and NEED_SHA256 definesJouni Malinen2009-12-063-63/+0
* Remove unnecessary definesJouni Malinen2009-12-051-2/+0
* Remove src/crypto from default include pathJouni Malinen2009-11-2913-25/+24
* Fix a typo in a commentJouni Malinen2009-11-211-1/+1
* Move PKCS# {1,5,8} functionality into separate filesJouni Malinen2009-10-176-0/+704
* TLS: Replace set_key helpers to return key instead of status codeJouni Malinen2009-10-171-19/+21
* Add support for PKCS #5 encrypted PKCS #8 keys with internal cryptoJouni Malinen2009-10-171-5/+36
* Internal TLS: Add support for unencrypred PKCS#8 private keys in PEMJouni Malinen2009-10-161-7/+16
* Reject X.509 certificate strings with embedded NUL charactersJouni Malinen2009-08-231-0/+31
* Support PEM format RSA private key with internal TLS implementationJouni Malinen2009-08-161-0/+29
* Add root .gitignore file to cleanup ignore listsJouni Malinen2009-06-291-1/+0