index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptography
/
hazmat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
error if the key length for x25519 isn't 32 bytes (#4584)
Paul Kehrer
2018-11-12
1
-0
/
+4
*
add SHA512/224 and SHA512/256 support (#4575)
Paul Kehrer
2018-11-12
1
-0
/
+14
*
add bindings for early data (#4582)
Paul Kehrer
2018-11-12
1
-0
/
+4
*
add a little bit of x25519 interface docs we missed (#4574)
Paul Kehrer
2018-11-12
1
-3
/
+9
*
x448 bindings (#4577)
Paul Kehrer
2018-11-12
1
-0
/
+8
*
add EVP raw key bindings (#4578)
Paul Kehrer
2018-11-12
1
-0
/
+10
*
add a few more EC OIDs (#4572)
Paul Kehrer
2018-11-11
1
-0
/
+13
*
add various new TLS bindings (#4555)
Paul Kehrer
2018-11-03
1
-0
/
+12
*
add EC OIDs (#4435)
Paul Kehrer
2018-10-30
1
-0
/
+10
*
move ObjectIdentifier to break an upcoming import cycle (#4550)
Paul Kehrer
2018-10-30
1
-0
/
+67
*
Add eq/ne/hash to PrecertificateSignedCertificateTimestamps (#4534)
Paul Kehrer
2018-10-29
1
-0
/
+20
*
create & use _evp_md_from_algorithm and _evp_md_non_null_from_algorithm (#4542)
Paul Kehrer
2018-10-29
4
-47
/
+37
*
add SCT_get0_signature (#4540)
Paul Kehrer
2018-10-28
1
-0
/
+1
*
OCSP response builder (#4485)
Paul Kehrer
2018-10-28
2
-1
/
+107
*
refactor _decode_dist_points (#4536)
Paul Kehrer
2018-10-28
1
-64
/
+67
*
add _create_asn1_time (#4524)
Paul Kehrer
2018-10-24
1
-12
/
+10
*
refactor set_asn1_time to take a datetime (#4516)
Paul Kehrer
2018-10-23
1
-14
/
+7
*
next_update is not a required field on OCSP responses (#4513)
Paul Kehrer
2018-10-23
1
-2
/
+4
*
Add definitions that help with hostname checking (#4492)
Kai Engert
2018-10-10
1
-0
/
+15
*
Use our cryptography-specific warning class (#4493)
Alex Gaynor
2018-10-10
1
-1
/
+1
*
OCSP response serialization (#4482)
Paul Kehrer
2018-10-06
1
-0
/
+13
*
support extensions in the OCSP request builder (#4481)
Paul Kehrer
2018-10-06
2
-1
/
+19
*
Cleanup _encode_asn1_str_gc: don't require the length as an argument (#4484)
Alex Gaynor
2018-10-07
2
-15
/
+11
*
add OCSP basic response extension parsing (#4479)
Paul Kehrer
2018-10-06
2
-1
/
+17
*
support OCSP response parsing (#4452)
Paul Kehrer
2018-10-01
2
-4
/
+254
*
add ed25519 bindings (#4476)
Paul Kehrer
2018-09-26
1
-0
/
+17
*
OCSP request extension parsing (#4464)
Paul Kehrer
2018-09-09
2
-2
/
+23
*
refactor asn1_time_set to be useful in a future PR (#4465)
Paul Kehrer
2018-09-09
1
-27
/
+27
*
don't sort the serial numbers in a parsed CRL (#4457)
Paul Kehrer
2018-09-04
1
-2
/
+12
*
small refactor of OCSP request parsing (#4447)
Paul Kehrer
2018-09-01
1
-38
/
+54
*
Fixes #4333 -- added support for precert poison extension (#4442)
Alex Gaynor
2018-08-31
2
-5
/
+22
*
Simplify OCSP no check serialization (#4444)
Alex Gaynor
2018-08-31
1
-5
/
+2
*
refactor ocsp request parsing and generation to support only one cert (#4439)
Paul Kehrer
2018-08-31
2
-50
/
+22
*
Fixes #3460 -- deprecate OpenSSL 1.0.1 (#4427)
Alex Gaynor
2018-08-31
1
-0
/
+16
*
Fixed two memory leaks in x509 csr extensions (#4434)
Alex Gaynor
2018-08-31
2
-3
/
+16
*
make an ocsp request (#4402)
Paul Kehrer
2018-08-30
1
-0
/
+16
*
1.1.0 locks (#4420)
Paul Kehrer
2018-08-29
2
-1
/
+3
*
add bindings for SCT creation (#4407)
Paul Kehrer
2018-08-20
1
-0
/
+7
*
OCSP request parsing (#4393)
Paul Kehrer
2018-08-15
2
-0
/
+130
*
Refs #4375 -- integrate wycheproof AES CCM tests (#4379)
Alex Gaynor
2018-08-02
1
-1
/
+1
*
Add more SSL_CIPHER_* functions, necessary to implement ctx.get_ciphers() in ...
Amaury Forgeot d'Arc
2018-07-23
1
-0
/
+11
*
sign is a method (#4362)
Paul Kehrer
2018-07-20
1
-1
/
+1
*
also check iv length for GCM nonce in AEAD (#4350)
Paul Kehrer
2018-07-17
1
-0
/
+2
*
raise ValueError on zero length GCM IV (#4348)
Paul Kehrer
2018-07-17
1
-0
/
+2
*
disallow implicit tag truncation with finalize_with_tag (#4342)
Paul Kehrer
2018-07-17
2
-0
/
+6
*
add crl.get_revoked_certificate method (#4331)
Paul Kehrer
2018-07-16
1
-0
/
+19
*
Change the exception we raise in keywrap unwrapping on invalid length (#4337)
Alex Gaynor
2018-07-16
1
-3
/
+3
*
document one shot AEAD length restrictions (#4322)
Paul Kehrer
2018-07-14
1
-0
/
+24
*
raise valueerror for null x25519 derived keys (#4332)
Paul Kehrer
2018-07-12
1
-1
/
+5
*
we don't actually care about the errstack here, it's an invalid signature (#4...
Paul Kehrer
2018-07-10
1
-2
/
+1
[prev]
[next]