summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added pki.conf parameter for SSL ciphers.Endi S. Dewata2017-03-193-0/+22
* Refactored CryptoUtil.setClientCiphers().Endi S. Dewata2017-03-191-6/+11
* Fixed error handling in CryptoUtil.setClientCiphers().Endi S. Dewata2017-03-191-1/+3
* Fixed error handling in CryptoUtil.unsetSSLCiphers().Endi S. Dewata2017-03-191-7/+7
* Renamed CryptoUtil.setClientCiphers().Endi S. Dewata2017-03-194-5/+5
* Added configuration parameters for SSL version ranges.Endi S. Dewata2017-03-192-2/+32
* Fixed PKIClient initialization in PKI CLI.Endi S. Dewata2017-03-193-2/+13
* Cleaned up CryptoUtil.setClientCiphers(String).Endi S. Dewata2017-03-181-24/+17
* pagure#2605 (add one missing method) CMC feature: id-cmc-identityProofV2 per ...Christina Fu2017-03-171-0/+5
* pagure#2605 CMC feature: id-cmc-identityProofV2 per rfc5272 (part 1)Christina Fu2017-03-173-1/+220
* Moved default SSL configuration out of PKIConnection.Endi S. Dewata2017-03-172-6/+5
* Default NSS database for PKI CLI.Endi S. Dewata2017-03-171-4/+24
* Added missing Eclipse dependency.Endi S. Dewata2017-03-171-0/+1
* Cleaned up CryptoUtil.setClientCiphers().Endi S. Dewata2017-03-171-19/+23
* Removed duplicate code to configure SSL version ranges.Endi S. Dewata2017-03-174-75/+75
* Merge pull request #1 from amolkahat/pki_manEndi S. Dewata2017-03-161-1/+7
|\
| * Added -t and --token information in pki man page.Amol Kahat2017-03-081-1/+7
* | Exporting environment variables for PKI client.Endi S. Dewata2017-03-162-21/+13
* | Add config options to allow storage wrappings to be setAde Lee2017-03-164-11/+70
* | Update ACLInterceptor to support external principalsFraser Tweedale2017-03-161-12/+29
* | Update SessionContextInterceptor to handle external principalsFraser Tweedale2017-03-161-9/+10
* | Update AuthMethodInterceptor to handle external principalsFraser Tweedale2017-03-161-11/+16
* | Add IAuthToken implementation for external principalsFraser Tweedale2017-03-161-0/+154
* | Add groups and request attributes to external principalsFraser Tweedale2017-03-164-0/+133
* | CertProcessor: extract method setAuthTokenIntoRequestFraser Tweedale2017-03-161-34/+34
* | Define AgentCertAuthentication token keys in IAuthTokenFraser Tweedale2017-03-162-12/+8
* | Synced local source spec files with their upstream Koji counterparts.Matthew Harmsen2017-03-153-6/+22
* | Merge branch 'master' of github.com:dogtagpki/pkiAde Lee2017-03-1563-1506/+5149
|\ \
| * | Added cascading configuration for PKI CLI.Endi S. Dewata2017-03-154-228/+256
| * | Troubleshooting improvement for ClientCertValidateCLI.Endi S. Dewata2017-03-151-3/+6
| * | Added exception chaining for EInvalidCredentials.Endi S. Dewata2017-03-153-8/+12
| * | Fixed typo.Matthew Harmsen2017-03-151-1/+1
| * | Synced changelog with Koji pki-core master.Matthew Harmsen2017-03-151-3/+178
| * | Upgraded remaining 10.3.3 references to 10.4.0.Matthew Harmsen2017-03-153-3/+3
| * | Re-base Dogtag pki packages to 10.4.xMatthew Harmsen2017-03-144-15/+130
| * | First cut of scp03 support. Supports the g&d smartcafe out of the box.Jack Magne2017-03-1419-163/+3347
| * | Continue to move more crypto into CryptoUtilAde Lee2017-03-149-123/+112
| * | Refactor crypto codeAde Lee2017-03-1413-376/+244
| * | Fix wrapping params on the security data recovery serviceAde Lee2017-03-147-47/+117
| * | Change transport unit to create wrapping parameters based on incoming dataAde Lee2017-03-144-30/+69
| * | Fix incorrect function in generating symmetric keys.Ade Lee2017-03-141-1/+1
| * | Change internal wrapping to AESAde Lee2017-03-1417-598/+716
| * | pki_default.cfg.5: fix ca_signing tag nameFraser Tweedale2017-03-141-1/+1
| * | pkispawn.8: fix setup-ds.pl command nameFraser Tweedale2017-03-141-1/+1
| * | Include revocation reason in REST cert dataFraser Tweedale2017-03-142-0/+28
| * | Refactor key recovery to centralize crypt functionsAde Lee2017-03-071-43/+49
| * | Refactor exception handling in the EncryptionUnitAde Lee2017-03-0610-392/+380
| * | Cleanup exception handlingAde Lee2017-03-061-246/+13
| * | Parameterize crypto functions, part 3Ade Lee2017-03-066-34/+75
| * | Parametrize crypto methods part 2Ade Lee2017-03-061-30/+53