summaryrefslogtreecommitdiff
path: root/docs/hazmat/primitives
Commit message (Expand)AuthorAgeFilesLines
* update MAC docs (#8777)Paul Kehrer2023-04-212-2/+2
* 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-073-60/+191
* 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-204-14/+14
* add support for bytes-like objects in data and associated_data in aead algori...Mat2023-02-021-19/+36
* 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
* Update code to match Django recommendations (#7932)April King2022-12-231-2/+2
* remove reference to raising NotImplementedError in update_into (#7781)Alex Gaynor2022-11-071-2/+0
* 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
* docs: update of ChaCha20 specification in hazmat (#7622)sec00re2022-09-181-1/+3
* fix comment, no version of openssl has these (#7596)Alex Gaynor2022-09-111-1/+1
* Fix linkcheck -- ignore expired cert on SM3 website (#7583)Alex Gaynor2022-09-091-1/+1
* support setting more PKCS12 serialization encryption options (#7560)Paul Kehrer2022-09-051-14/+113
* add AES128/AES256 classes (#7542)Paul Kehrer2022-08-261-0/+22
* PoC for making key serialization more configurable (#7520)Alex Gaynor2022-08-221-2/+48
* docs: add missing backquote (#7517)Jean Paul Galea2022-08-161-1/+1
* KBKDF: add CounterLocation.MiddleFixed (#7489)Jean Paul Galea2022-08-151-4/+27
* update link in docs (#7485)Alex Gaynor2022-08-051-2/+2
* Point people at AEADs in symmetric encryption docs (#7326)Alex Gaynor2022-06-101-6/+10
* add note that load_pem_private_key is the wrong func for SSH keys (#7315)Paul Kehrer2022-06-061-0/+4
* Doc: Add parameter nonce for class ChaCha20 (#7202)Yang Yang2022-05-071-1/+1
* 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
* SIV support (#7029)Paul Kehrer2022-04-021-0/+86
* support 12-15 byte nonce sizes in OCB3 (#7011)Paul Kehrer2022-03-291-1/+1
* Serialize PKCS12 CA alias/friendlyName (#6910)ajoino2022-03-291-1/+6
* allow ed pk12, better tests (#6865)whiteowl32022-02-271-3/+7
* Found another place where ancient PBKDF2 iterations were listed (#6816)April King2022-01-241-2/+2
* fix: fixed confusing typo on DSA docs (#6662)Natalia Maximo2021-11-271-1/+1
* OCB3 support (#6607)Paul Kehrer2021-11-141-0/+72
* deprecate backend part 5 of n (#6523)Paul Kehrer2021-11-031-14/+2
* deprecate backend part 4 of n (#6522)Paul Kehrer2021-11-026-139/+28
* 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
* fixes #6486 -- update the bounds on how much data AEADs can handle (#6488)Alex Gaynor2021-10-281-3/+3
* PKCS12: return 'friendly name' with PKCS12KeyAndCertificates API (#6348)Felix Fontein2021-10-061-0/+60
* Implement KBKDFCMAC (#6181)kjackiewicz2021-09-031-0/+137
* Add more demonstrative code to examples (#6234)match man2021-08-291-3/+8
* fix OAEP pdf link (#6195)Paul Kehrer2021-08-081-1/+1