aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
...
* change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)Paul Kehrer2016-11-181-7/+4
* Raise padding block_size limit to what is allowed by the specs. (#3108)Terry Chia2016-11-151-2/+2
* add ec.private_key_from_secret_and_curve (#3225)Ofek Lev2016-11-111-0/+13
* Fixes #3211 -- fixed hkdf's output with short length (#3215)Alex Gaynor2016-11-061-1/+1
* Add bounds checking for Scrypt parameters. (#3130)Terry Chia2016-09-021-0/+10
* Scrypt Implementation (#3117)Terry Chia2016-09-011-0/+49
* blake2b/blake2s support (#3116)Paul Kehrer2016-08-281-0/+42
* Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)Dirkjan Ochtman2016-07-191-1/+1
* Add flag to toggle key length check for HOTP and TOTP. (#3012)Terry Chia2016-07-162-4/+6
* One shot sign/verification ECDSA (#3029)Aviv Palivoda2016-07-021-0/+12
* One shot sign/verify DSA (#3003)Aviv Palivoda2016-06-301-0/+12
* Fixed #3008 -- expose calculate max pss salt length (#3014)Alex Gaynor2016-06-271-0/+12
* Use `d` instead of `private_exponent` for consistency (#2991)Dirkjan Ochtman2016-06-221-2/+2
* Add convenience methods to sign and verify w/ RSA (#2945)Colleen Murphy2016-06-041-0/+12
* added a repr to the dsa numbers classes (#2961)Alex Gaynor2016-06-031-0/+13
* SSH serialization for public keys (#2957)Alex Gaynor2016-06-031-12/+25
* Fixing typo in asymmetric utils (#2947)Chelsea Winfree2016-06-021-4/+2
* KBKDF cleanup (#2929)Paul Kehrer2016-05-291-1/+1
* NIST SP 800-108 Counter Mode KDF (#2748)Jared2016-05-291-0/+148
* Fixed #2887 -- implement __hash__ on EC numbers classes (#2888)Alex Gaynor2016-04-301-0/+6
* Handle two more error conditions correctlyAlex Gaynor2016-04-021-0/+6
* Merge pull request #2736 from cedk/ANSI_X.923Paul Kehrer2016-03-161-47/+125
|\
| * Don't use subclassCédric Krier2016-03-141-88/+112
| * Make _padding and _check_padding abstractmethodCédric Krier2016-02-271-2/+10
| * Add padding check for ANSI X.923Cédric Krier2016-02-271-1/+3
| * Factorize out common byte paddingCédric Krier2016-02-271-18/+33
| * Added support for padding ANSI X.923Cédric Krier2016-02-271-4/+33
* | improved languagePaul Kehrer2016-03-071-1/+1
* | require mode nonce/iv/tag data to be bytesPaul Kehrer2016-03-071-0/+21
* | We wrote a function, now use itAlex Gaynor2016-03-061-12/+2
* | Correct the error string for a messageAlex Gaynor2016-02-281-1/+1
|/
* Add support for 160 bit ARC4 keysEhren Kret2015-11-281-1/+1
* add ellipticcurvepublicnumbers reprPaul Kehrer2015-10-281-0/+6
* address review feedbackPaul Kehrer2015-10-281-5/+2
* modify approach to use EllipticCurvePublicNumbers methodsPaul Kehrer2015-10-272-34/+28
* remove support for null points, improve docsPaul Kehrer2015-10-271-4/+4
* add support for encoding/decoding elliptic curve pointsPaul Kehrer2015-10-261-0/+34
* update a commentPaul Kehrer2015-10-221-2/+3
* AES keywrap supportPaul Kehrer2015-10-211-0/+84
* better document hte ifaceAlex Gaynor2015-10-171-0/+7
* unused importAlex Gaynor2015-10-171-1/+0
* a refactor to the APIAlex Gaynor2015-10-171-21/+1
* Add an Elliptic Curve Key Exchange Algorithm(ECDH)Simo Sorce2015-10-171-0/+25
* Kill Key Exchange as a separate interfaceSimo Sorce2015-10-151-18/+0
* Introduce Key Exchange Agreements interfaceSimo Sorce2015-10-071-0/+18
* Add X963KDF from ANSI X9.63:2001Simo Sorce2015-09-241-0/+70
* resolve incorrect docs/naming around DSA (r, s) tuple encode/decodePaul Kehrer2015-08-101-0/+26
* Fixes #2199 -- allow SSH keys to have spaces in their commentsAlex Gaynor2015-08-031-2/+2
* Fixed #2143 -- added __hash__ to RSA{Public,Private}NumbersAlex Gaynor2015-07-121-0/+14
* move PublicKeyWithSerialization methods to PublicKeyPaul Kehrer2015-07-043-9/+9