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
...
|
*
|
Pass the sys.path into the subprocess
Donald Stufft
2015-02-19
1
-0
/
+10
|
/
/
*
|
Merge pull request #1651 from reaperhulk/x509-signature-algorithm
Alex Gaynor
2015-02-19
9
-8
/
+194
|
\
\
|
|
/
|
/
|
|
*
surrender to alex's feels and name our constants consistently
Paul Kehrer
2015-02-19
2
-19
/
+19
|
*
address review feedback, fix short names for sig alg OIDs
Paul Kehrer
2015-02-19
2
-33
/
+29
|
*
attempt to clarify signature hash algorithm a bit more
Paul Kehrer
2015-02-16
1
-1
/
+5
|
*
try to make this a bit more clear
Paul Kehrer
2015-02-16
1
-3
/
+3
|
*
document vector provenance
Paul Kehrer
2015-02-14
1
-1
/
+3
|
*
refactor obj2txt to be a separate method
Paul Kehrer
2015-02-14
1
-15
/
+11
|
*
address review feedback
Paul Kehrer
2015-02-14
2
-23
/
+19
|
*
implement signature_hash_algorithm instead
Paul Kehrer
2015-02-14
6
-16
/
+55
|
*
add legacy Verisign PCA (MD2) root to vectors
Paul Kehrer
2015-02-14
2
-0
/
+16
|
*
add changelog entry
Paul Kehrer
2015-02-14
1
-0
/
+3
|
*
add support for signature_algorithm in x509.Certificate
Paul Kehrer
2015-02-14
5
-0
/
+134
*
|
Merge pull request #1680 from alex/simplification
Paul Kehrer
2015-02-19
1
-1
/
+1
|
\
\
|
*
|
Simplify x509.Name.get_attributes_for_oid
Alex Gaynor
2015-02-19
1
-1
/
+1
|
/
/
*
|
Merge pull request #1679 from reaperhulk/libre-support
Alex Gaynor
2015-02-19
6
-15
/
+65
|
\
\
|
*
|
move some compression things around for libre
Paul Kehrer
2015-02-19
1
-4
/
+15
|
*
|
move COMP_METHOD define and change to typedef for libre
Paul Kehrer
2015-02-19
1
-8
/
+8
|
*
|
Update changelog for LibreSSL fixes
Steven McDonald
2015-02-19
1
-0
/
+1
|
*
|
Allow the OpenSSL version string to begin with LibreSSL
Steven McDonald
2015-02-19
1
-3
/
+6
|
*
|
Disable features exclusive to newer OpenSSL when using LibreSSL
Steven McDonald
2015-02-19
1
-2
/
+2
|
*
|
Define COMP_METHOD when building against LibreSSL
Steven McDonald
2015-02-19
1
-0
/
+8
|
*
|
conditionally bind cryptodev engine for LibreSSL
Paul Kehrer
2015-02-19
1
-2
/
+14
|
*
|
conditionally bind EGD for libressl
Paul Kehrer
2015-02-19
1
-4
/
+19
*
|
|
Merge pull request #1676 from alex/more-https
Paul Kehrer
2015-02-19
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
This link is also HTTPS
Alex Gaynor
2015-02-18
1
-1
/
+1
|
/
/
*
|
Merge pull request #1672 from alex/https-all-the-things
Paul Kehrer
2015-02-18
2
-2
/
+2
|
\
\
|
*
|
Use HTTPS for a few URLs in the docs that support it
Alex Gaynor
2015-02-17
2
-2
/
+2
|
/
/
*
|
Merge pull request #1671 from alex/update-link
Paul Kehrer
2015-02-17
1
-1
/
+1
|
\
\
|
*
|
Fixed a link that the EFF moved
Alex Gaynor
2015-02-17
1
-1
/
+1
*
|
|
Merge pull request #1670 from reaperhulk/pypy25
Alex Gaynor
2015-02-17
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use pypy 2.5 on our os x builders
Paul Kehrer
2015-02-17
1
-2
/
+2
*
|
|
Merge pull request #1668 from reaperhulk/move-kdf-interfaces
Alex Gaynor
2015-02-17
7
-63
/
+92
|
\
\
\
|
*
|
|
move KDF interface
Paul Kehrer
2015-02-16
7
-63
/
+92
|
|
/
/
*
|
|
Merge pull request #1667 from alex/update-url
Paul Kehrer
2015-02-17
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixed URL in the docs
Alex Gaynor
2015-02-16
1
-1
/
+1
|
/
/
*
|
Merge pull request #1666 from reaperhulk/move-asym-interfaces
Alex Gaynor
2015-02-16
12
-74
/
+122
|
\
\
|
*
|
move asymmetric signature interface docs
Paul Kehrer
2015-02-16
2
-31
/
+34
|
*
|
move asymmetric signature/verification interfaces
Paul Kehrer
2015-02-16
11
-74
/
+119
|
/
/
*
|
Merge pull request #1665 from reaperhulk/move-asym-padding-interface
Alex Gaynor
2015-02-16
9
-38
/
+58
|
\
\
|
*
|
add changelog entry
Paul Kehrer
2015-02-16
1
-0
/
+4
|
*
|
move asymmetric padding interface to primitives.asymmetric.padding
Paul Kehrer
2015-02-16
8
-38
/
+54
|
/
/
*
|
Merge pull request #1659 from reaperhulk/move-cipher-interfaces
Alex Stapleton
2015-02-16
19
-338
/
+466
|
\
\
|
*
|
export interfaces from base in ciphers, update docs
Paul Kehrer
2015-02-14
12
-59
/
+66
|
*
|
fix docs links
Paul Kehrer
2015-02-13
2
-3
/
+3
|
*
|
move padding
Paul Kehrer
2015-02-13
5
-21
/
+59
|
*
|
move cipher and mode interfaces
Paul Kehrer
2015-02-13
15
-311
/
+394
*
|
|
Merge pull request #1664 from alex/flake8
Alex Stapleton
2015-02-16
2
-9
/
+10
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fixed new flake8 warnings from teh latest version
Alex Gaynor
2015-02-15
2
-9
/
+10
|
/
/
*
|
Merge pull request #1612 from reaperhulk/x509-dn
Alex Gaynor
2015-02-14
6
-0
/
+323
|
\
\
|
|
/
|
/
|
[prev]
[next]