Skip to content

Commit

Permalink
release version 0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
froydnj committed Oct 16, 2014
1 parent 65aa659 commit 5591ad7
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions NEWS
@@ -1,5 +1,31 @@
-*- mode: outline -*-

* Version 0.33, released 2014-10-15

** bug fixes

Included prng.testvec in the packaged tarball.

The group parameter accessors for DSA keys have been fixed to not throw
errors. (Thanks to Patrick Stein.)

** new features

The convenience function WITH-DIGESTING-STREAM has been added to the
IRONCLAD package. (Thanks to Samium Gromoff.)

A new convenience package, IRONCLAD-TEXT, is included with this release;
when loaded, IRONCLAD-TEXT exports the function
WITH-DIGESTING-TEXT-STREAM from the IRONCLAD package. IRONCLAD-TEXT
depends on FLEXI-STREAMS. (Thanks to Samium Gromoff.)

The Salsa20 and ChaCha stream ciphers have been added, in full and
reduced-round variants.

The scrypt hash function's performance has been improved on x86-64 SBCL.

Type checking for the PBKDF key derivation functions has been improved.

* Version 0.32.1, released 2012-12-29

** bug fixes
Expand Down
2 changes: 1 addition & 1 deletion ironclad.asd
Expand Up @@ -24,7 +24,7 @@
(defclass css-file (asdf:doc-file) ((type :initform "css")))

(asdf:defsystem :ironclad
:version "0.32.1"
:version "0.33.0"
:author "Nathan Froyd <froydnj@gmail.com>"
:maintainer "Nathan Froyd <froydnj@gmail.com>"
:description "A cryptographic toolkit written in pure Common Lisp"
Expand Down

0 comments on commit 5591ad7

Please sign in to comment.