Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deinline functions in EMSA, add pubkey as dependency | Jack Lloyd | 2017-12-23 | 2 | -2/+7 |
| | |||||
* | Enable signing X509 structures with rsa-pss | Fabian Weissberg | 2017-12-22 | 1 | -0/+3 |
| | |||||
* | Header file cleanups | Jack Lloyd | 2017-09-21 | 1 | -0/+1 |
| | | | | Some help from include-what-you-use | ||||
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
| | | | | | | ISO C++ reserves names with double underscores in them Closes #512 | ||||
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 1 | -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 Warta | 2017-04-02 | 1 | -1/+3 |
| | |||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 2 | -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é Korthaus | 2016-10-19 | 1 | -1/+1 |
| | |||||
* | Add ECKCDSA signature algorithm | René Korthaus | 2016-06-14 | 1 | -0/+2 |
| | |||||
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵ | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
| | | | | explicit. | ||||
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 1 | -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 Lloyd | 2015-09-11 | 1 | -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 overrides | Daniel Seither | 2015-07-30 | 1 | -4/+4 |
| | |||||
* | Fix module combi: adler32,eme_oaep | Simon Warta | 2015-07-08 | 1 | -0/+1 |
| | |||||
* | lib/pk_pad: Convert &vec[0] to vec.data() | Daniel Seither | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -1/+0 |
| | |||||
* | Use registry also for KDF, EMSA, and EME | lloyd | 2015-01-31 | 1 | -1/+3 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -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 these | lloyd | 2014-01-18 | 1 | -1/+0 |
| | |||||
* | Rename the various pubkey padding schemes to match the common names. | lloyd | 2014-01-18 | 3 | -0/+148 |
Way back when, following IEEE 1363 naming seemed like a good idea. But not so much. |