aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cryptobox doesn't require filters anymoreJack Lloyd2017-12-051-6/+3
* Add AES key wrap with paddingJack Lloyd2017-11-196-74/+290
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-1/+1
* Accept SHA-1, SHA1, or SHA-160 equallyJack Lloyd2017-10-131-1/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-031-3/+3
* Correct Doxygen errorJack Lloyd2017-09-241-1/+0
* More header cleanupsJack Lloyd2017-09-234-2/+6
* Avoid creating invalid iterator references when input_len == 0Jack Lloyd2017-09-221-4/+10
* Avoid creating hash objects directly in TSS codeJack Lloyd2017-09-221-8/+7
* Reject very small inputs to the package transformJack Lloyd2017-09-221-0/+3
* Update cryptobox decryptionJack Lloyd2017-09-222-39/+77
* Cryptobox code modernizationJack Lloyd2017-09-221-42/+35
* Avoid including HMAC directlyJack Lloyd2017-09-221-3/+2
* Apply final annotations to the library alsoJack Lloyd2017-09-225-5/+5
* More include header cleanupsJack Lloyd2017-09-211-1/+0
* Header file cleanupsJack Lloyd2017-09-214-4/+8
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-208-16/+16
* Complete the final annotation changesJack Lloyd2017-09-192-2/+2
* Add API stability annotations.Jack Lloyd2017-09-196-19/+21
* Deprecate package transformJack Lloyd2017-09-191-0/+2
* Use constant_time_compare instead of same_memJack Lloyd2017-09-162-3/+6
* More MSVC warnings fixesJack Lloyd2017-08-311-2/+2
* Update modern and nist policies with recent additionsJack Lloyd2017-06-301-0/+1
* Add HOTP (RFC 4226) and TOTP (RFC 6238)Jack Lloyd2017-05-195-0/+242
* Content:Tomasz Frydrych2017-04-031-1/+1
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-026-6/+18
* Remove SRP6 file supportJack Lloyd2016-12-312-133/+0
* Add a simple test of the all or nothing transformJack Lloyd2016-12-311-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-1814-99/+99