Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update news | Jack Lloyd | 2017-06-21 | 1 | -0/+5 |
| | |||||
* | Update news | Jack Lloyd | 2017-06-09 | 1 | -6/+8 |
| | |||||
* | Update news | Jack Lloyd | 2017-05-22 | 1 | -1/+23 |
| | | | | [ci skip] | ||||
* | Update 2.2.0 news entry | Jack Lloyd | 2017-05-18 | 1 | -2/+21 |
| | | | | [ci skip] | ||||
* | Merge GH #1000 Support seeking in CTR mode | Jack Lloyd | 2017-04-27 | 1 | -0/+2 |
|\ | |||||
| * | add a line to news.rst | René Meusel | 2017-04-13 | 1 | -0/+2 |
| | | |||||
* | | Remove bogus news entry | Jack Lloyd | 2017-04-13 | 1 | -2/+0 |
| | | | | | | | | The bug mentioned never affected any released version. | ||||
* | | Update 2.2 release notes | Jack Lloyd | 2017-04-13 | 1 | -1/+15 |
|/ | |||||
* | fix missing flush in DataSink_Stream::end_msg | Philippe Lieser | 2017-04-10 | 1 | -0/+2 |
| | |||||
* | Tick version on master to 2.2-pre | Jack Lloyd | 2017-04-05 | 1 | -4/+8 |
| | | | | Create new release note block | ||||
* | Merge GH #966 Add SM3 hash function | Jack Lloyd | 2017-04-05 | 1 | -0/+2 |
|\ | |||||
| * | Add SM3 hash function | Daniel Wyatt | 2017-04-03 | 1 | -0/+2 |
| | | |||||
* | | Update for 2.1.0 and 1.10.16 releases | Jack Lloyd | 2017-04-04 | 1 | -1/+1 |
| | | |||||
* | | More news updates | Jack Lloyd | 2017-04-04 | 1 | -2/+11 |
| | | |||||
* | | Update release notes | Jack Lloyd | 2017-04-04 | 1 | -15/+38 |
|/ | | | | [ci skip] | ||||
* | Update releases notes for 2.1.0 | Daniel Neus | 2017-03-29 | 1 | -0/+14 |
| | |||||
* | Update release notes | Jack Lloyd | 2017-03-28 | 1 | -0/+15 |
| | | | | [ci skip] | ||||
* | Add relnotes and CVE | Jack Lloyd | 2017-03-24 | 1 | -0/+4 |
| | |||||
* | Release notes for Botan 2.1 | Jack Lloyd | 2017-03-23 | 1 | -0/+50 |
| | | | | | | GH #866 [ci skip] | ||||
* | Update news for 1.10.15 release | Jack Lloyd | 2017-01-12 | 1 | -0/+9 |
| | | | | [ci skip] | ||||
* | Update news for 2.0.1 release2.0.1 | Jack Lloyd | 2017-01-09 | 1 | -0/+19 |
| | |||||
* | Update for 2.0.0 release2.0.0 | Jack Lloyd | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | Update release notes | Jack Lloyd | 2017-01-06 | 1 | -0/+22 |
| | | | | [ci skip] | ||||
* | Update roadmap, add support and versioning info | Jack Lloyd | 2017-01-03 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Remove SRP6 file support | Jack Lloyd | 2016-12-31 | 1 | -0/+6 |
| | | | | | | | | | | | | | It turns out SRP6 files use a different base64 alphabet than standard, and additionally Botan's decoding of the group id seems wrong though I haven't verified this second was a bug. In any case this code couldn't parse anything it was supposed to and never could. I had already planned on adding a database backed SRP store and removing this code but the fact that it's actually not functional for purpose suggests it's best to remove this now rather than let someone chance upon it and be endlessly frustrated that it doesn't seem to work because all the verifiers are garbled. | ||||
* | Increase default TLS DH min to 2048 bits, and add BSI policy class. | Jack Lloyd | 2016-12-30 | 1 | -0/+4 |
| | | | | | Moves BSI policy file to test data dir where it can be compared with what the hardcoded class outputs. | ||||
* | Increase Path_Validation_Restrictions default min strength to 110 | Jack Lloyd | 2016-12-27 | 1 | -0/+6 |
| | | | | | Effectively disables 1024 bit RSA as well as SHA-1. Edit the tests where required to enable it again. | ||||
* | Add DL_Group tests | Jack Lloyd | 2016-12-23 | 1 | -11/+16 |
| | | | | | | | | | Fix a bug in how the 6144 and 8192 IETF MODP groups were encoded; they have g and q values switched. Fixed by just switching the PEM header to match the actual encoded format. Rename DL_Group::X942_DH_PARAMETERS to ANSI_X9_42_DH_PARAMETERS to avoid a macro conflict with Windows cryptography headers (GH #482) | ||||
* | Update release notes | Jack Lloyd | 2016-12-14 | 1 | -0/+8 |
| | | | | [ci skip] | ||||
* | Update 1.11.35 relnotes [ci skip] | Jack Lloyd | 2016-12-11 | 1 | -2/+6 |
| | |||||
* | Public_Key derived class ctors take an std::vector<byte> | René Korthaus | 2016-12-11 | 1 | -0/+4 |
| | | | | | | | Changes all the Public_Key derived classes ctors to take a std::vector instead of a secure_vector for the DER encoded public key bits. There is no point in transporting a public key in secure storage. (GH #768) | ||||
* | Update news [ci skip] | Jack Lloyd | 2016-12-08 | 1 | -1/+7 |
| | |||||
* | Remove duplicate relnote item [ci skip] | Jack Lloyd | 2016-12-05 | 1 | -2/+0 |
| | |||||
* | Update relnotes | Jack Lloyd | 2016-12-05 | 1 | -3/+12 |
| | |||||
* | Add Private_Key::private_key_info() | René Korthaus | 2016-12-05 | 1 | -0/+4 |
| | | | | | | | Adds new Private_Key::private_key_info() that returns a PKCS#8 PrivateKeyInfo structure. Renames the current Private_Key::pkcs8_private_key() to private_key_bits(). BER_encode() just invokes private_key_info(). | ||||
* | Add Public_Key::subject_public_key() | René Korthaus | 2016-12-05 | 1 | -0/+3 |
| | | | | | | | Adds new Public_Key::subject_public_key() that returns a X.509 SubjectPublicKey structure. Renames the current Public_Key::x509_subject_public_key() to public_key_bits(). BER_encode() just invokes subject_public_key(). | ||||
* | Bump version to 1.11.35-pre | Jack Lloyd | 2016-12-04 | 1 | -0/+4 |
| | |||||
* | Update for 1.10.14 and 1.11.34 releases1.11.34 | Jack Lloyd | 2016-11-28 | 1 | -1/+17 |
| | |||||
* | Update news | Jack Lloyd | 2016-11-28 | 1 | -0/+8 |
| | |||||
* | Update relnotes | Jack Lloyd | 2016-11-25 | 1 | -3/+14 |
| | | | | [ci skip] | ||||
* | Update relnotes [ci skip] | Jack Lloyd | 2016-11-20 | 1 | -5/+12 |
| | |||||
* | Update news | Jack Lloyd | 2016-11-19 | 1 | -0/+10 |
| | |||||
* | Reword [ci skip] | Jack Lloyd | 2016-11-16 | 1 | -1/+1 |
| | |||||
* | Update/reorg 1.11.34 notes | Jack Lloyd | 2016-11-15 | 1 | -45/+42 |
| | | | | [ci skip] | ||||
* | Update news | Jack Lloyd | 2016-11-12 | 1 | -6/+11 |
| | |||||
* | Add SHAKE-128 and SHAKE-256 as hash functions | Jack Lloyd | 2016-11-10 | 1 | -0/+3 |
| | |||||
* | Fix version number typo | Jack Lloyd | 2016-11-09 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Fix Sphinx formatting errors | Jack Lloyd | 2016-11-06 | 1 | -6/+5 |
| | | | | [ci skip] | ||||
* | Tweak readme texts | Jack Lloyd | 2016-11-05 | 1 | -0/+5 |
| | | | | [ci skip] | ||||
* | Update release notes | Jack Lloyd | 2016-11-04 | 1 | -0/+25 |
| | | | | [ci skip] |