Print this page
6799218 RSA using Solaris Kernel Crypto framework lagging behind OpenSSL
5016936 bignumimpl:big_mul: potential memory leak
6810280 panic from bignum module: vmem_xalloc(): size == 0
*** 17,27 ****
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
! # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# lib/pkcs11/libsoftcrypto/amd64/Makefile
#
--- 17,27 ----
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
! # Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# lib/pkcs11/libsoftcrypto/amd64/Makefile
#
*** 36,52 ****
BIGNUM_PSM_OBJS= bignum_amd64.o bignum_amd64_asm.o
BIGNUM_PSM_SRC= $(BIGNUM_DIR)/$(MACH64)/bignum_amd64.c \
$(BIGNUM_DIR)/$(MACH64)/bignum_amd64_asm.s
-
include ../Makefile.com
include $(SRC)/lib/Makefile.lib.64
BIGNUM_FLAGS += -DPSR_MUL
LINTFLAGS64 += $(BIGNUM_FLAGS) $(AES_FLAGS)
-
CLEANFILES += arcfour-x86_64.s
LDLIBS += -lc
LIBS += $(LINTLIB)
--- 36,51 ----
BIGNUM_PSM_OBJS= bignum_amd64.o bignum_amd64_asm.o
BIGNUM_PSM_SRC= $(BIGNUM_DIR)/$(MACH64)/bignum_amd64.c \
$(BIGNUM_DIR)/$(MACH64)/bignum_amd64_asm.s
include ../Makefile.com
include $(SRC)/lib/Makefile.lib.64
+ CFLAGS += -xO4 -xcrossfile
BIGNUM_FLAGS += -DPSR_MUL
LINTFLAGS64 += $(BIGNUM_FLAGS) $(AES_FLAGS)
CLEANFILES += arcfour-x86_64.s
LDLIBS += -lc
LIBS += $(LINTLIB)