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
*
bind EVP_PKEY_get1_tls_encodedpoint because X25519 (#3682)
Paul Kehrer
2017-06-05
2
-0
/
+14
*
add EVP_PKEY_keygen and EVP_PKEY_keygen_init for x25519/ed25519 (#3681)
Paul Kehrer
2017-06-05
1
-0
/
+6
*
bind EVP_CTRL_AEAD even when on < 1.1.0 (#3679)
Paul Kehrer
2017-06-04
2
-7
/
+18
*
Refs #3461 -- parse SCTs from x.509 extension (#3480)
Alex Gaynor
2017-06-04
4
-3
/
+99
*
deprecate signer/verifier on asymmetric keys (#3663)
Paul Kehrer
2017-06-03
4
-3
/
+24
*
make signature and verification contexts error better re: prehashed (#3658)
Paul Kehrer
2017-06-02
4
-3
/
+17
*
runtime detection of getentropy for macOS via weak-linking (#3650)
Paul Kehrer
2017-05-30
2
-22
/
+55
*
move files to make the next PR easier to read (#3651)
Paul Kehrer
2017-05-30
1
-43
/
+43
*
Remove a binding that hasn't been used for a while (#3643)
Alex Gaynor
2017-05-30
1
-7
/
+0
*
Post release tasks to open master for 2.0 (#3644)
Alex Gaynor
2017-05-29
2
-2
/
+2
*
1.9 version bump and changelog (#3641)
Paul Kehrer
2017-05-29
1
-1
/
+1
*
Enlarge _oid2txt buffer to handle larger OIDs (#3612)
Fraser Tweedale
2017-05-29
1
-0
/
+14
*
move MACContext to mac.py and eliminate interfaces.py (#3631)
Paul Kehrer
2017-05-29
6
-8
/
+25
*
Simplify int to hex string conversion (#3628)
Alex Gaynor
2017-05-28
1
-3
/
+3
*
fix libressl error/refactor some error handling (#3609)
Paul Kehrer
2017-05-26
4
-44
/
+54
*
Document when OpenSSL changed its default (#3611)
Alex Gaynor
2017-05-25
1
-1
/
+1
*
jurisdictionCountryName also must be PrintableString (#3516)
Alex Gaynor
2017-05-25
2
-3
/
+11
*
fix compilation on 1.1.0f (#3603)
Paul Kehrer
2017-05-25
1
-2
/
+4
*
Put the exchange method on the correct interface (#3591)
Alex Gaynor
2017-05-24
1
-7
/
+7
*
allow global suppression of link flags (#3592)
Paul Kehrer
2017-05-24
1
-24
/
+11
*
add convenience methods for key_size on EC{Public,Private}Key (#3587)
Paul Kehrer
2017-05-23
2
-1
/
+21
*
Simplify the update (#3586)
Alex Gaynor
2017-05-23
1
-7
/
+3
*
Bump the minimum PyPy/cffi version and simplify as a result (#3585)
Alex Gaynor
2017-05-23
1
-27
/
+7
*
let's deprecate some hashes we should never have exposed (#3584)
Paul Kehrer
2017-05-23
1
-0
/
+16
*
Fix deprecation warning (#3574)
Alex Gaynor
2017-05-23
1
-1
/
+5
*
Deprecate Python 3.3 support, with the intention of being removed in the next...
Alex Gaynor
2017-05-22
1
-0
/
+6
*
add the x25519 NID (#3560)
Paul Kehrer
2017-05-20
2
-0
/
+12
*
Fixed #3533 -- made GCM mode object immutable (#3553)
Alex Gaynor
2017-05-20
4
-39
/
+41
*
remove multibackend (#3555)
Paul Kehrer
2017-05-20
2
-531
/
+2
*
More accurate LibreSSL detection (#3530)
Moriyoshi Koizumi
2017-05-20
1
-0
/
+8
*
time to remove commoncrypto, fare thee well (#3551)
Paul Kehrer
2017-05-20
25
-1715
/
+3
*
Don't raise an UnsupportedExtension for critical extensions. (#3550)
Alex Gaynor
2017-05-20
4
-17
/
+17
*
Add PEM_write_bio_DHxparams, d2i_DHxparams_bio, i2d_DHxparams_bio (#3485)
Aviv Palivoda
2017-05-19
3
-0
/
+23
*
Added a binding that will be useful for AIA chasing (#3546)
Alex Gaynor
2017-05-18
2
-1
/
+20
*
Fixes #3538 -- Make our OpenSSL EC verifier's implementation match the API (#...
Alex Gaynor
2017-05-10
1
-3
/
+2
*
use openssl constants (#3534)
Paul Kehrer
2017-05-03
3
-7
/
+20
*
postpone GCM authentication tag requirement until finalization (#3421)
Philipp Gesang
2017-05-02
4
-23
/
+64
*
Delete dead code and update a comment (#3529)
Alex Gaynor
2017-04-30
2
-5
/
+3
*
Don't compare cffi version using strings (#3524)
Alex Gaynor
2017-04-29
2
-9
/
+2
*
Remove unused assignment (#3519)
Alex Gaynor
2017-04-27
1
-1
/
+1
*
Additional SCT bindings (#3510)
Alex Gaynor
2017-04-21
2
-0
/
+23
*
Another simplification of freeing (#3498)
Alex Gaynor
2017-04-09
2
-7
/
+2
*
Fixed #3492 -- use a better API (#3497)
Alex Gaynor
2017-04-09
2
-7
/
+2
*
Add some ASN1_TIME related functions for the relevant PyOpenSSL patch. (#3491)
Moriyoshi Koizumi
2017-04-06
1
-0
/
+2
*
minor int_to_bytes performance increase (#3490)
Ofek Lev
2017-04-06
1
-7
/
+13
*
Style nit in C code (#3486)
Alex Gaynor
2017-04-03
1
-1
/
+1
*
remove key check (#3473)
Ofek Lev
2017-04-01
1
-3
/
+0
*
Attempt to simplify the libressl checing (#3482)
Alex Gaynor
2017-03-26
16
-60
/
+54
*
Two additional bindings for CT (#3478)
Alex Gaynor
2017-03-23
2
-0
/
+9
*
First pass at adding SCT bindings (#3471)
Alex Gaynor
2017-03-22
3
-0
/
+75
[next]