Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document #1756 | Jack Lloyd | 2018-12-02 | 1 | -0/+5 |
| | |||||
* | Update news | Jack Lloyd | 2018-12-01 | 1 | -0/+5 |
| | |||||
* | Deprecate SRP suites [ci skip] | Jack Lloyd | 2018-11-26 | 1 | -0/+4 |
| | | | | | This is kind of implicit by the deprecation of CBC ciphersuites but should be called out more clearly. | ||||
* | Document the problem of old binutils | Jack Lloyd | 2018-11-09 | 1 | -0/+14 |
| | | | | See GH #1721 and #1718 | ||||
* | Update cipher mode documantation | Jack Lloyd | 2018-10-31 | 1 | -9/+55 |
| | |||||
* | Fix some ReST format errors | Jack Lloyd | 2018-10-30 | 4 | -17/+17 |
| | | | | Diagnosed by Sphinx 1.8.0 | ||||
* | Document TSS | Jack Lloyd | 2018-10-30 | 3 | -0/+63 |
| | |||||
* | Add ChaCha in NEON | Jack Lloyd | 2018-10-26 | 1 | -1/+0 |
| | | | | | Originally written by Jeffrey Walton for Crypto++, which was in turn based on my SSE2 ChaCha. | ||||
* | Correct error with XTS minimum block size | Jack Lloyd | 2018-10-15 | 1 | -1/+1 |
| | | | | | | | Add tests from NIST that demonstrate the problem, as well as OpenSSL generated tests for all input sizes 16...128 bytes. Fixes GH #1706 | ||||
* | Allow configure.py parse_multiple_enable to accept an empty list and extra ↵ | Daniel Wyatt | 2018-10-14 | 1 | -0/+5 |
| | | | | | | | | | commas. Examples: ./configure.py --enable-modules= ./configure.py --enable-modules=zlib,openssl, ./configure.py --enable-modules=zlib,,bzip2, | ||||
* | More todos | Jack Lloyd | 2018-10-12 | 1 | -0/+2 |
| | |||||
* | Add an explicit OS target for Emscripten | Jack Lloyd | 2018-10-12 | 1 | -0/+16 |
| | | | | | This allows things to mostly work out of the box (#1702), and allows us to write Emscripten specific code where required. | ||||
* | Remove support for Visual C++ 2013 | Jack Lloyd | 2018-10-01 | 3 | -5/+1 |
| | | | | Closes GH #1557 | ||||
* | Fix more MSVC warnings | Jack Lloyd | 2018-10-01 | 1 | -1/+2 |
| | |||||
* | Minor update to goals text | Jack Lloyd | 2018-09-28 | 1 | -21/+21 |
| | |||||
* | Spell check the documentation | Jack Lloyd | 2018-09-28 | 30 | -90/+90 |
| | |||||
* | Small improvements to FFI docs | Jack Lloyd | 2018-09-25 | 1 | -3/+28 |
| | |||||
* | Add a todo | Jack Lloyd | 2018-09-20 | 1 | -0/+1 |
| | |||||
* | Add support for using Linux getrandom syscall | Jack Lloyd | 2018-09-20 | 1 | -1/+1 |
| | | | | Disabled by default as it requires a relatively recent kernel and glibc. | ||||
* | Small doc tweaks | Jack Lloyd | 2018-09-13 | 3 | -7/+19 |
| | |||||
* | Merge GH #1670 New password hashing interface | Jack Lloyd | 2018-09-13 | 1 | -65/+122 |
|\ | |||||
| * | Update docs | Jack Lloyd | 2018-09-10 | 1 | -65/+122 |
| | | |||||
* | | Update news, todo | Jack Lloyd | 2018-09-10 | 1 | -1/+1 |
| | | |||||
* | | Add CommonCrypto block cipher support | Jose Pereira | 2018-09-10 | 1 | -0/+1 |
|/ | |||||
* | Add RandomNumberGenerator::accepts_input | Jack Lloyd | 2018-09-06 | 1 | -0/+6 |
| | |||||
* | Update docs | Jack Lloyd | 2018-09-05 | 1 | -8/+5 |
| | |||||
* | Mention coverage build. Prefer Python3. | Jack Lloyd | 2018-09-04 | 1 | -6/+9 |
| | |||||
* | Todo | Jack Lloyd | 2018-09-04 | 1 | -1/+8 |
| | |||||
* | Improve RNG documentation | Jack Lloyd | 2018-08-30 | 1 | -12/+23 |
| | |||||
* | Document the implemented entropy sources | Jack Lloyd | 2018-08-27 | 1 | -0/+14 |
| | |||||
* | Deprecate TLS v1.0/v1.1 and CBC ciphersuites | Jack Lloyd | 2018-08-27 | 1 | -0/+4 |
| | | | | May be a while before this is practical but we are better with them gone. | ||||
* | Add AVX2 version of ChaCha | Jack Lloyd | 2018-08-26 | 1 | -1/+1 |
| | |||||
* | Todo completed | Jack Lloyd | 2018-08-24 | 1 | -1/+0 |
| | |||||
* | Allow SIV for PBES2 private key encryption | Jack Lloyd | 2018-08-23 | 1 | -8/+11 |
| | |||||
* | Update timing for 3.x [ci skip] | Jack Lloyd | 2018-08-23 | 2 | -17/+8 |
| | | | | No reason to fork right now. | ||||
* | Correct statement of factor's reach | Jack Lloyd | 2018-08-23 | 1 | -1/+1 |
| | | | | Rho would have some trouble with a 150 bit RSA semiprimes | ||||
* | Fix typo | Jack Lloyd | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | Add PBES2 as alias for PBE-PKCS5v20 | Jack Lloyd | 2018-08-23 | 1 | -3/+3 |
| | | | | Easier to remember and type. | ||||
* | Default disable support for TLS v1.0/v1.1 and all CBC and CCM suites | Jack Lloyd | 2018-08-22 | 1 | -3/+20 |
| | |||||
* | Add HOTP to Python | Jack Lloyd | 2018-08-21 | 1 | -0/+22 |
| | |||||
* | Document more of the X.509 FFI functions | Jack Lloyd | 2018-08-17 | 1 | -2/+79 |
| | |||||
* | Todos | Jack Lloyd | 2018-08-17 | 1 | -2/+3 |
| | |||||
* | Remove completed todo | Jack Lloyd | 2018-08-16 | 1 | -1/+0 |
| | |||||
* | Expose HOTP to FFI | Jack Lloyd | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | Update news | Jack Lloyd | 2018-08-15 | 1 | -5/+4 |
| | |||||
* | More todos [ci skip] | Jack Lloyd | 2018-08-14 | 1 | -0/+2 |
| | |||||
* | More FFI docs [ci skip] | Jack Lloyd | 2018-08-14 | 1 | -2/+23 |
| | |||||
* | Document more of FFI interface | Jack Lloyd | 2018-08-14 | 1 | -14/+209 |
| | |||||
* | Add MPI and FPE to Python wrapper | Jack Lloyd | 2018-08-13 | 1 | -15/+99 |
| | | | | | Also make all member variables private (__ prefix), and rename classes to match Python conventions | ||||
* | Update manual for Python module | Jack Lloyd | 2018-08-11 | 1 | -30/+83 |
| |