This package was debianized by Ivo Timmermans on Fri, 3 Aug 2001 10:00:42 +0200. It was later taken over by Matthias Urlichs and is now maintained by Andreas Metzler Eric Dorland , James Westby It was downloaded from https://www.gnupg.org/ftp/gcrypt/gnutls/ Upstream Authors (from AUTHORS file): ------------------------------------ The authors list is autogenerated from the git history; sorted by number of commits Nikos Mavrogiannopoulos Simon Josefsson Tim Rühsen Dmitry Eremin-Solenikov Daiki Ueno Ludovic Courtès Timo Schulz Jonathan Bastien-Filiatrault Alon Bar-Lev Andreas Metzler Martin Storsjo Tim Kosse Tom Vrancken Daniel Kahn Gillmor Fabian Keil Fabio Fiorina Stef Walter Armin Burgmeier Andrew McDonald Alex Gaynor Martin Ukrop Jaak Ristioja Attila Molnar Hugo Beauzée-Luyssen Simo Sorce Martin Sucha Stefan Berger David Woodhouse Jan Vcelak Kevin Cernekee Ander Juaristi Stefan Sørensen Adam Sampson Alfredo Pironti Anderson Toshiyuki Sasaki Brad Hards Michael Weiser Patrick Pelletier Rolf Eike Beer Sjoerd Simons Thomas Klute Wolfgang Meyer zu Bergsten Christian Grothoff Daniel P. Berrange Gustavo Zacarias Jakub Jelen Jiří Klimeš Kurt Roeckx Peter Wu Stefan Bühler Thierry Quemerais Alessandro Ghedini Alex Monk David Caldwell Diego Elio Pettenò Fabrice Fontaine Giuseppe Scrivano Hubert Kario Ilya Tumaykin James Bottomley Karl Tarbe Ke Zhao Mark Brand Matthias-Christian Ott Maya Rashish Michał Górny Petr Písař Roman Bogorodskiy Stephan Mueller Steve Dispensa raspa0 Alban Crequy Alexander Kanavin Alexandre Bique Andreas Schneider Andreas Schwab Avinash Sonawane Bas van Schaik Bjørn Christensen Carolin Latze Chen Hongzhi Chris Barry Colin Walters Dan Fandrich David Walker David Weber Elias Pipping Frank Morgner Hani Benhabiles Ilya V. Matveychikov Jared Wong Jason Spafford Jay Foad Jeffrey Walton Jens Lechtenboerger Jussi Kukkonen Lucas Fisher Ludwig Nussel Luis G.F Luke Dashjr Maks Naumov Marcin Cieślak Marcus Meissner Marga Manterola Marti Raudsepp Matt Turner Matt Whitlock Micah Anderson Michael Catanzaro Nick Alcock Nicolas Dufresne Nils Maier Olga Philippe Proulx Philippe Widmer R. Andrew Bailey Raj Raman Rical Jasan Rickard Bellgrim Robert Scheck Roberto Newmon Rowan Thorpe SUMIT AGGARWAL Saurav Babu Sebastian Dröge Simon Arlott Steve Lhomme Thomas Klausner Tobias Polzer Tomas Hoger Tristan Matthews Vitezslav Cizek Werner Koch Yuriy M. Kaminskiy sskaje Łukasz Stelmach The translators list is autogenerated from po file history Anders Jonsson Benno Schulenberg Felipe Castro Francisco Javier Serrador Jakub Bogusz Jorma Karvonen Mario Blättermann Milo Casagrande Mingye Wang (Arthur2e5) Petr Pisar Rafael Fontenelle Sharuzzaman Ahmat Raslan Stéphane Aulery Trần Ngọc Quân Yuri Chornoivan Мирослав Николић ------------------------------------ License: The main library is licensed under GNU Lesser General Public License (LGPL) version 2.1+, Gnutls Extra (which is currently just the openssl wrapper library), build system, testsuite and commandline utilities are licenced under the GNU General Public License version 3+. The Guile bindings use the same license as the respective underlying library, i.e. LGPLv2.1+ for the main library and GPLv3+ for Gnutls extra. However to be able to use and link against libgnutls a program needs to be available under a license compatible with LGPLv3+ or GPLv2+ since GnuTLS requires nettle which requires GMP. GMP (>= 6.0.0) is dual licensed LGPLv3+ or GPLv2+. Starting with 3.5.7 libunistring is needed, too. It also is dual licensed LGPLv3+ or GPLv2+ (libunistring 0.9.7 and above, earlier version were LGPLv3+ only.) Copyright: -------------------- /* -*- c -*- * Copyright (C) 2000-2017 Free Software Foundation, Inc. * * Author: Nikos Mavrogiannopoulos * * This file is part of GnuTLS. * * The GnuTLS is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see * */ -------------------- /* * Copyright (C) 2004-2015 Free Software Foundation, Inc. * Copyright (c) 2002 Andrew McDonald * * This file is part of GnuTLS-EXTRA. * * GnuTLS-extra is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * GnuTLS-extra is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -------------------- The documentation is distributed under the terms of the GNU Free Documentation License (FDL): -------------------- Copyright (C) 2001-2019 Free Software Foundation, Inc. Copyright (C) 2001-2019 Nikos Mavrogiannopoulos Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". -------------------- -------------------- From December 2012 onwards FSF is not the sole copyright holder of GnuTLS anymore (See ), the headers currently also list these authors/copyright holders:: * Nikos Mavrogiannopoulos * KU Leuven * INRIA Paris-Rocquencourt * Lucas Fisher * Sean Buckheister * Frank Morgner * Bardenheuer GmbH, Munich and Bundesdruckerei GmbH, Berlin * Adam Sampson * Christian Grothoff * Andrew McDonald , copyright is not assigned to the FSF. The code is licensed under the CRYPTOGAMS license. -------------------- # Copyright (c) 2011-2016, Andy Polyakov by # All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # * Redistributions of source code must retain copyright notices, # this list of conditions and the following disclaimer. # # * 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. # # * Neither the name of the Andy Polyakov nor the names of its # copyright holder and contributors may be used to endorse or # promote products derived from this software without specific # prior written permission. # # ALTERNATIVELY, provided that this notice is retained in full, this # product may be distributed under the terms of the GNU General Public # License (GPL), in which case the provisions of the GPL apply INSTEAD OF # those given above. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS # "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 COPYRIGHT # OWNER OR CONTRIBUTORS 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. -------------------- ============================================ lib/extras/randomart.* Upstream Authors: Markus Friedl Alexander von Gernler Copyright: * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. * Copyright (c) 2008 Alexander von Gernler. All rights reserved. License: * 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. * * 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. ============================================ lib/accelerated/x86/elf/aes-ssse3-x86.s lib/accelerated/x86/macosx/aes-ssse3-x86.s Upstream Authors: Mike Hamburg (Stanford University) Copyright: * Mike Hamburg (Stanford University), 2009. License: Public domain. ============================================ lib/system/inet_pton.c Upstream Authors: Internet Software Consortium Copyright/License: * Copyright (c) 1996,1999 by Internet Software Consortium. * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS * SOFTWARE. ============================================ lib/extras/hex.* Author: Rusty Russell Comment: http://ccodearchive.net/info/str/hex.html License: CC0 license Statement of Purpose The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; moral rights retained by the original author(s) and/or performer(s); publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; rights protecting the extraction, dissemination, use and reuse of data in a Work; database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. 4. Limitations and Disclaimers. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. ============================================ doc/examples/tlsproxy/ Copyright: Copyright (c) 2016 Wrymouth Innovation Ltd License: The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ============================================ tests/pkcs11/pkcs11-mock.* Author: Jaroslav Imrich Copyright (c) 2015 JWC s.r.o. License for open source projects: * PKCS11-MOCK is available under the terms of the GNU Affero General * Public License version 3 as published by the Free Software Foundation. * Please see for more details. * for other types of projects: * PKCS11-MOCK is available under the terms of flexible commercial license. * Please contact JWC s.r.o. at for more details. On Debian systems the complete text of the license can be found in /usr/share/doc/libgnutls30/AGPLv3.license ============================================ lib/unistring/* Author: Bruno Haible Copyright (C) 2009-2019 Free Software Foundation, Inc. Comment: Debian package is built against libunistring-dev package. License: LGPLv3+_or_GPLv2+ fuzz/gnutls_base64_decoder_fuzzer.c fuzz/gnutls_base64_encoder_fuzzer.c fuzz/gnutls_ocsp_req_parser_fuzzer.c fuzz/gnutls_ocsp_resp_parser_fuzzer.c fuzz/gnutls_server_fuzzer.c fuzz/gnutls_set_trust_file_fuzzer.c Copyright 2017 Red Hat, Inc. Comment: On Debian systems the complete license text is available in /usr/share/common-licenses/Apache-2.0 License # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. fuzz/gnutls_dn_parser_fuzzer.c fuzz/gnutls_idna_parser_fuzzer.c fuzz/gnutls_pkcs12_key_parser_fuzzer.c fuzz/gnutls_pkcs8_key_parser_fuzzer.c fuzz/gnutls_reverse_idna_parser_fuzzer.c Copyright 2016 Nikos Mavrogiannopoulos Comment: On Debian systems the complete license text is available in /usr/share/common-licenses/Apache-2.0 License # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. fuzz/gnutls_pkcs7_parser_fuzzer.c fuzz/gnutls_private_key_parser_fuzzer.c fuzz/gnutls_x509_parser_fuzzer.c Copyright 2016 Google Inc. Comment: On Debian systems the complete license text is available in /usr/share/common-licenses/Apache-2.0 License # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. fuzz/gnutls_client_fuzzer.c Copyright 2016 Google Inc. Copyright 2017 Red Hat, Inc. Comment: On Debian systems the complete license text is available in /usr/share/common-licenses/Apache-2.0 License # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. fuzz/main.c Copyright 2017 Tim Ruehsen License * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. fuzz/mem.h fuzz/psk.h fuzz/srp.h fuzz/certs.h fuzz/gnutls_psk_server_fuzzer.c fuzz/gnutls_psk_client_fuzzer.c fuzz/gnutls_srp_client_fuzzer.c fuzz/gnutls_srp_server_fuzzer.c Copyright 2017 Nikos Mavrogiannopoulos License * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. lib/nettle/int/drbg-aes.h lib/nettle/int/dsa-fips.h lib/nettle/int/dsa-keygen-fips186.c lib/nettle/int/dsa-validate.c lib/nettle/int/provable-prime.c Copyright 2013 Red Hat | Copyright 2013, 2014 Red Hat License: LGPLv3+_or_GPLv2+ lib/nettle/int/drbg-aes-self-test.c Copyright 2013 Red Hat 2008 Free Software Foundation, Inc. License: LGPLv3+_or_GPLv2+ lib/nettle/int/rsa-keygen-fips186.c Copyright 2002 Niels Möller Copyright 2014 Red Hat License: LGPLv3+_or_GPLv2+ lib/nettle/gost/bignum-le.c lib/nettle/gost/bignum-le.h Copyright (C) 2001 Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/gost/ecc-gost256cpa.c lib/nettle/gost/ecc-gost512a.c lib/nettle/gost/ecc-internal.h Copyright (C) 2013, 2014 Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/gost/ecc-gost-curve.h lib/nettle/gost/ecc-gost-hash.c Copyright (C) 2013 Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/gost/ecc-gostdsa-sign.c lib/nettle/gost/ecc-gostdsa-verify.c Copyright (C) 2015 Dmitry Eremin-Solenikov Copyright (C) 2013, 2014 Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/gost/gmp-glue.h Copyright (C) 2013 Niels Möller Copyright (C) 2013 Red Hat License: LGPLv3+_or_GPLv2+ lib/nettle/gost/gost28147.h Copyright (C) 2015 Dmitry Eremin-Solenikov Copyright (C) 2012 Nikos Mavrogiannopoulos, Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/gost/gostdsa.h lib/nettle/gost/gostdsa-sign.c lib/nettle/gost/gostdsa-verify.c Copyright (C) 2015 Dmity Eremin-Solenikov Copyright (C) 2013 Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/gost/gosthash94.h lib/nettle/gost/gosthash94-meta.c lib/nettle/gost/streebog-meta.c Copyright (C) 2012 Nikos Mavrogiannopoulos, Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/gost/hmac-gost.h Copyright (C) 2001, 2002 Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/gost/hmac-gosthash94.c lib/nettle/gost/hmac-streebog.c Copyright (C) 2016 Dmitry Eremin-Solenikov License: LGPLv3+_or_GPLv2+ lib/nettle/gost/nettle-internal.h Copyright (C) 2002, 2014 Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/gost/nettle-write.h Copyright (C) 2010 Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/gost/pbkdf2-gost.h Copyright (C) 2012 Simon Josefsson License: LGPLv3+_or_GPLv2+ lib/nettle/gost/pbkdf2-hmac-gosthash94.c lib/nettle/gost/pbkdf2-hmac-streebog.c Copyright (C) 2016 Dmitry Eremin-Solenikov Copyright (C) 2012 Simon Josefsson License: LGPLv3+_or_GPLv2+ lib/nettle/gost/streebog.c Copyright (C) 2013-2015 Dmitry Eremin-Solenikov Based on my code in libgcrypt. License: LGPLv3+_or_GPLv2+ lib/nettle/gost/streebog.h Copyright (C) 2015 Dmitry Eremin-Solenikov License: LGPLv3+_or_GPLv2+ lib/nettle/backport/cfb8.c lib/nettle/backport/cfb8.h Copyright (C) 2015, 2017 Dmitry Eremin-Solenikov Copyright (C) 2001, 2011 Niels Möller License: LGPLv3+_or_GPLv2+ lib/nettle/backport/cmac.c Copyright (C) Stefan Metzmacher 2012 Copyright (C) Jeremy Allison 2012 Copyright (C) Michael Adam 2012 Copyright (C) 2017, Red Hat Inc. License: LGPLv3+_or_GPLv2+ lib/nettle/backport/cmac.h Copyright (C) 2017 Red Hat, Inc. License: LGPLv3+_or_GPLv2+ lib/nettle/gost/gostdsa-mask.c Copyright (C) 2018 Dmitry Eremin-Solenikov License: LGPLv3+_or_GPLv2+ lib/nettle/gost/gost28147.c Copyright: 2015-2015 Dmitry Eremin-Solenikov Copyright: 2009-2012 Aleksey Kravchenko License: based on Russian standard GOST 28147-89 * For English description, check RFC 5830. * S-Boxes are expanded from the tables defined in RFC4357: * https://tools.ietf.org/html/rfc4357 * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. lib/nettle/gost/gosthash94.c Copyright: 2009-2012 Aleksey Kravchenko * based on the Russian Standard GOST R 34.11-94. * English description in RFC 5831. * See also RFC 4357. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be included * in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. lib/nettle/rnd-fuzzer.c Copyright 2017 Red Hat Copyright 1995-2017 Free Software Foundation, Inc. License * This file is part of the GNU C Library. * Contributed by Ulrich Drepper , August 1995. * * This file is part of GnuTLS. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * the License, or (at your option) any later version. * * Libgcrypt is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this program; if not, see . License: LGPLv3+_or_GPLv2+ * This program is free software: you can redistribute it and/or * modify it under the terms of either: * * * the GNU Lesser General Public License as published by the Free * Software Foundation; either version 3 of the License, or (at your * option) any later version. * * or * * * the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your * option) any later version. * * or both in parallel, as here. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received copies of the GNU General Public License and * the GNU Lesser General Public License along with this program. If * not, see http://www.gnu.org/licenses/. Files: tests/resume-lifetime.c License: GPLv3+ Copyright: 2016-2018 Red Hat, Inc Files: tests/no-extensions.c License: GPLv3+ Copyright: 2019 Red Hat, Inc Files: tests/resume-with-record-size-limit.c License: GPLv3+ Copyright: 2004-2016 Free Software Foundation, Inc. 2013 Adam Sampson 2016-2019 Red Hat, Inc.