aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-10 20:15:10 +0000
committerlloyd <[email protected]>2010-06-10 20:15:10 +0000
commit80d2bd68c9cd65c7313f3ad66c59467d52ba95ff (patch)
treeb2528034ab00f5ea92ad66f60f1f0fbd75dd2dcc /readme.txt
parent961ce1b26f963978318adc60d02a76179fc9e9ca (diff)
Readme updates
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt43
1 files changed, 17 insertions, 26 deletions
diff --git a/readme.txt b/readme.txt
index 965de00cf..d9cd0d8b4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,21 +1,20 @@
-Botan 1.8.8 2009-11-03
+Botan 1.8.9-dev ????-??-??
Botan is a C++ class library for performing a wide variety of
cryptographic operations.
I consider this release the best version available, and recommend all
-users upgrade from 1.6 or earlier versions as soon as possible. Some
-APIs have changed incompatibly since the 1.6 release series, but most
-applications should work as-is or with only simple modifications.
-
-Botan is under a BSD-like license, the details of which can be found
-in license.txt. More information about the authors and contributors
-can be found in credits.txt and thanks.txt. All of these files are
-included in the doc/ directory of the source distribution.
-
-You can file bugs in Bugzilla, which can be accessed at
- http://www.randombit.net/bugzilla/
-or by sending a report to the botan-devel mailing list
+users upgrade from 1.6 or earlier versions of 1.8 as soon as
+possible. Some APIs have changed incompatibly since the 1.6 release
+series, but most applications should work as-is or with only simple
+modifications.
+
+Botan is released under the FreeBSD license (see doc/license.txt for
+the specifics). More information about the authors and contributors
+can be found in doc/credits.txt and doc/thanks.txt.
+
+You can file bugs at http://bugs.randombit.net/ or by sending a report
+to the botan-devel mailing list:
http://lists.randombit.net/mailman/listinfo/botan-devel/
In the doc directory, there should be a set of PDFs, including
@@ -24,20 +23,12 @@ building.pdf - build instructions
api.pdf - the API reference manual
tutorial.pdf - a set of simple examples and tutorials
-A set of example programs can be found in the doc/examples directory.
-
-Some higher level cryptographic protocols are implemented using
-Botan in:
-
-- NetSieben SSH Library (SSHv2)
- http://www.netsieben.com/products/ssh/
-- Ajisai (SSLv3/TLSv1)
- http://www.randombit.net/code/ajisai/
+A number of example programs can be found in doc/examples.
-Check the project's website at http://botan.randombit.net/ for
-announcements and new releases. If you'll be developing code using
-this library, consider joining the mailing lists to keep up to date
-with changes and new releases.
+Check http://botan.randombit.net/ for announcements and new
+releases. If you'll be developing code using this library, consider
+joining the mailing lists to keep up to date with changes and new
+releases.
As always, feel free to contact me with any questions or comments.