CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2016/12/21 08:49:29

Modified files:
        lib/libcrypto  : Makefile constant_time_locl.h o_time.h 
        lib/libcrypto/aes: aes_locl.h 
        lib/libcrypto/asn1: asn1_locl.h charmap.h 
        lib/libcrypto/bf: bf_pi.h 
        lib/libcrypto/bn: bn.h bn_lcl.h bn_prime.h 
        lib/libcrypto/camellia: cmll_locl.h 
        lib/libcrypto/cast: cast_s.h 
        lib/libcrypto/conf: conf_def.h 
        lib/libcrypto/des: des_locl.h spr.h 
        lib/libcrypto/dsa: dsa_locl.h 
        lib/libcrypto/ec: ec_lcl.h ecp_nistz256_table.h 
        lib/libcrypto/ecdh: ech_locl.h 
        lib/libcrypto/ecdsa: ecs_locl.h 
        lib/libcrypto/engine: eng_int.h 
        lib/libcrypto/evp: evp_locl.h 
        lib/libcrypto/gost: gost_asn1.h gost_locl.h 
        lib/libcrypto/md4: md4_locl.h 
        lib/libcrypto/md5: md5_locl.h 
        lib/libcrypto/modes: modes_lcl.h 
        lib/libcrypto/objects: obj_xref.h 
        lib/libcrypto/ripemd: rmd_locl.h rmdconst.h 
        lib/libcrypto/rsa: rsa_locl.h 
        lib/libcrypto/sha: sha_locl.h 
        lib/libcrypto/ui: ui_locl.h 
        lib/libcrypto/whrlpool: wp_locl.h 
        lib/libcrypto/x509: vpm_int.h x509_lcl.h 
        lib/libcrypto/x509v3: ext_dat.h pcy_int.h 
Added files:
        lib/libcrypto  : Symbols.list 

Log message:
Explicitly export a list of symbols from libcrypto.

Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting
the bn_* symbols. These are documented as only being intended for internal
use, so why they were placed in a public header is beyond me...

This hides 363 previously exported symbols, most of which exist in headers
that are not installed and were never intended to be public. This also
removes a few crusty old things that should have died long ago (like
_ossl_old_des_read_pw). But don't worry... there are still 3451 symbols
exported from the library.

With input and testing from inoguchi@.

ok beck@ inoguchi@

Reply via email to