aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa_x931
Commit message (Collapse)AuthorAgeFilesLines
* Deinline functions in EMSA, add pubkey as dependencyJack Lloyd2017-12-232-2/+7
|
* Enable signing X509 structures with rsa-pssFabian Weissberg2017-12-221-0/+3
|
* Header file cleanupsJack Lloyd2017-09-211-0/+1
| | | | Some help from include-what-you-use
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
| | | | | | ISO C++ reserves names with double underscores in them Closes #512
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
| | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols.
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
|
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-15/+15
| | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them.
* Improve pk_pad doxygen [ci skip]René Korthaus2016-10-191-1/+1
|
* Add ECKCDSA signature algorithmRené Korthaus2016-06-141-0/+2
|
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵Daniel Neus2016-03-051-1/+1
| | | | explicit.
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
| | | | | | | In some cases this can offer better optimization, via devirtualization. And it lets the user know the class is not intended for derivation. Some discussion in GH #402
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-3/+0
| | | | | | | | With this change the tests pass when linked against a static library built in the normal (non-amalgamation) fashion. Remove the restriction in configure.py, and have circleci build the clang static build as a non-amalg.
* pk_pad: Add missing overridesDaniel Seither2015-07-301-4/+4
|
* Fix module combi: adler32,eme_oaepSimon Warta2015-07-081-0/+1
|
* lib/pk_pad: Convert &vec[0] to vec.data()Daniel Seither2015-06-201-1/+1
|
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-051-1/+0
|
* Use registry also for KDF, EMSA, and EMElloyd2015-01-311-1/+3
|
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Guess I won't be needing theselloyd2014-01-181-1/+0
|
* Rename the various pubkey padding schemes to match the common names.lloyd2014-01-183-0/+148
Way back when, following IEEE 1363 naming seemed like a good idea. But not so much.