summaryrefslogtreecommitdiff
path: root/docs/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* we didn't actually commit the final doc fixes for the recover PR (#5614)Paul Kehrer2020-12-091-9/+9
* Add support for RSA signature recovery (#5573)Zoltan Kelemen2020-12-071-0/+49
* Document that PKCS1v1.5 is not constant time (#5600)Alex Gaynor2020-12-061-0/+5
* Document that Firefox doesn't support unencrypted pkcs12 (#5596)Alex Gaynor2020-12-011-0/+6
* Reduce granularity of error msging when deserializing keys (#5588)Paul Kehrer2020-11-261-5/+3
* PKCS7SignatureBuilder now supports new option NoCerts when signing (#5500)frennkie2020-10-251-0/+7
* allow additional certificates to be added to a pkcs7 (#5498)Paul Kehrer2020-10-251-0/+8
* PKCS7SignatureBuilder now supports three serializations (#5497)Paul Kehrer2020-10-241-7/+14
* migrate smime builder to pkcs7 module and rename (#5496)Paul Kehrer2020-10-243-129/+124
* smime signer support (#5465)Paul Kehrer2020-09-192-0/+129
* allow bytes-like for padding (#5462)Paul Kehrer2020-09-131-1/+2
* Be clear that a lack of authentication often means you don't have secrecy (#5...Alex Gaynor2020-09-051-1/+2
* update docs to not use backends (#5404)Paul Kehrer2020-08-2914-118/+36
* add some words about separating ECDH and ECDSA (#5423)Paul Kehrer2020-08-241-0/+9
* HOTP and TOTP should also have optional backends (#5402)Paul Kehrer2020-08-151-6/+6
* make backend arg optional for rsa (#5396)Paul Kehrer2020-08-151-6/+6
* optional backend for dh, dsa, ec (#5395)Paul Kehrer2020-08-153-26/+26
* optional backend for hash, cipher, cmac, hmac, keywrap (#5394)Paul Kehrer2020-08-155-16/+16
* make backend optional in serialization (#5392)Paul Kehrer2020-08-151-18/+18
* remove KDF backend requirements (#5389)Paul Kehrer2020-08-141-20/+18
* support PKCS7 certificate parsing (#5371)Paul Kehrer2020-08-041-0/+50
* PKCS12 support (#5325)Paul Kehrer2020-07-201-0/+39
* support 4096 bit DSA parsing from numbers classes (#5301)Paul Kehrer2020-07-051-10/+24
* Reorganize KDF docs (#5297)Marko Kreen2020-07-051-220/+250
* constrain RSA key generation more heavily (#5288)Paul Kehrer2020-06-281-2/+6
* Support OpenSSH private key serialization format (#5146)Marko Kreen2020-06-205-7/+84
* Add missing exceptions to documentation in key derivation function primitives...Henry Turner2020-06-121-0/+30
* Update symmetric-encryption.rst (#5240)Charles Y2020-04-291-1/+1
* fixed linkcheck (#5188)Alex Gaynor2020-04-111-1/+1
* Drop support for OpenSSL 1.0.1 (#5178)Alex Gaynor2020-04-041-9/+0
* Fix several CI breakages (#5138)Alex Gaynor2020-03-191-3/+3
* issue-5039: added documentation for curve attribute on EllipticCurveP… (#5045)jschmidtlein2019-11-041-0/+6
* fix copy pasta in example snippet (#5033)Ofek Lev2019-10-231-2/+1
* Move `backend` argument in Scrypt documentation (#5027)Jeremy Lainé2019-10-181-3/+2
* Correctly document `backend` argument of KBKDFHMAC (#5026)Jeremy Lainé2019-10-181-2/+2
* Improve documentation for ECDSA sign and verify (#4970)Harry Stern2019-08-161-6/+17
* add class methods for poly1305 sign verify operations (#4932)Jeff Yang2019-07-081-0/+45
* Fix typo in docs hazmat Ed448 (#4886)Stephen.Y2019-05-101-1/+1
* Crypto Docs Get Cryptography (#4850)Alex Gaynor2019-04-173-3/+3
* update ed25519 docs to note we support openssh serialization (#4814)Paul Kehrer2019-03-181-5/+12
* poly1305 support (#4802)Paul Kehrer2019-03-092-0/+88
* remove maccontext (#4803)Paul Kehrer2019-03-071-36/+4
* support ed25519 openssh public keys (#4785)Paul Kehrer2019-02-271-5/+2
* ed448 support (#4610)Paul Kehrer2019-02-272-0/+132
* ed25519 support (#4114)Paul Kehrer2019-02-262-0/+160
* add an EC OID to curve dictionary mapping (#4759)Paul Kehrer2019-02-201-0/+15
* Updated link to PKCS#3 -- fixes #4671 (#4722)Alex Gaynor2019-01-211-1/+1
* deprecate encode_point and migrate all internal callers (#4720)Paul Kehrer2019-01-201-0/+6
* add support for encoding compressed points (#4638)Paul Kehrer2019-01-202-4/+34
* shake128/256 support (#4611)Paul Kehrer2019-01-191-0/+30