Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store OID info in a pair of maps in distinct storage rather than in | lloyd | 2013-12-25 | 1 | -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_Name | lloyd | 2013-12-25 | 1 | -0/+8 |
| | |||||
* | Remove inclusions of unused headers. | lloyd | 2011-02-10 | 1 | -1/+0 |
| | | | | Avoid using auto_ptr in the CVC headers. | ||||
* | Use size_t in SCAN_Name | lloyd | 2010-10-12 | 1 | -6/+6 |
| | |||||
* | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 1 | -9/+9 |
| | |||||
* | Yet more Doxygen comments | lloyd | 2010-06-16 | 1 | -16/+18 |
| | |||||
* | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 1 | -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 before | lloyd | 2010-02-14 | 1 | -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_Name | lloyd | 2009-11-20 | 1 | -1/+1 |
| | |||||
* | New parsing system for SCAN names | lloyd | 2009-10-07 | 1 | -6/+7 |
| | |||||
* | Extensions to SCAN_Name for dealing with cipher mode names | lloyd | 2009-10-06 | 1 | -0/+19 |
| | |||||
* | Add *s before comment lines in file headers | lloyd | 2009-09-08 | 1 | -2/+2 |
| | |||||
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+77 |