summaryrefslogtreecommitdiffstats
path: root/base/kra/src/com/netscape
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-251-19/+15
* Replaced random number generator in SecurityDataProcessor.Endi S. Dewata2017-05-251-6/+19
* Encapsulate symmetric and asymmetric keygen audit eventsAde Lee2017-05-242-18/+18
* Simplify recovery audit loggingAde Lee2017-05-242-34/+65
* Make sure archivalID is passed through archivalAde Lee2017-05-244-17/+53
* Encapsulate key retrieval audit eventsAde Lee2017-05-231-8/+10
* Eliminate async recovery audit eventsAde Lee2017-05-231-43/+32
* Encapsulate recovery processed audit eventsAde Lee2017-05-233-191/+130
* Encapsulate key recovery audit eventsAde Lee2017-05-235-32/+54
* Encapsulate archival processed audit logsAde Lee2017-05-234-34/+35
* Encapsulate the archival audit logAde Lee2017-05-233-100/+34
* 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-123-16/+7
* Fix retrieval for symmetric keysAde Lee2017-03-281-20/+23
* Modify storage unit to generate a new IVAde Lee2017-03-246-29/+58
* Refactor code that creates PKIArchiveOptions objectsAde Lee2017-03-236-6/+8
* Fix Java client to use AESAde Lee2017-03-211-16/+18
* Add config options to allow storage wrappings to be setAde Lee2017-03-162-10/+49
* Merge branch 'master' of github.com:dogtagpki/pkiAde Lee2017-03-1510-681/+586
|\
| * Continue to move more crypto into CryptoUtilAde Lee2017-03-145-94/+56
| * Refactor crypto codeAde Lee2017-03-147-212/+132
| * Fix wrapping params on the security data recovery serviceAde Lee2017-03-144-40/+72
| * Change transport unit to create wrapping parameters based on incoming dataAde Lee2017-03-141-26/+10
| * Fix incorrect function in generating symmetric keys.Ade Lee2017-03-141-1/+1
| * Change internal wrapping to AESAde Lee2017-03-1410-402/+408
| * Refactor key recovery to centralize crypt functionsAde Lee2017-03-071-43/+49
| * Refactor exception handling in the EncryptionUnitAde Lee2017-03-068-369/+358
| * Cleanup exception handlingAde Lee2017-03-061-246/+13
| * Parameterize crypto functions, part 3Ade Lee2017-03-064-31/+71
| * Parametrize crypto methods part 2Ade Lee2017-03-061-30/+53
| * Parametrize the encryption functionsAde Lee2017-03-061-15/+31
| * Refactored EncryptionUnitAde Lee2017-03-064-209/+204