]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Replace some other mentions of "Linux strongSwan"
authorTobias Brunner <tobias@strongswan.org>
Thu, 14 Dec 2023 10:23:22 +0000 (11:23 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 14 Dec 2023 10:27:19 +0000 (11:27 +0100)
src/libcharon/plugins/vici/perl/Vici-Session/README.pod
src/libstrongswan/utils/identification.h
src/starter/ipsec.conf
testing/tests/sql/rw-cert/hosts/dave/etc/ipsec.d/data.sql.in
testing/tests/sql/rw-eap-aka-rsa/hosts/moon/etc/ipsec.d/data.sql.in

index f08697e14c6803756c6d618b770a4b6e5cdcfc53..b4f571d75cf80ac4dc974c2cacc1f6fdbe0059c9 100644 (file)
@@ -426,13 +426,13 @@ lists currently loaded certificates by streaming list-cert events. This
 call includes all certificates known by the daemon, not only those loaded
 over VICI.
 
-  my %vars = ( subject => 'C=CH, O=Linux strongSwan, CN=moon.strongswan.org' );
+  my %vars = ( subject => 'C=CH, O=strongSwan Project, CN=moon.strongswan.org' );
   my $certs = $session->list_certs(Vici::Message->new(\%vars));
 
 =cut
 
 print "----- list-certs -----\n";
-%vars = ( subject => 'C=CH, O=Linux strongSwan, CN=moon.strongswan.org' );
+%vars = ( subject => 'C=CH, O=strongSwan Project, CN=moon.strongswan.org' );
 my $certs = $session->list_certs(Vici::Message->new(\%vars));
 foreach my $cert (@$certs)
 {
index a85b7c5389b3745e98c947b19c654c16b53cccab..83f2560176c59e8b0571f570282d53992c5f2d71 100644 (file)
@@ -298,7 +298,7 @@ struct identification_t {
  * - ID_IPV6_ADDR:             2001:0db8:85a3:08d3:1319:8a2e:0370:7345
  * - ID_FQDN:                  www.strongswan.org (optionally with a prepended @)
  * - ID_RFC822_ADDR:   alice@wonderland.org
- * - ID_DER_ASN1_DN:   C=CH, O=Linux strongSwan, CN=bob
+ * - ID_DER_ASN1_DN:   C=CH, O=strongSwan Project, CN=bob
  *
  * In favor of pluto, domainnames are prepended with an @, since
  * pluto resolves domainnames without an @ to IPv4 addresses. Since
index a33d68c0a34aaa30dd3c8a0f31dfe74ef609ded8..40f1a2314327df8ed7e7a66847f3ac4bba5f6907 100644 (file)
@@ -24,5 +24,5 @@ config setup
 #      leftcert=myCert.pem
 #      right=192.168.0.2
 #      rightsubnet=10.2.0.0/16
-#      rightid="C=CH, O=Linux strongSwan CN=peer name"
+#      rightid="C=CH, O=strongSwan Project CN=peer name"
 #      auto=start
index b4845ce9c707f3ae547a3b9ffc0dc8c8737f26cc..f1941f0eb50e97c2eaaf4575de252c45bf0f5124 100644 (file)
@@ -26,7 +26,7 @@ INSERT INTO identities (
 
 INSERT INTO identities (
   type, data
-) VALUES ( /* subjkey of 'C=CH, O=Linux strongSwan, CN=dave@strongswan.org' */
+) VALUES ( /* subjkey of 'C=CH, O=strongSwan Project, CN=dave@strongswan.org' */
   11, X'DAVE_SPK_HEX'
  );
 
@@ -40,13 +40,13 @@ INSERT INTO identities (
 
 INSERT INTO certificates (
    type, keytype, data
-) VALUES ( /* C=CH, O=Linux strongSwan, CN=strongSwan Root CA */
+) VALUES ( /* C=CH, O=strongSwan Project, CN=strongSwan Root CA */
   1, 1, X'CA_CERT_HEX'
 );
 
 INSERT INTO certificates (
    type, keytype, data
-) VALUES ( /* C=CH, O=Linux strongSwan, CN=dave@strongswan.org */
+) VALUES ( /* C=CH, O=strongSwan Project, CN=dave@strongswan.org */
   1, 1, X'DAVE_CERT_HEX'
 );
 
@@ -84,7 +84,7 @@ INSERT INTO certificate_identity (
 
 INSERT INTO private_keys (
    type, data
-) VALUES ( /* key of 'C=CH, O=Linux strongSwan, CN=dave@strongswan.org' */
+) VALUES ( /* key of 'C=CH, O=strongSwan Project, CN=dave@strongswan.org' */
   1, X'DAVE_KEY_HEX'
 );
 
index c19e8d5c5cbbc4f563de900480eaabef96190494..b913607064fde03f20a768249b974138e38f90b9 100644 (file)
@@ -26,7 +26,7 @@ INSERT INTO identities (
 
 INSERT INTO identities (
   type, data
-) VALUES ( /* subjkey of 'C=CH, O=Linux strongSwan, CN=moon.strongswan.org' */
+) VALUES ( /* subjkey of 'C=CH, O=strongSwan Project, CN=moon.strongswan.org' */
   11, X'MOON_SPK_HEX'
  );
 
@@ -46,13 +46,13 @@ INSERT INTO identities (
 
 INSERT INTO certificates (
    type, keytype, data
-) VALUES ( /* C=CH, O=Linux strongSwan, CN=strongSwan Root CA */
+) VALUES ( /* C=CH, O=strongSwan Project, CN=strongSwan Root CA */
   1, 1, X'CA_CERT_HEX'
 );
 
 INSERT INTO certificates (
    type, keytype, data
-) VALUES ( /* C=CH, O=Linux strongSwan, CN=moon.strongswan.org */
+) VALUES ( /* C=CH, O=strongSwan Project, CN=moon.strongswan.org */
   1, 1, X'MOON_CERT_HEX'
 );
 
@@ -90,7 +90,7 @@ INSERT INTO certificate_identity (
 
 INSERT INTO private_keys (
    type, data
-) VALUES ( /* key of 'C=CH, O=Linux strongSwan, CN=moon.strongswan.org' */
+) VALUES ( /* key of 'C=CH, O=strongSwan Project, CN=moon.strongswan.org' */
   1, X'MOON_KEY_HEX'
 );