Lines Matching full:pkcs
38 -- Andreas contributed PKCS #1 v1.5 code that merged cleanly with the existing PKCS code. w00t.
63 -- Added RSA PKCS #1 v1.5 signature/encrypt tests to rsa_test.c
218 -- rsa_import() can now read OpenSSL format DER public keys as well as the PKCS #1 RSAPublicKey format.
219 Note that rsa_export() **ONLY** writes PKCS #1 formats
274 -- Pekka helped me clean up the PKCS #1 v2.1 [OAEP/PSS] code
285 -- Added DERs for missing hashes, but just the OID not the PKCS #1 v1.5 additions.
286 -- Removed PKCS #1 v1.5 from the tree since it's taking up space and you ought to use v2.1 anyways
459 -- RSA is now fully joy. rsa_export/rsa_import use PKCS #1 encodings and should be
468 ++ Minor update, switch RSA to use the PKCS style CRT
481 PKCS #1 v2.0 padding. (updated other rsa_* functions)
513 v0.97b -- Added PKCS #1 v1.5 RSA encrypt/sign helpers (like rsa_sign_hash, etc...)
554 -- Reduced stack usage in PKCS #1 v2.0 padding functions (by several KBs)
558 -- Reduced stack usage in OMAC/PMAC/HMAC/EAX/OCB/PKCS#5 by mallocing any significant sized
582 -- replaced old RSA code with new code that uses PKCS #1 v2.0 padding
585 -- Added PKCS #1 v1.5 RSA encryption and signature padding routines
610 -- Added PKCS #5 support
612 -- Added PKCS #1 OAEP and PSS support.
990 -- Removed the PKCS code since it was incomplete. In the future I plan on writing a "add-on" library that
991 provides PKCS support...
1145 -- Partial PKCS support [hint DONT USE IT YET CUZ ITS UNTESTED!]