index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
improve KeyUsage repr
Paul Kehrer
2015-04-15
1
-2
/
+2
|
/
/
*
|
Merge pull request #1848 from reaperhulk/invalid-token
Alex Gaynor
2015-04-14
5
-4
/
+21
|
\
\
|
*
|
add changelog entry, set proper deprecation warning
Paul Kehrer
2015-04-14
1
-1
/
+1
|
*
|
InvalidToken is deprecated in 09, not 08
Steven Buss
2015-04-13
1
-1
/
+1
|
*
|
Add DeprecatedIn09
Steven Buss
2015-04-13
1
-0
/
+1
|
*
|
Move cryptography.exceptions.InvalidToken to cryptography.hazmat.primitives.t...
Steven Buss
2015-04-13
4
-4
/
+20
|
|
/
*
|
Fix comparison between pyasn1 objects introduced in #1843
Geoffrey Thomas
2015-04-14
1
-1
/
+1
*
|
Work around pyasn1's willingness to return endOfOctets in DER parsing
Geoffrey Thomas
2015-04-13
1
-0
/
+7
|
/
*
free the bit string
Paul Kehrer
2015-04-12
2
-0
/
+4
*
keyusage support in the OpenSSL backend
Paul Kehrer
2015-04-12
1
-9
/
+28
*
Merge pull request #1814 from reaperhulk/keyusage-repr
Alex Gaynor
2015-04-12
1
-0
/
+17
|
\
|
*
add repr to KeyUsage
Paul Kehrer
2015-04-02
1
-0
/
+17
*
|
0!r time
Paul Kehrer
2015-04-11
1
-1
/
+1
*
|
let's make that repr actually good
Paul Kehrer
2015-04-11
1
-1
/
+1
*
|
add repr for x509 names
Paul Kehrer
2015-04-11
1
-0
/
+3
*
|
unused import I left in as a test. Yeah, that's why...
Paul Kehrer
2015-04-11
1
-1
/
+0
*
|
alter approach to just use digest, no hexdigest
Paul Kehrer
2015-04-10
1
-5
/
+1
*
|
free the ASN1_OCTET_STRING instance
Paul Kehrer
2015-04-10
1
-0
/
+3
*
|
add subjectkeyidentifier support
Paul Kehrer
2015-04-10
2
-0
/
+38
*
|
Merge pull request #1727 from public/dh-key-iface-2015
Paul Kehrer
2015-04-09
1
-12
/
+77
|
\
\
|
*
|
DH key interfaces
Alex Stapleton
2015-04-05
1
-12
/
+77
*
|
|
after closer review, it would appear that PKCS7_NOSMIMECAP was added in 0.9.6...
Mahmoud Hashemi
2015-04-08
1
-16
/
+3
*
|
|
remove stray PKCS7_encrypt arg 'certs'
Mahmoud Hashemi
2015-04-08
1
-1
/
+1
*
|
|
PKCS7 signature, encryption and serialization bindings.
Mark Williams
2015-04-08
2
-1
/
+44
*
|
|
Merge pull request #1826 from reaperhulk/x509-extension-oids
Alex Gaynor
2015-04-04
1
-2
/
+32
|
\
\
\
|
*
|
|
add the remaining extension OIDs
Paul Kehrer
2015-04-04
1
-2
/
+32
*
|
|
|
support openssl no-comp on linux/os x
Paul Kehrer
2015-04-04
1
-5
/
+1
|
/
/
/
*
|
|
Merge pull request #1820 from schlenk/get_crl_properties
Alex Gaynor
2015-04-03
1
-0
/
+11
|
\
\
\
|
*
|
|
More CRL related bindings
Michael Schlenker
2015-04-03
1
-0
/
+11
*
|
|
|
Add wrappers for STACK_OF(X509_CRL) manipulation
Michael Schlenker
2015-04-03
1
-0
/
+6
|
/
/
/
*
|
|
Merge pull request #1812 from reaperhulk/asn1-bitstring
Alex Gaynor
2015-04-03
1
-0
/
+4
|
\
\
\
|
*
|
|
add some ASN1_BIT_STRING bindings for OpenSSL
Paul Kehrer
2015-04-02
1
-0
/
+4
|
|
|
/
|
|
/
|
*
/
|
add extendedkeyusage repr
Paul Kehrer
2015-04-02
1
-0
/
+3
|
/
/
*
|
remove extra blank line
Paul Kehrer
2015-03-31
1
-1
/
+0
*
|
add keyusage extension
Paul Kehrer
2015-03-31
1
-0
/
+48
*
|
add extendedkeyusage extension
Paul Kehrer
2015-03-31
1
-0
/
+17
*
|
support the EKU OIDs specified in RFC 5280 section 4.2.1.12
Paul Kehrer
2015-03-30
1
-0
/
+15
*
|
add load_der_x509_csr to support loading DER encoded CSRs
Paul Kehrer
2015-03-30
4
-0
/
+29
*
|
Emit a warning on Python 2.6
Alex Gaynor
2015-03-29
1
-0
/
+10
*
|
Merge pull request #1796 from rev112/minor_refactorings
Paul Kehrer
2015-03-29
3
-15
/
+15
|
\
\
|
*
|
Rename 'type' variable which shadows built-in name 'type'
Anton Ovchinnikov
2015-03-29
1
-12
/
+12
|
*
|
Rename lambda argument
Anton Ovchinnikov
2015-03-29
1
-1
/
+1
|
*
|
Simplify chained comparison
Anton Ovchinnikov
2015-03-29
1
-1
/
+1
|
*
|
Remove redundant parentheses
Anton Ovchinnikov
2015-03-29
1
-1
/
+1
*
|
|
rename to CertificateSigningRequest
Paul Kehrer
2015-03-29
3
-5
/
+7
*
|
|
address some review comments
Paul Kehrer
2015-03-29
1
-3
/
+1
*
|
|
rename request to CSR
Paul Kehrer
2015-03-29
5
-12
/
+12
*
|
|
basic support for parsing x509 requests
Paul Kehrer
2015-03-29
6
-2
/
+89
|
/
/
*
/
basicConstraints support for OpenSSL X509 backend
Paul Kehrer
2015-03-28
2
-4
/
+46
|
/
*
add x509 extensions class and basic tests (no extensions supported)
Paul Kehrer
2015-03-28
2
-0
/
+64
[prev]
[next]