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
*
Remove SSL_CTX_clear_options, since it doesn't seem to be in openssl 0.9.8
cyli
2013-12-22
1
-1
/
+0
*
Remove some extra parameters in function declarations
cyli
2013-12-22
1
-5
/
+5
*
Change the Cryptography-specific variable names
cyli
2013-12-22
1
-6
/
+6
*
Oops, change to Cryptography_, not CRYPTOPGRAPHY_ (screaming). Also remove S...
cyli
2013-12-20
1
-7
/
+6
*
Rename PYOPENSSL_ to CRYPTOGRAPHY_
cyli
2013-12-20
1
-6
/
+6
*
Fixes after rebasing
cyli
2013-12-20
1
-44
/
+0
*
Remove OPENSSL_malloc, which was causing errors, and remove the two vars that...
cyli
2013-12-20
2
-4
/
+0
*
Remove some functions that are dependent upon the stacksafe macro STACK_OF
cyli
2013-12-20
1
-5
/
+0
*
Move some SNI APIs to macros
cyli
2013-12-20
1
-4
/
+8
*
Put customizations back in after rebase
cyli
2013-12-20
1
-0
/
+25
*
Undo accidentaly removal a function after rebase
cyli
2013-12-20
1
-0
/
+1
*
Move more macros to the macro section
cyli
2013-12-20
1
-9
/
+10
*
Remove typedef'd callbacks and just include the callback definitions in the l...
cyli
2013-12-20
1
-16
/
+5
*
Move OPENSSL_free to crypto.py as per @alex
cyli
2013-12-20
2
-1
/
+2
*
Fix broken function definition
cyli
2013-12-20
1
-1
/
+1
*
Move some methods to macros that have become const between versions
cyli
2013-12-20
1
-11
/
+11
*
Unfortunate hack to make replacing some callback signature in the function de...
cyli
2013-12-20
1
-0
/
+8
*
Move a few macros to macros
cyli
2013-12-20
1
-19
/
+29
*
Delete some repeated functions, and move the OPENSSL_malloc definition to cry...
cyli
2013-12-20
2
-4
/
+2
*
Initial basic bindings for ssl
cyli
2013-12-20
1
-3
/
+71
*
Merge pull request #321 from alex/docstring-cleanup
Paul Kehrer
2013-12-19
1
-14
/
+16
|
\
|
*
Make these examples consistent
Alex Gaynor
2013-12-19
1
-2
/
+2
|
*
Clean up some docstrings
Alex Gaynor
2013-12-19
1
-14
/
+16
*
|
Merge pull request #320 from alex/cleanup-asn1-crap
Paul Kehrer
2013-12-19
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Attempt to handle the fact that based on defines ASN1_ITEM_EXP might be somet...
Alex Gaynor
2013-12-19
1
-2
/
+2
|
/
*
Merge pull request #317 from alex/no-stdbool
Paul Kehrer
2013-12-18
2
-10
/
+8
|
\
|
*
flake8 fix
Alex Gaynor
2013-12-18
1
-1
/
+2
|
*
Removed usage of stdbool for Windows which doesn't have C99
Alex Gaynor
2013-12-18
2
-10
/
+7
|
/
*
Merge pull request #313 from dreid/block-cipher-algorithm
Alex Gaynor
2013-12-17
4
-4
/
+32
|
\
|
*
BlockCipherAlgorithm because we should document block_size and ARC4 shouldn't...
David Reid
2013-12-17
4
-4
/
+32
|
/
*
Merge pull request #303 from alex/no-more-generator
David Reid
2013-12-17
1
-128
/
+108
|
\
|
*
Merge branch 'master' into no-more-generator
Alex Gaynor
2013-12-17
44
-39
/
+194
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #311 from alex/rework-index
David Reid
2013-12-16
1
-7
/
+29
|
\
\
|
*
|
A foolish consistency is a really cool idea -- Samuel Clemens
Alex Gaynor
2013-12-16
1
-1
/
+0
|
*
|
Be consistent
Alex Gaynor
2013-12-16
1
-2
/
+2
|
*
|
DOn't assume people know that contraction
Alex Gaynor
2013-12-16
1
-2
/
+2
|
*
|
Rework the index to give people a better lay of the land
Alex Gaynor
2013-12-16
1
-6
/
+29
|
/
/
*
|
Merge pull request #308 from alex/rename-bindings
Donald Stufft
2013-12-15
39
-24
/
+24
|
\
\
|
*
|
Also rename teh tests
Alex Gaynor
2013-12-13
2
-0
/
+0
|
*
|
Renamed bindings to backends
Alex Gaynor
2013-12-13
38
-24
/
+24
*
|
|
Merge pull request #309 from alex/test-latex
Paul Kehrer
2013-12-15
1
-0
/
+1
|
\
\
\
|
*
|
|
Test that docs compile under latex as well --needed for PDF building
Alex Gaynor
2013-12-15
1
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #307 from alex/prefer-doctest
Paul Kehrer
2013-12-14
1
-2
/
+4
|
\
\
\
|
*
|
|
Need to include the imports
Alex Gaynor
2013-12-13
1
-0
/
+2
|
*
|
|
Prefer executable code examples
Alex Gaynor
2013-12-13
1
-2
/
+2
|
|
/
/
*
|
|
Merge pull request #283 from juliankrause/constant_time
Paul Kehrer
2013-12-14
5
-1
/
+133
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove plural.
Julian Krause
2013-12-13
1
-1
/
+1
|
*
|
Update documentation again to make it clearer what this is for. Moved to usin...
Julian Krause
2013-12-12
2
-8
/
+10
|
*
|
Improve documentation.
Julian Krause
2013-12-05
2
-4
/
+15
|
*
|
Beginnings of a constant_time module.
Julian Krause
2013-12-04
4
-0
/
+119
[next]