aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix feature macro checks.Jack Lloyd2019-04-2614-30/+64
| | | | Add a checker script.
* Fix some build/test problems with minimized buildsJack Lloyd2019-04-264-10/+26
|
* 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
| | | | | | | | Same function as const_time_compare
| * 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
| | | | Remove unimplemented declaration botan_x509_cert_gen_selfsigned
* 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
| | | | | Also remove the TLS declarations from ffi.h for now since that isn't supported at all.
* 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
| | | | | | | | And fix a Python3 issue
| * Support loading keys in PythonJack Lloyd2019-04-182-47/+113
| | | | | | | | Which was missing for whatever bad reason. GH #1900
* | Understand --versionJack Lloyd2019-04-181-0/+2
|/
* Add missing export functionsJack Lloyd2019-04-182-11/+30
| | | | Fixes #1899
* Merge GH #1898 Cleanups to configure.pyJack Lloyd2019-04-1825-26/+78
|\
| * Check parsing of mapsJack Lloyd2019-04-181-2/+1
| | | | | | | | | | | | | | | | Previous commit changed the parsing of <libs> and <frameworks> from being lists to maps. But this broke macOS certstore which defined frameworks on individual lines, causing only one to be used. Add a test that maps don't have duplicated entries, and fix the info.txt
| * 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
| | | | somewhat similar to Linux's counterpart but mainly for cpu features.
* 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
| | | | | | Discovered in #1885, the "Verisign Class 3 Public Primary Certification Authority - G3" is a v1 certificate and is still included in distro trust stores.
* Remove tab charactersJack Lloyd2019-04-1013-748/+738
|