Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify date conversion by avoiding OS utilities | Jack Lloyd | 2017-12-04 | 1 | -0/+2 |
| | | | | | | | We have to rely on non-portable OS calls to convert UTC times, and they are not available on many systems (including Solaris and MinGW). But instead there is a simple algorithm due to Howard Hinnant that does the same job. Woo. | ||||
* | Add a script for generating the documentation | Jack Lloyd | 2017-12-04 | 1 | -6/+6 |
| | |||||
* | Remove completed todo | Jack Lloyd | 2017-12-04 | 1 | -2/+0 |
| | |||||
* | Move deprecated and ABI notices to the handbook | Jack Lloyd | 2017-12-04 | 4 | -19/+28 |
| | | | | | Probably easier to find for most users since the handbook is packaged but the other stuff in doc isn't. | ||||
* | Documentation tweaks | Jack Lloyd | 2017-12-04 | 5 | -16/+18 |
| | |||||
* | Split up symmetric crypto page into MAC, stream, block and mode pages | Jack Lloyd | 2017-12-04 | 13 | -709/+1091 |
| | |||||
* | Hash function doc refresh | Jack Lloyd | 2017-12-04 | 2 | -46/+234 |
| | |||||
* | Describe cross builds [ci skip] | Jack Lloyd | 2017-11-30 | 1 | -0/+18 |
| | |||||
* | Deprecate PathScale and HP aCC support [ci skip] | Jack Lloyd | 2017-11-29 | 1 | -0/+2 |
| | | | | | PathScale is out of business, and HP is untested and almost certainly doesn't work. | ||||
* | PSK Database | Jack Lloyd | 2017-11-26 | 3 | -4/+141 |
| | |||||
* | Update support EOL dates | Jack Lloyd | 2017-11-24 | 1 | -8/+14 |
| | | | | | | | | | Extend lifetime of 1.10 through end of 2018; some of the slower distros are still shipping only 1.10 so we need to give some additional support coverage. Also add one year to expected 2.x lifetime, and add expected dates wrt botan-3. | ||||
* | Add keywrap documentation | Jack Lloyd | 2017-11-19 | 2 | -0/+61 |
| | |||||
* | Add todos | Jack Lloyd | 2017-11-16 | 1 | -0/+1 |
| | |||||
* | Merge GH #884 Refactor X.509 cert/CRL internals | Jack Lloyd | 2017-11-15 | 1 | -52/+89 |
|\ | |||||
| * | Documentation updates | Jack Lloyd | 2017-11-14 | 1 | -52/+89 |
| | | |||||
* | | Update the roadmap | Jack Lloyd | 2017-11-15 | 1 | -39/+59 |
| | | |||||
* | | Update manual to avoid use of old integer typedefs. | Jack Lloyd | 2017-11-14 | 21 | -172/+174 |
|/ | |||||
* | Deprecate TLS CCM-8 ciphersuites [ci skip] | Jack Lloyd | 2017-11-11 | 1 | -0/+2 |
| | |||||
* | Remove obsolete doc | Jack Lloyd | 2017-11-09 | 1 | -13/+0 |
| | | | | See also GH #1113 | ||||
* | Additionally deprecate static RSA key exchange. | Jack Lloyd | 2017-11-05 | 1 | -3/+5 |
| | | | | | | | | It complicates the state machine and has severe security problems. (Not just missing PFS, but also exposing a decryption oracle that otherwise is not available.) [ci skip] | ||||
* | Add support for ARIA GCM ciphersuites | Jack Lloyd | 2017-11-03 | 1 | -1/+2 |
| | | | | Tested against OpenSSL master | ||||
* | Another todo | Jack Lloyd | 2017-10-29 | 1 | -0/+5 |
| | |||||
* | Update http:// links in the docs | Jack Lloyd | 2017-10-24 | 4 | -12/+12 |
| | | | | [ci skip] | ||||
* | Fix typo | Jack Lloyd | 2017-10-23 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Update side channel notes | Jack Lloyd | 2017-10-20 | 1 | -8/+5 |
| | |||||
* | Deprecate anon DH/ECDH TLS ciphersuites | Jack Lloyd | 2017-10-11 | 1 | -0/+2 |
| | |||||
* | Doc updates | Jack Lloyd | 2017-09-29 | 1 | -3/+4 |
| | |||||
* | Update news | Jack Lloyd | 2017-09-28 | 2 | -0/+46 |
| | |||||
* | Another todo | Jack Lloyd | 2017-09-27 | 1 | -0/+1 |
| | | | | [ci skip] | ||||
* | Update deprecated notice | Jack Lloyd | 2017-09-27 | 1 | -0/+7 |
| | | | | [ci skip] | ||||
* | Better tests for SIV | Jack Lloyd | 2017-09-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Correct errors in the AEAD tests that assumed process/update always return something - that isn't true for SIV Minor optimizations in CMAC and CTR to cache the block size instead of making a zillion virtual calls for it. Generalize SIV slightly to where it could support a non-128 bit cipher, but don't pull the trigger on it since I can't find any implementations to crosscheck with. | ||||
* | More RAII - death to explicit delete | Jack Lloyd | 2017-09-22 | 1 | -0/+2 |
| | |||||
* | Cryptobox code modernization | Jack Lloyd | 2017-09-22 | 1 | -0/+4 |
| | | | | Only encrypt so it's easy to verify everything still works. | ||||
* | Tweaks to doc on versioning | Jack Lloyd | 2017-09-22 | 1 | -18/+26 |
| | |||||
* | Complete SRP6 doc | Jack Lloyd | 2017-09-20 | 1 | -4/+32 |
| | | | | | | | | Still sparse but not actually truncated anymore. Closes #1029 [ci skip] | ||||
* | Rename botan_version.py to version.txt | Jack Lloyd | 2017-09-19 | 1 | -4/+3 |
| | |||||
* | Move config files to src/configs | Jack Lloyd | 2017-09-19 | 1 | -7/+5 |
| | |||||
* | Merge GH #872 Add ability for TLS servers to prohibit renegotiation | Jack Lloyd | 2017-09-19 | 1 | -0/+8 |
|\ | |||||
| * | Add TLS::Policy::allow_client_initiated_renegotiation | Jack Lloyd | 2017-02-19 | 1 | -0/+8 |
| | | | | | | | | Parallel of the server policy flag. | ||||
* | | More todos | Jack Lloyd | 2017-09-18 | 1 | -0/+15 |
| | | | | | | | | [ci skip] | ||||
* | | Minor additions to hash manual | Jack Lloyd | 2017-09-18 | 1 | -3/+6 |
| | | | | | | | | [ci skip] | ||||
* | | More todos | Jack Lloyd | 2017-09-18 | 1 | -0/+4 |
| | | |||||
* | | Add note for myself | Jack Lloyd | 2017-09-17 | 1 | -0/+3 |
| | | |||||
* | | Deprecate 64-bit GCM tags | Jack Lloyd | 2017-09-14 | 1 | -0/+2 |
| | | | | | | | | | | | | GH #1207 [ci skip] | ||||
* | | Update todos | Jack Lloyd | 2017-09-12 | 1 | -3/+4 |
| | | | | | | | | [ci skip] | ||||
* | | Add a todo | Jack Lloyd | 2017-09-02 | 1 | -0/+2 |
| | | |||||
* | | Document how to use TLS-Attacker | Jack Lloyd | 2017-09-02 | 1 | -0/+18 |
| | | |||||
* | | Change http://botan.randombit.net to https URIs | Jack Lloyd | 2017-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | Not a big deal since the site already uses HSTS, but whatever. [ci skip] | ||||
* | | Add a todo re Dockerizing Travis build | Jack Lloyd | 2017-08-29 | 1 | -0/+2 |
| | | | | | | | | [ci skip] | ||||
* | | Add a reminder to test with valgrind etc before release | Jack Lloyd | 2017-08-29 | 1 | -3/+18 |
| | | | | | | | | Would have avoided 3cd661c8dc |