summaryrefslogtreecommitdiffstats
path: root/base/common
Commit message (Expand)AuthorAgeFilesLines
...
* Fix symmetic key retrieval in HSMAde Lee2017-05-061-2/+2
* Use AES-CBC in storage unit for archival in key wrappingAde Lee2017-05-062-2/+6
* Make sure generated asym keys are extractableAde Lee2017-05-061-0/+17
* pki.authority: Don't send header as POST bodyChristian Heimes2017-05-051-7/+7
* Ticket #2717 CMC user-signed enrollment requestChristina Fu2017-04-282-0/+5
* Fix symkey retrieval using NSS python clientAde Lee2017-04-281-2/+10
* Fix DES3 using python-cryptography providerAde Lee2017-04-282-1/+9
* Modify the key client to default to 3DESAde Lee2017-04-271-4/+6
* ISourceConfigStore: add clear() method to interfaceFraser Tweedale2017-04-261-0/+5
* Added CertRequestProcessedEvent constructor for IRequest.Endi S. Dewata2017-04-251-0/+53
* Added CertRequestProcessedEvent constructor for X509CertImpl.Endi S. Dewata2017-04-251-0/+71
* Added ConfigSignedAuditEvent.Endi S. Dewata2017-04-251-0/+39
* Added CertRequestProcessedEvent.Endi S. Dewata2017-04-241-0/+43
* Added ConfigRoleEvent.Endi S. Dewata2017-04-241-0/+39
* Added RoleAssumeEvent.Endi S. Dewata2017-04-241-0/+39
* Added AuthzFailEvent.Endi S. Dewata2017-04-241-0/+59
* Added AuthzSuccessEvent.Endi S. Dewata2017-04-241-0/+59
* Added AuthFailEvent.Endi S. Dewata2017-04-241-0/+41
* Added AuthSuccessEvent.Endi S. Dewata2017-04-241-0/+39
* Fixed missing IAuditor.log(AuditEvent).Endi S. Dewata2017-04-211-0/+2
* Added AuditEvent.setParameters().Endi S. Dewata2017-04-191-0/+7
* Make sure connection is always closedAde Lee2017-04-191-10/+20
* Modify cert clients to check server for wrapping paramsAde Lee2017-04-191-0/+16
* Allow arbitrary user data in cert requestFraser Tweedale2017-04-192-0/+10
* Allow key recovery to use encrypted field in key recordAde Lee2017-04-131-0/+2
* Add field to indicate if key was encrypted or wrappedAde Lee2017-04-131-1/+1
* Fix symkey retrieval in python clientAde Lee2017-04-133-12/+99
* Fix python issues identified in reviewAde Lee2017-04-131-5/+4
* Updated CMS.getLogMessage().Endi S. Dewata2017-04-132-2/+2
* Modified CRMFPopClient to use correct wrapping for encrypt caseAde Lee2017-04-122-1/+4
* Reorganized audit event constants for configuration.Endi S. Dewata2017-04-122-3/+37
* Reorganized additional audit event constants for KRA.Endi S. Dewata2017-04-121-0/+27
* Reorganized audit event constants for CA.Endi S. Dewata2017-04-121-0/+11
* Reorganized audit event constants for authentication.Endi S. Dewata2017-04-121-0/+19
* Reorganized audit event constants for OCSP.Endi S. Dewata2017-04-121-0/+17
* Reorganized audit event constants for TKS.Endi S. Dewata2017-04-121-0/+25
* Reorganized audit event constants for KRA.Endi S. Dewata2017-04-121-0/+28
* Added audit event constants for TPS.Endi S. Dewata2017-04-121-0/+51
* Added audit event constants for SSL session.Endi S. Dewata2017-04-121-4/+10
* Add CAInfo resourceAde Lee2017-04-113-0/+205
* Add KRAInfo resourceAde Lee2017-04-114-0/+227
* Added FIPS-compliant password generator.Endi S. Dewata2017-04-111-0/+63
* Added SSLSocketListener for PKIConnection.Endi S. Dewata2017-04-071-0/+40
* Add code in KRA python client to support multiple crypto algorithmsAde Lee2017-04-063-36/+144
* Add python-cryptography crypto providerAde Lee2017-04-063-17/+197
* Added CLIs to access audit log files.Endi S. Dewata2017-04-044-1/+190
* Fix pylint errorsAde Lee2017-04-042-1/+2
* Merge "Add util code to source environment files"Ade Lee2017-04-041-0/+28
|\
| * Add util code to source environment filesAde Lee2017-04-031-0/+28
* | Merge "Added python info client"Ade Lee2017-04-042-11/+138
|\|