aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls
Commit message (Expand)AuthorAgeFilesLines
...
* Add TLS callbacks for debug and error logging.Jack Lloyd2016-10-281-2/+28
* Fix TLS resumption bugsJack Lloyd2016-10-272-20/+27
* Fixes for build without 25519Jack Lloyd2016-10-241-3/+3
* Merge GH #673 X25519 TLS key exchangeJack Lloyd2016-10-244-36/+92
|\
| * X25519 key exchange for TLSJack Lloyd2016-10-214-36/+92
* | Merge GH #675 Lucky13 countermeasuresJack Lloyd2016-10-242-0/+82
|\ \
| * | Final changes, now using the countermeasure from the Lucky 13 paper again (or...Juraj Somorovsky2016-10-231-36/+32
| * | SHA384 countermeasure (not perfect, but makes the attack harder)Juraj Somorovsky2016-10-221-19/+27
| * | Lucky 13 patch for SHA-1 and SHA-256Juraj Somorovsky2016-10-162-0/+78
* | | Address some Coverity warningsJack Lloyd2016-10-221-7/+7
| |/ |/|
* | Tighten up TLS server handshake logic.Jack Lloyd2016-10-201-20/+15
* | Fix doxygen warnings [ci skip]René Korthaus2016-10-197-19/+25
* | Improve tls doxygen [ci skip]René Korthaus2016-10-199-0/+99
* | Maintainer mode fixesJack Lloyd2016-10-172-11/+7
* | In TLS::Session_Keys return values by referenceJack Lloyd2016-10-171-6/+6
* | Merge GH #665 Add IncludeOS target, make filesystem/threads optionalJack Lloyd2016-10-172-6/+6
|\ \ | |/ |/|
| * Abstract out mutex type. Make threads optional.Jack Lloyd2016-10-122-6/+6
* | Merge GH #659 TLS CBC is optionalJack Lloyd2016-10-136-2/+18
|\ \ | |/ |/|
| * Make TLS CBC optionalJack Lloyd2016-10-086-2/+18
* | Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-075-12/+8
* | Remove Algo_Registry usage from public key code.Jack Lloyd2016-10-076-15/+19
|/
* TLS: Split CBC+HMAC modes to standalone AEAD_ModeJack Lloyd2016-10-077-338/+683
* Minor improvementsRené Korthaus2016-10-033-25/+7
* Support encoding of supported point formats extensionRené Korthaus2016-10-039-4/+151
* New TLS positive and negative tests.Juraj Somorovsky2016-09-302-7/+7
* Removed redundant check in ClientHello parserJuraj Somorovsky2016-09-301-3/+0
* Vector out of bounds fixJuraj Somorovsky2016-09-301-1/+1
* Merge GH #633 Cleanup TLS CBC encryption codeJack Lloyd2016-09-261-140/+88
|\
| * Move this to avoid ASan triggerJack Lloyd2016-09-221-4/+4
| * Further TLS CBC cleanupsJack Lloyd2016-09-211-28/+37
| * Cleanup TLS CBC encryption record codeJack Lloyd2016-09-211-130/+69
* | Merge GH #516 Cipher_Mode API improvementsJack Lloyd2016-09-261-7/+4
|\ \
| * | Cipher_Mode API improvementsJack Lloyd2016-09-011-7/+4
| |/
* / TLS Server should respect client signature_algorithms. Stricter TLS hello dec...Jack Lloyd2016-09-215-31/+89
|/
* Merge GH #578/#492: TLS EtM extension and new policy togglesJack Lloyd2016-08-3120-112/+525
|\
| * Merge master into this branch, resolving conflicts with #457/#576Jack Lloyd2016-08-3125-1486/+1516
| |\
| * | Address some issues with PR 492Jack Lloyd2016-08-1313-58/+118
| * | Merge branch 'master' into Encrypt-then-MAC-with-policyJuraj Somorovsky2016-05-129-48/+46
| |\ \
| * | | Encrypt-then-MAC extension (RFC 7366)Juraj Somorovsky2016-05-1119-104/+329
| * | | TLS Policy supportChristian Mainka2016-05-036-24/+153
* | | | Fix TLS build with SRP6 disabledJack Lloyd2016-08-311-1/+1
| |_|/ |/| |
* | | Move some Callback functions to a source file.Jack Lloyd2016-08-312-7/+17
* | | Remove debug printfJack Lloyd2016-08-311-1/+0
* | | Merge GH #567/GH #457 TLS refactoring and Callbacks interfaceJack Lloyd2016-08-3119-652/+1250
|\ \ \
| * | | Added doxygen function parameter comments to tls_callbacks.hDan Brown2016-08-191-12/+32
| * | | Add a Callbacks function for ALPNJack Lloyd2016-08-163-14/+44
| * | | Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-1614-151/+221
| * | | Removed Handshake_Info class.Matthias Gierlings2016-06-198-56/+49
| * | | Removed TLS::Session::PropertiesMatthias Gierlings2016-06-197-197/+96
| * | | Reverted proposed constructor changes to X509_CA.Matthias Gierlings2016-06-193-14/+28