aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite the core.Saturneric2021-09-0521-1629/+0
| | | | Adjust the structure.
* Modified ResultAnalyse.Saturneric2021-09-0410-61/+178
| | | | Add Test.
* Modified VerifyResultAnalyseSaturneric2021-09-031-7/+9
|
* Start to rewrite gpg core.Saturneric2021-08-2916-241/+689
|
* Fix some problems; Ready to release a BETA versionSaturneric2021-08-231-2/+1
|
* Improve the automatic key exchange function; fix some known problems;Saturneric2021-08-231-3/+6
|
* Improve Functions;Saturneric2021-08-202-3/+6
| | | | Bugs Fixed;
* Bugs Fixed;Saturneric2021-08-191-1/+1
|
* Bugs Fixed; Improve Functions;Saturneric2021-08-195-8/+10
|
* Bugs Fixed; Improve Functions;Saturneric2021-08-152-2/+47
|
* Beautify UI; Improve Functions;Saturneric2021-08-121-0/+1
|
* Continue to improve functions.Saturneric2021-08-112-4/+7
| | | | Split source files that are too long.
* Split some source files that are too large.Saturneric2021-08-105-16/+115
|
* Add Functions:Saturneric2021-08-102-9/+13
| | | | | | | | GpgFrontend Settings Service Token Short Crypto Text Functions TODO: Revoke Cert Generation
* Fix Keygen ProblemSaturneric2021-07-201-2/+2
|
* Improved and Modified.Saturneric2021-07-191-8/+11
|
* Improve large file reading.Saturneric2021-07-051-0/+3
| | | | | Add loading animation. Other improvements.
* Merge branch 'main' into developSaturneric2021-07-041-1/+1
|\
| * Export Secret Key Fixed.Saturneric2021-07-011-1/+1
| | | | | | | | | | Start Wizard Modified. Another Bugs Fixed.
* | Add and improve file operation functions.Saturneric2021-06-271-1/+15
| |
* | Reply and save work.Saturneric2021-06-261-0/+37
|/
* UI Improved.Saturneric2021-06-231-0/+2
| | | | Bugs Fixed.
* Improve project documentsSaturneric2021-06-192-5/+5
| | | | | | Continue to write ReadME Eliminate compile-time warnings Fix some problems
* Do not clear the text when the decryption operation fails.Saturneric2021-06-091-1/+5
| | | | | | | | Add decrypt and verify operation. Change the icon further. Fix the function of importing from the key server. Signed-off-by: Saturneric <[email protected]>
* Check whether the key can be encrypted before the encryption operation.Saturneric2021-06-086-34/+89
| | | | | | | | | | | | Establish and improve the results analysis framework. Analyze and output the encryption result. Analyze the decryption results and output. Analyze and output the signature result. Analyze and output the encrypted and signed results. Adjust part of GpgContext API interface. Improve the interface for finding keys based on ID. Signed-off-by: Saturneric <[email protected]>
* Add Some file.Saturneric2021-06-081-0/+31
|
* Add encryption and signature function.Saturneric2021-06-065-28/+65
| | | | | | | | | | Adjust and improve the dashboard control. Modify and adjust GpgSignature. Separate Verify result processing code in code structure. Add additional operation toolbar function. Adjust and optimize code structure. Signed-off-by: Saturneric <[email protected]>
* Adjust and improve the detailed interface of the verification information ↵Saturneric2021-06-051-1/+9
| | | | | | | | | | | | | | | | | result. Check whether the key can be signed before signing operation. Check whether the key is qualified before encrypting and signing operations. Modify part of the text explanation on the key details tab. Adjust the length and width of the key pair management interface. Add the actual function column to the list on the file operation page. Adjust the file operation page. For the function that displays the actual possession of the key in the key list by default. Add the function of displaying the actual possession of the key in the key details page. Adjust the code structure. Convert the label prompt below into a message board prompt. Signed-off-by: Saturneric <[email protected]>
* Add an operation to change the expiration date of the subkey.Saturneric2021-06-032-0/+3
| | | | | | | | | | | | | Add reminder of expiration of subkey. Fixed the issue of incomplete display of KeyList for past key strikethrough. Improve the expiration prompt for the key pair master key. Add support for the case where the master key does not exist. Add support for the case where the subkey does not exist. Prompt the user when the master key does not exist. Improve the filtering conditions for the key list that meets the key signatures. Fix some spelling errors. Signed-off-by: Saturneric <[email protected]>
* Add and change the expiration date of the key pair.Saturneric2021-06-021-29/+17
| | | | | | | Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]>
* New page and function for generating subkeys.Saturneric2021-05-292-0/+4
| | | | | | | | | | | | | | Define the interface and functions of the subkey management tab. When there is an item in the UID list, the first item is selected by default. Compile the API for generating sub-keys and the corresponding calling thread. Set GpgGenKeyInfo to apply to the subkey Generate a subkey for the selected key pair of the management key pair interface. Adjust the project structure and add a new classification key generation category. Double-click the item in KeyList in the key pair management interface to enter the key details page. Adjust the title of the key pair management interface. Optimize part of the code of KeyGenThread. Signed-off-by: Saturneric <[email protected]>
* Make eligible keys enter the signature candidate list.Saturneric2021-05-283-7/+13
| | | | | | | | | | | Added delete UID interface and function. Added setting as the main UID function. Added the delete key signature menu and function (there is a problem). Improve the presentation of key list items Improve the page function of KeyList. Added pop-up menu for UID list operation on UIDTab interface. Signed-off-by: Saturneric <[email protected]>
* Adjust part of the text of the UI interface of the UID operation tab.Saturneric2021-05-271-0/+2
| | | | | | | | | | | Write an interface to increase UID. Write logic to adapt and increase UID. Adjust the UI of KeygenDialog. Delete the Close button of KeyDetailTab and its logic. Adjust the KeyDetailTab fingerprint and its copy button UI. Fix the problem of refreshing the order of the KeyPairUIDTab list. Signed-off-by: Saturneric <[email protected]>
* Fix the wrong use of the signing key interface.Saturneric2021-05-261-0/+2
| | | | | | | | | | Fix the problem that the window or control is not deleted after it is closed. Modify the names of some classes. Extend the function of KeyList, add exclusion list. Improve the message mechanism of GpgContext. Fix the problem caused by incorrect API calls caused by incorrect understanding of the gpgme document. Signed-off-by: Saturneric <[email protected]>
* Improve the key information update mechanismSaturneric2021-05-261-0/+2
| | | | Signed-off-by: Saturneric <[email protected]>
* Fix some problems caused by negligence.Saturneric2021-05-251-3/+3
| | | | | | | Basically complete the function of signing the key. There are still problems with the refresh mechanism. Signed-off-by: Saturneric <[email protected]>
* Streamline, expand and improve the interface of GpgContext.Saturneric2021-05-241-5/+9
| | | | | | | Fix the wrong use of the query interface for fingerprints or identifiers at VerifyKeyDetailBox.cpp and VerifyNotification.cpp. Write the processing logic and page logic for adding a signature to the key. Signed-off-by: Saturneric <[email protected]>
* Declare and Define getSigners;Saturneric2021-05-231-11/+14
| | | | | | | Expand KeyList; Project's Files Structure Modified; Signed-off-by: Saturneric <[email protected]>
* Enhance code robustness;Saturneric2021-05-225-49/+37
| | | | | | | Improve performance for GpgKey; Fix code defects. Makes the update response to changes in the key database directed. Signed-off-by: Saturneric <[email protected]>
* Expand and improve GpgKey;Saturneric2021-05-223-67/+132
| | | | | | | Modify project structure, separate KeyPairDetail from other ui files; Add New Tab and Write the Code for KeyPair Details Dialog; Signed-off-by: Saturneric <[email protected]>
* Expand Key Details Dialog;Saturneric2021-05-214-157/+142
| | | | | | | | Expand and Improve GpgKey and GpgSubKey; Change Interface getKeyDetails(); Code Modified; Signed-off-by: Saturneric <[email protected]>
* Modified KeyList and Add Usage Support;Saturneric2021-05-214-25/+159
| | | | | | | Improve and Expand GpgKey. Add GpgSubKey. Signed-off-by: Saturneric <[email protected]>
* Change Project Name to GPGFrontend.Saturneric2021-05-213-32/+58
| | | | | | Give up Local Key Database and Use user default one. Signed-off-by: Saturneric <[email protected]>
* Generate Key Upgraded.Saturneric2021-05-182-7/+248
| | | | | | RSA & DSA Tested. Signed-off-by: Saturneric <[email protected]>
* Support more Key Generating Algo.Saturneric2021-05-132-1/+25
| | | | | | Support GPG2 now. Change GPGME Key Generation API to newer one. Statically link GPGME into the program.
* File Structure Modified.Saturneric2021-05-122-0/+232
Change Headers and Source Files Name. Modified CMake Structure.