summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
| * Added python info clientAde Lee2017-04-032-11/+138
* | Added PKIRESTProvider.Endi S. Dewata2017-04-047-24/+128
* | Added audit service and CLI to all subsystems.Endi S. Dewata2017-04-0421-2/+105
|/
* Change default key size for KRA storage unit to 128Ade Lee2017-04-031-1/+1
* Fix generation of CRMF request for ECC keysAde Lee2017-04-032-16/+11
* Refactored AuditCLI.Endi S. Dewata2017-03-312-5/+7
* Removed redundant Context attributes.Endi S. Dewata2017-03-3122-365/+0
* Fix for pylint when using Python 3.6Christian Heimes2017-03-312-2/+10
* Misc pylint, flake8 and tox fixesChristian Heimes2017-03-3110-10/+14
* Fixed pylint error in pki.authority.Endi S. Dewata2017-03-311-1/+1
* Fixed pylint errors in pki.server.cli.subsystem.Endi S. Dewata2017-03-311-3/+2
* Fixed default subsystems for top-level CLI commands.Endi S. Dewata2017-03-315-10/+39
* Removed duplicate PROP_EXPIRATION_TIME constant.Endi S. Dewata2017-03-302-7/+6
* Removed duplicate PROP_MAX_FILE_SIZE constant.Endi S. Dewata2017-03-301-5/+4
* Removed duplicate PROP_ROLLOVER_INTERVAL constant.Endi S. Dewata2017-03-302-10/+10
* Fix retrieval for symmetric keysAde Lee2017-03-2810-29/+258
* Bug #2615 CMC: cleanup code for Encrypted Decrypted POP This patch adds more ...Christina Fu2017-03-283-43/+240
* Bug 1419742: CMC RFE: provide Proof of Possession for encryption cert request...Christina Fu2017-03-288-327/+1300
* Bug 1419734 CMC: id-cmc-identityProofV2 feature implementation This patch add...Christina Fu2017-03-284-38/+388
* Refactored TPS ConnectorCLI.Endi S. Dewata2017-03-286-9/+22
* Refactored TPS TokenCLI.Endi S. Dewata2017-03-286-9/+23
* Refactored TPS ProfileCLI.Endi S. Dewata2017-03-286-9/+22
* Refactored TPS ConfigCLI.Endi S. Dewata2017-03-283-5/+12
* Refactored TPSCertCLI.Endi S. Dewata2017-03-283-5/+12
* Refactored AuthenticatorCLI.Endi S. Dewata2017-03-286-9/+22
* Refactored AuditCLI.Endi S. Dewata2017-03-283-6/+13
* Refactored ActivityCLI.Endi S. Dewata2017-03-283-5/+12
* Added audit logs for SSL/TLS events.Endi S. Dewata2017-03-2811-11/+190
* Refactored TPSConnectorCLI for TKS.Endi S. Dewata2017-03-276-8/+21
* Refactored SelfTestCLI.Endi S. Dewata2017-03-274-7/+16
* Refactored CA ProfileMappingCLI.Endi S. Dewata2017-03-276-9/+22
* Refactored CA ProfileCLI.Endi S. Dewata2017-03-279-18/+41
* Refactored KRAConnectorCLI for CA.Endi S. Dewata2017-03-274-9/+19
* Refactored FeatureCLI.Endi S. Dewata2017-03-273-5/+14
* Refactored AuthorityCLI.Endi S. Dewata2017-03-277-9/+26
* Modify storage unit to generate a new IVAde Lee2017-03-249-34/+68
* Change CRMFPopClient to use AES-KeyWrap with paddingAde Lee2017-03-243-37/+86
* Merge github.com:dogtagpki/pkiAde Lee2017-03-2466-229/+306
|\
| * Refactored UserCLI.Endi S. Dewata2017-03-2415-38/+57
| * Refactored SecurityDomainCLI.Endi S. Dewata2017-03-242-4/+9
| * Refactored KRA KeyCLI.Endi S. Dewata2017-03-2411-31/+56
| * Refactored GroupCLI.Endi S. Dewata2017-03-2411-28/+43
| * Refactored CA CertCLI.Endi S. Dewata2017-03-2412-39/+61
| * Refactored SubsystemCLI.Endi S. Dewata2017-03-246-70/+52
| * Refactored ProxyCLI.Endi S. Dewata2017-03-241-2/+2
| * Refactored ClientCLI.Endi S. Dewata2017-03-246-14/+12
| * Refactored CLI.getClient().Endi S. Dewata2017-03-242-3/+4
| * Added CLI.getConfig().Endi S. Dewata2017-03-242-0/+10
* | Refactor code that creates PKIArchiveOptions objectsAde Lee2017-03-2321-929/+235
|/
* Added comparator function to versionAde Lee2017-03-222-20/+54