| Commit message (Expand) | Author | Age | Files | Lines |
* | Various minor SSL fixes | lloyd | 2010-02-14 | 15 | -52/+48 |
* | propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4... | lloyd | 2010-02-14 | 36 | -1/+4477 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head f3117d253e37aaf3f094137c1b0... | lloyd | 2010-02-14 | 1 | -11/+8 |
| |\ |
|
| * | | Give ssl branch its own soname | lloyd | 2010-02-14 | 1 | -1/+1 |
| * | | propagate from branch 'net.randombit.botan' (head 8cb312218bfd603dea11a2858a7... | lloyd | 2010-02-14 | 8 | -11/+11 |
| |\ \ |
|
| * \ \ | propagate from branch 'net.randombit.botan' (head dd33b7150f3f49d795e4eb962d8... | lloyd | 2010-02-14 | 85 | -395/+14831 |
| |\ \ \ |
|
| * | | | | Import latest version of Ajisai into src/ssl; once this hits mainline | lloyd | 2010-01-11 | 35 | -0/+4476 |
* | | | | | Reset buffer position in end_msg | lloyd | 2010-02-14 | 1 | -0/+2 |
| |_|_|/
|/| | | |
|
* | | | | Switch back to stdio.h-based debug funcs, iostreams was broken and silly | lloyd | 2010-02-14 | 1 | -11/+8 |
| |_|/
|/| | |
|
* | | | Make SecureQueue public. Needed, at least for the moment, for SSL handling. | lloyd | 2010-02-14 | 7 | -7/+7 |
* | | | Call global functions with :: prefix | lloyd | 2010-02-14 | 1 | -4/+4 |
| |/
|/| |
|
* | | In SCAN_Name's constructor, first run the input through deref_alias before | lloyd | 2010-02-14 | 2 | -3/+5 |
* | | Correct passhash9 vector for recent format changes (longer salt+PRF output, a... | lloyd | 2010-02-14 | 1 | -2/+3 |
* | | Fix passhash9 test for updated API and macro name | lloyd | 2010-02-14 | 1 | -6/+6 |
* | | Minor tweak, save a line and more readable IMO | lloyd | 2010-02-14 | 1 | -2/+1 |
* | | Fix leaks in several of the cipher mode filters. Introduced by the | lloyd | 2010-02-14 | 4 | -2/+12 |
* | | Further passhash changes before release and things have to be | lloyd | 2010-02-05 | 7 | -110/+219 |
* | | Fix some buffering and off-by-one errors in Buffering_Filter::write | lloyd | 2010-02-03 | 1 | -19/+10 |
* | | MD4's M buffer was set to be 48 words instead of 16. This had been | lloyd | 2010-02-03 | 2 | -1/+2 |
* | | Move the get_byte template to its own header, because many files | lloyd | 2010-02-02 | 20 | -28/+44 |
* | | Prefix passhash with "$9$" in a manner similar with other | lloyd | 2010-02-02 | 5 | -19/+64 |
* | | Password hashing is a pretty useful service, really. Move the guts of | lloyd | 2010-02-01 | 5 | -58/+133 |
* | | Document S2K change | lloyd | 2010-02-01 | 1 | -0/+1 |
* | | Remove include of rng.h in s2k.h since it is no longer used. Add an | lloyd | 2010-02-01 | 3 | -2/+1 |
* | | Modify the S2K interface. Instead of being stateful in terms of the salt | lloyd | 2010-02-01 | 18 | -211/+150 |
* | | Lowercase DOCDIR to match common conventions | lloyd | 2010-01-29 | 3 | -3/+3 |
* | | Add a set of test vectors for 3DES in counter mode generated by | lloyd | 2010-01-29 | 1 | -0/+2746 |
* | | Add a set of XTS tests using TripleDES; XTS mode supports either a 64-bit | lloyd | 2010-01-28 | 1 | -0/+1408 |
* | | Remove debug check | lloyd | 2010-01-27 | 1 | -7/+10 |
* | | Fix several buffering problems in the XTS implementation that would | lloyd | 2010-01-25 | 2 | -9/+7141 |
* | | Remove global variable | lloyd | 2010-01-22 | 2 | -4/+2 |
* | | Prevent a crash in GMP_Engine if the library is shutdown and then | lloyd | 2010-01-22 | 3 | -12/+18 |
* | | Add SQLite3 encryption codec, contributed by Olivier de Gaalon. Uses | lloyd | 2010-01-22 | 8 | -0/+727 |
* | | s/j/i/ in loop | lloyd | 2010-01-21 | 1 | -2/+2 |
* | | Inline debug funcs to debug.h, make print_vec a template on the base type | lloyd | 2010-01-21 | 3 | -38/+15 |
* | | Ignore example binaries | lloyd | 2010-01-19 | 1 | -0/+1 |
* | | Fix cpuid example | lloyd | 2010-01-19 | 1 | -1/+0 |
* | | Add OID for Serpent/CBC | lloyd | 2010-01-19 | 1 | -0/+1 |
* | | Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2 | lloyd | 2010-01-12 | 8 | -2/+2230 |
* | | Kill unneeded include | lloyd | 2010-01-12 | 1 | -1/+0 |
* | | Fix a test broken by the recent exception hierarchy changes | lloyd | 2010-01-12 | 1 | -10/+2 |
* | | Add operator& and non-mutating rotates to SIMD_32 | lloyd | 2010-01-12 | 4 | -0/+34 |
* | | Remove a debug print | lloyd | 2010-01-12 | 1 | -3/+0 |
|/ |
|
* | Add block cipher cascade | lloyd | 2010-01-11 | 7 | -2/+215 |
* | Typo fix | lloyd | 2010-01-11 | 1 | -1/+1 |
* | Minor cleanup | lloyd | 2010-01-08 | 1 | -8/+9 |
* | Remove catch clauses made redundant by inheritence changes in exception hiera... | lloyd | 2010-01-08 | 1 | -5/+0 |
* | merge of 'bf0e5684d8ba5fb0a21cdcd11d26995cbb250c4a' | lloyd | 2010-01-07 | 31 | -153/+97 |
|\ |
|
| * | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 31 | -153/+97 |
* | | Doxygen comments | lloyd | 2010-01-07 | 1 | -14/+63 |