aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc
Commit message (Expand)AuthorAgeFilesLines
* Small test fixesJack Lloyd2021-05-301-1/+2
* Modify BigInt constructorsJack Lloyd2021-04-241-3/+3
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-162-5/+7
* Remove unused variableJack Lloyd2021-04-081-1/+0
* Avoid now-deprecated PBKDF interface within the libraryJack Lloyd2021-04-081-17/+19
* Align some more tablesJack Lloyd2020-12-221-2/+2
* SRP6 improvementsJack Lloyd2020-11-241-28/+32
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-0616-34/+39
* Remove all or nothing transformJack Lloyd2020-11-053-183/+0
* More header mergingJack Lloyd2020-11-035-112/+123
* Fix some maintainer mode warningsJack Lloyd2020-02-111-4/+4
* Fix various Doxygen warningsJack Lloyd2019-10-251-1/+2
* Merge GH #2169 Fix some warningsJack Lloyd2019-10-201-1/+1
|\
| * silence trivial warningsNuno Goncalves2019-10-201-1/+1
* | trick coverity by starting with sizeof-1Nuno Goncalves2019-10-201-4/+4
* | split public interface and recursive implementationNuno Goncalves2019-10-201-2/+8
|/
* Fix some MSVC warningsJack Lloyd2019-10-181-2/+2
* Attempt to address some LGTM warnings in RoughtimeJack Lloyd2019-10-172-2/+7
* roughtime: decode integer values properly also on big endian arch (fix #2137)Nuno Goncalves2019-10-141-2/+30
* Add roughtime protocolNuno Goncalves2019-10-143-0/+603
* Deprecate many publically available headersJack Lloyd2019-09-062-0/+2
* Fix some warnings with Clang 8Jack Lloyd2019-05-081-1/+1
* Add proper SRP6 testsJack Lloyd2019-04-302-14/+102
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-181-4/+4
* Fix some warnings from PVS-StudioJack Lloyd2019-01-171-1/+1
* Avoid doing a variable time division during Montgomery setupJack Lloyd2018-12-091-1/+2
* Fix some misc MSVC warningsJack Lloyd2018-12-041-1/+1
* Fix Sphinx errorsJack Lloyd2018-12-031-1/+1
* Use ct_modulo in format preserving encryptionJack Lloyd2018-12-031-2/+2
* Make exceptions easier to translate to error codesJack Lloyd2018-11-232-7/+7
* Fixes and improvments for TSS codeJack Lloyd2018-10-292-45/+141
* Add missing <string> necessary to use std::string in tss.hBilly Robert O'Neal III2018-10-231-0/+1
* Spell check the documentationJack Lloyd2018-09-281-1/+1
* For HOTP/TOTP allow a key/len pair instead of requiring SymmetricKeyJack Lloyd2018-08-165-9/+36
* Expose HOTP to FFIJack Lloyd2018-08-151-3/+1
* Add FPE1 to C APIJack Lloyd2018-07-131-1/+2
* Avoid leaking size of exponentJack Lloyd2018-06-171-5/+10
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-133-10/+10
* Add RAII versions of get_cipher_mode and get_aeadJack Lloyd2018-04-071-2/+2
* Fix problems with failure to build in various configurationsJack Lloyd2018-03-311-0/+1
* Fix some Doxygen errorsJack Lloyd2018-03-281-0/+2
* Remove use of ;; to end linesJack Lloyd2018-03-191-1/+1
* Remove bogus commentJack Lloyd2018-03-111-3/+0
* Fix error in FPE_FE1Jack Lloyd2018-03-102-18/+52
* Add missing overrides [ci skip]Jack Lloyd2018-03-101-2/+2
* Hide FPE dependenciesJack Lloyd2018-02-282-5/+13
* Optimize FE1 format preserving encryptionJack Lloyd2018-02-282-92/+156
* Small fixesJack Lloyd2018-02-191-1/+1
* Use new DL_Group functionsJack Lloyd2018-02-191-8/+8
* Make stream, block, hash and cipher mode base classes optionalJack Lloyd2018-01-121-0/+4