Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix feature macro checks. | Jack Lloyd | 2019-04-26 | 14 | -30/+64 |
| | | | | Add a checker script. | ||||
* | Fix some build/test problems with minimized builds | Jack Lloyd | 2019-04-26 | 4 | -10/+26 |
| | |||||
* | 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 |
| | | | | | | | | Same function as const_time_compare | ||||
| * | 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 |
| | | | | Remove unimplemented declaration botan_x509_cert_gen_selfsigned | ||||
* | 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 |
| | | | | | 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 Lloyd | 2019-04-19 | 1 | -62/+62 |
| | |||||
* | Clean up some things in Python wrapper | Jack Lloyd | 2019-04-19 | 2 | -403/+410 |
| | |||||
* | Merge GH #1902 Python binding improvements | Jack Lloyd | 2019-04-18 | 2 | -423/+275 |
|\ | |||||
| * | Simplify declaration of ffi functions | Jack Lloyd | 2019-04-18 | 2 | -384/+170 |
| | | | | | | | | And fix a Python3 issue | ||||
| * | Support loading keys in Python | Jack Lloyd | 2019-04-18 | 2 | -47/+113 |
| | | | | | | | | Which was missing for whatever bad reason. GH #1900 | ||||
* | | Understand --version | Jack Lloyd | 2019-04-18 | 1 | -0/+2 |
|/ | |||||
* | Add missing export functions | Jack Lloyd | 2019-04-18 | 2 | -11/+30 |
| | | | | Fixes #1899 | ||||
* | Merge GH #1898 Cleanups to configure.py | Jack Lloyd | 2019-04-18 | 25 | -26/+78 |
|\ | |||||
| * | Check parsing of maps | Jack Lloyd | 2019-04-18 | 1 | -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 list | Jack Lloyd | 2019-04-17 | 24 | -24/+77 |
| | | |||||
* | | In dist script report the size of the archive in MiB | Jack Lloyd | 2019-04-18 | 1 | -1/+4 |
|/ | |||||
* | Provides auxiliary vector support for FreeBSD. | David Carlier | 2019-04-15 | 5 | -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 Lloyd | 2019-04-13 | 11 | -99/+292 |
| | |||||
* | Fix a few warnings in Boost specific code | Jack Lloyd | 2019-04-13 | 3 | -4/+4 |
| | |||||
* | Merge GH #1892 Be more careful about avoiding undefined behavior in tests | Jack Lloyd | 2019-04-12 | 5 | -41/+24 |
|\ | |||||
| * | Using preprocessor for the tests | David Carlier | 2019-04-12 | 6 | -43/+24 |
| | | |||||
| * | Proposal to silent, when wished, some "false positives" when using sanitizers. | David Carlier | 2019-04-12 | 1 | -0/+2 |
| | | |||||
* | | FIX: build with x509 module disabled | Rene Meusel | 2019-04-12 | 2 | -5/+12 |
| | | |||||
* | | FIX: type deduction on 32bit systems | Rene Meusel | 2019-04-12 | 1 | -4/+4 |
| | | |||||
* | | TEST: rejection of user certs by flatfile cert store | Rene Meusel | 2019-04-12 | 2 | -0/+95 |
| | | |||||
* | | TESt: flatfile cert store uses internal test file | Rene Meusel | 2019-04-12 | 2 | -9/+93 |
| | | |||||
* | | extract test_certstor_utils | Patrick Schmidt | 2019-04-12 | 2 | -47/+76 |
| | | |||||
* | | rename test_certstor_linux to test_certstor_flatfile | Patrick Schmidt | 2019-04-12 | 1 | -9/+9 |
| | | |||||
* | | consolidate into Flatfile_Certificate_Store | Patrick Schmidt | 2019-04-12 | 7 | -88/+36 |
| | | |||||
* | | add Certstore for linux | Patrick Schmidt | 2019-04-12 | 7 | -53/+385 |
| | | |||||
* | | add Flatfile_Certificate_Store | Patrick Schmidt | 2019-04-12 | 3 | -0/+232 |
|/ | |||||
* | Support verifying from a v1 root | Jack Lloyd | 2019-04-11 | 5 | -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 characters | Jack Lloyd | 2019-04-10 | 13 | -748/+738 |
| |