aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge GH #1902 Python binding improvementsJack Lloyd2019-04-182-423/+275
|\
| * Simplify declaration of ffi functionsJack Lloyd2019-04-182-384/+170
| * Support loading keys in PythonJack Lloyd2019-04-182-47/+113
* | Understand --versionJack Lloyd2019-04-181-0/+2
|/
* Add missing export functionsJack Lloyd2019-04-182-11/+30
* Merge GH #1898 Cleanups to configure.pyJack Lloyd2019-04-1825-26/+78
|\
| * Check parsing of mapsJack Lloyd2019-04-181-2/+1
| * Make the ISA list a listJack Lloyd2019-04-1724-24/+77
* | In dist script report the size of the archive in MiBJack Lloyd2019-04-181-1/+4
|/
* Provides auxiliary vector support for FreeBSD.David Carlier2019-04-155-13/+25
* 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
* | 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
* | add Certstore for linuxPatrick Schmidt2019-04-127-53/+385
* | add Flatfile_Certificate_StorePatrick Schmidt2019-04-123-0/+232
|/
* Support verifying from a v1 rootJack Lloyd2019-04-115-1/+161
* Remove tab charactersJack Lloyd2019-04-1013-748/+738
* Allow creating intermediate CAs using CLIJack Lloyd2019-04-102-3/+36
* Add a option for setting path to trusted CA listJack Lloyd2019-04-101-0/+4