|
28 | 28 | ((cd core/src/main/java; tar cf - * ) | (cd $target/src && tar xf -)) |
29 | 29 | ((cd core/src/main/javadoc; tar cf - * ) | (cd $target/src && tar xf -)) |
30 | 30 | ((cd core/src/main/jdk1.4; tar cf - * ) | (cd $target/src && tar xf -)) |
| 31 | + ((cd core/src/main/jdk1.3; tar cf - * ) | (cd $target/src && tar xf -)) |
| 32 | + ((cd core/src/main/jdk1.2; tar cf - * ) | (cd $target/src && tar xf -)) |
31 | 33 | ((cd core/src/main/jdk1.1; tar cf - org ) | (cd $target/src && tar xf -)) |
32 | 34 | ((cd core/src/main/j2me; tar cf - * ) | (cd $target/src && tar xf -)) |
33 | 35 | ((cd core/src/test/java; tar cf - * ) | (cd $target/src && tar xf -)) |
34 | 36 | ((cd core/src/test/j2me; tar cf - * ) | (cd $target/src && tar xf -)) |
35 | 37 | ((cd util/src/main/java; tar cf - * ) | (cd $target/src && tar xf -)) |
| 38 | + ((cd util/src/main/jdk1.4; tar cf - * ) | (cd $target/src && tar xf -)) |
36 | 39 | ((cd util/src/main/j2me; tar cf - * ) | (cd $target/src && tar xf -)) |
37 | 40 | ((cd pkix/src/main/java; tar cf - * ) | (cd $target/src && tar xf -)) |
38 | 41 | ((cd pkix/src/main/javadoc; tar cf - * ) | (cd $target/src && tar xf -)) |
39 | 42 | ((cd pkix/src/main/j2me; tar cf - * ) | (cd $target/src && tar xf -)) |
40 | 43 | ((cd pkix/src/test/java; tar cf - org/bouncycastle/cert/test ) | (cd $target/src && tar xf - ) ) |
41 | 44 | ((cd pkix/src/test/j2me; tar cf - * ) | (cd $target/src && tar xf -)) |
42 | 45 | ((cd pg/src/main/java; tar cf - * ) | (cd $target/src && tar xf -)) |
| 46 | + ((cd pg/src/main/jdk1.4; tar cf - * ) | (cd $target/src && tar xf -)) |
| 47 | + ((cd pg/src/main/jdk1.3; tar cf - * ) | (cd $target/src && tar xf -)) |
43 | 48 | ((cd pg/src/main/javadoc; tar cf - * ) | (cd $target/src && tar xf -)) |
44 | 49 | ((cd pg/src/main/j2me; tar cf - * ) | (cd $target/src && tar xf -)) |
45 | 50 | ((cd pg/src/test/j2me; tar cf - * ) | (cd $target/src && tar xf -)) |
|
50 | 55 | rm src/org/bouncycastle/crypto/test/SHAKEDigestTest.java |
51 | 56 | rm src/org/bouncycastle/crypto/test/NISTECCTest.java |
52 | 57 | rm src/org/bouncycastle/crypto/test/LEATest.java |
| 58 | + rm src/org/bouncycastle/crypto/test/Grain128AEADTest.java |
| 59 | + rm src/org/bouncycastle/crypto/test/RadixConverterTest.java |
| 60 | + rm src/org/bouncycastle/crypto/test/DigestConstraintsTest.java |
53 | 61 | rm src/org/bouncycastle/crypto/CryptoServicesPermission.java |
| 62 | + rm src/org/bouncycastle/crypto/constraints/LoggingConstraint.java |
54 | 63 | rm src/org/bouncycastle/util/StreamParser.java |
55 | 64 | rm src/org/bouncycastle/util/StreamParsingException.java |
56 | 65 | rm src/org/bouncycastle/asn1/util/Dump.java |
57 | 66 | rm src/org/bouncycastle/asn1/test/AllTests.java |
| 67 | + rm src/org/bouncycastle/asn1/test/MiscTest.java |
58 | 68 | rm src/org/bouncycastle/asn1/test/ASN1IntegerTest.java |
59 | 69 | rm src/org/bouncycastle/asn1/test/ASN1SequenceParserTest.java |
60 | 70 | rm src/org/bouncycastle/asn1/test/AttributeTableUnitTest.java |
|
80 | 90 | rm -rf src/org/bouncycastle/tsp/ers |
81 | 91 | rm src/org/bouncycastle/crypto/util/JournaledAlgorithm.java |
82 | 92 | rm -rf src/org/bouncycastle/crypto/fpe/ |
| 93 | + rm -rf src/org/bouncycastle/crypto/params/FPEParameters.java |
| 94 | + rm -rf src/org/bouncycastle/crypto/util/RadixConverter.java |
83 | 95 | rm -rf src/org/bouncycastle/math/ec/rfc7748/test |
84 | 96 | rm -rf src/org/bouncycastle/math/ec/rfc8032/test |
85 | 97 | rm -rf src/org/bouncycastle/math/raw/test |
86 | 98 | rm -rf src/org/bouncycastle/math/test |
87 | | - rm -rf src/org/bouncycastle/pqc/math/ntru |
88 | | - rm -rf src/org/bouncycastle/pqc/crypto/test/ntru |
89 | | - rm -rf src/org/bouncycastle/pqc/crypto/*/NTRU* |
90 | | - rm -rf src/org/bouncycastle/pqc/crypto/*/BitStringTest* |
91 | | - rm -rf src/org/bouncycastle/pqc/crypto/*/IndexGenerator* |
| 99 | + rm -rf src/org/bouncycastle/pqc/legacy/math/ntru |
| 100 | + rm -rf src/org/bouncycastle/pqc/crypto/ntru |
| 101 | + rm -rf src/org/bouncycastle/pqc/legacy/crypto/test/ntru |
| 102 | + rm -rf src/org/bouncycastle/pqc/legacy/crypto/*/NTRU* |
| 103 | + rm -rf src/org/bouncycastle/pqc/legacy/crypto/*/BitStringTest* |
| 104 | + rm -rf src/org/bouncycastle/pqc/legacy/crypto/*/IndexGenerator* |
92 | 105 | rm -rf src/org/bouncycastle/pqc/crypto/sphincsplus |
93 | 106 | rm -rf src/org/bouncycastle/pqc/crypto/xmss |
94 | 107 | rm -rf src/org/bouncycastle/pqc/crypto/lms |
95 | | - rm -rf src/org/bouncycastle/pqc/crypto/test/XMSS* |
96 | | - rm -rf src/org/bouncycastle/pqc/crypto/test/LMS* |
97 | | - rm -rf src/org/bouncycastle/pqc/crypto/test/HSS* |
98 | | - rm src/org/bouncycastle/pqc/crypto/qtesla/QTeslaKeyEncodingTests.java |
| 108 | + rm -rf src/org/bouncycastle/pqc/crypto/test |
| 109 | + rm -rf src/org/bouncycastle/pqc/crypto/sike |
| 110 | + rm -rf src/org/bouncycastle/pqc/crypto/picnic |
| 111 | + rm src/org/bouncycastle/pqc/crypto/legacy/qtesla/QTeslaKeyEncodingTests.java |
99 | 112 | rm -rf src/org/bouncycastle/gpg/keybox |
100 | 113 | rm -rf src/org/bouncycastle/gpg/test |
101 | 114 | rm src/org/bouncycastle/asn1/test/MonetaryValueUnitTest.java |
|
132 | 145 | rm src/org/bouncycastle/asn1/test/OctetStringTest.java |
133 | 146 | rm src/org/bouncycastle/asn1/test/ParseTest.java |
134 | 147 | rm src/org/bouncycastle/crypto/test/GCMReorderTest.java |
135 | | - rm -r src/org/bouncycastle/pqc/crypto/test |
| 148 | + rm -r src/org/bouncycastle/legacy/pqc/crypto/test |
136 | 149 | rm src/org/bouncycastle/cert/test/BcCertTest.java |
137 | 150 | rm src/org/bouncycastle/cert/test/GOST3410_2012CMSTest.java |
138 | 151 | rm src/org/bouncycastle/crypto/test/SCryptTest.java |
|
173 | 186 | rm src/org/bouncycastle/cert/test/ExternalKeyTest.java |
174 | 187 | rm src/org/bouncycastle/mozilla/SignedPublicKeyAndChallenge.java |
175 | 188 |
|
176 | | - for i in src/org/bouncycastle/pqc/crypto/*/*.java |
| 189 | + for i in src/org/bouncycastle/pqc/crypto/*/*.java src/org/bouncycastle/pqc/crypto/*/*/*.java src/org/bouncycastle/pqc/math/*/*.java src/org/bouncycastle/pqc/math/*/*/*.java src/org/bouncycastle/crypto/engines/*.java |
177 | 190 | do |
178 | 191 | ed $i <<%% |
179 | 192 | g/ .Override/d |
|
182 | 195 | %% |
183 | 196 | done |
184 | 197 |
|
| 198 | + ed src/org/bouncycastle/asn1/test/RegressionTest.java <<% |
| 199 | +g/new MiscTest(),/s///g |
| 200 | +w |
| 201 | +q |
| 202 | +% |
| 203 | + |
185 | 204 | ed src/org/bouncycastle/cms/CMSSignedDataGenerator.java <<% |
186 | 205 | g/LinkedHashSet/s//HashSet/g |
187 | 206 | w |
|
332 | 351 | org.bouncycastle.crypto.examples \ |
333 | 352 | org.bouncycastle.pqc.asn1 \ |
334 | 353 | org.bouncycastle.pqc.crypto \ |
335 | | - org.bouncycastle.pqc.crypto.rainbow \ |
336 | | - org.bouncycastle.pqc.crypto.mceliece \ |
337 | | - org.bouncycastle.pqc.crypto.gmss \ |
| 354 | + org.bouncycastle.pqc.crypto.cmce \ |
| 355 | + org.bouncycastle.pqc.crypto.ntruprime \ |
| 356 | + org.bouncycastle.pqc.crypto.crystals.kyber \ |
| 357 | + org.bouncycastle.pqc.crypto.crystals.dilithium \ |
| 358 | + org.bouncycastle.pqc.crypto.falcon \ |
| 359 | + org.bouncycastle.pqc.legacy.crypto.rainbow \ |
| 360 | + org.bouncycastle.pqc.legacy.crypto.mceliece \ |
| 361 | + org.bouncycastle.pqc.legacy.crypto.gmss \ |
338 | 362 | org.bouncycastle.pqc.math.linearalgebra \ |
339 | 363 | org.bouncycastle.util \ |
340 | 364 | org.bouncycastle.util.encoders \ |
|
0 commit comments