aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes
Commit message (Expand)AuthorAgeFilesLines
* Complete the final annotation changesJack Lloyd2017-09-191-4/+5
* Add API stability annotations.Jack Lloyd2017-09-1912-40/+40
* Merge GH #1205 Support large blocks in OCB modeJack Lloyd2017-09-192-62/+134
|\
| * Change wide block OCBJack Lloyd2017-09-151-29/+0
| * Add alternate form for matching OCB ref codeJack Lloyd2017-09-111-4/+30
| * Support larger block sizes in OCBJack Lloyd2017-09-102-59/+134
* | Use constant_time_compare instead of same_memJack Lloyd2017-09-165-5/+5
* | Small cleanup in CBC modeJack Lloyd2017-09-162-21/+23
* | reenable 8 byte gcm tagsAtanas Filyanov2017-09-151-1/+2
* | Allow GCM tag size in the range 96..128 bitsAtanas Filyanov2017-09-141-1/+2
* | allow 12 byte GCM tags and add test vectorsAtanas Filyanov2017-09-131-1/+1
* | Address CFB carryover bugJack Lloyd2017-09-102-47/+44
|/
* Simplify polynomial doubling codeJack Lloyd2017-09-052-46/+14
* Add support for ARMv8 PMULL instructionJack Lloyd2017-09-034-0/+112
* More MSVC warnings fixesJack Lloyd2017-08-311-2/+3
* Fix various MSVC warningsJack Lloyd2017-08-311-6/+6
* Improve polynomial doubling code, move to utilJack Lloyd2017-08-153-9/+8
* Update OCB ref to RFC, and add new test vectorsJack Lloyd2017-06-121-2/+2
* Add assertion to ensure key is set in OCB_Encryption::encrypt.Daniel Wyatt2017-06-091-0/+2
* Handle IV carryover in CBC, CFB, and stream ciphersJack Lloyd2017-05-133-4/+18
* Implement cipher modes with OpenSSL.Alexander Bluhm2017-04-252-5/+46
* Content:Tomasz Frydrych2017-04-033-3/+3
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-0213-14/+39
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-1825-312/+312
* forgot to unpoison return valsNever2016-12-091-0/+4
* Rewrote bc unpad functions as const time operations.Never2016-12-092-41/+65
* Remove ECB modeJack Lloyd2016-12-045-268/+1
* Correct output_length bug in SIV and ChaCha20Poly1305 alsoJack Lloyd2016-11-262-2/+2
* Add test for various functions previously missed (T::clone, PBKDF::name, AEAD...Jack Lloyd2016-11-263-3/+3
* Update ISO standard for OneAndZeros_PaddingRené Korthaus2016-11-151-1/+1
* Check all padding bytes in ESP_Padding::unpad()René Korthaus2016-11-151-4/+9
* Check all ESP padding bytes during unpadRené Korthaus2016-11-141-12/+11
* Add ESP block cipher padding from RFC 4303René Korthaus2016-11-142-1/+62
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-0822-17/+165
* Implements GMAC with GHASH.Matthias Gierlings2016-10-282-54/+52
* Added implementation for GMACMatthias Gierlings2016-10-272-49/+54
* Remove alias logic from SCAN_NameJack Lloyd2016-10-212-0/+12
* Remove Algo_RegistryJack Lloyd2016-10-2116-200/+192
* Fix doxygen warnings [ci skip]René Korthaus2016-10-192-3/+3
* Improve modes doxygen [ci skip]René Korthaus2016-10-199-8/+104
* Add ISA annotations to functions using SIMD, AES, etcJack Lloyd2016-10-141-0/+1
* SIV is restricted to 128 bit ciphersJack Lloyd2016-10-021-0/+2
* Merge GH #516 Cipher_Mode API improvementsJack Lloyd2016-09-2622-279/+215
|\
| * Cipher_Mode API improvementsJack Lloyd2016-09-0122-279/+215
* | Change T::provider to return std::stringJack Lloyd2016-09-153-4/+3
* | Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-153-8/+19
|/
* Add test vectors for block cipher padding modesRené Korthaus2016-07-112-2/+5
* Fix GCM counter incrementJack Lloyd2016-05-231-1/+1
* Add explicit static_cast operations to eliminate implicit cast compiler warni...Dan Brown2016-04-271-2/+2
* Change calls to 'get_byte' to explicitly cast parameters and eliminate compil...Dan Brown2016-04-271-2/+2