summaryrefslogtreecommitdiff
path: root/docs/hazmat
Commit message (Expand)AuthorAgeFilesLines
* 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 6 of n (#6524)Paul Kehrer2021-11-033-795/+0
* 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
* Convert CRL creation to Rust (#6496)Alex Gaynor2021-10-311-20/+0
* Convert CSR creation to Rust (#6495)Alex Gaynor2021-10-311-22/+0
* remove docs for removed backend methods (#6493)Alex Gaynor2021-10-291-26/+0
* Convert x.509 certificate generation to Rust (#6479)Alex Gaynor2021-10-291-19/+0
* 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
* parse certificates with pure rust (#6147)Paul Kehrer2021-07-251-12/+0
* Remove straddling jargon "text". (#6067)Benjamin Peterson2021-05-251-4/+4
* Fix typo: ANSI X.923 to ANSI X9.23 (#5989)Yang Yang2021-04-201-2/+2
* 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