aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
Commit message (Expand)AuthorAgeFilesLines
...
* scrypt can be doctested now that we're using 1.1.0 (#3688)Paul Kehrer2017-06-071-1/+1
* fix symmetric encryption interfaces heading (#3676)Paul Kehrer2017-06-041-1/+1
* document invalidtag (#3675)Paul Kehrer2017-06-041-0/+11
* deprecate signer/verifier on asymmetric keys (#3663)Paul Kehrer2017-06-035-196/+105
* make signature and verification contexts error better re: prehashed (#3658)Paul Kehrer2017-06-021-0/+12
* FreeBSD 10 and higher use Fortuna, not Yarrow (#3652)Jeroen Ruigrok van der Werven2017-06-011-2/+4
* reorder the primitives list and improve a few titles (#3640)Paul Kehrer2017-05-293-9/+9
* move MACContext to mac.py and eliminate interfaces.py (#3631)Paul Kehrer2017-05-296-87/+38
* strongly encourage the use of fernet, document its limitation (#3623)Paul Kehrer2017-05-271-0/+3
* Modify DH/ECDH examples to be explicit for DHE/ECDHE (#3622)Paul Kehrer2017-05-272-3/+32
* Put the exchange method on the correct interface (#3591)Alex Gaynor2017-05-241-12/+12
* Update the docs to not be redundant and wrong (#3593)Paul Kehrer2017-05-241-3/+0
* add convenience methods for key_size on EC{Public,Private}Key (#3587)Paul Kehrer2017-05-231-0/+18
* let's deprecate some hashes we should never have exposed (#3584)Paul Kehrer2017-05-231-16/+0
* Document DH in serialization (#3569)Aviv Palivoda2017-05-231-1/+10
* Let's help out the newbies (#3572)Cory Benfield2017-05-221-2/+5
* remove multibackend (#3555)Paul Kehrer2017-05-202-52/+2
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-205-66/+0
* Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...Alex Gaynor2017-05-101-14/+19
* add a changelog entry for finalize_with_tag and move the note (#3531)Paul Kehrer2017-05-021-4/+4
* postpone GCM authentication tag requirement until finalization (#3421)Philipp Gesang2017-05-021-8/+48
* Update symmetric-encryption.rst (#3479)gdmnbt2017-03-231-0/+1
* Be on brand: it's macOS (#3456)Alex Gaynor2017-03-153-4/+4
* fix typo (#3442)Ofek Lev2017-03-121-1/+1
* DH subgroup order (q) (#3369)Aviv Palivoda2017-03-052-5/+22
* Update NIST urls in docs (#3418)Alex Gaynor2017-02-272-3/+3
* SHA-1 is broken, run for the hills (#3417)Alex Gaynor2017-02-231-15/+16
* Use HTTPS urls for a few more websites (#3416)Alex Gaynor2017-02-231-1/+1
* Two random grammar fixes (#3402)Alex Gaynor2017-02-181-1/+1
* add support for update_into on CipherContext (#3190)Paul Kehrer2017-02-161-0/+43
* DH serialization (#3297)Aviv Palivoda2017-02-071-0/+46
* add openssl_version_number & doc openssl_version_text (#3329)Paul Kehrer2016-12-211-0/+14
* Drop 1.0.0 (#3312)Alex Gaynor2016-12-132-2/+2
* document DHBackend is implemented for OpenSSL (#3304)Paul Kehrer2016-12-111-0/+1
* Scrypt docs code example contradict RFC 7914 (#3302) (#3303)Nick Badger2016-12-101-12/+14
* New osrandom_engine in C (#3229)Christian Heimes2016-12-091-0/+21
* OpenSSL DH backend implementation [Second attempt] (#2914)Aviv Palivoda2016-11-262-45/+126
* update docs and changelog for prehashed support (#3268)Paul Kehrer2016-11-201-3/+15
* add support for prehashing in ECDSA sign/verify (#3267)Paul Kehrer2016-11-201-1/+5
* support prehashed sign/verify in DSA (#3266)Paul Kehrer2016-11-201-2/+12
* support RSA verify with prehashing (#3265)Paul Kehrer2016-11-202-2/+19
* support prehashing in RSA sign (#3238)Paul Kehrer2016-11-202-1/+40
* change derive_elliptic_curve_public_point to return EllipticCurvePubl… (#3243)Paul Kehrer2016-11-182-5/+7
* Raise padding block_size limit to what is allowed by the specs. (#3108)Terry Chia2016-11-151-2/+2
* Add a bytes method to get the DER ASN.1 encoding of an X509 name. (#3236)Paul Kehrer2016-11-131-0/+8
* add ec.private_key_from_secret_and_curve (#3225)Ofek Lev2016-11-112-0/+25
* Last pass over fixing the links (#3224)Alex Gaynor2016-11-062-2/+2
* Update the commoncrypto links (#3223)Alex Gaynor2016-11-062-2/+2
* Link to our implementation of scrypt, now that we have it (#3189)Alex Gaynor2016-10-071-2/+2
* EC samples for verifying a singature, + serialization (#3076)Alex Railean2016-09-251-0/+79