information on 0.9.6c-engine
This commit is contained in:
parent
7d555c8615
commit
a236373435
3 changed files with 19 additions and 2 deletions
15
CHANGES
15
CHANGES
|
@ -4,6 +4,21 @@
|
||||||
|
|
||||||
Changes between 0.9.6b and 0.9.6c [XX xxx XXXX]
|
Changes between 0.9.6b and 0.9.6c [XX xxx XXXX]
|
||||||
|
|
||||||
|
*) [In 0.9.6c-engine release:]
|
||||||
|
Add support for Broadcom crypto accelerator cards, backported
|
||||||
|
from 0.9.7.
|
||||||
|
[Broadcom, Nalin Dahyabhai <nalin@redhat.com>, Mark Cox]
|
||||||
|
|
||||||
|
*) [In 0.9.6c-engine release:]
|
||||||
|
Add support for SureWare crypto accelerator cards from
|
||||||
|
Baltimore Technologies. (Use engine 'sureware')
|
||||||
|
[Baltimore Technologies and Mark Cox]
|
||||||
|
|
||||||
|
*) [In 0.9.6c-engine release:]
|
||||||
|
Add support for crypto accelerator cards from Accelerated
|
||||||
|
Encryption Processing, www.aep.ie. (Use engine 'aep')
|
||||||
|
[AEP Inc. and Mark Cox]
|
||||||
|
|
||||||
*) Add a configuration entry for gcc on UnixWare.
|
*) Add a configuration entry for gcc on UnixWare.
|
||||||
[Gary Benson <gbenson@redhat.com>]
|
[Gary Benson <gbenson@redhat.com>]
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
o Various SSL/TLS library bugfixes.
|
o Various SSL/TLS library bugfixes.
|
||||||
o BIGNUM library fixes.
|
o BIGNUM library fixes.
|
||||||
|
o Add crypto accelerator support for AEP, Baltimore SureWare,
|
||||||
|
Broadcom [in 0.9.6c-engine release].
|
||||||
|
|
||||||
Changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
|
Changes between OpenSSL 0.9.6a and OpenSSL 0.9.6b:
|
||||||
|
|
||||||
|
|
|
@ -1873,5 +1873,5 @@ BIO_f_linebuffer 2463 EXIST:VMS:FUNCTION:
|
||||||
BN_bntest_rand 2464 EXIST::FUNCTION:
|
BN_bntest_rand 2464 EXIST::FUNCTION:
|
||||||
OPENSSL_issetugid 2465 EXIST::FUNCTION:
|
OPENSSL_issetugid 2465 EXIST::FUNCTION:
|
||||||
BN_rand_range 2466 EXIST::FUNCTION:
|
BN_rand_range 2466 EXIST::FUNCTION:
|
||||||
BN_pseudo_rand_range 2467 EXIST::FUNCTION:
|
BN_pseudo_rand_range 2523 EXIST::FUNCTION:
|
||||||
X509_STORE_CTX_set_verify_cb 2468 EXIST::FUNCTION:
|
X509_STORE_CTX_set_verify_cb 2524 EXIST::FUNCTION:
|
||||||
|
|
Loading…
Reference in a new issue