pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2013-12-04
2013-12-04 15:57:45 by Martin Nilsson <nilsson@opera.com>
573f8f100c95a544c728ce55e15eb4760801e20c (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
Some notes about performance changes and addition of GCM.
835:
o Nettle refactored
+
CBC cipher mode is now twice as fast.
+
+
o Crypto.GCM
+
+
GCM (Galois Counter Mode) cipher mode added.
+
o AES support added to the SSL module This adds support for the following cipher suites:
890:
o Crypto.RSA and Crypto.DSA The key generation for RSA and DSA are now done by Nettle. This
-
results in faster key generation for RSA
and
stronger
keys
for DSA.
+
results in
90%
faster key generation for RSA
.
Key
generation
for DSA
+
is 10 times slower, but produces better quality keys
.
o Crypto.Hash