aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * cleanup async opsHannes Rantzsch2019-04-163-9/+7
| * don't call async_write handler directlyHannes Rantzsch2019-04-162-7/+8
| * fix: compile with gccHannes Rantzsch2019-04-161-25/+25
| * FIX: add legal informationRené Meusel2019-04-169-0/+72
| * rename member variables like 'm_***'René Meusel2019-04-167-150/+151
| * move stream implemention into TLS namespaceRené Meusel2019-04-169-60/+106
| * move stream implementation to tls subdirRené Meusel2019-04-1610-18/+21
| * async stream tests with boost::beastHannes Rantzsch2019-04-161-35/+226
| * add a dummy c'tor for asio::ssl::contextRené Meusel2019-04-161-5/+30
| * make the stream noncopyableRené Meusel2019-04-161-0/+6
| * adapt Stream<> API to be compatibile to OpenSSLRené Meusel2019-04-164-39/+179
| * fix: const copy c'tors in async opsHannes Rantzsch2019-04-163-3/+3
| * test sync and async handshakeHannes Rantzsch2019-04-161-1/+73
| * add asio stream unit testsHannes Rantzsch2019-04-161-0/+431
| * add asio stream implementationHannes Rantzsch2019-04-1610-0/+966
* | Merge rest of GH #1924 Fix tls_server DTLS on LinuxJack Lloyd2019-05-011-1/+1
|\ \
| * | Add a cast for WindowsJack Lloyd2019-04-301-1/+1
* | | Merge GH #1924 Fix tls_server DTLS on LinuxJack Lloyd2019-05-011-1/+9
|\| |
| * | Fix tls_serverJack Lloyd2019-04-301-1/+9
* | | Improve error messageJack Lloyd2019-05-011-3/+5
* | | Add proper SRP6 testsJack Lloyd2019-04-306-20/+502
|/ /
* | Remove explicit mips64 -mabi parameterFabrice Fontaine2019-04-281-1/+0
* | makefile.in: move LDFLAGS after EXE_LINKS_TOFabrice Fontaine2019-04-281-1/+1
* | Add a Python SM2 testJack Lloyd2019-04-271-0/+34
* | Lint fixesJack Lloyd2019-04-272-17/+33
* | More Python API enhancements.Jack Lloyd2019-04-275-53/+350
* | Merge GH #1913 Fix some issues with minimized buildsJack Lloyd2019-04-2716-37/+87
|\ \
| * | Fix feature macro checks.Jack Lloyd2019-04-2614-30/+64
| * | Fix some build/test problems with minimized buildsJack Lloyd2019-04-264-10/+26
* | | Add error_code to PKCS11 return exceptionJack Lloyd2019-04-261-0/+5
|/ /
* | Correct test result nameJack Lloyd2019-04-261-1/+1
* | Add a cmdlet to print UUIDsJack Lloyd2019-04-262-0/+45
* | Document get_auxvalJack Lloyd2019-04-231-1/+9
* | Warning compile fix for OpenBSDDavid Carlier2019-04-231-0/+1
* | Minor Python wrapper tweaksJack Lloyd2019-04-221-6/+21
* | Fix some Doxygen errorsJack Lloyd2019-04-223-2/+5
* | Merge GH #1907 Various Python API additionsJack Lloyd2019-04-222-22/+183
|\ \
| * | More MPI functionsJack Lloyd2019-04-212-0/+40
| * | Add raw block cipher interface for PythonJack Lloyd2019-04-212-1/+81
| * | Lint fixesJack Lloyd2019-04-212-4/+4
| * | Support copying hash function objectsJack Lloyd2019-04-192-18/+39
| * | Remove duplicated declJack Lloyd2019-04-191-3/+0
| * | Add support for NIST key wrap in PythonJack Lloyd2019-04-192-0/+23
* | | Fix C function prototypes.JornVernee2019-04-211-6/+6
|/ /
* | Pylint fixesJack Lloyd2019-04-192-31/+31
* | Remove unimplemented function declJack Lloyd2019-04-191-3/+0
* | Use script to generate Python FFI declsJack Lloyd2019-04-193-150/+251
* | DeclsJack Lloyd2019-04-191-2/+5
* | Parsing scriptJack Lloyd2019-04-191-0/+89
* | Avoid C++ style comments in headers that may be parsed as CJack Lloyd2019-04-193-69/+14