[EMAIL PROTECTED] wrote:
> levitte     28-Nov-2002 09:04:47
>
>   Modified:    apps     apps.c ca.c dgst.c enc.c s_client.c s_server.c
>                         s_socket.c
>                crypto   md32_common.h mem.c
>                crypto/asn1 a_sign.c a_verify.c n_pkey.c p8_pkey.c
>                crypto/des des.c read2pwd.c read_pwd.c str2key.c
>                crypto/ec ec_key.c ec_lib.c
>                crypto/ecdh ech_lib.c
>                crypto/ecdsa ecs_lib.c
>                crypto/evp bio_enc.c bio_ok.c digest.c e_idea.c evp_key.c
>                         p5_crpt.c p5_crpt2.c p_open.c
>                crypto/pem pem_info.c pem_lib.c pem_pk8.c pem_seal.c
>                crypto/pkcs12 p12_crpt.c p12_decr.c p12_key.c
>                crypto/pkcs7 bio_ber.c pk7_doit.c
>                crypto/rand md_rand.c rand_unix.c randfile.c
>                crypto/rc4 rc4.c
>                crypto/ripemd rmd_one.c
>                crypto/rsa rsa_eay.c rsa_saos.c rsa_sign.c
>                crypto/sha sha1_one.c sha_one.c
>                crypto/ui ui_openssl.c ui_util.c
>                crypto/x509 x509_vfy.c
>                engines  e_4758_cca.c e_sureware.c
>                ssl      kssl.c s2_lib.c s3_clnt.c s3_enc.c s3_lib.c
>                         s3_srvr.c ssl_sess.c t1_enc.c
>   Log:
>   Cleanse memory using the new OPENSSL_cleanse() function.
>   I've covered all the memset()s I felt safe modifying, but may have missed
> some.
...

Hi Richard,

may I ask why you didn't replace the 'memset()' in BN_clear_free() with the
new OPENSSL_cleanse() function ? 

Regards,
Nils
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to