Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cryptography
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
Python
Modules
cryptography
Commits
e04cea09acfe
Commit
e04cea09acfe
authored
10 years ago
by
Alex Gaynor
Browse files
Options
Downloads
Plain Diff
Merge pull request #1409 from reaperhulk/0.6.1-changelog
0.6.1 changelog
parents
4bb8142d29c1
5b76ca56054d
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.rst
+11
-0
11 additions, 0 deletions
CHANGELOG.rst
cryptography/__about__.py
+1
-1
1 addition, 1 deletion
cryptography/__about__.py
vectors/cryptography_vectors/__about__.py
+1
-1
1 addition, 1 deletion
vectors/cryptography_vectors/__about__.py
with
13 additions
and
2 deletions
CHANGELOG.rst
+
11
−
0
View file @
e04cea09
Changelog
Changelog
=========
=========
0.6.1 - 2014-10-15
~~~~~~~~~~~~~~~~~~
* Updated Windows wheels to be compiled against OpenSSL 1.0.1j.
* Fixed an issue where OpenSSL 1.0.1j changed the errors returned by some
functions.
* Added our license file to the ``cryptography-vectors`` package.
* Implemented DSA hash truncation support (per FIPS 186-3) in the OpenSSL
backend. This works around an issue in 1.0.0, 1.0.0a, and 1.0.0b where
truncation was not implemented.
0.6 - 2014-09-29
0.6 - 2014-09-29
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
cryptography/__about__.py
+
1
−
1
View file @
e04cea09
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
"
and primitives to Python developers.
"
)
"
and primitives to Python developers.
"
)
__uri__
=
"
https://github.com/pyca/cryptography
"
__uri__
=
"
https://github.com/pyca/cryptography
"
__version__
=
"
0.6
"
__version__
=
"
0.6
.1
"
__author__
=
"
The cryptography developers
"
__author__
=
"
The cryptography developers
"
__email__
=
"
cryptography-dev@python.org
"
__email__
=
"
cryptography-dev@python.org
"
...
...
This diff is collapsed.
Click to expand it.
vectors/cryptography_vectors/__about__.py
+
1
−
1
View file @
e04cea09
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
__uri__
=
"
https://github.com/pyca/cryptography
"
__uri__
=
"
https://github.com/pyca/cryptography
"
__version__
=
"
0.6
"
__version__
=
"
0.6
.1
"
__author__
=
"
The cryptography developers
"
__author__
=
"
The cryptography developers
"
__email__
=
"
cryptography-dev@python.org
"
__email__
=
"
cryptography-dev@python.org
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment