aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix minimized builds. Patch by Markus Wanner sent to botan-devellloyd2014-02-082-1/+4
|
* Fix a bug introduced in 1.11.6 where we tried to check CRL signatureslloyd2014-02-083-3/+4
| | | | | | against the wrong key, causing any check to fail. Clean up the NIST X.509 path validation tests and run them by default.
* Install command line applloyd2014-02-081-0/+3
|
* Remove Square, Skipjack, Luby-Rackoff, and Blue Midnight Wish.lloyd2014-02-082-4/+8
|
* Have Skein call Threefish, rather than duplicating the code.lloyd2014-02-081-2/+8
|
* Resurrect algos.rstlloyd2014-02-083-7/+111
|
* Simplifylloyd2014-01-311-11/+1
|
* Add ChaChalloyd2014-01-311-0/+12
|
* Link to instructions for Android by Daniel Seitherlloyd2014-01-231-5/+2
|
* Fix binary nameslloyd2014-01-201-6/+6
|
* Fix Skein_512::clearlloyd2014-01-181-0/+5
|
* Remove PBES1 entirelylloyd2014-01-181-0/+5
|
* Website tweaks. Rename TLS suite script options.lloyd2014-01-115-26/+34
|
* Fix link. Release 1.11.71.11.7lloyd2014-01-103-5/+6
|
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-1041-315/+196
| | | | | | | | | | | Add `website` target to makefile. Some progress towards fixing minimized builds. TLS now hard requires ECDSA and GCM since otherwise a minimized build has only insecure options. Remove boost_thread dependency in command line tool
* Move lib into srclloyd2014-01-101-5/+0
|
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-103-75/+70
| | | | the tests and botan for everything else.
* Move python to src, add to main makefilelloyd2014-01-071-15/+8
|
* Fix qca linkslloyd2014-01-071-2/+3
|
* Fix include path of example sources in docslloyd2014-01-068-27/+15
|
* Add 1.10.7 release noteslloyd2014-01-061-0/+4
|
* Split up public key tests and data, use new test frameworklloyd2014-01-051-0/+17
|
* Move Sphinx configlloyd2014-01-025-331/+1
|
* Cull remaining mostly dubious examples. Also remove readme.txtlloyd2014-01-0134-2616/+6
|
* Move asio tls serverlloyd2014-01-011-310/+0
|
* Moarlloyd2014-01-014-231/+0
|
* Move base64, bzip, ca, and tls exampleslloyd2014-01-019-1236/+0
|
* Move fpe, read_ssh, self_sig, and add X509 printlloyd2014-01-013-342/+0
|
* Make tss example a test of sortslloyd2014-01-012-279/+0
|
* Move cpuid, factor, asn1lloyd2014-01-014-539/+0
|
* Move bcrypt example to run from test applloyd2014-01-011-38/+0
|
* Rename targetlloyd2014-01-012-2/+1
|
* Document the easy way to do thislloyd2014-01-011-14/+3
|
* Movelloyd2014-01-011-1/+1
|
* Make eax_test example (which reads LTC's EAX test file) an actuallloyd2013-12-313-881/+0
| | | | | test. Update to new AEAD api. Currently requires boost_regex (for tests only), done via hardcoding in makefile template.
* Add MSG_NOSIGNAL as 0 on platforms that don't have it.lloyd2013-12-312-0/+8
| | | | Patch from Uri Blumenthal <[email protected]> sent to the list.
* Compile fixlloyd2013-12-311-3/+9
|
* Add CPUID::printlloyd2013-12-311-33/+1
|
* Update for 1.11.6 release1.11.6lloyd2013-12-292-6/+7
|
* Add 1.10.7 release noteslloyd2013-12-293-9/+16
|
* Make Boost easier to disable with minimal feature losslloyd2013-12-283-10/+17
|
* Move clmul to its own file (for abi flags)lloyd2013-12-271-0/+2
|
* Add CPUID check for AVX-512lloyd2013-12-251-1/+2
|
* Add Threefish-512 in AVX2lloyd2013-12-241-7/+9
| | | | Tested using Intel's SDE, but no idea how fast it will be on hardware.
* Fix TLS-SRP examplelloyd2013-12-211-1/+1
|
* merge of 'c55938af0026b98297194116c1553d467104b41a'lloyd2013-12-193-3/+13
|\ | | | | | | and 'd0c532af92ea0940685dd0e99d2946329efbc917'
| * Add cpuid support for new x86 feature flags like AVX2 and RDSEEDlloyd2013-12-141-2/+5
| |
| * s/default_nonce_size/default_nonce_length/lloyd2013-12-101-0/+6
| |
| * Have default TLS policy reject SSLv3. Add TLS::Policy::acceptable_ciphersuitelloyd2013-12-101-1/+2
| | | | | | | | | | to allow either party to filter out specific ciphersuites they don't wish to support for whatever reason.
* | Fix OAEP key size check during encoding, and an array over-read whenlloyd2013-12-061-0/+5
|/ | | | | decoding a message that was so large we decided it was invalid and truncated it.