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
*
Remove branch for old libressl versions that we don't support any more (#4505)
Alex Gaynor
2018-10-20
1
-2
/
+1
*
Add definitions that help with hostname checking (#4492)
Kai Engert
2018-10-10
3
-0
/
+56
*
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
3
-6
/
+37
*
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
3
-1
/
+23
*
consolidate the duplicate extension check (#4483)
Paul Kehrer
2018-10-06
1
-19
/
+11
*
additional OCSP bindings for the response builder (#4480)
Paul Kehrer
2018-10-06
1
-3
/
+5
*
support OCSP response parsing (#4452)
Paul Kehrer
2018-10-01
3
-4
/
+262
*
add ed25519 bindings (#4476)
Paul Kehrer
2018-09-26
4
-0
/
+50
*
Remove conditionals for OpenSSL 1.1.1 pre-releases (#4467)
Alex Gaynor
2018-09-15
2
-8
/
+3
*
OCSP request extension parsing (#4464)
Paul Kehrer
2018-09-09
7
-5
/
+68
*
refactor asn1_time_set to be useful in a future PR (#4465)
Paul Kehrer
2018-09-09
1
-27
/
+27
*
Add flags to error on compile with incompatible pointer type (#4455)
Paul Kehrer
2018-09-05
4
-21
/
+26
*
don't sort the serial numbers in a parsed CRL (#4457)
Paul Kehrer
2018-09-04
1
-2
/
+12
*
OCSP bindings (#4449)
Paul Kehrer
2018-09-01
2
-0
/
+97
*
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
5
-6
/
+33
*
Simplify OCSP no check serialization (#4444)
Alex Gaynor
2018-08-31
2
-5
/
+5
*
OCSP response abstract base classes (#4431)
Paul Kehrer
2018-08-31
1
-0
/
+130
*
refactor ocsp request parsing and generation to support only one cert (#4439)
Paul Kehrer
2018-08-31
3
-83
/
+36
*
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
3
-3
/
+19
*
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
[next]