summaryrefslogtreecommitdiff
path: root/docs/hazmat/primitives/asymmetric
Commit message (Expand)AuthorAgeFilesLines
* we made WithSerialization an alias to the main types long ago (#8698)Paul Kehrer2023-04-105-82/+14
* Make Union type aliases a documented public API (#8168)Marti Raudsepp2023-03-072-59/+181
* Update serialization.rst (#8464)Marty Hill2023-03-061-1/+1
* fixes #8374 -- removed docs for removed method (#8377)Alex Gaynor2023-02-221-16/+0
* Add shortcut methods for exporting EC keys as raw bytes (#8357)David Buchanan2023-02-224-0/+108
* Fix SSHCertificateBuilder sample code (#8373)Jake2023-02-221-3/+2
* embrace my inner nitpicker (#8361)Paul Kehrer2023-02-202-10/+10
* deprecate the rest of DSA support for SSH (#8013)Paul Kehrer2023-01-092-1/+10
* more rigorously document that our verify methods return none (#8010)Paul Kehrer2023-01-085-0/+5
* switch to using integers for valid_after/valid_before in SSH certs (#8007)Paul Kehrer2023-01-081-18/+16
* SSHCertificateBuilder (#8004)Paul Kehrer2023-01-081-1/+125
* support SSH certificate parsing (#7960)Paul Kehrer2023-01-071-0/+173
* Typo fixes (#7942)Alex Gaynor2022-12-282-3/+3
* add canonical names to Sphinx class documentation (#7938)Mathias Ertl2022-12-261-0/+6
* more warnings and context around RSA online decryption (#7699)Paul Kehrer2022-10-121-0/+5
* add unsafe_skip_rsa_key_validation (#7667)Paul Kehrer2022-10-032-4/+44
* support setting more PKCS12 serialization encryption options (#7560)Paul Kehrer2022-09-051-14/+113
* PoC for making key serialization more configurable (#7520)Alex Gaynor2022-08-221-2/+48
* add note that load_pem_private_key is the wrong func for SSH keys (#7315)Paul Kehrer2022-06-061-0/+4
* Add support for PSS.AUTO and PSS.DIGEST_LENGTH (#7082)Paul Kehrer2022-04-161-1/+16
* serialize certs to pkcs7 (#7034)Paul Kehrer2022-04-041-0/+11
* Serialize PKCS12 CA alias/friendlyName (#6910)ajoino2022-03-291-1/+6
* allow ed pk12, better tests (#6865)whiteowl32022-02-271-3/+7
* fix: fixed confusing typo on DSA docs (#6662)Natalia Maximo2021-11-271-1/+1
* deprecate backend part 3 of n (#6521)Paul Kehrer2021-11-025-134/+42
* deprecate backend part 2 of n (#6518)Paul Kehrer2021-11-021-19/+6
* PKCS12: return 'friendly name' with PKCS12KeyAndCertificates API (#6348)Felix Fontein2021-10-061-0/+60
* fix OAEP pdf link (#6195)Paul Kehrer2021-08-081-1/+1
* 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
* 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
* 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-241-0/+124
* update docs to not use backends (#5404)Paul Kehrer2020-08-298-60/+24
* add some words about separating ECDH and ECDSA (#5423)Paul Kehrer2020-08-241-0/+9
* 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
* make backend optional in serialization (#5392)Paul Kehrer2020-08-151-18/+18
* support PKCS7 certificate parsing (#5371)Paul Kehrer2020-08-041-0/+50
* PKCS12 support (#5325)Paul Kehrer2020-07-201-0/+39