The Crypto Bone project's core software comprises of two files:

     1) cryptoboned.c
     and
     2) libclr.so.3.4.5

The file libclr.so.3.4.3 has been compiled from the original sources found at
ftp://ftp.franken.de/pub/crypt/cryptlib/cl345.zip
(sha256: 2a98aeb09190301ba782ba2f79837332ae277ac93851d3066e63fecf6abe6f2a)

In order to include the cryptlib source code into Fedora, all implementations
and references to brainpool curves have been removed from the original
source code.
In addition to the removal of brainpool code the following files have
also been removed:

     Test32.vcxproj
     Test32.vcxproj.filters
     Test32.vcxproj.user
     cl32.dll
     cl32.lib
     cl64.dll
     cl64.lib
     crypt32.def
     crypt32.dsp
     crypt32.dsw
     crypt32.ico
     crypt32.rc
     crypt32.sln
     crypt32.vcxproj
     crypt32.vcxproj.filters
     crypt32.vcxproj.user
     crypt32ce.vcp
     crypt32ce.vcw
     test32.dsp
     test32.dsw
     test32.sln
     test32ce.vcp
     test32ce.vcw
     tools/GenPas.pl
     tools/GenPerl.pl
     tools/GenVB.pl


The zip-archive of the reduced cryptlib source code can be found here:
https://crypto-bone.com/fedora/cl345_fedora.zip

CryptLib is maintained by Peter Gutmann <pgut001@cs.auckland.ac.nz>
and is licensed under a GPL-compatible license. 
(http://www.sleepycat.com/download/oslicense.html)

For full terms see the COPYING-cryptlib file in the src directory
or visit Peter's CryptLib home page at:

https://www.cs.auckland.ac.nz/~pgut001/cryptlib/download.html

The file cryptoboned.c make use of CryptLib and are 
licensed under a BSD license that is part of each file.
(https://crypto-bone.com)

 Copyright (c) 2015-2019
	Ralf Senderek, Ireland.  All rights reserved. (https://senderek.ie)

 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
 1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
 2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
 3. All advertising materials mentioning features or use of this software
    must display the following acknowledgement:
	   This product includes software developed by Ralf Senderek.

 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND  ANY EXPRESS OR 
 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE  IMPLIED WARRANTIES 
 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
 IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 
 OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
 WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
 POSSIBILITY OF SUCH DAMAGE.

