X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=e39a923fbeb49d8d0ee401c7de67af9958a68306;hp=99172adc52142888db8b1f179070aaa03d5c04bf;hb=8857b380e21b7140508cbcdd57abbcafdc658463;hpb=017bc57bf9734777d7cc0b847a55b0d762b5a149 diff --git a/CHANGES b/CHANGES index 99172adc52..e39a923fbe 100644 --- a/CHANGES +++ b/CHANGES @@ -4,10 +4,29 @@ Changes between 1.0.1 and 1.1.0 [xx XXX xxxx] + *) Add ECDH code to fips module and fips_ecdhvs for primitives only testing. + [Steve Henson] + + *) New algorithm test program fips_dhvs to handle DH primitives only testing. + [Steve Henson] + + *) New function DH_compute_key_padded() to compute a DH key and pad with + leading zeroes if needed: this complies with SP800-56A et al. + [Steve Henson] + + *) Initial implementation of SP800-90 DRBGs for Hash and CTR. Not used by + anything, incomplete, subject to change and largely untested at present. + [Steve Henson] + + *) Modify fipscanisteronly build option to only build the necessary object + files by filtering FIPS_EX_OBJ through a perl script in crypto/Makefile. + [Steve Henson] + *) Add experimental option FIPSSYMS to give all symbols in fipscanister.o and FIPS or fips prefix. This will avoid - conflicts with future versions of OpenSSL. Only works for - no-asm at present. + conflicts with future versions of OpenSSL. Add perl script + util/fipsas.pl to preprocess assembly language source files + and rename any affected symbols. [Steve Henson] *) Add selftest checks and algorithm block of non-fips algorithms in