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
*
add some docs and changelog
Paul Kehrer
2014-05-15
2
-0
/
+17
*
add CFB8 support for AES/3DES on CommonCrypto and OpenSSL backends
Paul Kehrer
2014-05-15
5
-10
/
+102
*
Merge pull request #1042 from alex/improve-docs
Paul Kehrer
2014-05-15
1
-2
/
+8
|
\
|
*
Missing semicolon
Alex Gaynor
2014-05-15
1
-4
/
+4
|
*
Fixed #1039 -- provide links to PSS and PKCS1v15 in the RSA docs
Alex Gaynor
2014-05-15
1
-2
/
+8
|
/
*
Merge pull request #1040 from alex/pointless-code
Paul Kehrer
2014-05-15
1
-3
/
+1
|
\
|
*
Simplify some code that was needlessly complex
Alex Gaynor
2014-05-15
1
-3
/
+1
|
/
*
Merge pull request #1037 from reaperhulk/update-changelog
Alex Gaynor
2014-05-13
1
-0
/
+2
|
\
|
*
add HKDFExpand to changelog
Paul Kehrer
2014-05-12
1
-0
/
+2
|
/
*
Merge pull request #1035 from phibos/get_comp_name
Alex Gaynor
2014-05-11
1
-0
/
+5
|
\
|
*
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
4
-22
/
+204
|
\
|
*
Added missing exception to documentation
Ayrx
2014-05-10
1
-0
/
+6
|
*
Minor fixes
Ayrx
2014-05-09
2
-8
/
+2
|
*
Modified HKDF to use HKDFExpand
Ayrx
2014-05-07
3
-37
/
+52
|
*
Renamed HKDFExpandOnly to HKDFExpand
Ayrx
2014-05-07
3
-13
/
+13
|
*
Added documentation
Ayrx
2014-05-06
1
-0
/
+86
|
*
Fixed test failures
Ayrx
2014-05-06
2
-4
/
+5
|
*
Added tests for HKDFExpandOnly
Ayrx
2014-05-05
1
-1
/
+59
|
*
Added HKDFExpandOnly
Ayrx
2014-05-05
1
-0
/
+22
*
|
Merge pull request #1032 from reaperhulk/bold-docs
Alex Gaynor
2014-05-09
1
-1
/
+1
|
\
\
|
*
|
Use bold instead of italics
Paul Kehrer
2014-05-09
1
-1
/
+1
*
|
|
Merge pull request #1031 from reaperhulk/rsa-docs-fix
Alex Gaynor
2014-05-09
1
-0
/
+14
|
\
\
\
|
*
|
|
Improve RSABackend interface docs (fixes #1022)
Paul Kehrer
2014-05-09
1
-0
/
+14
|
|
/
/
*
|
|
Merge pull request #1028 from reaperhulk/multibackend-rsabackend
Alex Gaynor
2014-05-09
3
-34
/
+102
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Multibackend now supports all of RSABackend
Paul Kehrer
2014-05-09
3
-34
/
+102
|
/
/
*
|
Merge pull request #1025 from reaperhulk/add-faq-windows
Alex Gaynor
2014-05-08
1
-0
/
+13
|
\
\
|
*
|
improved language
Paul Kehrer
2014-05-08
1
-1
/
+1
|
*
|
add faq entry to describe the error if a windows user doesn't install openssl
Paul Kehrer
2014-05-08
1
-0
/
+13
*
|
|
Merge pull request #1021 from dreid/conda-linux
Alex Gaynor
2014-05-07
1
-2
/
+10
|
\
\
\
|
*
|
|
Wrap.
David Reid
2014-05-07
1
-1
/
+2
|
*
|
|
Lowercase a.
David Reid
2014-05-07
1
-1
/
+1
|
*
|
|
Fix #1020 - Add conda instructions for linux.
David Reid
2014-05-07
1
-2
/
+9
|
/
/
/
*
|
|
Merge pull request #1019 from phibos/master
Paul Kehrer
2014-05-06
1
-1
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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 #1017 from Ayrx/fix-documentation-typo
Paul Kehrer
2014-05-06
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fixed misspelling
Ayrx
2014-05-06
1
-1
/
+1
|
/
/
*
|
Merge pull request #1014 from public/098k
Paul Kehrer
2014-05-04
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
We also test on Ubuntu Lucid 0.9.8k
Alex Stapleton
2014-05-04
1
-0
/
+1
*
|
Merge pull request #1011 from Ayrx/add-release-item
Alex Stapleton
2014-05-04
1
-0
/
+3
|
\
\
|
*
|
Added item to post-release tasks
Ayrx
2014-05-04
1
-0
/
+3
|
/
/
*
|
Merge pull request #1010 from alex/deprecated
Paul Kehrer
2014-05-03
2
-20
/
+24
|
\
\
|
*
|
Whoopsie daysie.
Alex Gaynor
2014-05-03
1
-2
/
+2
|
*
|
Always use deprecated_call
Alex Gaynor
2014-05-03
1
-4
/
+8
|
*
|
Here too
Alex Gaynor
2014-05-03
1
-4
/
+4
[next]