Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR - Ticket 49726 - DS only accepts RSA and Fortezza cipher families #2786

Closed
389-ds-bot opened this issue Sep 13, 2020 · 6 comments
Closed
Labels
merged Migration flag - PR pr Migration flag - PR

Comments

@389-ds-bot
Copy link

389-ds-bot commented Sep 13, 2020

Cloned from Pagure Pull-Request: https://pagure.io/389-ds-base/pull-request/49727


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.

Resolves: #2785

Reviewed by: ?

@389-ds-bot 389-ds-bot added merged Migration flag - PR pr Migration flag - PR labels Sep 13, 2020
@389-ds-bot
Copy link
Author

Comment from mhonek (@kenoh) at 2018-05-28 16:56:13

You got my ACK for the fix itself.

I noticed the PR drops checks for USE_OPENLDAP. For that, we should also remove the #include "ldap_ssl.h" at the top of the file. ldap_ssl.h does not even seem to be in the tree. Other than that, it looks all right to me.

Additionally, I guess it makes sense to get rid of --with-openldap build flag altogether. @mreynolds389, should we file a ticket?

@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2018-05-28 17:43:15

Yeah we need a different ticket to "remove openldap ifdefs" completely and make openldap the default. I just like to cleanup code when I touch files. Anyway changes applied

@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2018-05-28 17:43:27

rebased onto 27a16a0

@389-ds-bot
Copy link
Author

Comment from mreynolds (@mreynolds389) at 2018-05-28 18:04:42

Pull-Request has been merged by mreynolds389

@389-ds-bot
Copy link
Author

Comment from mhonek (@kenoh) at 2018-05-29 14:47:03

Created issue 49730 for "remove openldap ifdefs".

@389-ds-bot
Copy link
Author

Patch
49727.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged Migration flag - PR pr Migration flag - PR
Projects
None yet
Development

No branches or pull requests

1 participant