aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* add support for update_into on CipherContext (#3190)Paul Kehrer2017-02-161-0/+43
* DH serialization (#3297)Aviv Palivoda2017-02-071-0/+46
* Scrypt docs code example contradict RFC 7914 (#3302) (#3303)Nick Badger2016-12-101-12/+14
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-261-43/+120
* update docs and changelog for prehashed support (#3268)Paul Kehrer2016-11-201-3/+15
* add support for prehashing in ECDSA sign/verify (#3267)Paul Kehrer2016-11-201-1/+5
* support prehashed sign/verify in DSA (#3266)Paul Kehrer2016-11-201-2/+12
* support RSA verify with prehashing (#3265)Paul Kehrer2016-11-202-2/+19
* support prehashing in RSA sign (#3238)Paul Kehrer2016-11-202-1/+40
* change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)Paul Kehrer2016-11-181-3/+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/+16
* Last pass over fixing the links (#3224)Alex Gaynor2016-11-061-1/+1
* Link to our implementation of scrypt, now that we have it (#3189)Alex Gaynor2016-10-071-2/+2
* EC samples for verifying a singature, + serialization (#3076)Alex Railean2016-09-251-0/+79
* Fix typo in `symmetric-encryption.rst` (#3138)Alex Chan2016-09-041-1/+1
* Add bounds checking for Scrypt parameters. (#3130)Terry Chia2016-09-021-0/+3
* Scrypt Implementation (#3117)Terry Chia2016-09-011-0/+107
* some docs cleanups + changelog (#3122)Alex Gaynor2016-08-301-3/+2
* Mention that blake2 is not vulnerable to length-extension attacks (#3118)Alex Gaynor2016-08-291-1/+4
* blake2b/blake2s support (#3116)Paul Kehrer2016-08-281-0/+31
* Fix docs to clarify the less than 256 limit for Padding(). (#3099)Terry Chia2016-08-241-2/+2
* Update example code to use recommended 160 bits (#3088)Dave Brondsema2016-08-161-2/+2
* Remove provider language from docs (#3072)Gabriel Orisaka2016-07-318-68/+54
* Clarify what to pass to the sign-function (#3066)Loy2016-07-301-1/+1
* Removed provider language from asymmetric primitives docs (#3052)Gabriel Orisaka2016-07-265-132/+91
* Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)Dirkjan Ochtman2016-07-191-1/+3
* A few small cleanups (#3046)Alex Gaynor2016-07-181-2/+2
* Add flag to toggle key length check for HOTP and TOTP. (#3012)Terry Chia2016-07-161-2/+22
* One shot sign/verification ECDSA (#3029)Aviv Palivoda2016-07-022-5/+46
* one shot verify documentation fix (#3031)Aviv Palivoda2016-06-302-4/+4
* One shot sign/verify DSA (#3003)Aviv Palivoda2016-06-301-0/+53
* Fixed #3008 -- expose calculate max pss salt length (#3014)Alex Gaynor2016-06-271-4/+17
* rest syntaxAlex Gaynor2016-06-271-1/+1
* Fixes #2992 -- clearly link to a key dumping docs in serialization mo… (#3013)Alex Gaynor2016-06-251-0/+10
* Use `d` instead of `private_exponent` for consistency (#2991)Dirkjan Ochtman2016-06-221-4/+4
* Clean up some of the nonsense in our DSA docs. (#2969)Alex Gaynor2016-06-041-5/+5
* Add convenience methods to sign and verify w/ RSA (#2945)Colleen Murphy2016-06-041-3/+73
* Refs #1478 -- attempt to improve our nonsense docs for ECCurve.key_size (#2959)Alex Gaynor2016-06-031-1/+2
* SSH serialization for public keys (#2957)Alex Gaynor2016-06-031-0/+13
* NIST SP 800-108 Counter Mode KDF (#2748)Jared2016-05-291-0/+150
* Fixed #2859 -- document that SHA-1 is the worst (#2925)Alex Gaynor2016-05-291-1/+3
* Merge pull request #2736 from cedk/ANSI_X.923Paul Kehrer2016-03-161-0/+45
|\
| * Add version in the docCédric Krier2016-03-151-0/+2
| * Add wikipedia link to ANSI X.923Cédric Krier2016-02-271-4/+6
| * Added support for padding ANSI X.923Cédric Krier2016-02-271-0/+41
* | HTTPS some links, in the odd event users of a cryptographic library would car...Alex Gaynor2016-03-063-3/+3
|/
* Clearly document that this is a good exampleAlex Gaynor2016-02-101-0/+3
* As always, recommend cryptoing while you cryptoAlex Gaynor2016-02-021-1/+1
* Minor doc tweak per issue #2694Phoebe Queen2016-01-291-1/+5