diff options
-rw-r--r-- | lib/libssl/crypto/Makefile | 27 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/alpha/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/amd64/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/arm/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/hppa/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/i386/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/m68k/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/m88k/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/mips64/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/powerpc/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/sh/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/sparc/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/sparc64/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/arch/vax/opensslconf.h | 3 | ||||
-rw-r--r-- | lib/libssl/crypto/shlib_version | 2 | ||||
-rw-r--r-- | lib/libssl/ssl/shlib_version | 2 |
16 files changed, 55 insertions, 15 deletions
diff --git a/lib/libssl/crypto/Makefile b/lib/libssl/crypto/Makefile index b1677cd664b..364cdab83a8 100644 --- a/lib/libssl/crypto/Makefile +++ b/lib/libssl/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.50 2009/01/05 21:36:37 djm Exp $ +# $OpenBSD: Makefile,v 1.51 2009/01/09 12:16:52 djm Exp $ LIB= crypto WANTLINT= @@ -46,8 +46,8 @@ CFLAGS+= -DOPENSSL_NO_HW_UBSEC CFLAGS+= -I${.CURDIR}/../${SSLEAYDIST} CFLAGS+= -I${LCRYPTO_SRC} -SRCS+= o_time.c o_dir.c -SRCS+= cryptlib.c ex_data.c cpt_err.c mem.c mem_dbg.c mem_clr.c +SRCS+= o_time.c o_dir.c o_init.c fips_err.c +SRCS+= cryptlib.c dyn_lck.c ex_data.c cpt_err.c mem.c mem_dbg.c mem_clr.c SRCS+= tmdiff.c cversion.c uid.c SRCS+= md2_dgst.c md2_one.c SRCS+= md5_dgst.c md5_one.c @@ -62,7 +62,7 @@ SRCS+= cbc_cksm.c cbc_enc.c cfb64enc.c cfb_enc.c \ ecb3_enc.c ecb_enc.c enc_read.c enc_writ.c \ ofb64enc.c ofb_enc.c pcbc_enc.c \ qud_cksm.c rand_key.c rpc_enc.c set_key.c \ - des_enc.c des_old2.c fcrypt_b.c \ + des_lib.c des_enc.c des_old2.c fcrypt_b.c \ fcrypt.c xcbc_enc.c ede_cbcm_enc.c \ str2key.c cfb64ede.c ofb64ede.c \ des_old.c read2pwd.c @@ -78,7 +78,7 @@ SRCS+= bn_add.c bn_div.c bn_exp.c bn_lib.c bn_mul.c SRCS+= bn_print.c bn_rand.c bn_shift.c SRCS+= bn_word.c bn_blind.c bn_gcd.c bn_prime.c bn_err.c SRCS+= bn_sqr.c bn_recp.c bn_mont.c bn_mpi.c bn_mod.c -SRCS+= bn_exp2.c bn_ctx.c +SRCS+= bn_exp2.c bn_ctx.c bn_opt.c SRCS+= bn_sqrt.c bn_kron.c bn_x931p.c bn_const.c bn_depr.c bn_gf2m.c bn_nist.c #SRCS+= camellia.c cmll_cbc.c cmll_cfb.c cmll_ctr.c #SRCS+= cmll_ecb.c cmll_misc.c cmll_ofb.cq @@ -87,9 +87,9 @@ SRCS+= bn_sqrt.c bn_kron.c bn_x931p.c bn_const.c bn_depr.c bn_gf2m.c bn_nist.c SRCS+= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c SRCS+= rsa_saos.c rsa_err.c rsa_pk1.c rsa_ssl.c SRCS+= rsa_none.c rsa_chk.c rsa_oaep.c rsa_null.c rsa_asn1.c -SRCS+= rsa_pss.c rsa_x931.c rsa_depr.c +SRCS+= rsa_pss.c rsa_x931.c rsa_x931g.c rsa_depr.c rsa_eng.c SRCS+= dsa_gen.c dsa_key.c dsa_lib.c dsa_vrf.c -SRCS+= dsa_sign.c dsa_err.c dsa_asn1.c dsa_ossl.c dsa_depr.c +SRCS+= dsa_sign.c dsa_err.c dsa_asn1.c dsa_ossl.c dsa_depr.c dsa_utl.c SRCS+= dh_gen.c dh_key.c dh_lib.c dh_check.c dh_err.c dh_asn1.c dh_depr.c SRCS+= ec_cvt.c ec_lib.c ecp_mont.c ecp_recp.c SRCS+= ec_err.c ec_mult.c ecp_nist.c ecp_smpl.c @@ -97,7 +97,7 @@ SRCS+= ec2_mult.c ec2_smpl.c ec_asn1.c ec_check.c ec_curve.c SRCS+= ec_key.c ec_print.c SRCS+= ech_err.c ech_key.c ech_lib.c ech_ossl.c SRCS+= ecs_asn1.c ecs_err.c ecs_lib.c ecs_ossl.c ecs_sign.c ecs_vrf.c -SRCS+= buffer.c buf_err.c +SRCS+= buffer.c buf_str.c buf_err.c SRCS+= bio_lib.c bio_cb.c bio_err.c bss_mem.c SRCS+= bss_null.c bss_fd.c bss_file.c bss_sock.c SRCS+= bss_conn.c bf_null.c bf_buff.c @@ -105,18 +105,19 @@ SRCS+= b_print.c b_dump.c b_sock.c bss_acpt.c SRCS+= bf_nbio.c bss_bio.c bss_log.c bss_dgram.c SRCS+= stack.c SRCS+= lhash.c lh_stats.c -SRCS+= md_rand.c randfile.c rand_lib.c rand_egd.c rand_err.c rand_unix.c -SRCS+= err.c err_all.c err_prn.c +SRCS+= md_rand.c randfile.c rand_lib.c rand_egd.c rand_eng.c +SRCS+= rand_err.c rand_unix.c +SRCS+= err.c err_def.c err_all.c err_prn.c err_str.c err_bio.c SRCS+= obj_dat.c obj_lib.c obj_err.c o_names.c SRCS+= bio_b64.c e_bf.c m_sha.c p_open.c SRCS+= bio_enc.c e_cast.c e_xcbc_d.c m_dss.c m_sha1.c p_seal.c SRCS+= bio_md.c e_des.c encode.c m_dss1.c names.c p_sign.c -SRCS+= bio_ok.c e_des3.c evp_enc.c m_md2.c p_verify.c m_ecdsa.c +SRCS+= bio_ok.c e_des3.c dig_eng.c evp_enc.c m_md2.c p_verify.c m_ecdsa.c #SRCS+= e_camellia.c e_seed.c -SRCS+= c_all.c evp_err.c evp_acnf.c m_md4.c p5_crpt.c e_old.c +SRCS+= c_all.c evp_err.c evp_acnf.c evp_cnf.c m_md4.c p5_crpt.c e_old.c SRCS+= c_allc.c evp_key.c m_md5.c p5_crpt2.c SRCS+= c_alld.c e_null.c evp_lib.c p_dec.c -SRCS+= digest.c e_rc2.c evp_pbe.c m_null.c p_enc.c +SRCS+= digest.c e_rc2.c enc_min.c evp_pbe.c m_null.c p_enc.c SRCS+= e_acss.c e_aes.c e_rc4.c evp_pkey.c m_ripemd.c p_lib.c SRCS+= md4_dgst.c md4_one.c SRCS+= pem_sign.c pem_seal.c pem_info.c pem_lib.c pem_pkey.c diff --git a/lib/libssl/crypto/arch/alpha/opensslconf.h b/lib/libssl/crypto/arch/alpha/opensslconf.h index 58b46616b53..ca34d461b80 100644 --- a/lib/libssl/crypto/arch/alpha/opensslconf.h +++ b/lib/libssl/crypto/arch/alpha/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/amd64/opensslconf.h b/lib/libssl/crypto/arch/amd64/opensslconf.h index b7c7908adf7..d05bb8670f6 100644 --- a/lib/libssl/crypto/arch/amd64/opensslconf.h +++ b/lib/libssl/crypto/arch/amd64/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/arm/opensslconf.h b/lib/libssl/crypto/arch/arm/opensslconf.h index ef50032293d..7682683384e 100644 --- a/lib/libssl/crypto/arch/arm/opensslconf.h +++ b/lib/libssl/crypto/arch/arm/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/hppa/opensslconf.h b/lib/libssl/crypto/arch/hppa/opensslconf.h index ef50032293d..7682683384e 100644 --- a/lib/libssl/crypto/arch/hppa/opensslconf.h +++ b/lib/libssl/crypto/arch/hppa/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/i386/opensslconf.h b/lib/libssl/crypto/arch/i386/opensslconf.h index b93cff97fcd..63ee314704c 100644 --- a/lib/libssl/crypto/arch/i386/opensslconf.h +++ b/lib/libssl/crypto/arch/i386/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/m68k/opensslconf.h b/lib/libssl/crypto/arch/m68k/opensslconf.h index ef50032293d..7682683384e 100644 --- a/lib/libssl/crypto/arch/m68k/opensslconf.h +++ b/lib/libssl/crypto/arch/m68k/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/m88k/opensslconf.h b/lib/libssl/crypto/arch/m88k/opensslconf.h index ef50032293d..7682683384e 100644 --- a/lib/libssl/crypto/arch/m88k/opensslconf.h +++ b/lib/libssl/crypto/arch/m88k/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/mips64/opensslconf.h b/lib/libssl/crypto/arch/mips64/opensslconf.h index 58b46616b53..ca34d461b80 100644 --- a/lib/libssl/crypto/arch/mips64/opensslconf.h +++ b/lib/libssl/crypto/arch/mips64/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/powerpc/opensslconf.h b/lib/libssl/crypto/arch/powerpc/opensslconf.h index ef50032293d..7682683384e 100644 --- a/lib/libssl/crypto/arch/powerpc/opensslconf.h +++ b/lib/libssl/crypto/arch/powerpc/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/sh/opensslconf.h b/lib/libssl/crypto/arch/sh/opensslconf.h index ef50032293d..7682683384e 100644 --- a/lib/libssl/crypto/arch/sh/opensslconf.h +++ b/lib/libssl/crypto/arch/sh/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/sparc/opensslconf.h b/lib/libssl/crypto/arch/sparc/opensslconf.h index ef50032293d..7682683384e 100644 --- a/lib/libssl/crypto/arch/sparc/opensslconf.h +++ b/lib/libssl/crypto/arch/sparc/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/sparc64/opensslconf.h b/lib/libssl/crypto/arch/sparc64/opensslconf.h index 58b46616b53..ca34d461b80 100644 --- a/lib/libssl/crypto/arch/sparc64/opensslconf.h +++ b/lib/libssl/crypto/arch/sparc64/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/arch/vax/opensslconf.h b/lib/libssl/crypto/arch/vax/opensslconf.h index ef50032293d..7682683384e 100644 --- a/lib/libssl/crypto/arch/vax/opensslconf.h +++ b/lib/libssl/crypto/arch/vax/opensslconf.h @@ -16,6 +16,9 @@ #ifndef OPENSSL_NO_GMP # define OPENSSL_NO_GMP #endif +#ifndef OPENSSL_NO_JPAKE +# define OPENSSL_NO_JPAKE +#endif #ifndef OPENSSL_NO_KRB5 # define OPENSSL_NO_KRB5 #endif diff --git a/lib/libssl/crypto/shlib_version b/lib/libssl/crypto/shlib_version index 84e2c2920d7..ffdd3d2d569 100644 --- a/lib/libssl/crypto/shlib_version +++ b/lib/libssl/crypto/shlib_version @@ -1,2 +1,2 @@ -major=16 +major=17 minor=0 diff --git a/lib/libssl/ssl/shlib_version b/lib/libssl/ssl/shlib_version index 262f3bc13b6..d85251eba7d 100644 --- a/lib/libssl/ssl/shlib_version +++ b/lib/libssl/ssl/shlib_version @@ -1,2 +1,2 @@ -major=13 +major=14 minor=0 |