aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/modes/aead
Commit message (Expand)AuthorAgeFilesLines
* Minor SIV/CMAC optimizationsJack Lloyd2017-11-021-3/+6
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-1/+1
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-1/+1
* Fix for 32-bit WindowsJack Lloyd2017-10-201-4/+4
* Add GHASH using SSSE3Jack Lloyd2017-10-204-2/+105
* Remove unused variableJack Lloyd2017-10-191-1/+1
* PMULL optimizationsJack Lloyd2017-10-183-61/+192
* Further optimizations, and split out GHASH reduction codeJack Lloyd2017-10-182-79/+46
* GCM and CTR optimizationsJack Lloyd2017-10-186-319/+508
* Further GCM optimizationsJack Lloyd2017-10-131-17/+27
* Optimize GCMJack Lloyd2017-10-136-151/+215
* OCB optimizationsJack Lloyd2017-10-132-58/+90
* OCB optimizationsJack Lloyd2017-10-122-48/+52
* Helpful commentJack Lloyd2017-10-111-1/+2
* Address some MSVC warningsJack Lloyd2017-09-301-1/+1
* Make poly_dbl.h a submodule of utilsJack Lloyd2017-09-272-0/+5
* Avoid debug iterator errorJack Lloyd2017-09-241-6/+12
* Test SIV multi-AD functionJack Lloyd2017-09-241-2/+2
* Better tests for SIVJack Lloyd2017-09-242-22/+33
* Further build/test fixes for restricted configurationsJack Lloyd2017-09-242-1/+8
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-216-6/+15
* Header file cleanupsJack Lloyd2017-09-215-5/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-209-18/+18
* Add API stability annotations.Jack Lloyd2017-09-197-21/+21
* 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
* | 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
|/
* Simplify polynomial doubling codeJack Lloyd2017-09-051-2/+2
* Add support for ARMv8 PMULL instructionJack Lloyd2017-09-034-0/+112
* More MSVC warnings fixesJack Lloyd2017-08-311-2/+3
* 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
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-028-9/+24
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-1815-215/+215
* 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
* Cipher_Mode and AEAD_Mode improvementsDaniel Neus2016-11-0812-14/+96
* 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-211-0/+6
* Remove Algo_RegistryJack Lloyd2016-10-218-29/+94
* Improve modes doxygen [ci skip]René Korthaus2016-10-192-2/+28