summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
* Updated PKI console option parser.Endi S. Dewata2017-06-072-24/+62
* Server side changes to correctly parse the new PKIArchiveOptionsAde Lee2017-06-076-25/+109
* Refactor client to not use keysetsAde Lee2017-06-077-129/+206
* Cleaned up PKI console options.Endi S. Dewata2017-06-072-76/+7
* Minor fix to already fixed issue:Jack Magne2017-06-061-5/+6
* Fixed client cert auth in PKI console.Endi S. Dewata2017-06-063-11/+54
* Ticket #2617 part2: add revocation check to signing certChristina Fu2017-06-052-1/+20
* Improve exception message for null AuthorityKeyIdentifierFraser Tweedale2017-06-052-1/+5
* Fixed default CA cert trust flags in pki CLI.Endi S. Dewata2017-06-033-3/+4
* Fixed pki client-cert-import CLI.Endi S. Dewata2017-06-031-28/+66
* Refactored CLI.runExternal().Endi S. Dewata2017-06-037-100/+65
* Refactored MainCLI.loadPassword() (part 3).Endi S. Dewata2017-06-031-12/+9
* Refactored MainCLI.loadPassword() (part 2).Endi S. Dewata2017-06-031-24/+25
* Refactored MainCLI.loadPassword() (part 1).Endi S. Dewata2017-06-031-11/+13
* Resolve #1663 Add SCP03 support .Jack Magne2017-06-022-3/+8
* Excluded backslash from random password.Endi S. Dewata2017-06-021-3/+4
* Fix NPE in audit log invocationAde Lee2017-06-023-4/+8
* Fixed random password generator.Endi S. Dewata2017-06-021-3/+8
* Added upgrade script for keepAliveTimeout.Endi S. Dewata2017-06-0210-0/+95
* Fixed pylint issuesMatthew Harmsen2017-06-0211-53/+50
* Removed superfluous deployment configuration backup.Endi S. Dewata2017-06-021-6/+1
* Convert CMC code to use AESAde Lee2017-05-314-140/+113
* Fixed two-step subordinate CA installation.Endi S. Dewata2017-05-311-3/+9
* Added pkispawn options for two-step installation.Endi S. Dewata2017-05-311-6/+34
* Added SCHEDULE_CRL_GENERATION audit event.Endi S. Dewata2017-05-264-5/+77
* Added FULL_CRL_PUBLISHING audit event.Endi S. Dewata2017-05-264-10/+79
* Added FULL_CRL_GENERATION audit event.Endi S. Dewata2017-05-264-28/+104
* Added DELTA_CRL_PUBLISHING audit event.Endi S. Dewata2017-05-264-7/+76
* Added DELTA_CRL_GENERATION audit event.Endi S. Dewata2017-05-264-20/+145
* Fix NPE in lightweight CA creationFraser Tweedale2017-05-261-1/+3
* Set encryption flag for generated keysAde Lee2017-05-263-3/+3
* Updated ECAException constructor.Endi S. Dewata2017-05-261-3/+3
* Refactored CRLIssuingPoint.generateFullCRL().Endi S. Dewata2017-05-251-40/+40
* Refactored CRLIssuingPoint.generateDeltaCRL().Endi S. Dewata2017-05-251-48/+54
* Replaced SHA1-based random number generators.Endi S. Dewata2017-05-253-4/+13
* Encapsulate server side keygen audit eventsAde Lee2017-05-256-37/+113
* Encapsulate key status change audit logsAde Lee2017-05-254-13/+57
* Added CRLIssuingPoint.generateFullCRL().Endi S. Dewata2017-05-251-120/+134
* Added CRLIssuingPoint.generateDeltaCRL().Endi S. Dewata2017-05-251-67/+93
* Added CRLIssuingPoint.generateCRLExtensions().Endi S. Dewata2017-05-251-23/+22
* Replaced random number generator in RequestQueue.Endi S. Dewata2017-05-251-3/+6
* Replaced random number generator in SecurityDataProcessor.Endi S. Dewata2017-05-251-6/+19
* Encapsulate symmetric and asymmetric keygen audit eventsAde Lee2017-05-249-41/+221
* Now the program can create and import shared secret keys while under FIPS mode.Jack Magne2017-05-243-22/+87
* Updated OCSP log messages.Endi S. Dewata2017-05-243-12/+32
* Cleaned up DefStore.processRequest() (part 3).Endi S. Dewata2017-05-241-9/+11
* Cleaned up DefStore.processRequest() (part 2).Endi S. Dewata2017-05-241-14/+17
* Cleaned up DefStore.processRequest() (part 1).Endi S. Dewata2017-05-241-59/+62
* Simplify recovery audit loggingAde Lee2017-05-243-38/+72
* Make sure archivalID is passed through archivalAde Lee2017-05-2411-50/+104