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
...
*
fix a memory leak when calling X25519PrivateKey.public_key() (#4326)
Paul Kehrer
2018-07-10
1
-0
/
+4
*
fix encoding BMPString in x509 name entries (#4321)
Paul Kehrer
2018-07-09
1
-2
/
+7
*
Convert a pair of asserts to use openssl_assert (#4318)
Alex Gaynor
2018-07-09
1
-2
/
+2
*
Make our locking setup function compy with our style guide (#4316)
Alex Gaynor
2018-07-06
1
-1
/
+1
*
since the generator order is 570 bits this should be 570 (#4307)
Paul Kehrer
2018-07-04
1
-1
/
+1
*
Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)
Alex Gaynor
2018-06-20
1
-0
/
+7
*
Add clearer message when key type is not bytes (#4289)
Vladyslav Moisieienkov
2018-06-20
1
-0
/
+3
*
deprecate pythons without hmac.compare_digest (#4261)
Paul Kehrer
2018-05-24
1
-0
/
+9
*
remove block size as a required part of HashAlgorithm (#4249)
Paul Kehrer
2018-05-16
1
-6
/
+0
*
Future proofing use of the six python version constants (#4238)
Eric Brown
2018-05-14
1
-2
/
+2
*
Validate the public/private halves of EC keys on import. (#4241)
David Benjamin
2018-05-14
1
-3
/
+4
*
Fix some stuttering. (#4240)
David Benjamin
2018-05-14
1
-3
/
+0
*
Clean up unused EC bindings. (#4225)
David Benjamin
2018-05-14
1
-4
/
+0
*
Check for CMAC_Init errors. (#4232)
David Benjamin
2018-05-12
1
-1
/
+2
*
fixed variable name to be correct (#4226)
Alex Gaynor
2018-05-11
1
-3
/
+3
*
update link to draft rfc (#4214)
Alex Gaynor
2018-05-02
1
-1
/
+1
*
add custom extensions functions for openssl >=1.0.2 (#4202)
Denis Lila
2018-04-21
1
-0
/
+9
*
Raise ve on bad gt (#4180)
Joshua Crowgey
2018-04-03
1
-1
/
+7
*
Fix typo (#4178)
Tim D. Smith
2018-03-29
1
-1
/
+1
*
fix bug with n % 8 length wrapping on AESKWP (#4160)
Paul Kehrer
2018-03-20
1
-2
/
+7
*
implement AES KW with padding (RFC 5649) (#3880)
Paul Kehrer
2018-03-18
1
-0
/
+57
*
Allow DSA q=224 (#4147)
Paul Kehrer
2018-03-18
1
-2
/
+2
*
Brainpool curves (#4129)
Paul Kehrer
2018-03-15
1
-0
/
+22
*
remove cms bindings we don't use (#4131)
Paul Kehrer
2018-03-05
1
-35
/
+0
*
fix a memory leak in ec derive_private_key (#4096)
Paul Kehrer
2018-02-04
1
-2
/
+3
*
Add bindings for DTLS support (#4089)
gesslerpd
2018-01-23
1
-0
/
+2
*
Add bindings for PSK (#4084)
gesslerpd
2018-01-18
1
-0
/
+9
*
Add bindings for SSL_OP_NO_DTLS* (#4079)
gesslerpd
2018-01-16
1
-0
/
+2
*
The HKDF limit is actually 255 * digest_length_in_bytes (#4037)
Paul Kehrer
2018-01-06
1
-1
/
+1
*
Use `BN_clear_free` in places where `BN_free` is being used (#4072)
Tux
2018-01-05
1
-2
/
+2
*
just a quick confirmation that it really is an x25519 evp key (#4070)
Paul Kehrer
2018-01-05
2
-0
/
+4
*
Fixed #4006 -- bind functions for dealing with sigalgs (#4063)
Alex Gaynor
2017-12-26
1
-0
/
+8
*
Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)
Alex Gaynor
2017-12-18
1
-3
/
+4
*
Pass the right length of null bytes when no salt is provided to HKDF (#4036)
Paul Kehrer
2017-12-01
1
-1
/
+1
*
nit: line wrapping change (#4004)
Alex Gaynor
2017-10-28
1
-2
/
+1
*
Latest flake8 has some rules about variable names (#3996)
Alex Gaynor
2017-10-23
2
-4
/
+4
*
use the correct modern API (#3984)
Alex Gaynor
2017-10-17
1
-1
/
+1
*
Inline calls to bit_length now that it's trivial (#3966)
Alex Gaynor
2017-10-12
1
-2
/
+2
*
backwards incompatible change to UniformResourceIdentifier (#3954)
Paul Kehrer
2017-10-10
2
-5
/
+14
*
backwards incompatible change to RFC822Name (#3953)
Paul Kehrer
2017-10-10
2
-5
/
+12
*
Backwards incompatible change to DNSName (#3951)
Paul Kehrer
2017-10-10
2
-3
/
+11
*
Add support for AES XTS (#3900)
Paul Kehrer
2017-10-01
4
-9
/
+63
*
add ChaCha20 support (#3919)
Paul Kehrer
2017-09-28
3
-1
/
+32
*
Expose FIPS funcs for OpenSSL. (#3939)
Scott Sturdivant
2017-09-27
1
-0
/
+8
*
both parse and encode the ASN1 string type for Name attributes (#3896)
Paul Kehrer
2017-09-25
3
-18
/
+6
*
FreshestCRL extension support (#3937)
Paul Kehrer
2017-09-23
2
-4
/
+16
*
support delta crl indicator extension (#3936)
Paul Kehrer
2017-09-22
2
-3
/
+11
*
refactor rsa signature/verification logic to remove duplication (#3903)
Paul Kehrer
2017-09-21
1
-91
/
+34
*
remove u-label conversion during general name decode (#3905)
Paul Kehrer
2017-09-13
1
-49
/
+4
*
fix a bug with URI value when parsing a string with no hostname (#3909)
Paul Kehrer
2017-09-13
1
-1
/
+2
[prev]
[next]