Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Digital Signature Certificate algorithm

Former Member
0 Likes
1,105

Hi Friends

Please clarify below points as we are planning to use SHA 256 algorithm with digital certificate while signing using SECULIB libraray.

1) Does SAP support SHA 256 algorithm , if yes doesnt any additional library files are required.

2) Does SAP support SHA 256 algorithm differently from ECC6

Thanks

Lavanya

1 ACCEPTED SOLUTION
Read only

sdipanjan
Active Contributor
0 Likes
727

Please check the below notes:

[Note 455033 - SAPCRYPTOLIB versions, bugs and fixes|https://service.sap.com/sap/support/notes/455033]

[Note 991968 - Value list for login/password_hash_algorithm|https://service.sap.com/sap/support/notes/991968]

Following Algorithms are provided by SAPCryptolib

1. Under HASH Algorithms:

RSA-MD2 OID 1.2.840.113549.2.2, NULL parameter

RSA-MD4 OID 1.2.840.113549.2.4, NULL parameter

RSA-MD5 OID 1.2.840.113549.2.5, NULL parameter

NIST-SHA OID 1.3.14.3.2.18, NULL parameter

SHA-1 OID 1.3.14.3.2.26, NULL parameter

md2 Same algorithm as RSA-MD2

md4 Same algorithm as RSA-MD4

md5 Same algorithm as RSA-MD5

RIPEMD-160 OID 1.3.36.3.2.1, NULL parameter

ripemd160 Same algorithm as RIPEMD-160

sha Same algorithm as NIST-SHA

sha1 Same algorithm as SHA-1

For more details on which algo.s are supported and provided by SAPCryptolib, please check the following links:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e186c590-0201-0010-af8d-a2697dee13c0

[Secure System Management FAQ|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a0b60eb4-a1fa-2b10-58b6-b83ed4d3ff82]

Regards,

Dipanjan

Hi Friends

Please clarify below points as we are planning to use SHA 256 algorithm with digital certificate while signing using SECULIB libraray.

1) Does SAP support SHA 256 algorithm , if yes doesnt any additional library files are required.

2) Does SAP support SHA 256 algorithm differently from ECC6

Thanks

Lavanya

2 REPLIES 2
Read only

sdipanjan
Active Contributor
0 Likes
728

Please check the below notes:

[Note 455033 - SAPCRYPTOLIB versions, bugs and fixes|https://service.sap.com/sap/support/notes/455033]

[Note 991968 - Value list for login/password_hash_algorithm|https://service.sap.com/sap/support/notes/991968]

Following Algorithms are provided by SAPCryptolib

1. Under HASH Algorithms:

RSA-MD2 OID 1.2.840.113549.2.2, NULL parameter

RSA-MD4 OID 1.2.840.113549.2.4, NULL parameter

RSA-MD5 OID 1.2.840.113549.2.5, NULL parameter

NIST-SHA OID 1.3.14.3.2.18, NULL parameter

SHA-1 OID 1.3.14.3.2.26, NULL parameter

md2 Same algorithm as RSA-MD2

md4 Same algorithm as RSA-MD4

md5 Same algorithm as RSA-MD5

RIPEMD-160 OID 1.3.36.3.2.1, NULL parameter

ripemd160 Same algorithm as RIPEMD-160

sha Same algorithm as NIST-SHA

sha1 Same algorithm as SHA-1

For more details on which algo.s are supported and provided by SAPCryptolib, please check the following links:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e186c590-0201-0010-af8d-a2697dee13c0

[Secure System Management FAQ|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a0b60eb4-a1fa-2b10-58b6-b83ed4d3ff82]

Regards,

Dipanjan

Read only

Former Member
0 Likes
727

not resolved