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
*
Merge branch 'master' into commoncrypto-cipher-backend
Paul Kehrer
2014-01-20
4
-11
/
+23
|
\
|
*
Merge pull request #468 from reaperhulk/backend-flag-pytest
David Reid
2014-01-20
1
-0
/
+1
|
|
\
|
|
*
support --backend as a pytest flag to limit to one backend for testing
Paul Kehrer
2014-01-13
1
-0
/
+1
|
*
|
On OS X at build time compile the CC bindings
Alex Gaynor
2014-01-19
3
-11
/
+22
*
|
|
make register_cipher_adapter private and fix cryptorref release
Paul Kehrer
2014-01-20
1
-10
/
+11
*
|
|
change cipher registry to store enums
Paul Kehrer
2014-01-20
1
-35
/
+29
*
|
|
add comment and change gc for cipher context
Paul Kehrer
2014-01-19
1
-6
/
+19
*
|
|
add error handler
Paul Kehrer
2014-01-19
1
-4
/
+19
*
|
|
add cipher support to the commoncrypto backend
Paul Kehrer
2014-01-19
1
-1
/
+163
|
/
/
*
|
Merge pull request #485 from reaperhulk/common-crypto-cipher-bindings
Alex Gaynor
2014-01-19
2
-0
/
+95
|
\
\
|
*
|
remove an extraneous linefeed
Paul Kehrer
2014-01-19
1
-1
/
+0
|
*
|
reformat bindings and remove GCM for the moment
Paul Kehrer
2014-01-19
1
-65
/
+29
|
*
|
add cipher bindings for CommonCrypto
Paul Kehrer
2014-01-19
2
-0
/
+132
*
|
|
doc updates
Paul Kehrer
2014-01-19
1
-1
/
+1
*
|
|
hmac support for commoncrypto
Paul Kehrer
2014-01-19
1
-1
/
+60
|
/
/
*
|
move HashMethods to top level
Paul Kehrer
2014-01-19
1
-9
/
+11
*
|
privatize hash_mapping
Paul Kehrer
2014-01-19
1
-6
/
+6
*
|
rename a few things in an attempt to improve clarity
Paul Kehrer
2014-01-19
1
-18
/
+20
*
|
stop using byte keys for no reason
Paul Kehrer
2014-01-19
1
-19
/
+11
*
|
update docs, add name attribute to backend
Paul Kehrer
2014-01-19
1
-0
/
+1
*
|
Merge branch 'master' into common-crypto-backend
Paul Kehrer
2014-01-19
11
-24
/
+281
|
\
\
|
*
|
Expose the innards of DH and DSA
Alex Stapleton
2014-01-19
3
-2
/
+18
|
*
|
Merge pull request #481 from public/asym-bindings
Paul Kehrer
2014-01-18
2
-7
/
+168
|
|
\
\
|
|
*
|
More bindings for asymmetric stuff
Alex Stapleton
2014-01-18
2
-7
/
+168
|
*
|
|
Tell cffi these opaque types are pointers.
Alex Stapleton
2014-01-18
1
-5
/
+5
|
|
/
/
|
*
|
Merge pull request #473 from reaperhulk/remove-thread-state
David Reid
2014-01-17
2
-1
/
+20
|
|
\
\
|
|
*
|
rename variable to be less confusing and terrible
Paul Kehrer
2014-01-17
1
-4
/
+4
|
|
*
|
add conditional ERR_remove_thread_state. PyOpenSSL uses this
Paul Kehrer
2014-01-16
2
-1
/
+20
|
|
|
/
|
*
|
Expose a name needed for ECDHE -- the NIDs are always available
Alex Gaynor
2014-01-17
1
-16
/
+3
|
*
|
Expose the nids for the various eliptical curve things. I don't understand wh...
Alex Gaynor
2014-01-16
1
-1
/
+27
|
*
|
Added forgotten decl
Alex Gaynor
2014-01-16
1
-0
/
+2
|
*
|
reversed
Alex Gaynor
2014-01-16
1
-1
/
+1
|
*
|
Allow these to not be defined because lololol fedora/centos
Alex Gaynor
2014-01-16
2
-1
/
+19
|
*
|
oops
Alex Gaynor
2014-01-16
1
-1
/
+1
|
*
|
Start binding some stuff for ECDHE in pyOpenSSL.
Alex Gaynor
2014-01-16
3
-0
/
+34
|
|
/
|
*
remove comment that's no longer needed
Paul Kehrer
2014-01-11
1
-3
/
+0
|
*
Make just one call to ffi.cdef for most of the definitions
Jean-Paul Calderone
2014-01-11
1
-6
/
+3
*
|
Merge branch 'master' into common-crypto-backend
Paul Kehrer
2014-01-11
4
-3
/
+98
|
\
|
|
*
change to anonymous enum
Paul Kehrer
2014-01-10
1
-1
/
+1
|
*
remove extraneous spaces
Paul Kehrer
2014-01-10
1
-2
/
+2
|
*
add hmac to commoncrypto binding
Paul Kehrer
2014-01-10
2
-0
/
+47
|
*
Bind all the PEM errors
Alex Stapleton
2014-01-10
1
-3
/
+46
|
*
init the ssl library in the backend
Paul Kehrer
2014-01-10
1
-0
/
+4
|
*
Expose ERR_load_SSL_strings
Hynek Schlawack
2014-01-10
1
-0
/
+1
*
|
simpler method of importing CommonCrypto backend into _ALL_BACKENDS
Paul Kehrer
2014-01-11
1
-10
/
+7
*
|
commoncrypto initial backend
Paul Kehrer
2014-01-10
3
-3
/
+155
|
/
*
Merge branch 'master' into common-crypto-binding
Paul Kehrer
2014-01-09
1
-3
/
+1
|
\
|
*
Simplify the authors section
Alex Gaynor
2014-01-09
1
-3
/
+1
*
|
refactor commoncrypto's is_available to check platform for now
Paul Kehrer
2014-01-09
1
-4
/
+4
*
|
add is_available() to CommonCrypto binding, use it for skipif
Paul Kehrer
2014-01-09
1
-1
/
+7
[next]