Skip to content

Commit

Permalink
Ticket 49726 - DS only accepts RSA and Fortezza cipher families
Browse files Browse the repository at this point in the history
Bug Description:  Currently DS only accepts fortezza and RSA cipher families.
                  This prevents things like ECC certificates from being used.

Fix Description:  Instead of hardcoding the cipher families, just grab the
                  current type and use it.

                  Also cleaned up code: removed unncessary "ifdefs", and switched
                  for loops to use size_t.

https://pagure.io/389-ds-base/issue/49726

Reviewed by: ?
  • Loading branch information
mreynolds389 committed May 28, 2018
1 parent e350a26 commit 27a16a0
Showing 1 changed file with 20 additions and 116 deletions.

0 comments on commit 27a16a0

Please sign in to comment.