index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
don't allow GeneralNames to be an empty list (#4128)
Paul Kehrer
2018-03-05
2
-0
/
+7
*
test acme and also josepy as a downstream in jenkins (#4123)
Paul Kehrer
2018-02-25
1
-0
/
+15
*
Add certbot to downstream tests (#3740) (#4120)
Jeremy Lainé
2018-02-25
1
-0
/
+16
*
Expose BN_rand and BN_rand_range (#4118)
Tux
2018-02-23
1
-0
/
+3
*
switch RSA OAEP examples to use SHA256 (#4117)
Paul Kehrer
2018-02-22
1
-4
/
+4
*
Reorder this to reflect Alex's Opinions On What Is Good (#4115)
Alex Gaynor
2018-02-22
1
-2
/
+2
*
add aws-encryption-sdk as a downstream (#4106)
Paul Kehrer
2018-02-13
1
-0
/
+15
*
fixed docs with latest sphinx (#4107)
Alex Gaynor
2018-02-13
1
-2
/
+1
*
Add binding for SSL_get_certificate (#4100)
Jeremy Lainé
2018-02-06
1
-0
/
+1
*
Add myself to AUTHORS.rst (#4101)
Jeremy Lainé
2018-02-06
1
-0
/
+1
*
Add bindings for SRTP support (#4099)
Jeremy Lainé
2018-02-06
1
-0
/
+3
*
memory leak changelog (#4097)
Paul Kehrer
2018-02-05
1
-0
/
+2
*
fix a memory leak in ec derive_private_key (#4096)
Paul Kehrer
2018-02-04
2
-2
/
+11
*
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
3
-1
/
+7
*
Use the real X509_REVOKED_dup when available. (#4080)
David Benjamin
2018-01-12
1
-0
/
+4
*
temporarily pin cffi to avoid bug related to virtualenv (#4083)
Paul Kehrer
2018-01-12
1
-1
/
+1
*
Fixes #4076 - simplify the implementation of int_from_bytes on python2 (#4077)
Alex Gaynor
2018-01-10
2
-2
/
+3
*
Add a Versioning section to the API stability docs (#4027)
David Tucker
2018-01-07
2
-4
/
+21
*
Fixed import path in go script (#4075)
Alex Gaynor
2018-01-06
1
-1
/
+1
*
The HKDF limit is actually 255 * digest_length_in_bytes (#4037)
Paul Kehrer
2018-01-06
3
-3
/
+22
*
add 1200 byte HKDF test vector and a generator/verifier for it (#4074)
Paul Kehrer
2018-01-06
5
-2
/
+149
*
Drop conda workaround from installation docs (#4073)
Alex Gaynor
2018-01-06
1
-23
/
+0
*
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
2
-1
/
+2
*
just a quick confirmation that it really is an x25519 evp key (#4070)
Paul Kehrer
2018-01-05
3
-0
/
+13
*
DH interfaces existed in 0.9 but we didn't implement until 1.7 (#4068)
Paul Kehrer
2018-01-05
1
-9
/
+7
*
grammar nit, use a comma here (#4066)
Alex Gaynor
2017-12-29
1
-1
/
+1
*
Fixed #4039 -- added a python_requires to setup.py (#4064)
Alex Gaynor
2017-12-26
1
-0
/
+2
*
Fixed #4006 -- bind functions for dealing with sigalgs (#4063)
Alex Gaynor
2017-12-26
2
-0
/
+23
*
bump libressl version (#4062)
Alex Gaynor
2017-12-25
1
-1
/
+1
*
Add import default backend (#4061)
Pablo Lefort
2017-12-20
1
-0
/
+1
*
Fixed #4058 -- use the thread-safe API from OpenSSL, not the danger one (#4059)
Alex Gaynor
2017-12-18
3
-7
/
+7
*
remove whirlpool vectors since we no longer support whirlpool (#4054)
Paul Kehrer
2017-12-10
2
-73
/
+0
*
Don't use whirlpool as an example (#4053)
Alex Gaynor
2017-12-11
1
-1
/
+1
*
Fixed 120 warnings from the RSA tests (#4052)
Alex Gaynor
2017-12-11
1
-9
/
+6
*
Fixed DSA tests to not emit 200 warnings (#4050)
Alex Gaynor
2017-12-10
1
-8
/
+2
*
update the ec tests to not emit 3000 warnings (#4048)
Alex Gaynor
2017-12-10
1
-11
/
+12
*
In RSA test vectors, use verify() to avoid warnings (#4047)
Alex Gaynor
2017-12-10
1
-8
/
+14
*
Use the latest OpenSSL in travis tests (#4045)
Alex Gaynor
2017-12-08
1
-3
/
+3
*
Fixed deprecation warnings in x509 tests (#4040)
Alex Gaynor
2017-12-04
1
-26
/
+18
*
Pass the right length of null bytes when no salt is provided to HKDF (#4036)
Paul Kehrer
2017-12-01
1
-1
/
+1
*
Fix ASN1 string type encoding for several Name OIDs (#4035)
Paul Kehrer
2017-11-30
2
-23
/
+150
*
port changelog for 2.1.4 to master (#4031)
Paul Kehrer
2017-11-29
1
-0
/
+7
*
add X509_up_ref (#4028)
Paul Kehrer
2017-11-28
1
-0
/
+5
*
pytest 3.3.0 has an issue with parametrized null bytes again (#4026)
Paul Kehrer
2017-11-28
1
-1
/
+1
*
fix typo in comment (#4019)
Benjamin Peterson
2017-11-13
1
-1
/
+1
*
nit: remove double space in deprecation warning (#4018)
Alex Gaynor
2017-11-11
1
-2
/
+2
*
Use a different warning class so users get warnings (#4014)
Alex Gaynor
2017-11-11
7
-27
/
+36
[prev]
[next]