index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cryptography
/
hazmat
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fixed #2127 -- added __hash__ to CSR
Alex Gaynor
2015-07-08
1
-0
/
+3
*
|
Merge pull request #2108 from mail-in-a-box/master
Paul Kehrer
2015-07-08
1
-1
/
+16
|
\
\
|
|
/
|
/
|
|
*
parse SAN otherNames into OtherName instances rather than raising an exception
Joshua Tauberer
2015-07-06
1
-1
/
+16
*
|
Merge pull request #2124 from alex/hash-cert
Paul Kehrer
2015-07-08
1
-7
/
+4
|
\
\
|
*
|
no need to hash it twice, also simplify fingerprint method
Alex Gaynor
2015-07-07
1
-9
/
+2
|
*
|
Fixed #2120 -- added __hash__ to x509.Cert
Alex Gaynor
2015-07-06
1
-0
/
+4
*
|
|
added forgotten __ne__ method
Alex Gaynor
2015-07-06
1
-0
/
+3
*
|
|
Fixed #2121 -- added __eq__ and __ne__ to CSRs
Alex Gaynor
2015-07-06
1
-0
/
+8
|
/
/
*
|
support registeredID general name encoding
Paul Kehrer
2015-07-05
1
-1
/
+12
*
|
Merge pull request #2085 from alex/encode-san
Paul Kehrer
2015-07-05
1
-1
/
+44
|
\
\
|
*
|
fixed a leak in the event of non-DNS GN
Alex Gaynor
2015-07-05
1
-2
/
+3
|
*
|
Make the error check match how the openssl codebase does it
Alex Gaynor
2015-07-05
1
-1
/
+1
|
*
|
Wildcards. Also fixed a bug with multiple GNs
Alex Gaynor
2015-07-05
1
-2
/
+7
|
*
|
Paul says openssl just does the right thing here.
Alex Gaynor
2015-07-05
1
-2
/
+0
|
*
|
this needs to be freed as well
Alex Gaynor
2015-07-05
1
-0
/
+1
|
*
|
idna here
Alex Gaynor
2015-07-05
1
-2
/
+3
|
*
|
Organize code a bit better
Alex Gaynor
2015-07-05
1
-10
/
+15
|
*
|
Merge branch 'master' into encode-san
Alex Gaynor
2015-07-03
5
-17
/
+112
|
|
\
\
|
*
\
\
resolved merge conflict
Alex Gaynor
2015-06-28
3
-105
/
+84
|
|
\
\
\
|
*
|
|
|
Clean up code and fix.
Alex Gaynor
2015-06-28
2
-36
/
+20
|
*
|
|
|
Initial code to encode SANs
Alex Gaynor
2015-06-28
1
-0
/
+47
*
|
|
|
|
Factor out the ASN.1 string handling code in the OpenSSL backend
Alex Gaynor
2015-07-05
1
-16
/
+16
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
move PublicKeyWithSerialization methods to PublicKey
Paul Kehrer
2015-07-04
3
-9
/
+9
*
|
|
|
Added support for SANs in CSRs
Alex Gaynor
2015-07-03
1
-0
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Shift around the x509 code, all the extensions are going to have the same thing
Alex Gaynor
2015-07-02
1
-20
/
+12
*
|
|
Merge pull request #2093 from reaperhulk/gcm-fix-forever-maybe
Alex Gaynor
2015-07-01
2
-0
/
+21
|
\
\
\
|
*
|
|
put the AAD and encrypted byte limit checks in the parent context
Paul Kehrer
2015-07-01
2
-0
/
+21
*
|
|
|
name constraints - support leading periods
Paul Kehrer
2015-07-01
1
-3
/
+7
|
/
/
/
*
|
|
Merge pull request #2084 from reaperhulk/name-constraints-ossl
Alex Gaynor
2015-07-01
1
-0
/
+30
|
\
\
\
|
*
|
|
support name constraints in the openssl backend
Paul Kehrer
2015-06-29
1
-0
/
+30
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2073 from glyph/no-c-random
Paul Kehrer
2015-06-30
2
-3
/
+48
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
the assertier the merrier
Glyph
2015-06-27
1
-0
/
+1
|
*
|
comment on longer correct - not aliases any more
Glyph
2015-06-27
1
-5
/
+3
|
*
|
do the hokey pokey
Glyph
2015-06-27
1
-13
/
+13
|
*
|
shuffle everything back onto the class
Glyph
2015-06-27
1
-50
/
+45
|
*
|
dead code
Glyph
2015-06-27
1
-1
/
+0
|
*
|
consistency about underscores and prefixes
Glyph
2015-06-27
1
-6
/
+6
|
*
|
space before star
Glyph
2015-06-27
1
-3
/
+3
|
*
|
nothing pseudo about it
Glyph
2015-06-27
1
-11
/
+2
|
*
|
handle previous registration by raising RuntimeError
Glyph
2015-06-27
1
-3
/
+1
|
*
|
unnecessary belt-and-suspenders error checking
Glyph
2015-06-27
1
-2
/
+0
|
*
|
coding standard
Glyph
2015-06-27
1
-1
/
+2
|
*
|
clear the error queue
Glyph
2015-06-27
1
-0
/
+4
|
*
|
also retain method with a global reference
Glyph
2015-06-27
1
-5
/
+7
|
*
|
move everything to module scope; much simpler that way
Glyph
2015-06-27
1
-67
/
+58
|
*
|
comply with C coding standard, for which there is no linter
Glyph
2015-06-26
1
-2
/
+2
|
*
|
lint
Glyph
2015-06-26
1
-0
/
+1
|
*
|
pointer shenanigans
Glyph
2015-06-26
1
-2
/
+3
|
*
|
remove remaining vestiges, make adding twice work
Glyph
2015-06-26
1
-3
/
+2
|
*
|
python implementation
Glyph
2015-06-26
1
-1
/
+65
[prev]
[next]