aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/mac
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in SipHash that required a key be set before every messageJack Lloyd2022-02-092-5/+17
* Fix a bug in GMAC where it required a key be set for every messageJack Lloyd2022-02-092-4/+7
* Add MessageAuthenticationCode::fresh_key_required_per_messageJack Lloyd2022-02-092-0/+8
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-062-2/+2
* Remove the OpenSSL providerJack Lloyd2021-10-281-3/+1
* MessageAuthenticationCode::new_objectJack Lloyd2021-04-0315-41/+41
* Add BlockCipher::new_objectJack Lloyd2021-04-031-0/+8
* Use make_unique in type factory functionsJack Lloyd2021-04-031-10/+9
* ReformatJack Lloyd2020-11-291-37/+38
* Add support for keyed Blake2b and also MAC via Blake2b.Tom2020-11-294-0/+118
* Make scan_name.h, cpuid.h and http_util.h internalJack Lloyd2020-11-281-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-0614-61/+23
* Remove CBC-MACJack Lloyd2020-11-054-171/+0
* Move ghash to utilsJack Lloyd2020-10-071-1/+1
* Attempt to avoid leaking the HMAC key lengthJack Lloyd2020-06-141-12/+41
* Deprecate many publically available headersJack Lloyd2019-09-068-0/+15
* Avoid needless allocation during GMAC finalizationJack Lloyd2019-07-101-2/+2
* Minor HMAC optimizationsJack Lloyd2019-01-312-15/+31
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Add CT::Mask typeJack Lloyd2018-11-281-4/+4
* Cleanups in Poly1305Jack Lloyd2018-11-091-23/+23
* Optimization for Poly1305Jack Lloyd2018-09-201-17/+24
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-135-8/+13
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-124-1/+10
* Deprecate CMAC::poly_doubleJack Lloyd2017-12-281-1/+7
* Avoid undefined behavior in SipHashJack Lloyd2017-12-231-1/+9
* Code formatting tweak in Poly1305 codeJack Lloyd2017-12-031-5/+5
* Avoid calling lookup("DES") twice when clone will do the job.Jack Lloyd2017-12-031-1/+1
* Increase HMAC key size limit to 4096 bytes.Jack Lloyd2017-11-282-5/+7
* Add a function for checking if poly_double_n supports a particular sizeJack Lloyd2017-11-181-2/+1
* Minor SIV/CMAC optimizationsJack Lloyd2017-11-021-10/+11
* Include <memory> in base type headersJack Lloyd2017-10-291-0/+1
* Remove needless virtual on GMAC destructorJack Lloyd2017-10-261-1/+1
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-265-7/+22
* GCM and CTR optimizationsJack Lloyd2017-10-183-6/+17
* GMAC optimizationJack Lloyd2017-10-152-21/+32
* Optimize GCMJack Lloyd2017-10-132-23/+27
* Add compile-time rotation functionsJack Lloyd2017-10-121-6/+6
* Avoid bogus declarations in GMACJack Lloyd2017-09-301-25/+3
* Address some MSVC warningsJack Lloyd2017-09-301-4/+3
* Make poly_dbl.h a submodule of utilsJack Lloyd2017-09-271-0/+4
* Better tests for SIVJack Lloyd2017-09-242-5/+8
* Apply final annotations to the library alsoJack Lloyd2017-09-221-1/+1
* More include header cleanupsJack Lloyd2017-09-211-0/+1
* Header file cleanupsJack Lloyd2017-09-211-6/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-208-16/+16
* Add API stability annotations.Jack Lloyd2017-09-198-8/+8
* Use constant_time_compare instead of same_memJack Lloyd2017-09-161-1/+1
* Simplify polynomial doubling codeJack Lloyd2017-09-051-5/+3
* Fix various MSVC warningsJack Lloyd2017-08-312-3/+7