aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography
Commit message (Expand)AuthorAgeFilesLines
...
* Updated BLAKE2s and BLAKE2b error messages from unsupportedalgorithm … (#4519)Colin Metcalf2018-12-081-14/+6
* Raise MemoryError when backend.derive_scrypt can't malloc enough (#4592)Tux2018-12-081-1/+18
* Add RFC 4514 Distinguished Name formatting for Name, RDN and NameAttribute (#...Marti Raudsepp2018-12-082-4/+70
* remove idna as a primary dependency (#4624)Paul Kehrer2018-12-061-12/+17
* encode IssuingDistributionPoint (#4618)Paul Kehrer2018-12-021-0/+23
* centralize our bytes check (#4622)Paul Kehrer2018-12-0217-92/+50
* refactor some code into separate functions in asn1 encode (#4617)Paul Kehrer2018-12-011-20/+31
* allow multi-valued RDNs (#4616)Paul Kehrer2018-11-301-1/+1
* IssuingDistributionPoint support (parse only) (#4552)Paul Kehrer2018-11-303-3/+159
* PKCS12 Basic Parsing (#4553)Paul Kehrer2018-11-282-0/+55
* Move SSH serialization to it's own file (#4607)Alex Gaynor2018-11-244-148/+158
* refactor serialization module into package (#4606)Paul Kehrer2018-11-233-11/+35
* Added comments reminding us to improve this code when we go 1.1.1+ only (#4605)Alex Gaynor2018-11-231-0/+4
* X448 support (#4580)Paul Kehrer2018-11-223-0/+145
* refactor x25519 exchange into utils (#4603)Paul Kehrer2018-11-222-24/+27
* Import idna lazily to reduce our memory consumption (#4601)Alex Gaynor2018-11-231-2/+12
* add sha3 support (#4573)Paul Kehrer2018-11-221-0/+24
* add EVPDigestFinalXOF for extendable output functions (#4589)Paul Kehrer2018-11-131-0/+9
* refactor x25519 keygen into evp_pkey_keygen (#4587)Paul Kehrer2018-11-131-7/+7
* Ed bindings (#4586)Paul Kehrer2018-11-131-0/+9
* error if the key length for x25519 isn't 32 bytes (#4584)Paul Kehrer2018-11-121-0/+4
* add SHA512/224 and SHA512/256 support (#4575)Paul Kehrer2018-11-121-0/+14
* add bindings for early data (#4582)Paul Kehrer2018-11-121-0/+4
* add a little bit of x25519 interface docs we missed (#4574)Paul Kehrer2018-11-121-3/+9
* x448 bindings (#4577)Paul Kehrer2018-11-121-0/+8
* add EVP raw key bindings (#4578)Paul Kehrer2018-11-121-0/+10
* add a few more EC OIDs (#4572)Paul Kehrer2018-11-111-0/+13
* Remove unnecessary use of six.binary_type (#4569)Jon Dufresne2018-11-111-1/+1
* reopen master for 2.5 development (#4571)Paul Kehrer2018-11-111-1/+1
* Revert O_CLOEXEC change to fix builds (#4570)Alex Gaynor2018-11-111-1/+1
* bump versions and update changelog for 2.4 release (#4568)Paul Kehrer2018-11-111-1/+1
* add various new TLS bindings (#4555)Paul Kehrer2018-11-031-0/+12
* add EC OIDs (#4435)Paul Kehrer2018-10-301-0/+10
* move ObjectIdentifier to break an upcoming import cycle (#4550)Paul Kehrer2018-10-302-59/+68
* Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)Paul Kehrer2018-10-292-0/+35
* create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)Paul Kehrer2018-10-294-47/+37
* add SCT_get0_signature (#4540)Paul Kehrer2018-10-281-0/+1
* OCSP response builder (#4485)Paul Kehrer2018-10-283-10/+279
* add IDP OID and docs (#4533)Paul Kehrer2018-10-281-0/+4
* refactor _decode_dist_points (#4536)Paul Kehrer2018-10-281-64/+67
* add _create_asn1_time (#4524)Paul Kehrer2018-10-241-12/+10
* refactor set_asn1_time to take a datetime (#4516)Paul Kehrer2018-10-231-14/+7
* next_update is not a required field on OCSP responses (#4513)Paul Kehrer2018-10-231-2/+4
* Add definitions that help with hostname checking (#4492)Kai Engert2018-10-101-0/+15
* Use our cryptography-specific warning class (#4493)Alex Gaynor2018-10-101-1/+1
* OCSP response serialization (#4482)Paul Kehrer2018-10-061-0/+13
* support extensions in the OCSP request builder (#4481)Paul Kehrer2018-10-063-6/+37
* Cleanup _encode_asn1_str_gc: don't require the length as an argument (#4484)Alex Gaynor2018-10-072-15/+11
* add OCSP basic response extension parsing (#4479)Paul Kehrer2018-10-063-1/+23
* consolidate the duplicate extension check (#4483)Paul Kehrer2018-10-061-19/+11