Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | cleanup async ops | Hannes Rantzsch | 2019-04-16 | 3 | -9/+7 | |
| * | don't call async_write handler directly | Hannes Rantzsch | 2019-04-16 | 2 | -7/+8 | |
| * | fix: compile with gcc | Hannes Rantzsch | 2019-04-16 | 1 | -25/+25 | |
| * | FIX: add legal information | René Meusel | 2019-04-16 | 9 | -0/+72 | |
| * | rename member variables like 'm_***' | René Meusel | 2019-04-16 | 7 | -150/+151 | |
| * | move stream implemention into TLS namespace | René Meusel | 2019-04-16 | 9 | -60/+106 | |
| * | move stream implementation to tls subdir | René Meusel | 2019-04-16 | 10 | -18/+21 | |
| * | async stream tests with boost::beast | Hannes Rantzsch | 2019-04-16 | 1 | -35/+226 | |
| * | add a dummy c'tor for asio::ssl::context | René Meusel | 2019-04-16 | 1 | -5/+30 | |
| * | make the stream noncopyable | René Meusel | 2019-04-16 | 1 | -0/+6 | |
| * | adapt Stream<> API to be compatibile to OpenSSL | René Meusel | 2019-04-16 | 4 | -39/+179 | |
| * | fix: const copy c'tors in async ops | Hannes Rantzsch | 2019-04-16 | 3 | -3/+3 | |
| * | test sync and async handshake | Hannes Rantzsch | 2019-04-16 | 1 | -1/+73 | |
| * | add asio stream unit tests | Hannes Rantzsch | 2019-04-16 | 1 | -0/+431 | |
| * | add asio stream implementation | Hannes Rantzsch | 2019-04-16 | 10 | -0/+966 | |
* | | Merge rest of GH #1924 Fix tls_server DTLS on Linux | Jack Lloyd | 2019-05-01 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Add a cast for Windows | Jack Lloyd | 2019-04-30 | 1 | -1/+1 | |
* | | | Merge GH #1924 Fix tls_server DTLS on Linux | Jack Lloyd | 2019-05-01 | 1 | -1/+9 | |
|\| | | ||||||
| * | | Fix tls_server | Jack Lloyd | 2019-04-30 | 1 | -1/+9 | |
* | | | Improve error message | Jack Lloyd | 2019-05-01 | 1 | -3/+5 | |
* | | | Add proper SRP6 tests | Jack Lloyd | 2019-04-30 | 6 | -20/+502 | |
|/ / | ||||||
* | | Remove explicit mips64 -mabi parameter | Fabrice Fontaine | 2019-04-28 | 1 | -1/+0 | |
* | | makefile.in: move LDFLAGS after EXE_LINKS_TO | Fabrice Fontaine | 2019-04-28 | 1 | -1/+1 | |
* | | Add a Python SM2 test | Jack Lloyd | 2019-04-27 | 1 | -0/+34 | |
* | | Lint fixes | Jack Lloyd | 2019-04-27 | 2 | -17/+33 | |
* | | More Python API enhancements. | Jack Lloyd | 2019-04-27 | 5 | -53/+350 | |
* | | Merge GH #1913 Fix some issues with minimized builds | Jack Lloyd | 2019-04-27 | 16 | -37/+87 | |
|\ \ | ||||||
| * | | Fix feature macro checks. | Jack Lloyd | 2019-04-26 | 14 | -30/+64 | |
| * | | Fix some build/test problems with minimized builds | Jack Lloyd | 2019-04-26 | 4 | -10/+26 | |
* | | | Add error_code to PKCS11 return exception | Jack Lloyd | 2019-04-26 | 1 | -0/+5 | |
|/ / | ||||||
* | | Correct test result name | Jack Lloyd | 2019-04-26 | 1 | -1/+1 | |
* | | Add a cmdlet to print UUIDs | Jack Lloyd | 2019-04-26 | 2 | -0/+45 | |
* | | Document get_auxval | Jack Lloyd | 2019-04-23 | 1 | -1/+9 | |
* | | Warning compile fix for OpenBSD | David Carlier | 2019-04-23 | 1 | -0/+1 | |
* | | Minor Python wrapper tweaks | Jack Lloyd | 2019-04-22 | 1 | -6/+21 | |
* | | Fix some Doxygen errors | Jack Lloyd | 2019-04-22 | 3 | -2/+5 | |
* | | Merge GH #1907 Various Python API additions | Jack Lloyd | 2019-04-22 | 2 | -22/+183 | |
|\ \ | ||||||
| * | | More MPI functions | Jack Lloyd | 2019-04-21 | 2 | -0/+40 | |
| * | | Add raw block cipher interface for Python | Jack Lloyd | 2019-04-21 | 2 | -1/+81 | |
| * | | Lint fixes | Jack Lloyd | 2019-04-21 | 2 | -4/+4 | |
| * | | Support copying hash function objects | Jack Lloyd | 2019-04-19 | 2 | -18/+39 | |
| * | | Remove duplicated decl | Jack Lloyd | 2019-04-19 | 1 | -3/+0 | |
| * | | Add support for NIST key wrap in Python | Jack Lloyd | 2019-04-19 | 2 | -0/+23 | |
* | | | Fix C function prototypes. | JornVernee | 2019-04-21 | 1 | -6/+6 | |
|/ / | ||||||
* | | Pylint fixes | Jack Lloyd | 2019-04-19 | 2 | -31/+31 | |
* | | Remove unimplemented function decl | Jack Lloyd | 2019-04-19 | 1 | -3/+0 | |
* | | Use script to generate Python FFI decls | Jack Lloyd | 2019-04-19 | 3 | -150/+251 | |
* | | Decls | Jack Lloyd | 2019-04-19 | 1 | -2/+5 | |
* | | Parsing script | Jack Lloyd | 2019-04-19 | 1 | -0/+89 | |
* | | Avoid C++ style comments in headers that may be parsed as C | Jack Lloyd | 2019-04-19 | 3 | -69/+14 |