index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
deprecate pythons without hmac.compare_digest (#4261)
Paul Kehrer
2018-05-24
2
-0
/
+10
*
Fixed build errors on HP-UX. (#4259)
dumol
2018-05-22
2
-2
/
+2
*
remove block size as a required part of HashAlgorithm (#4249)
Paul Kehrer
2018-05-16
1
-6
/
+0
*
Cleanup unused err bindings. (#4246)
David Benjamin
2018-05-15
1
-106
/
+0
*
Remove ECDSA_sign_setup and *sign_ex bindings. (#4245)
David Benjamin
2018-05-15
1
-5
/
+0
*
Future proofing use of the six python version constants (#4238)
Eric Brown
2018-05-14
1
-2
/
+2
*
Remove some unused RSA bindings. (#4243)
David Benjamin
2018-05-14
1
-11
/
+0
*
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
*
Remove some unused RAND bindings. (#4239)
David Benjamin
2018-05-14
1
-4
/
+0
*
Clean up unused EC bindings. (#4225)
David Benjamin
2018-05-14
2
-83
/
+0
*
Remove unused BIO bindings. (#4220)
David Benjamin
2018-05-14
1
-107
/
+3
*
Check for CMAC_Init errors. (#4232)
David Benjamin
2018-05-12
1
-1
/
+2
*
Add support for extracting timestamp from a Fernet token (#4229)
Paul Kehrer
2018-05-12
1
-6
/
+15
*
Fix some callback type signatures. (#4227)
David Benjamin
2018-05-12
1
-3
/
+3
*
fixed variable name to be correct (#4226)
Alex Gaynor
2018-05-11
1
-3
/
+3
*
Remove unused BN bindings. (#4219)
David Benjamin
2018-05-09
1
-28
/
+2
*
adding name so that 1.3.6.1.4.1.11129.2.4.2 is no longer and 'Unknown OID' (#...
Joshua Crowgey
2018-05-07
1
-0
/
+3
*
update link to draft rfc (#4214)
Alex Gaynor
2018-05-02
1
-1
/
+1
*
Expose OpenSSL constant time bignum arithmetic (#4200)
Tux
2018-04-24
1
-0
/
+14
*
Add Session functions, necessary to implement new features in Python 3.6. (#4...
Amaury Forgeot d'Arc
2018-04-24
1
-0
/
+14
*
add custom extensions functions for openssl >=1.0.2 (#4202)
Denis Lila
2018-04-21
2
-0
/
+77
*
OpenSSL 1.0.2o has switched to winsock2 (#4184)
Thierry Bastian
2018-04-05
2
-0
/
+6
*
add X509_NAME_print_ex (#4174)
Joshua Crowgey
2018-04-04
1
-0
/
+1
*
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
*
Revert "don't allow GeneralNames to be an empty list (#4128)" (#4161)
Alex Gaynor
2018-03-20
1
-3
/
+0
*
open master for 2.3 (#4151)
Paul Kehrer
2018-03-18
1
-1
/
+1
*
2.2 release! (#4150)
Paul Kehrer
2018-03-18
1
-1
/
+1
*
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
*
add X509_CRL_dup function (#4127)
Dominic Chen
2018-03-05
1
-0
/
+1
*
remove cms bindings we don't use (#4131)
Paul Kehrer
2018-03-05
3
-149
/
+0
*
Remove unused bindings from asn1.py (#4082)
David Benjamin
2018-03-05
2
-66
/
+1
*
don't allow GeneralNames to be an empty list (#4128)
Paul Kehrer
2018-03-05
1
-0
/
+3
*
Expose BN_rand and BN_rand_range (#4118)
Tux
2018-02-23
1
-0
/
+3
*
Add binding for SSL_get_certificate (#4100)
Jeremy Lainé
2018-02-06
1
-0
/
+1
*
Add bindings for SRTP support (#4099)
Jeremy Lainé
2018-02-06
1
-0
/
+3
*
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
3
-0
/
+30
*
Add bindings for PSK (#4084)
gesslerpd
2018-01-18
2
-1
/
+53
*
Add bindings for SSL_OP_NO_DTLS* (#4079)
gesslerpd
2018-01-16
2
-0
/
+6
*
Use the real X509_REVOKED_dup when available. (#4080)
David Benjamin
2018-01-12
1
-0
/
+4
*
Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077)
Alex Gaynor
2018-01-10
1
-2
/
+1
*
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
*
Expose `BN_clear_free` in the OpenSSL backend (#4071)
Tux
2018-01-05
1
-0
/
+1
*
just a quick confirmation that it really is an x25519 evp key (#4070)
Paul Kehrer
2018-01-05
3
-0
/
+13
[next]