Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Correct documentation [ci skip] | Jack Lloyd | 2018-08-10 | 1 | -4/+4 |
| | |||||
* | Add StreamCipher::default_iv_length | Jack Lloyd | 2018-08-08 | 1 | -0/+10 |
| | |||||
* | Update stream cipher docs | Jack Lloyd | 2018-08-08 | 1 | -12/+33 |
| | |||||
* | Update docs and release notes | Jack Lloyd | 2018-08-07 | 1 | -0/+14 |
| | |||||
* | Merge GH #1638 Use codec_base for base64 | Jack Lloyd | 2018-08-05 | 1 | -1/+1 |
|\ | |||||
| * | Update documentation | Wambou | 2018-08-04 | 1 | -1/+1 |
| | | |||||
* | | More FFI todos | Jack Lloyd | 2018-08-05 | 1 | -0/+1 |
|/ | |||||
* | Update authors list to be a complete list of copyright holders | Jack Lloyd | 2018-08-03 | 1 | -25/+89 |
| | | | | At least as best I can determine from changelogs and grep. | ||||
* | Deprecate DHE-PSK ciphersuites | Jack Lloyd | 2018-08-02 | 1 | -0/+2 |
| | |||||
* | Combine SM2 key types for signatures and encryption | Jack Lloyd | 2018-08-01 | 1 | -1/+1 |
| | | | | | | It seems in practice the same key may be end up used for both operations, so maintaining a distinction at the type level just complicates things. | ||||
* | More FFI todos [ci skip] | Jack Lloyd | 2018-07-31 | 1 | -2/+3 |
| | |||||
* | Update todos [ci skip] | Jack Lloyd | 2018-07-23 | 1 | -17/+14 |
| | |||||
* | Some updates to RNG doc | Jack Lloyd | 2018-07-17 | 1 | -39/+129 |
| | |||||
* | Change phrasing [ci skip] | Jack Lloyd | 2018-07-16 | 1 | -2/+2 |
| | |||||
* | Update password hashing default settings | Jack Lloyd | 2018-07-13 | 1 | -23/+45 |
| | | | | | | | | Bcrypt work factor 10 is looking pretty low these days, as is 100K iterations of PBKDF2. Increase bcrypt to 12 and PBKDF2 to 150K, and also transition passhash9 to using SHA-512 instead of SHA-256. Also document bcrypt better, and add speed tests for bcrypt and passhash9 | ||||
* | Documentation updates | Jack Lloyd | 2018-07-13 | 4 | -35/+76 |
| | |||||
* | Don't advertise deprecated functionality | Jack Lloyd | 2018-07-13 | 1 | -6/+1 |
| | | | | | | | | | Also undeprecate X9.19 MAC as it is apparently still somewhat widely used in industry. Undeprecate SymmetricAlgorithm; unlike Buffered_Computation it actually pulls its weight by being implemented by several different types. | ||||
* | Add FPE1 to C API | Jack Lloyd | 2018-07-13 | 1 | -1/+0 |
| | | | | GH #1612 | ||||
* | Misc doc updates | Jack Lloyd | 2018-07-10 | 2 | -11/+53 |
| | |||||
* | Minor doc updates | Jack Lloyd | 2018-07-06 | 2 | -10/+16 |
| | |||||
* | Document new flag for setting bcrypt version [ci skip] | Jack Lloyd | 2018-07-05 | 1 | -5/+15 |
| | |||||
* | Document how to disable OS features [ci skip] | Jack Lloyd | 2018-07-05 | 1 | -0/+27 |
| | | | | Closes #1576 | ||||
* | Document need for IMPLICIT to enable static RSA ciphersuites | Jack Lloyd | 2018-07-04 | 1 | -7/+20 |
| | | | | Fixes #1558 | ||||
* | Add pk_encrypt/pk_decrypt commands | Jack Lloyd | 2018-07-04 | 1 | -0/+8 |
| | |||||
* | Todos [ci skip] | Jack Lloyd | 2018-07-03 | 1 | -8/+4 |
| | |||||
* | Fix some document formatting bugs | Jack Lloyd | 2018-07-03 | 3 | -13/+10 |
| | |||||
* | Avoid having Doxygen error out except in maintainer mode builds | Jack Lloyd | 2018-07-02 | 1 | -0/+1 |
| | | | | | Increases likelyhood that it will fail to build for an end user which is not helpful for anyone. | ||||
* | Update release process checklist | Jack Lloyd | 2018-07-02 | 1 | -0/+8 |
| | |||||
* | Document how to use timing_test [ci skip] | Jack Lloyd | 2018-06-30 | 1 | -0/+23 |
| | |||||
* | Better document security status of included hashes | Jack Lloyd | 2018-06-28 | 1 | -9/+14 |
| | |||||
* | Put warning about 64-bit ciphers in a warning block | Jack Lloyd | 2018-06-28 | 1 | -5/+7 |
| | |||||
* | Add todo [ci skip] | Jack Lloyd | 2018-06-27 | 1 | -0/+1 |
| | |||||
* | Fix typo [ci skip] | Jack Lloyd | 2018-06-22 | 1 | -1/+1 |
| | |||||
* | Improve documentation of the AES T-table situation [ci skip] | Jack Lloyd | 2018-06-22 | 1 | -8/+26 |
| | |||||
* | Document what we do in GCM a bit better [ci skip] | Jack Lloyd | 2018-06-21 | 1 | -2/+5 |
| | |||||
* | Add todo | Jack Lloyd | 2018-06-20 | 1 | -0/+1 |
| | | | | GH #1612 | ||||
* | Use masked table lookups for variable point scalar mult | Jack Lloyd | 2018-06-20 | 1 | -6/+6 |
| | |||||
* | Update side channel doc | Jack Lloyd | 2018-06-20 | 1 | -9/+25 |
| | |||||
* | Use Botan specific CVE for ECDSA side channel [ci skip] | Jack Lloyd | 2018-06-15 | 1 | -3/+2 |
| | |||||
* | Document leak of exponent size | Jack Lloyd | 2018-06-14 | 1 | -2/+4 |
| | |||||
* | Make Karatsuba multiply completely const time | Jack Lloyd | 2018-06-14 | 1 | -12/+10 |
| | |||||
* | Add 192-bit Suite B policy | Jack Lloyd | 2018-06-14 | 1 | -3/+3 |
| | | | | Since 128-bit policy is actually not even allowed since 2015. | ||||
* | Address DSA/ECDSA side channel | Jack Lloyd | 2018-06-13 | 1 | -0/+8 |
| |