Commit Graph

19 Commits

Author SHA1 Message Date
riastradh 91fcf17482 openssl: CWARNFLAGS, not COPTS, for -Wno-error=...
COPTS gets put too early, so these are cancelled out by -W flags
added later by bsd.sys.mk.  (How did this ever work???)
2023-05-25 19:12:51 +00:00
riastradh 7c8b150a94 openssl: Note that -Wno-error=char-subscripts likely masks real bugs. 2023-05-25 19:12:42 +00:00
riastradh 06e60785a0 openssl: Consolidate new CWARNFLAGS.clang stuff in Makefile.openssl. 2023-05-25 19:12:06 +00:00
christos 66d0962ffc centralize the warnings, try to fix clang 2023-05-23 12:05:10 +00:00
martin 9432c75c29 Make "shadow" warnings non-fatal for now (triggered by lots BN_* macros). 2023-05-18 12:01:58 +00:00
christos 9a21710e02 enable (and disable) warnings centrally 2023-05-17 19:10:04 +00:00
christos bfed990fa6 Adjust for 3.x 2023-05-07 16:24:28 +00:00
christos a6fb1bf611 remove defines now defined in crypto/dso_conf.h 2020-03-22 00:54:03 +00:00
christos 0c048d5af5 switch everyone to openssl.old 2018-02-04 03:19:51 +00:00
tls be6d3543e4 Remove -I line for no longer extant directory. The OpenSSL libraries
built here, unsurprisingly enough, still build and work exactly the
same.
2009-09-23 04:02:28 +00:00
christos 2e69c03e37 openssl moved 2009-07-19 23:34:00 +00:00
christos c4bfa0c238 XXX: This file does not really belong here.
Add ENGINESDIR define
2005-11-25 20:35:41 +00:00
itojun e9316c8858 apply patch supplied with OpenSSL Security Advisory [30 July 2002]
advisory 1: four potentially remotely-exploitable vulnerability in
SSL2/SSL3 code
advisory 2: ASN1 parser vulnerability (all SSL/TLS apps affected)
2002-07-30 12:55:08 +00:00
itojun 7c75b5ec2f sync with 0.9.6d. shlib minor for libssl and libcrypto
is cranked for additional functions.
2002-06-09 16:12:52 +00:00
itojun e5e807d114 always compile RSA into libcrypto.
MKCRYPTO disables the whole crypto tree, and in that case,
we will not have RSA (nor libcrypto) with us.
2000-09-30 12:21:51 +00:00
itojun bc22f284e4 we always build idea/rc5 (dummy, though). 2000-09-30 00:30:25 +00:00
veego 1a7d02624b Change the USELESS_CRYPTO check to MKCRYPTO_{IDEA,RC5,RSA}. 2000-07-05 13:57:15 +00:00
thorpej b50999826e Fixup the OpenSSL library builds. 2000-06-16 06:16:37 +00:00
thorpej c3b6f3938c Common OpenSSL Makefile goo, from cryptosrc-intl. 2000-06-16 04:16:02 +00:00