-
Notifications
You must be signed in to change notification settings - Fork 1
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
[GP-493] - Apply renaming with AMS token instead of CMS #3
base: develop
Are you sure you want to change the base?
Conversation
@@ -240,7 +240,7 @@ typedef struct asn1_object_st | |||
*/ | |||
#define ASN1_STRING_FLAG_NDEF 0x010 | |||
|
|||
/* This flag is used by the CMS code to indicate that a string is not | |||
/* This flag is used by the AMS code to indicate that a string is not |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert all changes in the external sub-folder.
The CMS in context of openssl is :
https://en.wikipedia.org/wiki/Cryptographic_Message_Syntax
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good finding. Thanks!
I reverted all changes from external sub-folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some changes that would be nice to have earlier, like name of parameters in configuration files. But it is hard to pick only those.
I think is better to hold this change until after we do some testing.
There is one additional task which should be solved before renaming : https://arniadb.atlassian.net/browse/GP-494
https://arniadb.atlassian.net/browse/GP-493
Purpose
Describe the change
Modify Renaming tool in order on current repository "CMS" with "AMS" token.
The renaming should apply properly on existing files and folders