aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstate/scan_name.h
Commit message (Collapse)AuthorAgeFilesLines
* Store OID info in a pair of maps in distinct storage rather than inlloyd2013-12-251-106/+0
| | | | | the library state. Remove library state config apis, as OIDS were the last remaining user.
* Move add_alias and deref_alias from Library_State to SCAN_Namelloyd2013-12-251-0/+8
|
* Remove inclusions of unused headers.lloyd2011-02-101-1/+0
| | | | Avoid using auto_ptr in the CVC headers.
* Use size_t in SCAN_Namelloyd2010-10-121-6/+6
|
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-9/+9
|
* Yet more Doxygen commentslloyd2010-06-161-16/+18
|
* Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
| | | | | This caused Doxygen to think this was markup meant for it, which really caused some clutter in the namespace page.
* In SCAN_Name's constructor, first run the input through deref_alias beforelloyd2010-02-141-2/+2
| | | | | breaking it apart. Otherwise it would miss on things like TLS.Digest.0 which expand to Parallel(MD5,SHA-1) which needs further parsing.
* Add missing BOTAN_DLL macros for algorithm_benchmark and SCAN_Namelloyd2009-11-201-1/+1
|
* New parsing system for SCAN nameslloyd2009-10-071-6/+7
|
* Extensions to SCAN_Name for dealing with cipher mode nameslloyd2009-10-061-0/+19
|
* Add *s before comment lines in file headerslloyd2009-09-081-2/+2
|
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+77