Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The 1.4 changelog had the wrong year for the 1.4.12 release | lloyd | 2006-06-26 | 1 | -1/+1 |
| | |||||
* | Update user-visible changelog to reflect changes since 1.5.8 | lloyd | 2006-06-25 | 1 | -0/+7 |
| | |||||
* | Add note that arbitrary X.509 extensions can be supported1.5.8 | lloyd | 2006-06-24 | 1 | -0/+1 |
| | |||||
* | Rearrange changelog lines | lloyd | 2006-06-23 | 1 | -1/+1 |
| | |||||
* | Note in the 1.5.x changelog that 2.95.x support has been dropped. | lloyd | 2006-06-23 | 1 | -0/+1 |
| | |||||
* | First rev of a changelog for 1.5.8 | lloyd | 2006-06-23 | 1 | -0/+9 |
| | |||||
* | Remove the to_lower function; turns out that both uses of it | lloyd | 2006-06-19 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | within the library were to perform case-insensitive matching, so simply implement that instead. Place all of the character set handling functions into a Charset namespace (and update all callers). Remove the iso2local/local2iso/iso2utf/utf2iso functions, replaced by the new charset transcoder stuff. Initialize the transcoder stored in the global library state upon initialization. | ||||
* | Mention that the CMS code is now in misc/cms | lloyd | 2006-06-05 | 1 | -3/+4 |
| | |||||
* | Don't print a CRL from the X.509 CA example. | lloyd | 2006-06-05 | 1 | -7/+0 |
| | |||||
* | Move Botan.spec to misc/ | lloyd | 2006-06-03 | 1 | -171/+0 |
| | |||||
* | Move Boost.Python wrapper from doc/ to misc/ | lloyd | 2006-06-03 | 9 | -260/+0 |
| | |||||
* | Move botan.rc from doc/ to new top level dir misc/ | lloyd | 2006-06-03 | 1 | -225/+0 |
| | |||||
* | doc/wrap -> doc/python | lloyd | 2006-06-03 | 9 | -0/+0 |
| | |||||
* | Add some (very preliminary) Boost.Python wrapper code. | lloyd | 2006-06-03 | 9 | -0/+260 |
| | |||||
* | Change X509_Certificate::subject_info and issuer_info to return | lloyd | 2006-06-03 | 1 | -6/+4 |
| | | | | | | | | | a vector of strings instead of a single string that combines the relevent fields. Change how X509_Certificate stores information. Renamed self_signed() to is_self_signed() | ||||
* | Delete trailing whitespace in some documentation files. | lloyd | 2006-05-30 | 3 | -4/+4 |
| | |||||
* | Update changelog and readme with new planned release date for 1.5.71.5.7 | lloyd | 2006-05-28 | 1 | -1/+2 |
| | |||||
* | Drop the Visual C++ assembly module for the time being - many test | lloyd | 2006-05-28 | 1 | -0/+5 |
| | | | | failures when enabled. | ||||
* | Delete doc/deprecated.txt, currently unused. | lloyd | 2006-05-19 | 1 | -6/+0 |
| | |||||
* | Update some of the examples to reflect the new APIs. | lloyd | 2006-05-19 | 2 | -14/+24 |
| | |||||
* | Remove references for deleted docs in RPM spec file | lloyd | 2006-05-18 | 1 | -2/+1 |
| | |||||
* | Split off the generic intro stuff from readme.txt into doc/info.txt | lloyd | 2006-05-18 | 1 | -0/+34 |
| | |||||
* | Drop doc/bugs.txt; its contents have been imported into Bugzilla | lloyd | 2006-05-18 | 1 | -50/+0 |
| | | | | | (located at http://www.randombit.net/bugzilla/) | ||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 51 | -0/+9566 |