Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Tweakable_Block_Cipher class | Jack Lloyd | 2018-08-09 | 3 | -14/+28 |
| | |||||
* | Remove functions from Cipher_Mode now inherited from base class | Jack Lloyd | 2018-08-09 | 1 | -44/+0 |
| | |||||
* | Fix shadow warnings | Jack Lloyd | 2018-08-09 | 2 | -10/+10 |
| | |||||
* | Add StreamCipher::write_keystream | Jack Lloyd | 2018-08-08 | 5 | -7/+37 |
| | | | | | Avoids the XOR operation. Only implemented for ChaCha20 currently, everything else defaults to memset-to-zero + xor-cipher | ||||
* | Add test that invalid bcrypt versions are rejected | Jack Lloyd | 2018-08-08 | 1 | -2/+6 |
| | |||||
* | Add a test of Threefish-512 tweak functionality | Jack Lloyd | 2018-08-08 | 2 | -1/+19 |
| | |||||
* | Remove unnecessary accessors for Threefish-512 | Jack Lloyd | 2018-08-08 | 2 | -6/+4 |
| | |||||
* | Mark some members of Block_Cipher_Fixed_Params as final | Jack Lloyd | 2018-08-08 | 1 | -4/+4 |
| | |||||
* | Test that a stream cipher not supporting IV still accepts 0 len input | Jack Lloyd | 2018-08-08 | 1 | -0/+3 |
| | |||||
* | De-inline functions from stream cipher headers | Jack Lloyd | 2018-08-08 | 12 | -52/+127 |
| | |||||
* | Add StreamCipher::default_iv_length | Jack Lloyd | 2018-08-08 | 10 | -11/+43 |
| | |||||
* | Update stream cipher docs | Jack Lloyd | 2018-08-08 | 1 | -12/+33 |
| | |||||
* | Display quality gate status for Sonar [ci skip] | Jack Lloyd | 2018-08-08 | 1 | -1/+1 |
| | | | | | Now that I figured out how to remove duplicated lines restriction which was not helpful. | ||||
* | Update docs and release notes | Jack Lloyd | 2018-08-07 | 2 | -0/+19 |
| | |||||
* | Merge GH #1640 Add XChaCha and XChaCha20Poly1305 | Jack Lloyd | 2018-08-07 | 12 | -71/+259 |
|\ | |||||
| * | Add support for XChaCha20Poly1305 | Jack Lloyd | 2018-08-07 | 4 | -5/+53 |
| | | |||||
| * | Add support for XChaCha | Jack Lloyd | 2018-08-07 | 4 | -41/+145 |
| | | |||||
| * | Fix a bug in XSalsa20 | Jack Lloyd | 2018-08-07 | 4 | -25/+61 |
|/ | | | | | | | | If you called set_key, then set_iv, then set_iv again without having previously reset the key, you would end up with a garbled state buffer that depended on the value of the first IV. This only affected 192-bit Salsa nonces, not other sizes. | ||||
* | Avoid crash in ChaCha20+Salsa if set_iv called without a key set | Jack Lloyd | 2018-08-07 | 3 | -18/+24 |
| | |||||
* | Update news | Jack Lloyd | 2018-08-07 | 1 | -0/+6 |
| | |||||
* | Avoid Sonarcube complaint | Jack Lloyd | 2018-08-06 | 1 | -1/+1 |
| | |||||
* | Remove test that causes problems on 32-bit | Jack Lloyd | 2018-08-06 | 1 | -2/+0 |
| | |||||
* | Test intentionally misaligned inputs to hash functions | Jack Lloyd | 2018-08-06 | 1 | -0/+18 |
| | |||||
* | Add detection for RISCV compilers | Jack Lloyd | 2018-08-06 | 2 | -1/+12 |
| | |||||
* | Increment shared lib ABI version | Jack Lloyd | 2018-08-05 | 1 | -1/+1 |
| | | | | Both #1637 and #1639 change ABI | ||||
* | Update news | Jack Lloyd | 2018-08-05 | 1 | -0/+3 |
| | |||||
* | Merge GH #1639 Fix crashes when CFB, OCB, or GCM were used unkeyed | Jack Lloyd | 2018-08-05 | 10 | -30/+99 |
|\ | |||||
| * | Fix OpenSSL modes | Jack Lloyd | 2018-08-05 | 1 | -1/+12 |
| | | |||||
| * | Fix crashes when modes were used unkeyed. | Jack Lloyd | 2018-08-05 | 9 | -29/+87 |
|/ | | | | Fix crashes in OCB, GCM and CFB when called without a key being set. | ||||
* | Merge GH #1638 Use codec_base for base64 | Jack Lloyd | 2018-08-05 | 4 | -159/+156 |
|\ | |||||
| * | Update documentation | Wambou | 2018-08-04 | 2 | -1/+3 |
| | | |||||
| * | Use codec_base for Base64 encoding | Wambou | 2018-08-04 | 2 | -158/+153 |
| | | |||||
* | | 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 |
| | |||||
* | Fix complaints from latest pylint | Jack Lloyd | 2018-08-02 | 6 | -32/+38 |
| | |||||
* | Misc EC_Group tests | Jack Lloyd | 2018-08-02 | 1 | -10/+18 |
| | |||||
* | More CLI tests | Jack Lloyd | 2018-08-02 | 1 | -1/+9 |
| | |||||
* | Additional CLI tests | Jack Lloyd | 2018-08-02 | 1 | -0/+38 |
| | |||||
* | Add --no-fsname option to fingerprint command | Jack Lloyd | 2018-08-02 | 1 | -2/+8 |
| | |||||
* | Accept PKCS1v15 as an alias for EMSA3 | Jack Lloyd | 2018-08-02 | 3 | -5/+6 |
| | | | | Not sure why it didn't have this already | ||||
* | Format nit | Jack Lloyd | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Update news | Jack Lloyd | 2018-08-02 | 1 | -0/+6 |
| | |||||
* | Clarify comment on botan_privkey_load | Jack Lloyd | 2018-08-02 | 1 | -1/+1 |
| | |||||
* | Merge GH #1637 Merge SM2 signature and ECIES key types | Jack Lloyd | 2018-08-02 | 13 | -198/+102 |
|\ | |||||
| * | Combine SM2 key types for signatures and encryption | Jack Lloyd | 2018-08-01 | 13 | -198/+102 |
| | | | | | | | | | | | | 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. | ||||
* | | Avoid requirement to set rng in botan_privkey_load | Jack Lloyd | 2018-08-01 | 2 | -7/+9 |
|/ | |||||
* | Add a couple HMAC(SHA-512-256) test vectors | Jack Lloyd | 2018-08-01 | 1 | -0/+11 |
| | |||||
* | Add OID for HMAC with SHA-512/256 | Jack Lloyd | 2018-08-01 | 2 | -1/+4 |
| | |||||
* | Fix ReST formatting [ci skip] | Jack Lloyd | 2018-08-01 | 1 | -1/+1 |
| |