aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/exceptn.h
Commit message (Expand)AuthorAgeFilesLines
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-181-3/+20
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-68/+238
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-1/+1
* Simplify exception messagesJack Lloyd2018-08-221-1/+7
* Add message to BOTAN_ARG_CHECK and use it more widelyJack Lloyd2018-05-131-3/+0
* Add a second constructor to Decoding_Error which takes an exception string.Jack Lloyd2017-11-141-0/+2
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+6
* deprecate exceptionsDaniel Neus2017-10-211-3/+3
* Undeprecate these exceptionsJack Lloyd2017-10-191-5/+4
* Another attempt at silencing MSVC warningJack Lloyd2017-10-191-2/+2
* Add a destructor to Policy_ViolationJack Lloyd2017-10-191-3/+4
* De-inline bodies of exception classesJack Lloyd2017-10-151-67/+24
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-301-79/+95
* Apply final annotations to the library alsoJack Lloyd2017-09-221-16/+16
* Header file cleanupsJack Lloyd2017-09-211-1/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-22/+22
* Remove Algo_RegistryJack Lloyd2016-10-211-0/+7
* Revert PK_Verifier change (don't require RNG there).Jack Lloyd2016-10-071-0/+10
* Cipher_Mode API improvementsJack Lloyd2016-09-011-2/+8
* Add Not_Implemented exceptionJack Lloyd2016-06-071-0/+10
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-17/+17
* Avoid some Wshadows in GCC 4.8Jack Lloyd2016-02-201-7/+6
* Missing addsJack Lloyd2015-12-111-2/+2
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-11/+22
* Refactor ./botan speedSimon Warta2015-08-211-0/+10
* Add stricter time parsing; Add more testsSimon Warta2015-08-111-0/+11
* utils: Add missing overridesDaniel Seither2015-07-301-1/+1
* Refactor internal/filesystem.hSimon Warta2015-07-161-0/+8
* Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013.rcdailey2015-03-081-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+181