aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1858 Update XMSS to conform to RFC 8391Jack Lloyd2019-05-244-440/+2343
|\
| * Fix param names to match RFCJack Lloyd2019-05-131-1/+1
| * Fix param namesJack Lloyd2019-05-101-1/+1
| * Serialize XMSS leaf index as four bytesMatthias Gierlings2019-05-063-1072/+1072
| * Adds new test casesMatthias Gierlings2019-05-064-453/+2356
| * Updates XMSS parameters corresponding to RFC 8391Matthias Gierlings2019-05-061-2/+2
* | Let TLS serialization know which side we are sending asJack Lloyd2019-05-241-1/+1
* | Add support for supported versions extension from TLS 1.3Jack Lloyd2019-05-241-0/+11
* | Add script for running TLS fuzzerJack Lloyd2019-05-241-3/+4
* | Fix TLS CBC in DTLS when a bad packet is received.Jack Lloyd2019-05-211-2/+1
* | Fix various issues in TLS found using BoGoJack Lloyd2019-05-202-12/+10
* | Fix warning and bogus assignmentJack Lloyd2019-05-141-2/+2
* | restructure a bit to avoid code duplications and make find_cert more efficien...Tim Oesterreich2019-05-141-5/+16
* | search certificates by key_id first, if possibleTim Oesterreich2019-05-141-0/+1
* | deduplicate certificates in find_all_certsTim Oesterreich2019-05-141-0/+29
* | add test for subject dns containing UTF8 stringsTim Oesterreich2019-05-142-1/+29
* | Increase ASN1_Time maximum allowed year to 3100Jack Lloyd2019-05-131-1/+4
* | Fix decoding of RSA-OAEP certsJack Lloyd2019-05-092-0/+47
* | Fix X509_DN comparisonJack Lloyd2019-05-082-0/+39
* | functionality to support multiple OUs, missing unit tests on more_dnsndotb2019-05-071-2/+40
* | use map of vectors instead of multimap in flatfile certstorTim Oesterreich2019-05-073-0/+42
|/
* Merge GH #1839 Add TLS asio stream wrapperJack Lloyd2019-05-011-0/+775
|\
| * review: unit tests and public api versionHannes Rantzsch2019-04-291-5/+8
| * Further cleanup of asio stream header filesHannes Rantzsch2019-04-261-3/+3
| * require boost 1.68 for asio stream unit testHannes Rantzsch2019-04-261-1/+2
| * start restructuring asio stream headersHannes Rantzsch2019-04-241-55/+26
| * use ErrorType instead of TLS::error and remove convert_exceptions headerHannes Rantzsch2019-04-231-6/+12
| * minor beautifications in asio_stream unit testHannes Rantzsch2019-04-231-12/+3
| * use existing TLS::Connection_Side instead of handshake_typeHannes Rantzsch2019-04-231-11/+8
| * documentation and minor fixes for async opsHannes Rantzsch2019-04-161-8/+7
| * fix: require boost 1.66Hannes Rantzsch2019-04-161-1/+1
| * FIX: do not block when reading into zero-sized bufferHannes Rantzsch2019-04-161-0/+52
| * improve constructor interface of StreamHannes Rantzsch2019-04-161-95/+101
| * async_write_some returns amount of bytes commited to the core, instead of byt...Tim Oesterreich2019-04-161-1/+1
| * add tests for throws from Botan::TLS::ChannelTim Oesterreich2019-04-161-6/+177
| * ensure boost version > 1.66.0Tim Oesterreich2019-04-161-1/+5
| * improve testsTim Oesterreich2019-04-161-71/+79
| * do not use make_error_code and smaller PR review issuesTim Oesterreich2019-04-161-2/+8
| * review: use specific buffer type where applicableTim Oesterreich2019-04-161-16/+16
| * use boost::beast::test::stream for all asio testsTim Oesterreich2019-04-161-363/+157
| * cleanup asio stream testsHannes Rantzsch2019-04-161-135/+59
| * fix and extend testsHannes Rantzsch2019-04-161-33/+165
| * cleanup asio::ssl::stream compatibility interfacesHannes Rantzsch2019-04-161-6/+17
| * fix: compile with gccHannes Rantzsch2019-04-161-25/+25
| * rename member variables like 'm_***'René Meusel2019-04-161-43/+43
| * move stream implemention into TLS namespaceRené Meusel2019-04-161-6/+10
| * async stream tests with boost::beastHannes Rantzsch2019-04-161-35/+226
| * adapt Stream<> API to be compatibile to OpenSSLRené Meusel2019-04-161-10/+11
| * test sync and async handshakeHannes Rantzsch2019-04-161-1/+73
| * add asio stream unit testsHannes Rantzsch2019-04-161-0/+431