aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/asn1/asn1_str.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid creating a map from a DN when not requiredJack Lloyd2018-03-211-0/+2
|
* Support custom DN entriesJack Lloyd2018-03-141-0/+5
| | | | GH #1490
* Consolidate function for testing for ASN.1 string typesJack Lloyd2017-11-141-0/+6
|
* Remove use of transcodeJack Lloyd2017-11-091-6/+10
|
* switch to default utf-8 string in ASN1_StringRene Meusel2017-11-091-1/+1
|
* 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.
* 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
* Mass-prefix member vars with m_René Korthaus2016-01-081-2/+2
|
* asn1: Add missing overridesDaniel Seither2015-07-301-2/+2
|
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
| | | | | Update license header line to specify the terms and refer to the file, neither of which it included before.
* Move lib into srclloyd2014-01-101-0/+38