summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-03-25 07:49:33 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-03-25 07:49:33 +0000
commit0e9fc7115b89e672d74fe48f6a2120d8f10d5d97 (patch)
tree561e51b59ddeeaabc398b185e14851433444eaee /CHANGES
parent1b276f3012c9470d1f7ca0d5d20c3f40de47faf2 (diff)
Make sure the RSA OAEP test is skipped under -DRSAref because
OAEP isn't supported when OpenSSL is built with RSAref. Submitted by: Ulf Moeller <ulf@fitug.de> Reviewed by: Ralf S. Engelschall
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ecb697f3a1..d7da85056f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
Changes between 0.9.2b and 0.9.3
+ *) Make sure the RSA OAEP test is skipped under -DRSAref because
+ OAEP isn't supported when OpenSSL is built with RSAref.
+ [Ulf Moeller <ulf@fitug.de>]
+
*) Move definitions of IS_SET/IS_SEQUENCE inside crypto/asn1/asn1.h
so they no longer are missing under -DNOPROTO.
[Soren S. Jorvang <soren@t.dk>]