index
:
cloud-email/cryptography
master
python cryptography
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make DistributionPoint relative_name a set of NameAttribute (#3210)
Fraser Tweedale
2016-11-07
1
-1
/
+20
*
Last pass over fixing the links (#3224)
Alex Gaynor
2016-11-06
7
-8
/
+7
*
Update the commoncrypto links (#3223)
Alex Gaynor
2016-11-06
2
-2
/
+2
*
Use the canonical host for two urls on the OpenSSL website (#3219)
Alex Gaynor
2016-11-06
2
-2
/
+2
*
Link to our implementation of scrypt, now that we have it (#3189)
Alex Gaynor
2016-10-07
1
-2
/
+2
*
Update installation.rst (#3188)
Matt Thomas
2016-10-03
1
-1
/
+1
*
EC samples for verifying a singature, + serialization (#3076)
Alex Railean
2016-09-25
2
-0
/
+80
*
Fixed #3143 -- added the mandatory serial number parameter (#3144)
Alex Gaynor
2016-09-09
1
-0
/
+2
*
Fix typo in `symmetric-encryption.rst` (#3138)
Alex Chan
2016-09-04
1
-1
/
+1
*
Clarified Windows development installation and docd upstream enchant bug (#3128)
Nick Badger
2016-09-03
2
-6
/
+17
*
support random_serial_number in the CertificateBuilder (#3132)
Paul Kehrer
2016-09-03
1
-8
/
+21
*
Add bounds checking for Scrypt parameters. (#3130)
Terry Chia
2016-09-02
1
-0
/
+3
*
Scrypt Implementation (#3117)
Terry Chia
2016-09-01
4
-0
/
+144
*
add support for signature_algorithm_oid to cert, CSR, and CRL (#3124)
Paul Kehrer
2016-08-31
1
-0
/
+46
*
some docs cleanups + changelog (#3122)
Alex Gaynor
2016-08-30
1
-3
/
+2
*
Mention that blake2 is not vulnerable to length-extension attacks (#3118)
Alex Gaynor
2016-08-29
2
-1
/
+5
*
blake2b/blake2s support (#3116)
Paul Kehrer
2016-08-28
1
-0
/
+31
*
Refs #3002 -- clearly document that OpenSSL 1.0 support will be removed in th...
Alex Gaynor
2016-08-27
1
-1
/
+1
*
OpenSSL 1.1.0 support (#2826)
Paul Kehrer
2016-08-26
1
-0
/
+1
*
Fix docs to clarify the less than 256 limit for Padding(). (#3099)
Terry Chia
2016-08-24
1
-2
/
+2
*
Update example code to use recommended 160 bits (#3088)
Dave Brondsema
2016-08-16
1
-2
/
+2
*
Update installation.rst (#3083)
Akan Brown
2016-08-08
1
-1
/
+1
*
Attempt to debug wacky failures on the docs build on OS X (#3085)
Alex Gaynor
2016-08-09
1
-0
/
+7
*
Add recommendation about terminology (#3079)
Gabriel Orisaka
2016-08-02
1
-0
/
+5
*
Remove provider language from docs (#3072)
Gabriel Orisaka
2016-07-31
9
-70
/
+56
*
Clarify what to pass to the sign-function (#3066)
Loy
2016-07-30
1
-1
/
+1
*
Removed provider language from asymmetric primitives docs (#3052)
Gabriel Orisaka
2016-07-26
5
-132
/
+91
*
Enforce that p > q to improve OpenSSL compatibility (fixes #2990) (#3010)
Dirkjan Ochtman
2016-07-19
1
-1
/
+3
*
Removed provider language from backend interfaces (#3047)
Gabriel Orisaka
2016-07-18
1
-110
/
+81
*
A few small cleanups (#3046)
Alex Gaynor
2016-07-18
2
-11
/
+11
*
Add flag to toggle key length check for HOTP and TOTP. (#3012)
Terry Chia
2016-07-16
2
-2
/
+24
*
One shot sign/verification ECDSA (#3029)
Aviv Palivoda
2016-07-02
2
-5
/
+46
*
one shot verify documentation fix (#3031)
Aviv Palivoda
2016-06-30
2
-4
/
+4
*
One shot sign/verify DSA (#3003)
Aviv Palivoda
2016-06-30
1
-0
/
+53
*
Fixed #3008 -- expose calculate max pss salt length (#3014)
Alex Gaynor
2016-06-27
1
-4
/
+17
*
rest syntax
Alex Gaynor
2016-06-27
1
-1
/
+1
*
Remove some 0.9.8 cruft from the docs (#3015)
Alex Gaynor
2016-06-26
1
-3
/
+1
*
Fixes #2992 -- clearly link to a key dumping docs in serialization mo… (#3013)
Alex Gaynor
2016-06-25
1
-0
/
+10
*
Use `d` instead of `private_exponent` for consistency (#2991)
Dirkjan Ochtman
2016-06-22
1
-4
/
+4
*
Drop OpenSSL 0.9.8 (#2978)
Alex Gaynor
2016-06-18
4
-16
/
+11
*
Clean up some of the nonsense in our DSA docs. (#2969)
Alex Gaynor
2016-06-04
1
-5
/
+5
*
Added another release task (#2965)
Alex Gaynor
2016-06-04
1
-0
/
+2
*
Add convenience methods to sign and verify w/ RSA (#2945)
Colleen Murphy
2016-06-04
1
-3
/
+73
*
Refs #1478 -- attempt to improve our nonsense docs for ECCurve.key_size (#2959)
Alex Gaynor
2016-06-03
1
-1
/
+2
*
SSH serialization for public keys (#2957)
Alex Gaynor
2016-06-03
1
-0
/
+13
*
Random grammar stuff (#2955)
Alex Gaynor
2016-06-02
2
-2
/
+2
*
Add alias for Certificate serial as serial number (#2950)
Chelsea Winfree
2016-06-02
1
-4
/
+4
*
add RSA OAEP SHA2 vectors via custom vector creation (#2829)
Paul Kehrer
2016-06-02
4
-0
/
+600
*
NIST SP 800-108 Counter Mode KDF (#2748)
Jared
2016-05-29
1
-0
/
+150
*
Fixed #2859 -- document that SHA-1 is the worst (#2925)
Alex Gaynor
2016-05-29
1
-1
/
+3
[next]