aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge GH #1905 Generate Python ctypes decls from ffi.h and a scriptJack Lloyd2019-04-195-215/+350
|\
| * 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
* | Update newsJack Lloyd2019-04-191-0/+10
|/
* Merge GH #1904 Some cleanups to Python wrapperJack Lloyd2019-04-193-406/+415
|\
| * Use c_char_p instead of POINTER(c_char)Jack Lloyd2019-04-191-62/+62
| * Clean up some things in Python wrapperJack Lloyd2019-04-192-403/+410
| * Also deprecate Python2 with the Python wrapperJack Lloyd2019-04-191-3/+5
|/
* Merge GH #1902 Python binding improvementsJack Lloyd2019-04-183-432/+296
|\
| * Simplify declaration of ffi functionsJack Lloyd2019-04-182-384/+170
| * Support loading keys in PythonJack Lloyd2019-04-183-56/+134
* | Understand --versionJack Lloyd2019-04-181-0/+2
|/
* Merge GH #1901 Add missing export functions to Python bindingJack Lloyd2019-04-182-11/+30
|\
| * Add missing export functionsJack Lloyd2019-04-182-11/+30
|/
* Merge GH #1898 Cleanups to configure.pyJack Lloyd2019-04-1827-69/+149
|\
| * Check parsing of mapsJack Lloyd2019-04-182-7/+6
| * Lint fixesJack Lloyd2019-04-181-10/+10
| * Add cross checks for compiler infoJack Lloyd2019-04-182-7/+43
| * Clean up libs/frameworksJack Lloyd2019-04-171-20/+11
| * Make the ISA list a listJack Lloyd2019-04-1726-37/+91
* | In dist script report the size of the archive in MiBJack Lloyd2019-04-181-1/+4
|/
* Document configure.pyJack Lloyd2019-04-164-0/+391
* Merge GH #1895 Use elf_aux_info on FreeBSD to detect ARM/PPC CPU featuresJack Lloyd2019-04-166-13/+26
|\
| * Provides auxiliary vector support for FreeBSD.David Carlier2019-04-156-13/+26
|/
* Update newsJack Lloyd2019-04-141-0/+5
* Merge GH #1893 Add system cert store wrapper classJack Lloyd2019-04-1411-99/+292
|\
| * Add a wrapper class that wraps macOS or Linux certificate stores.Jack Lloyd2019-04-1311-99/+292
|/
* Fix a few warnings in Boost specific codeJack Lloyd2019-04-133-4/+4
* Merge GH #1892 Be more careful about avoiding undefined behavior in testsJack Lloyd2019-04-125-41/+24
|\
| * Using preprocessor for the testsDavid Carlier2019-04-126-43/+24
| * Proposal to silent, when wished, some "false positives" when using sanitizers.David Carlier2019-04-121-0/+2
* | Update newsJack Lloyd2019-04-121-0/+19
* | Merge GH #1885 Add system certificate store for Linux/UnixJack Lloyd2019-04-129-53/+780
|\ \ | |/ |/|
| * FIX: build with x509 module disabledRene Meusel2019-04-122-5/+12
| * FIX: type deduction on 32bit systemsRene Meusel2019-04-121-4/+4
| * TEST: rejection of user certs by flatfile cert storeRene Meusel2019-04-122-0/+95
| * TESt: flatfile cert store uses internal test fileRene Meusel2019-04-122-9/+93
| * extract test_certstor_utilsPatrick Schmidt2019-04-122-47/+76
| * rename test_certstor_linux to test_certstor_flatfilePatrick Schmidt2019-04-121-9/+9
| * consolidate into Flatfile_Certificate_StorePatrick Schmidt2019-04-127-88/+36