diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-06-02 15:11:03 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-06-02 15:11:03 -0700 |
commit | 3079299eab48366de44b103125335ece4016dd8e (patch) | |
tree | 5afa25a5363b406bcefd5c73a41c31f4788ebf80 /docs/development/test-vectors.rst | |
parent | 7185641941ebf5157f6c5824c4e17a7f854de24c (diff) | |
download | cryptography-3079299eab48366de44b103125335ece4016dd8e.tar.gz cryptography-3079299eab48366de44b103125335ece4016dd8e.tar.bz2 cryptography-3079299eab48366de44b103125335ece4016dd8e.zip |
add RSA OAEP SHA2 vectors via custom vector creation (#2829)
* add RSA OAEP SHA2 vectors via custom vector creation
* update the docs
* retab
* remove sha2 oaep support (it will be added again in another PR)
* add header to each vector file
* Add Java 8 Bouncy Castle based verification of RSA-OAEP SHA-2 test vectors (#4)
* Update Java verifier to skip past test vector file header if present (#5)
* Update Java verifier to skip past test vector file header if present
* Fix tabs vs. space whitespace
* generate sha1 oaep permutations as well + verify support in java
* address review feedback
Diffstat (limited to 'docs/development/test-vectors.rst')
-rw-r--r-- | docs/development/test-vectors.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/development/test-vectors.rst b/docs/development/test-vectors.rst index 61717cfc..4f0ece5c 100644 --- a/docs/development/test-vectors.rst +++ b/docs/development/test-vectors.rst @@ -44,6 +44,7 @@ Custom asymmetric vectors :maxdepth: 1 custom-vectors/secp256k1 + custom-vectors/rsa-oaep-sha2 * ``asymmetric/PEM_Serialization/ec_private_key.pem`` and ``asymmetric/DER_Serialization/ec_private_key.der`` - Contains an Elliptic |