summaryrefslogtreecommitdiff
path: root/docs/hazmat
Commit message (Expand)AuthorAgeFilesLines
* properly document the return of load_ssh_private_key (#5927)Paul Kehrer2021-03-211-4/+4
* document that we support more keys in our asymmetric loaders. (#5926)Paul Kehrer2021-03-211-0/+16
* Add exceptions to Ed25519PrivateKey and Edd25519PublicKey methods. (#5898)Ajitomi, Daisuke2021-03-071-0/+10
* tell people SM3/SM4 are available for compat/compliance reasons (#5878)Paul Kehrer2021-02-282-4/+6
* Add SM4 symmetric block cipher (#5834)tobyp2021-02-281-0/+15
* Add SM3 hash algorithm (#5833)tobyp2021-02-281-0/+15
* remove DSAParametersWithNumbers (#5724)Paul Kehrer2021-01-311-7/+0
* make PrivateKeyWithSerialization an alias of PrivateKey (#5722)Paul Kehrer2021-01-315-55/+37
* Added information on what encrypt raises (#5686)Chkoupinator2021-01-091-0/+4
* 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
* Delete all the 1.0.2 code (#5511)Alex Gaynor2020-10-251-1/+1
* 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
* Remove bindings docs (#5469)Alex Gaynor2020-09-202-69/+0
* 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
* add changelog and update backend docs for optional change (#5401)Paul Kehrer2020-08-151-3/+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
* disable the osrandom engine on 1.1.1d+ (#5317)Paul Kehrer2020-07-191-0/+6
* 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-043-11/+2
* 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