summaryrefslogtreecommitdiffstats
path: root/base
Commit message (Expand)AuthorAgeFilesLines
...
* Added infoClient to PKIClient to get server infoAde Lee2017-03-212-11/+8
* Fix Java client to use AESAde Lee2017-03-218-50/+267
* Added support for disabling SSL ciphers in pki.conf.Endi S. Dewata2017-03-212-2/+10
* Added support for hex cipher IDs in pki.conf.Endi S. Dewata2017-03-212-4/+10
* Allowing client cert auth without NSS database password.Endi S. Dewata2017-03-211-11/+0
* Allowing pki pkcs12-import without NSS database password.Endi S. Dewata2017-03-211-1/+1
* Allowing pki client-init without NSS database password.Endi S. Dewata2017-03-211-10/+20
* Fixed default value for SSL datagram.Endi S. Dewata2017-03-201-1/+1
* Added hard-coded default values for SSL parameters in PKI CLI.Endi S. Dewata2017-03-201-5/+5
* Added pki.conf parameter for default SSL ciphers.Endi S. Dewata2017-03-192-1/+11
* 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
* 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
* | Merge branch 'master' of github.com:dogtagpki/pkiAde Lee2017-03-1557-1472/+4836
|\ \
| * | Added cascading configuration for PKI CLI.Endi S. Dewata2017-03-152-215/+254
| * | Troubleshooting improvement for ClientCertValidateCLI.Endi S. Dewata2017-03-151-3/+6
| * | Added exception chaining for EInvalidCredentials.Endi S. Dewata2017-03-153-8/+12
| * | 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