summaryrefslogtreecommitdiffstats
path: root/base/kra
Commit message (Expand)AuthorAgeFilesLines
* Consolidated log() for audit events.Endi S. Dewata2017-06-278-72/+24
* Refactored signed audit logger.Endi S. Dewata2017-06-248-122/+43
* Fix token enrollment and recovery ivsAde Lee2017-06-161-0/+6
* KRA PKCS #12 export: add config to use 3DES PBE encryptionFraser Tweedale2017-06-091-11/+32
* Server side changes to correctly parse the new PKIArchiveOptionsAde Lee2017-06-071-12/+9
* Fix NPE in audit log invocationAde Lee2017-06-023-4/+8
* Set encryption flag for generated keysAde Lee2017-05-263-3/+3
* Replaced SHA1-based random number generators.Endi S. Dewata2017-05-252-2/+8
* Encapsulate server side keygen audit eventsAde Lee2017-05-252-21/+17
* Encapsulate key status change audit logsAde Lee2017-05-251-9/+7
* Replaced random number generator in SecurityDataProcessor.Endi S. Dewata2017-05-251-6/+19
* Encapsulate symmetric and asymmetric keygen audit eventsAde Lee2017-05-243-29/+26
* Simplify recovery audit loggingAde Lee2017-05-243-38/+72
* Make sure archivalID is passed through archivalAde Lee2017-05-245-17/+54
* Fix failing audit logAde Lee2017-05-241-2/+2
* Encapsulate recovery request approval audit logsAde Lee2017-05-231-5/+4
* Fix auditing in retrieveKeyAde Lee2017-05-232-18/+72
* Encapsulate key retrieval audit eventsAde Lee2017-05-233-17/+19
* Eliminate async recovery audit eventsAde Lee2017-05-232-45/+34
* Encapsulate recovery processed audit eventsAde Lee2017-05-234-193/+132
* Encapsulate key recovery audit eventsAde Lee2017-05-237-39/+61
* Encapsulate archival processed audit logsAde Lee2017-05-235-35/+36
* Encapsulate the archival audit logAde Lee2017-05-235-107/+40
* Fix symmetic key retrieval in HSMAde Lee2017-05-063-3/+15
* Use AES-CBC in storage unit for archival in key wrappingAde Lee2017-05-068-21/+26
* Make sure generated asym keys are extractableAde Lee2017-05-063-196/+196
* KRA: use AES in PKCS #12 recovery for wrapped keysFraser Tweedale2017-04-291-11/+13
* KRA: do not accumulate recovered keys in tokenFraser Tweedale2017-04-261-1/+1
* Refactored additional line concatenation.Endi S. Dewata2017-04-202-29/+9
* Allow key recovery to use encrypted field in key recordAde Lee2017-04-133-12/+33
* Add field to indicate if key was encrypted or wrappedAde Lee2017-04-135-6/+15
* Fix symkey retrieval in python clientAde Lee2017-04-131-14/+65
* Added methods to log AuditEvent object.Endi S. Dewata2017-04-137-0/+69
* Reorganized additional audit event constants for KRA.Endi S. Dewata2017-04-124-88/+53
* Reorganized audit event constants for KRA.Endi S. Dewata2017-04-125-43/+16
* Add KRAInfo resourceAde Lee2017-04-111-0/+4
* Added CLIs to access audit log files.Endi S. Dewata2017-04-041-0/+3
* Added audit service and CLI to all subsystems.Endi S. Dewata2017-04-044-0/+23
* Change default key size for KRA storage unit to 128Ade Lee2017-04-031-1/+1
* Removed redundant Context attributes.Endi S. Dewata2017-03-312-34/+0
* Misc pylint, flake8 and tox fixesChristian Heimes2017-03-312-2/+3
* Fix retrieval for symmetric keysAde Lee2017-03-282-22/+42
* Added audit logs for SSL/TLS events.Endi S. Dewata2017-03-281-2/+2
* Modify storage unit to generate a new IVAde Lee2017-03-247-30/+59
* Refactor code that creates PKIArchiveOptions objectsAde Lee2017-03-238-790/+32
* Fix Java client to use AESAde Lee2017-03-211-16/+18
* Add config options to allow storage wrappings to be setAde Lee2017-03-163-10/+69
* Merge branch 'master' of github.com:dogtagpki/pkiAde Lee2017-03-1511-696/+588
|\
| * Continue to move more crypto into CryptoUtilAde Lee2017-03-145-94/+56
| * Refactor crypto codeAde Lee2017-03-148-227/+134