Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid undefined operation in rotation operations | lloyd | 2013-07-31 | 1 | -0/+11 |
| | |||||
* | merge of '2139fa117e35116a6d728cc58b050fd5fa20994f' | lloyd | 2013-07-30 | 2 | -4/+4 |
|\ | | | | | | | and 'a25b72d98eb3f88fcf577fabfcd430ef0758debc' | ||||
| * | Update for 1.11.4 release1.11.4 | lloyd | 2013-07-25 | 2 | -4/+4 |
| | | |||||
* | | Add build instructions for iOS, sent by Jeffery Walton. | lloyd | 2013-07-26 | 1 | -1/+40 |
|/ | |||||
* | Change default policy to prohibit DTLS to minimize surprise. | lloyd | 2013-07-10 | 3 | -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 syntax | lloyd | 2013-07-10 | 1 | -3/+2 |
| | |||||
* | Fix RST syntax | lloyd | 2013-05-01 | 1 | -1/+1 |
| | |||||
* | Some small TLS doc updates | lloyd | 2013-04-19 | 2 | -29/+37 |
| | |||||
* | Rename ARC4 to RC4 | lloyd | 2013-04-19 | 2 | -1/+3 |
| | |||||
* | Initial notes for 1.11.4 | lloyd | 2013-04-18 | 1 | -0/+17 |
| | |||||
* | Always include modules requiring ISA extensions as long as the | lloyd | 2013-04-17 | 2 | -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.3 | lloyd | 2013-04-11 | 2 | -4/+4 |
| | |||||
* | Add support for AEAD modes in TLS. Add GCM ciphersuites. | lloyd | 2013-04-11 | 1 | -0/+2 |
| | |||||
* | Don't force download over TLS as some browsers crank | lloyd | 2013-04-10 | 1 | -1/+1 |
| | |||||
* | Revert part of 5be6e329324fc8263de56167091754e27305917b, | lloyd | 2013-04-10 | 1 | -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 superscript | lloyd | 2013-04-04 | 1 | -1/+1 |
| | |||||
* | Change the default PKCS #8 PBKDF runtime from 200 to 300 milliseconds. | lloyd | 2013-04-04 | 1 | -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 necessary | lloyd | 2013-04-03 | 1 | -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 index | lloyd | 2013-03-28 | 1 | -9/+9 |
| | |||||
* | More AEAD documentation | lloyd | 2013-03-27 | 1 | -13/+22 |
| | |||||
* | Clarify that get_cipher will return AEAD_Filter | lloyd | 2013-03-27 | 1 | -1/+2 |
| | |||||
* | Basic docs for AEAD_Mode | lloyd | 2013-03-27 | 3 | -3/+80 |
| | |||||
* | merge of '767ce7b733ad25a056a4609645dbb0418fed5c91' | lloyd | 2013-03-21 | 4 | -4/+12 |
|\ | | | | | | | and '8795500927af6dc6c8a74d6868d002712f971a2f' | ||||
| * | In examples makefile, trust that g++ is C++11 capable | lloyd | 2013-03-20 | 1 | -1/+1 |
| | | |||||
| * | Finish the note on removing Turing+WiderWAKE | lloyd | 2013-03-19 | 1 | -1/+2 |
| | | |||||
| * | Remove the Turing and WiderWAKE4+1 stream cipher implementations. | lloyd | 2013-03-19 | 3 | -3/+6 |
| | | | | | | | | Both never saw much deployment or analysis. | ||||
| * | merge of '507b3e6cace11c83363cfa3d9b9698930740311b' | lloyd | 2013-03-19 | 2 | -9/+8 |
| |\ | | | | | | | | | | and '5634ca1b4973ae922d693de7edd0f3f966ad72d5' | ||||
| * | | Add an interface to Keyed_Filter returning a Key_Length_Specification | lloyd | 2013-03-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | so the full details of what keylength(s) the filter supports are now available. | ||||
* | | | Move Monotone info to vcs.rst | lloyd | 2013-03-21 | 7 | -47/+49 |
| | | | | | | | | | | | | | | | | | | Fix some syntax errors in misc docs. Use mtn.randombit.net hostname | ||||
* | | | Add TLS::Policy::server_uses_own_ciphersuite_preferences() | lloyd | 2013-03-21 | 2 | -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 https | lloyd | 2013-03-18 | 2 | -9/+8 |
|/ | |||||
* | Relnote GCM support | lloyd | 2013-03-16 | 2 | -4/+4 |
| | |||||
* | Relnote adding OCB | lloyd | 2013-03-16 | 2 | -5/+8 |
| | |||||
* | Add algorithm_kat_detailed which returns a string with info about the failure | lloyd | 2013-03-16 | 1 | -0/+4 |
| | |||||
* | Document new external lib options | lloyd | 2013-03-09 | 1 | -7/+11 |
| | |||||
* | Give version cryptobox was added | lloyd | 2013-03-07 | 1 | -5/+9 |
| | |||||
* | Mention github mirror | lloyd | 2013-03-07 | 1 | -3/+5 |
| | |||||
* | Link to the snapshots in the download page | lloyd | 2013-03-05 | 1 | -0/+3 |
| | |||||
* | Vaguely document the cryptobox functions | lloyd | 2013-03-05 | 2 | -0/+25 |
| | |||||
* | Document BlockCipher::parallelism | lloyd | 2013-03-05 | 1 | -0/+6 |
| | |||||
* | Mention new cryptobox functions | lloyd | 2013-03-04 | 1 | -0/+1 |
| | |||||
* | Avoid nested lists | lloyd | 2013-03-04 | 1 | -14/+30 |
| | |||||
* | Tick to 1.11.3 pre | lloyd | 2013-03-04 | 3 | -1/+5 |
| | |||||
* | Call out using TLS if possible. | lloyd | 2013-03-04 | 1 | -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.2 | lloyd | 2013-03-03 | 2 | -4/+4 |
| | |||||
* | Try again | lloyd | 2013-03-02 | 1 | -4/+4 |
| | |||||
* | Fix formatting | lloyd | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | merge of '213e5186680ca4e09403a92a34cbec816ca24eb0' | lloyd | 2013-03-02 | 1 | -2/+2 |
|\ | | | | | | | and '456e817068aeaa6bfaf5323631e0a5441528a5ff' | ||||
| * | New Windows binaries | lloyd | 2013-03-02 | 1 | -2/+2 |
| | | |||||
* | | New style for binary names | lloyd | 2013-03-02 | 1 | -4/+4 |
| | |