Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add proper SRP6 tests | Jack Lloyd | 2019-04-30 | 6 | -20/+502 | |
|/ / | ||||||
* | | Merge GH #1918 Don't use -mabi on MIPS64 let user specify this | Jack Lloyd | 2019-04-28 | 1 | -1/+0 | |
|\ \ | ||||||
| * | | Remove explicit mips64 -mabi parameter | Fabrice Fontaine | 2019-04-28 | 1 | -1/+0 | |
|/ / | ||||||
* | | Merge GH #1916 put LDFLAGS after EXE_LINKS_TO | Jack Lloyd | 2019-04-28 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | makefile.in: move LDFLAGS after EXE_LINKS_TO | Fabrice Fontaine | 2019-04-28 | 1 | -1/+1 | |
* | | | More FFI todos [ci skip] | Jack Lloyd | 2019-04-27 | 1 | -0/+2 | |
|/ / | ||||||
* | | Update news | Jack Lloyd | 2019-04-27 | 1 | -2/+7 | |
* | | Merge GH #1915 More Python enhancements | Jack Lloyd | 2019-04-27 | 5 | -55/+402 | |
|\ \ | ||||||
| * | | 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 | |
* | | | Log the version of Python we are running configure under | Jack Lloyd | 2019-04-27 | 1 | -0/+1 | |
|/ / | ||||||
* | | Merge GH #1913 Fix some issues with minimized builds | Jack Lloyd | 2019-04-27 | 17 | -37/+88 | |
|\ \ | ||||||
| * | | 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 | 5 | -10/+27 | |
* | | | Document |upper | Jack Lloyd | 2019-04-26 | 1 | -0/+3 | |
* | | | 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 | |
* | | Merge GH #1910 Silence warning on non Linux/FreeBSD systems | Jack Lloyd | 2019-04-23 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | 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 | |
* | | Require Python binding for any new FFI additions | Jack Lloyd | 2019-04-22 | 1 | -0/+8 | |
* | | 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 | |
* | | | Merge GH #1908 Fix C declaration of functions taking no args | Jack Lloyd | 2019-04-22 | 1 | -6/+6 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix C function prototypes. | JornVernee | 2019-04-21 | 1 | -6/+6 | |
|/ / | ||||||
* | | Merge GH #1905 Generate Python ctypes decls from ffi.h and a script | Jack Lloyd | 2019-04-19 | 5 | -215/+350 | |
|\ \ | ||||||
| * | | 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 | |
* | | | Update news | Jack Lloyd | 2019-04-19 | 1 | -0/+10 | |
|/ / | ||||||
* | | Merge GH #1904 Some cleanups to Python wrapper | Jack Lloyd | 2019-04-19 | 3 | -406/+415 | |
|\ \ | ||||||
| * | | Use c_char_p instead of POINTER(c_char) | Jack Lloyd | 2019-04-19 | 1 | -62/+62 | |
| * | | Clean up some things in Python wrapper | Jack Lloyd | 2019-04-19 | 2 | -403/+410 | |
| * | | Also deprecate Python2 with the Python wrapper | Jack Lloyd | 2019-04-19 | 1 | -3/+5 | |
|/ / | ||||||
* | | Merge GH #1902 Python binding improvements | Jack Lloyd | 2019-04-18 | 3 | -432/+296 | |
|\ \ | ||||||
| * | | Simplify declaration of ffi functions | Jack Lloyd | 2019-04-18 | 2 | -384/+170 | |
| * | | Support loading keys in Python | Jack Lloyd | 2019-04-18 | 3 | -56/+134 | |
* | | | Understand --version | Jack Lloyd | 2019-04-18 | 1 | -0/+2 | |
|/ / |