aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Avoid undefined operation in rotation operationslloyd2013-07-311-0/+11
|
* merge of '2139fa117e35116a6d728cc58b050fd5fa20994f'lloyd2013-07-302-4/+4
|\ | | | | | | and 'a25b72d98eb3f88fcf577fabfcd430ef0758debc'
| * Update for 1.11.4 release1.11.4lloyd2013-07-252-4/+4
| |
* | Add build instructions for iOS, sent by Jeffery Walton.lloyd2013-07-261-1/+40
|/
* Change default policy to prohibit DTLS to minimize surprise.lloyd2013-07-103-10/+42
| | | | | | | | | | Allow applications to send arbirary alert messages. Add a new optional parameter to Channel which specifies how large to make the IO buffers by default. Add Channel::reset_state, and reset the IO buffers and cipher specs after a fatal alert.
* Fix ReST syntaxlloyd2013-07-101-3/+2
|
* Fix RST syntaxlloyd2013-05-011-1/+1
|
* Some small TLS doc updateslloyd2013-04-192-29/+37
|
* Rename ARC4 to RC4lloyd2013-04-192-1/+3
|
* Initial notes for 1.11.4lloyd2013-04-181-0/+17
|
* Always include modules requiring ISA extensions as long as thelloyd2013-04-172-1/+3
| | | | | | | | | | | compiler and target platform might support it. For instance the AES SSSE3 code is now always in any x86 build, with just that specific file being compiled with -mssse3. Since we'll only call that code if cpuid confirms it works at runtime, we don't have portability issues, and it can be safely included in generic builds (eg for distributions). Tweak how machine specific compiler flags are generated to be a bit easier to maintain.
* Update for 1.11.3 release1.11.3lloyd2013-04-112-4/+4
|
* Add support for AEAD modes in TLS. Add GCM ciphersuites.lloyd2013-04-111-0/+2
|
* Don't force download over TLS as some browsers cranklloyd2013-04-101-1/+1
|
* Revert part of 5be6e329324fc8263de56167091754e27305917b,lloyd2013-04-101-42/+43
| | | | | | | AEAD_Mode::start now returns a value again. While not useful for any current modes it allows future flexibility of presenting protoocol-level concepts (eg, OpenPGP encryption) using the AEAD interface.
* Fix RST syntax on superscriptlloyd2013-04-041-1/+1
|
* Change the default PKCS #8 PBKDF runtime from 200 to 300 milliseconds.lloyd2013-04-041-24/+34
| | | | | | | Round PBKDF1 and PBKDF2 time-based iterations to multiples of 10000 instead of 8192. Update the password hashing docs a bit.
* Remove return value of AEAD_Mode::start as it doesn't seem necessarylloyd2013-04-031-3/+1
| | | | | | | and is an extra complication for callers. Replace the get_aead in lookup.h returning a Filter with one in aead.h returning AEAD_Mode.
* Small clarifications in doc indexlloyd2013-03-281-9/+9
|
* More AEAD documentationlloyd2013-03-271-13/+22
|
* Clarify that get_cipher will return AEAD_Filterlloyd2013-03-271-1/+2
|
* Basic docs for AEAD_Modelloyd2013-03-273-3/+80
|
* merge of '767ce7b733ad25a056a4609645dbb0418fed5c91'lloyd2013-03-214-4/+12
|\ | | | | | | and '8795500927af6dc6c8a74d6868d002712f971a2f'
| * In examples makefile, trust that g++ is C++11 capablelloyd2013-03-201-1/+1
| |
| * Finish the note on removing Turing+WiderWAKElloyd2013-03-191-1/+2
| |
| * Remove the Turing and WiderWAKE4+1 stream cipher implementations.lloyd2013-03-193-3/+6
| | | | | | | | Both never saw much deployment or analysis.
| * merge of '507b3e6cace11c83363cfa3d9b9698930740311b'lloyd2013-03-192-9/+8
| |\ | | | | | | | | | and '5634ca1b4973ae922d693de7edd0f3f966ad72d5'
| * | Add an interface to Keyed_Filter returning a Key_Length_Specificationlloyd2013-03-171-0/+4
| | | | | | | | | | | | | | | so the full details of what keylength(s) the filter supports are now available.
* | | Move Monotone info to vcs.rstlloyd2013-03-217-47/+49
| | | | | | | | | | | | | | | | | | Fix some syntax errors in misc docs. Use mtn.randombit.net hostname
* | | Add TLS::Policy::server_uses_own_ciphersuite_preferences()lloyd2013-03-212-2/+21
| |/ |/| | | | | | | | | Previously the server always took its most-preferred cipher out of the client's list, but this policy allows telling a server to follow the client's preferences insetad.
* | Make more links httpslloyd2013-03-182-9/+8
|/
* Relnote GCM supportlloyd2013-03-162-4/+4
|
* Relnote adding OCBlloyd2013-03-162-5/+8
|
* Add algorithm_kat_detailed which returns a string with info about the failurelloyd2013-03-161-0/+4
|
* Document new external lib optionslloyd2013-03-091-7/+11
|
* Give version cryptobox was addedlloyd2013-03-071-5/+9
|
* Mention github mirrorlloyd2013-03-071-3/+5
|
* Link to the snapshots in the download pagelloyd2013-03-051-0/+3
|
* Vaguely document the cryptobox functionslloyd2013-03-052-0/+25
|
* Document BlockCipher::parallelismlloyd2013-03-051-0/+6
|
* Mention new cryptobox functionslloyd2013-03-041-0/+1
|
* Avoid nested listslloyd2013-03-041-14/+30
|
* Tick to 1.11.3 prelloyd2013-03-043-1/+5
|
* Call out using TLS if possible.lloyd2013-03-041-10/+12
| | | | | | | | Avoid recommending DSA/ECDSA as they fail utterly in the event of a PRNG failure. Recommend EAX mode first off, and then add that you need to use a MAC if using CBC, CTR, or XTS.
* Update for 1.11.2 release1.11.2lloyd2013-03-032-4/+4
|
* Try againlloyd2013-03-021-4/+4
|
* Fix formattinglloyd2013-03-021-1/+1
|
* merge of '213e5186680ca4e09403a92a34cbec816ca24eb0'lloyd2013-03-021-2/+2
|\ | | | | | | and '456e817068aeaa6bfaf5323631e0a5441528a5ff'
| * New Windows binarieslloyd2013-03-021-2/+2
| |
* | New style for binary nameslloyd2013-03-021-4/+4
| |