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
*
make an ocsp request (#4402)
Paul Kehrer
2018-08-30
3
-0
/
+48
*
1.1.0 locks (#4420)
Paul Kehrer
2018-08-29
3
-2
/
+7
*
add bindings for SCT creation (#4407)
Paul Kehrer
2018-08-20
2
-0
/
+22
*
OCSP request parsing (#4393)
Paul Kehrer
2018-08-15
3
-0
/
+209
*
Added missing methods from CRL Interface (#4400)
Alex Gaynor
2018-08-15
1
-0
/
+18
*
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
2
-0
/
+30
*
sign is a method (#4362)
Paul Kehrer
2018-07-20
1
-1
/
+1
*
reopen master (#4359)
Paul Kehrer
2018-07-18
1
-1
/
+1
*
bump version and changelog for 2.3 release (#4356)
Paul Kehrer
2018-07-18
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
3
-0
/
+28
*
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
*
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
*
Make RelativeDistinguishedName preserve attribtue order (#4306)
Marti Raudsepp
2018-07-09
1
-3
/
+8
*
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
2
-3
/
+3
*
set an OPENSSL_API_COMPAT level (#4313)
Paul Kehrer
2018-07-06
1
-0
/
+5
*
since the generator order is 570 bits this should be 570 (#4307)
Paul Kehrer
2018-07-04
1
-1
/
+1
*
Revert the const bits of #4220. (#4276)
David Benjamin
2018-06-29
1
-1
/
+1
*
Add OID for RSASSA-PSS X.509 signature algorithm (RFC 4055) (#4294)
Marti Raudsepp
2018-06-29
2
-0
/
+3
*
Exposed OpenSSL prime methods (#4292)
Quinten Stokkink
2018-06-22
1
-0
/
+6
*
Perform an OPENSSL_cleanup before checking the heap in our memleak tests (#4293)
Alex Gaynor
2018-06-20
2
-1
/
+15
*
Add clearer message when key type is not bytes (#4289)
Vladyslav Moisieienkov
2018-06-20
1
-0
/
+3
*
LibreSSL 2.7.x support (#4270)
Paul Kehrer
2018-05-30
8
-17
/
+25
*
Removes branches in bindings for various OpenSSL 1.1.0 prereleases (#4269)
Alex Gaynor
2018-05-31
6
-18
/
+8
*
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
[next]