index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cryptography
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
add test to verify AES CTR is always available in 0.9.8+, comment updates
Paul Kehrer
2014-05-21
1
-4
/
+6
*
|
|
add some comments to explain the existence of AESCTRCipherContext
Paul Kehrer
2014-05-21
1
-0
/
+8
*
|
|
allocate only 16 bytes
Paul Kehrer
2014-05-21
1
-1
/
+1
*
|
|
add AES CTR support to OpenSSL 0.9.8
Paul Kehrer
2014-05-20
2
-2
/
+55
*
|
|
Add OPENSSL_EC_NAMED_CURVE constant
Alex Stapleton
2014-05-18
1
-0
/
+6
*
|
|
Add EC_GROUP_get_degree binding
Alex Stapleton
2014-05-18
1
-0
/
+5
*
|
|
Make exceptions end with a period consistently
Ayrx
2014-05-18
20
-162
/
+164
*
|
|
We don't need six.binary_type, it's always bytes
Alex Gaynor
2014-05-17
8
-27
/
+16
*
|
|
Simplified exception message
Ayrx
2014-05-17
8
-64
/
+16
*
|
|
Fixed TypeError and added documentation
Ayrx
2014-05-17
8
-36
/
+67
*
|
|
remove the macro we just added
Paul Kehrer
2014-05-16
1
-3
/
+0
*
|
|
Merge pull request #1046 from reaperhulk/add-cms-macro
Alex Gaynor
2014-05-16
1
-0
/
+3
|
\
\
\
|
*
|
|
add a CMS macro
Paul Kehrer
2014-05-16
1
-0
/
+3
*
|
|
|
Fix
Alex Gaynor
2014-05-16
1
-1
/
+5
*
|
|
|
Reduce duplication. Also improve error message
Alex Gaynor
2014-05-16
1
-25
/
+12
*
|
|
|
sometimes you can't read and leave things in
Paul Kehrer
2014-05-16
1
-2
/
+1
*
|
|
|
native_size is not needed with the CFB8 approach we chose
Paul Kehrer
2014-05-16
1
-2
/
+1
*
|
|
|
add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backends
Paul Kehrer
2014-05-15
3
-10
/
+32
|
/
/
/
*
|
|
Simplify some code that was needlessly complex
Alex Gaynor
2014-05-15
1
-3
/
+1
*
|
|
Function to get current compression and expansion
PhiBo
2014-05-11
1
-0
/
+5
*
|
|
Merge pull request #1016 from Ayrx/hkdf-expand-only
Alex Stapleton
2014-05-10
1
-17
/
+47
|
\
\
\
|
*
|
|
Minor fixes
Ayrx
2014-05-09
1
-7
/
+1
|
*
|
|
Modified HKDF to use HKDFExpand
Ayrx
2014-05-07
1
-34
/
+47
|
*
|
|
Renamed HKDFExpandOnly to HKDFExpand
Ayrx
2014-05-07
1
-1
/
+1
|
*
|
|
Fixed test failures
Ayrx
2014-05-06
1
-0
/
+1
|
*
|
|
Added HKDFExpandOnly
Ayrx
2014-05-05
1
-0
/
+22
|
|
/
/
*
|
|
Multibackend now supports all of RSABackend
Paul Kehrer
2014-05-09
1
-0
/
+18
*
|
|
Add missing type SSL_OP_LEGACY_SERVER_CONNECT
PhiBo
2014-05-07
1
-0
/
+1
*
|
|
Fix to build without secure renegotiation support
PhiBo
2014-05-07
1
-5
/
+7
*
|
|
Conditional binding for secure renegotiation
PhiBo
2014-05-06
1
-6
/
+11
*
|
|
style fixes and conditional binding for SSL_OP_ALLOW_UNSAFE_RENEGOTIATION
Paul Kehrer
2014-05-06
1
-4
/
+15
*
|
|
Add macro to get secure renegotiation support
PhiBo
2014-05-04
1
-0
/
+2
*
|
|
Add support for SSL_get_ciphers()
PhiBo
2014-05-04
1
-0
/
+7
|
/
/
*
|
Merge pull request #1007 from alex/warning-stacklevel
Paul Kehrer
2014-05-03
1
-2
/
+4
|
\
\
|
*
|
Warn at the right stacklevel
Alex Gaynor
2014-05-03
1
-2
/
+4
*
|
|
Merge pull request #1005 from reaperhulk/update-deprecation
Alex Gaynor
2014-05-03
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
update deprecation warnings from 0.4 release for 0.5
Paul Kehrer
2014-05-03
1
-1
/
+1
*
|
|
update versions and reopen master
Paul Kehrer
2014-05-03
1
-1
/
+1
|
/
/
*
|
bump version to 0.4
Paul Kehrer
2014-05-03
1
-1
/
+1
*
|
Merge pull request #998 from reaperhulk/dsa-multibackend
Alex Gaynor
2014-05-02
1
-0
/
+25
|
\
\
|
*
|
expand DSA multibackend support
Paul Kehrer
2014-05-02
1
-0
/
+25
*
|
|
Make sure the signature is truncated properly
Alex Stapleton
2014-05-02
1
-1
/
+2
|
/
/
*
|
this isn't an invalidsignature
Paul Kehrer
2014-05-01
1
-5
/
+1
*
|
DSA signing support (this is mostly skeuomorf's work, credit to him)
Paul Kehrer
2014-05-01
3
-0
/
+74
*
|
CentOS, does my offering please you?
Paul Kehrer
2014-05-01
1
-4
/
+3
*
|
ifndef and ifdef aren't the same thing
Paul Kehrer
2014-05-01
1
-1
/
+1
*
|
ecdh wasn't actually included so it wasn't being compiled
Paul Kehrer
2014-05-01
2
-4
/
+3
*
|
Merge pull request #989 from ashfall/ecdh-bindings
Paul Kehrer
2014-05-01
1
-0
/
+71
|
\
\
|
*
|
Fix alignment and close an #ifdef
Ashwini Oruganti
2014-05-01
1
-4
/
+9
|
*
|
Define CONDITIONAL_NAMES
Ashwini Oruganti
2014-05-01
1
-0
/
+6
[prev]
[next]