Slide 9
Slide 9 text
いっぱい実装しよう
• ASN.1(必要な部分のみ)
• X.509(RFC 5280 Section 4.1. Basic Certificate Fields)
• 秘密鍵
• RSA(RFC 8017 Section A.1. RSA Key Representation)
• EC(RFC 5915 Section 3. Elliptic Curve Private Key Format)
• RSAでの署名,検証(RFC8017, PKCS#1)
• RSA自体の実装(モンゴメリ冪乗法 等)
• rsa_pss_rsae(Section 8.1. RSASSA-PSS)
• MGF1も(Section B.2.1. MGF1)
• rsa_pkcs1(Section 8.2. RSASSA-PKCS1-v1_5)