]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
*** empty log message ***
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 20 May 2002 12:04:13 +0000 (12:04 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 20 May 2002 12:04:13 +0000 (12:04 +0000)
12 files changed:
NEWS
README
libextra/auth_srp.c
libextra/auth_srp_passwd.c
libextra/auth_srp_sb64.c
libextra/crypt.c
libextra/crypt_bcrypt.c
libextra/crypt_srpsha1.c
libextra/ext_srp.c
libextra/gnutls_extra.c
libextra/gnutls_openpgp.c
libextra/gnutls_srp.c

diff --git a/NEWS b/NEWS
index 985b7d7ce723ceb6c2136aa2b57e211b82e2e4f8..59215b908e0fe04d449890409b663cc2e3eb77d3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ Version 0.4.2
 - Replaced the included 1024 bit prime for Diffie Hellman, with a new
   random one.
 - Relicensed the library under the GNU Lesser General Public License
-- Added gnutls-extra library which contains the GPL parts.
+- Added gnutls-extra library which contains the GPL covered code of gnutls.
 
 Version 0.4.1 (7/04/2002)
 - Now uses alloca() for temporary variables
diff --git a/README b/README
index 5d2f03011c0c4b3dab6d6ea3343713a2df0ff138..141f0c4062f6b81af685e47eaf48fb7189e67997 100644 (file)
--- a/README
+++ b/README
@@ -27,8 +27,10 @@ our help, since they refuse to share with us).  For more explanation,
 see http://www.gnu.org/philosophy/why-not-lgpl.html.
 
 The GNU Lesser GPL license applies to the main gnutls library, while the
-gnutls-extra library is under the GPL. The gnutls library is found in
-the lib/ directory, while the gnutls-extra library is found at libextra/.
+gnutls-extra library is under the GPL. The gnutls-extra library contains
+the "SRP authentication" source code, and code for the "Openpgp certificate"
+support. The gnutls library is located in the lib/ directory, while the 
+gnutls-extra library is at libextra/.
 
 
 ****************************
index 45f02953350548432c7179ad79a5a3bd1e292673..f0c327a2d15a1f3c43cfe24a91cdd2982c5cc10f 100644 (file)
@@ -3,12 +3,12 @@
  *
  * This file is part of GNUTLS.
  *
- * GNUTLS is free software; you can redistribute it and/or modify
+ * 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 2 of the License, or
  * (at your option) any later version.
  *
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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.
index d47df6ec7a18fbe22d1757b2b27f69c431b9840f..83b961b135895ea881eaebf47e5bcc07703e9b1d 100644 (file)
@@ -3,12 +3,12 @@
  *
  * This file is part of GNUTLS.
  *
- * GNUTLS is free software; you can redistribute it and/or modify
+ * 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 2 of the License, or
  * (at your option) any later version.
  *
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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.
index 3876ed5a6a1610e7650b8c6866b6b776cac2e944..f3b90fb550fd8a59249a9a7f366f64ac3253eb5b 100644 (file)
@@ -3,12 +3,12 @@
  *
  * This file is part of GNUTLS.
  *
- * GNUTLS is free software; you can redistribute it and/or modify
+ * 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 2 of the License, or
  * (at your option) any later version.
  *
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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.
index 6da9c339b5a0a2d7bb1fb1c50c4c4c260118f33e..d4f9a21719e637e705f9ed6f50d814f7e9b9cf05 100644 (file)
@@ -3,12 +3,12 @@
  *
  * This file is part of GNUTLS.
  *
- * GNUTLS is free software; you can redistribute it and/or modify
+ * 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 2 of the License, or
  * (at your option) any later version.
  *
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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.
index 55ece44c4bee66d206781aead8df7e99025fef7c..e01bbca978356702668330a5ffefaddfad2087f6 100644 (file)
@@ -3,12 +3,12 @@
  *
  * This file is part of GNUTLS.
  *
- * GNUTLS is free software; you can redistribute it and/or modify
+ * 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 2 of the License, or
  * (at your option) any later version.
  *
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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.
index 0dbc5ff8e8c8084bd596d8de8a00af1b321c6b02..aa7c64e6d16f55782a91eb05cd5d397573e485dc 100644 (file)
@@ -3,12 +3,12 @@
  *
  * This file is part of GNUTLS.
  *
- * GNUTLS is free software; you can redistribute it and/or modify
+ * 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 2 of the License, or
  * (at your option) any later version.
  *
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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.
index c04d5ced44f6ce612e98e684575d8ce2dcd87d16..4dda8943980a58b59058d26cbef46977346decc7 100644 (file)
@@ -3,12 +3,12 @@
  *
  * This file is part of GNUTLS.
  *
- * GNUTLS is free software; you can redistribute it and/or modify
+ * 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 2 of the License, or
  * (at your option) any later version.
  *
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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.
index a168d155524b8849d2a40098a00a36311bae2f50..24edbf37140a74d8cea5f884690d2d7c4915b219 100644 (file)
@@ -1,22 +1,21 @@
 /*
- *      Copyright (C) 2002 Nikos Mavroyanopoulos
+ *      Copyright (C) 2001 Nikos Mavroyanopoulos
  *
  * This file is part of GNUTLS.
  *
- *  The GNUTLS library 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.
+ * 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 2 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 library; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
+ * 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, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
  */
 
 #include <gnutls_int.h>
index 3f0eea33474ed20816b2cde46af1414d83c348d4..2056ca09c8e8be77e7f3b049a07b8f17ffa767ae 100644 (file)
@@ -3,12 +3,12 @@
  *
  * This file is part of GNUTLS.
  *
- * GNUTLS is free software; you can redistribute it and/or modify
+ * 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 2 of the License, or
  * (at your option) any later version.
  *
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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.
index e4eb030ba38dc4917759734d07a9eb6a9eee5d50..850726f474534f7b8bc86a8c356dde3e1aebcf7b 100644 (file)
@@ -3,12 +3,12 @@
  *
  * This file is part of GNUTLS.
  *
- * GNUTLS is free software; you can redistribute it and/or modify
+ * 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 2 of the License, or
  * (at your option) any later version.
  *
- * GNUTLS is distributed in the hope that it will be useful,
+ * 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.