Commit 0496ab1a6ea45d73b7a64d821008dff5b1a09938
1 parent
b62cbe25
Fix spelling errors
Showing
2 changed files
with
38 additions
and
2 deletions
include/qpdf/QUtil.hh
| @@ -113,7 +113,7 @@ namespace QUtil | @@ -113,7 +113,7 @@ namespace QUtil | ||
| 113 | 113 | ||
| 114 | // If secure random number generation is supported on your | 114 | // If secure random number generation is supported on your |
| 115 | // platform and qpdf was not compiled with insecure random number | 115 | // platform and qpdf was not compiled with insecure random number |
| 116 | - // generation, this returns a crytographically secure random | 116 | + // generation, this returns a cryptographically secure random |
| 117 | // number. Otherwise it falls back to random from stdlib and | 117 | // number. Otherwise it falls back to random from stdlib and |
| 118 | // calls srandom automatically the first time it is called. | 118 | // calls srandom automatically the first time it is called. |
| 119 | QPDF_DLL | 119 | QPDF_DLL |
| @@ -145,7 +145,7 @@ namespace QUtil | @@ -145,7 +145,7 @@ namespace QUtil | ||
| 145 | // provider, you should call this at the beginning of your program | 145 | // provider, you should call this at the beginning of your program |
| 146 | // before creating any QPDF objects. Passing a null to this | 146 | // before creating any QPDF objects. Passing a null to this |
| 147 | // method will reset the library back to whichever of the built-in | 147 | // method will reset the library back to whichever of the built-in |
| 148 | - // random data handlers is appropriate basedon how qpdf was | 148 | + // random data handlers is appropriate based on how qpdf was |
| 149 | // compiled. | 149 | // compiled. |
| 150 | QPDF_DLL | 150 | QPDF_DLL |
| 151 | void setRandomDataProvider(RandomDataProvider*); | 151 | void setRandomDataProvider(RandomDataProvider*); |
ispell-words
| @@ -125,10 +125,12 @@ bitstream | @@ -125,10 +125,12 @@ bitstream | ||
| 125 | BitStream | 125 | BitStream |
| 126 | BitWriter | 126 | BitWriter |
| 127 | BleedBox | 127 | BleedBox |
| 128 | +BogusRandomDataProvider | ||
| 128 | boldseq | 129 | boldseq |
| 129 | bookinfo | 130 | bookinfo |
| 130 | bool | 131 | bool |
| 131 | bp | 132 | bp |
| 133 | +brdp | ||
| 132 | bs | 134 | bs |
| 133 | BT | 135 | BT |
| 134 | buf | 136 | buf |
| @@ -202,6 +204,7 @@ ColorSpace | @@ -202,6 +204,7 @@ ColorSpace | ||
| 202 | com | 204 | com |
| 203 | compareVersions | 205 | compareVersions |
| 204 | compatbility | 206 | compatbility |
| 207 | +computeDeterministicIDData | ||
| 205 | concat | 208 | concat |
| 206 | Cond | 209 | Cond |
| 207 | config | 210 | config |
| @@ -224,12 +227,16 @@ createWhat | @@ -224,12 +227,16 @@ createWhat | ||
| 224 | CreationDate | 227 | CreationDate |
| 225 | CRNL | 228 | CRNL |
| 226 | CropBox | 229 | CropBox |
| 230 | +CryptAcquireContext | ||
| 227 | CryptFilterDecodeParms | 231 | CryptFilterDecodeParms |
| 232 | +CryptGenRandom | ||
| 228 | cryptolog | 233 | cryptolog |
| 234 | +CryptReleaseContext | ||
| 229 | cso | 235 | cso |
| 230 | csoe | 236 | csoe |
| 231 | css | 237 | css |
| 232 | cstdio | 238 | cstdio |
| 239 | +cstdlib | ||
| 233 | cstr | 240 | cstr |
| 234 | cstring | 241 | cstring |
| 235 | ctest | 242 | ctest |
| @@ -304,6 +311,7 @@ dumpHPageOffset | @@ -304,6 +311,7 @@ dumpHPageOffset | ||
| 304 | dumpHSharedObject | 311 | dumpHSharedObject |
| 305 | dumpInfoDict | 312 | dumpInfoDict |
| 306 | dumpLinearizationDataInternal | 313 | dumpLinearizationDataInternal |
| 314 | +dup | ||
| 307 | dwHighDateTime | 315 | dwHighDateTime |
| 308 | dwLowDateTime | 316 | dwLowDateTime |
| 309 | DWORD | 317 | DWORD |
| @@ -411,6 +419,7 @@ fopen | @@ -411,6 +419,7 @@ fopen | ||
| 411 | forcePDFVersion | 419 | forcePDFVersion |
| 412 | fprintf | 420 | fprintf |
| 413 | fR | 421 | fR |
| 422 | +fr | ||
| 414 | fread | 423 | fread |
| 415 | fseek | 424 | fseek |
| 416 | fseeki | 425 | fseeki |
| @@ -464,12 +473,14 @@ getGeneration | @@ -464,12 +473,14 @@ getGeneration | ||
| 464 | getHexDigest | 473 | getHexDigest |
| 465 | getId | 474 | getId |
| 466 | getInlineImageValue | 475 | getInlineImageValue |
| 476 | +getInstance | ||
| 467 | getIntValue | 477 | getIntValue |
| 468 | getItem | 478 | getItem |
| 469 | getKey | 479 | getKey |
| 470 | getKeyForObject | 480 | getKeyForObject |
| 471 | getKeys | 481 | getKeys |
| 472 | getLastChar | 482 | getLastChar |
| 483 | +GetLastError | ||
| 473 | getLastOffset | 484 | getLastOffset |
| 474 | getLength | 485 | getLength |
| 475 | getLengthBytes | 486 | getLengthBytes |
| @@ -504,6 +515,7 @@ getPDFVersion | @@ -504,6 +515,7 @@ getPDFVersion | ||
| 504 | getPerms | 515 | getPerms |
| 505 | getPointer | 516 | getPointer |
| 506 | getR | 517 | getR |
| 518 | +getRandomDataProvider | ||
| 507 | getRawDigest | 519 | getRawDigest |
| 508 | getRawStreamData | 520 | getRawStreamData |
| 509 | getRawValue | 521 | getRawValue |
| @@ -553,6 +565,7 @@ handleObject | @@ -553,6 +565,7 @@ handleObject | ||
| 553 | hasKey | 565 | hasKey |
| 554 | hb | 566 | hb |
| 555 | hbp | 567 | hbp |
| 568 | +HCRYPTPROV | ||
| 556 | Hdict | 569 | Hdict |
| 557 | Helvetica | 570 | Helvetica |
| 558 | hexkey | 571 | hexkey |
| @@ -614,8 +627,10 @@ inline | @@ -614,8 +627,10 @@ inline | ||
| 614 | InlineImage | 627 | InlineImage |
| 615 | inlineimage | 628 | inlineimage |
| 616 | inode | 629 | inode |
| 630 | +inpdf | ||
| 617 | inputLen | 631 | inputLen |
| 618 | InputSource | 632 | InputSource |
| 633 | +InsecureRandomDataProvider | ||
| 619 | insertItem | 634 | insertItem |
| 620 | insertPage | 635 | insertPage |
| 621 | insertPageobjToPage | 636 | insertPageobjToPage |
| @@ -633,6 +648,7 @@ io | @@ -633,6 +648,7 @@ io | ||
| 633 | IOLBF | 648 | IOLBF |
| 634 | iomanip | 649 | iomanip |
| 635 | iostream | 650 | iostream |
| 651 | +irdp | ||
| 636 | isArray | 652 | isArray |
| 637 | isBool | 653 | isBool |
| 638 | isDictionary | 654 | isDictionary |
| @@ -668,6 +684,7 @@ jklmnopqrstuvwxyz | @@ -668,6 +684,7 @@ jklmnopqrstuvwxyz | ||
| 668 | keybits | 684 | keybits |
| 669 | keylen | 685 | keylen |
| 670 | KEYLENGTH | 686 | KEYLENGTH |
| 687 | +keyset | ||
| 671 | LARGEFILE | 688 | LARGEFILE |
| 672 | lastnum | 689 | lastnum |
| 673 | lastreleased | 690 | lastreleased |
| @@ -697,6 +714,7 @@ linearization | @@ -697,6 +714,7 @@ linearization | ||
| 697 | linearize | 714 | linearize |
| 698 | linearized | 715 | linearized |
| 699 | linearizing | 716 | linearizing |
| 717 | +linebuf | ||
| 700 | linefeeds | 718 | linefeeds |
| 701 | linkend | 719 | linkend |
| 702 | linkey | 720 | linkey |
| @@ -782,6 +800,7 @@ newDictionary | @@ -782,6 +800,7 @@ newDictionary | ||
| 782 | newIndirect | 800 | newIndirect |
| 783 | newInlineImage | 801 | newInlineImage |
| 784 | newInteger | 802 | newInteger |
| 803 | +NEWKEYSET | ||
| 785 | newName | 804 | newName |
| 786 | newNull | 805 | newNull |
| 787 | newOperator | 806 | newOperator |
| @@ -813,6 +832,7 @@ nshared | @@ -813,6 +832,7 @@ nshared | ||
| 813 | nspaces | 832 | nspaces |
| 814 | nstream | 833 | nstream |
| 815 | nstripes | 834 | nstripes |
| 835 | +NTE | ||
| 816 | ntotal | 836 | ntotal |
| 817 | NUL | 837 | NUL |
| 818 | num | 838 | num |
| @@ -866,6 +886,9 @@ OUTDOC | @@ -866,6 +886,9 @@ OUTDOC | ||
| 866 | outfile | 886 | outfile |
| 867 | outfilename | 887 | outfilename |
| 868 | outlength | 888 | outlength |
| 889 | +outpdf | ||
| 890 | +outpdfw | ||
| 891 | +outprefix | ||
| 869 | outputLengthNextN | 892 | outputLengthNextN |
| 870 | ovecsize | 893 | ovecsize |
| 871 | ovector | 894 | ovector |
| @@ -901,6 +924,7 @@ PDFs | @@ -901,6 +924,7 @@ PDFs | ||
| 901 | pdlin | 924 | pdlin |
| 902 | pe | 925 | pe |
| 903 | perl | 926 | perl |
| 927 | +persistAcrossFinish | ||
| 904 | ph | 928 | ph |
| 905 | phe | 929 | phe |
| 906 | php | 930 | php |
| @@ -944,6 +968,8 @@ ProcSet | @@ -944,6 +968,8 @@ ProcSet | ||
| 944 | procsets | 968 | procsets |
| 945 | programlisting | 969 | programlisting |
| 946 | Projet | 970 | Projet |
| 971 | +prov | ||
| 972 | +provideRandomData | ||
| 947 | provideStreamData | 973 | provideStreamData |
| 948 | proxied | 974 | proxied |
| 949 | PSâ | 975 | PSâ |
| @@ -954,6 +980,7 @@ pushDiscardFilter | @@ -954,6 +980,7 @@ pushDiscardFilter | ||
| 954 | pushEncryptionFilter | 980 | pushEncryptionFilter |
| 955 | pushInheritedAttributesToPage | 981 | pushInheritedAttributesToPage |
| 956 | pushInheritedAttributesToPageInternal | 982 | pushInheritedAttributesToPageInternal |
| 983 | +pushMD | ||
| 957 | pushOutlinesToPart | 984 | pushOutlinesToPart |
| 958 | pushPipeline | 985 | pushPipeline |
| 959 | PUTU | 986 | PUTU |
| @@ -999,11 +1026,14 @@ QuadPart | @@ -999,11 +1026,14 @@ QuadPart | ||
| 999 | QUtil | 1026 | QUtil |
| 1000 | qwert | 1027 | qwert |
| 1001 | rand | 1028 | rand |
| 1029 | +RandomDataProvider | ||
| 1030 | +randoms | ||
| 1002 | rb | 1031 | rb |
| 1003 | rbegin | 1032 | rbegin |
| 1004 | rc | 1033 | rc |
| 1005 | rcon | 1034 | rcon |
| 1006 | RDONLY | 1035 | RDONLY |
| 1036 | +rdp | ||
| 1007 | rdquo | 1037 | rdquo |
| 1008 | readHGeneric | 1038 | readHGeneric |
| 1009 | readHintStream | 1039 | readHintStream |
| @@ -1070,6 +1100,7 @@ sAlT | @@ -1070,6 +1100,7 @@ sAlT | ||
| 1070 | SAPHIR | 1100 | SAPHIR |
| 1071 | SASLprep | 1101 | SASLprep |
| 1072 | se | 1102 | se |
| 1103 | +SecureRandomDataProvider | ||
| 1073 | sed | 1104 | sed |
| 1074 | seekable | 1105 | seekable |
| 1075 | sendNextCode | 1106 | sendNextCode |
| @@ -1082,6 +1113,7 @@ setAttemptRecovery | @@ -1082,6 +1113,7 @@ setAttemptRecovery | ||
| 1082 | setbase | 1113 | setbase |
| 1083 | setContentNormalization | 1114 | setContentNormalization |
| 1084 | setDataKey | 1115 | setDataKey |
| 1116 | +setDeterministicID | ||
| 1085 | setEncryptionParameters | 1117 | setEncryptionParameters |
| 1086 | setEncryptionParametersInternal | 1118 | setEncryptionParametersInternal |
| 1087 | setExtraHeaderText | 1119 | setExtraHeaderText |
| @@ -1109,6 +1141,7 @@ setprecision | @@ -1109,6 +1141,7 @@ setprecision | ||
| 1109 | setPreserveEncryption | 1141 | setPreserveEncryption |
| 1110 | setQDFMode | 1142 | setQDFMode |
| 1111 | setR | 1143 | setR |
| 1144 | +setRandomDataProvider | ||
| 1112 | setStaticAesIV | 1145 | setStaticAesIV |
| 1113 | setStaticID | 1146 | setStaticID |
| 1114 | setStreamDataMode | 1147 | setStreamDataMode |
| @@ -1132,6 +1165,7 @@ sprintf | @@ -1132,6 +1165,7 @@ sprintf | ||
| 1132 | srand | 1165 | srand |
| 1133 | srandom | 1166 | srandom |
| 1134 | src | 1167 | src |
| 1168 | +srdp | ||
| 1135 | sstream | 1169 | sstream |
| 1136 | startoffset | 1170 | startoffset |
| 1137 | startxref | 1171 | startxref |
| @@ -1290,6 +1324,8 @@ Wconversion | @@ -1290,6 +1324,8 @@ Wconversion | ||
| 1290 | werror | 1324 | werror |
| 1291 | whoami | 1325 | whoami |
| 1292 | WinAnsiEncoding | 1326 | WinAnsiEncoding |
| 1327 | +Wincrypt | ||
| 1328 | +WindowsCryptProvider | ||
| 1293 | Wold | 1329 | Wold |
| 1294 | writeBinary | 1330 | writeBinary |
| 1295 | writeBits | 1331 | writeBits |