christos
|
839f71d992
|
Take better care of closing file descriptors in the agent child and dealing
with dup2 and std{in,out,err}.
|
2012-09-18 15:18:01 +00:00 |
christos
|
ff8ddb8d69
|
fix MKREPRO build not to put Generated from ${NETBSDSRCDIR} in files.
|
2012-09-05 19:31:04 +00:00 |
tteras
|
880340da60
|
From Roman Hoog Antink <rha@open.ch>: Accept DPD messages with cookies
also in reversed order for compatiblity. At least Cisco 836 running
IOS 12.3(8)T does this.
|
2012-08-29 12:01:30 +00:00 |
tteras
|
6c437507a2
|
From Roman Hoog Antink <rha@open.ch>: add remote's IP address to the
"certificate not verified" error message.
|
2012-08-29 11:34:37 +00:00 |
tteras
|
f2b1919eeb
|
From Roman Hoog Antink <rha@open.ch>: do not print unnecessary warning
about non-verified certificate when using raw plain-rsa.
|
2012-08-29 11:24:11 +00:00 |
manu
|
5fe2cf73eb
|
Fix make test on powermac G5. Patch from Nakano Takaharu
|
2012-08-15 14:51:30 +00:00 |
christos
|
cd376cd5d3
|
Prefer SIXTY_FOUR_BIT_LONG instead of SIXTY_FOUR_BIT as before
|
2012-08-12 17:24:59 +00:00 |
christos
|
bfc28188e6
|
define OPENSSL_THREADS, from drochner.
|
2012-08-12 12:43:49 +00:00 |
joerg
|
e16a720f89
|
Don't depend on HAVE_GCC being always defined.
|
2012-08-10 12:20:10 +00:00 |
christos
|
cd27e50e59
|
add #include <machine/asm.h>, use PIC_PLT()
|
2012-08-04 11:03:34 +00:00 |
christos
|
faf72548c4
|
add this directory to the search path
|
2012-07-31 11:08:34 +00:00 |
christos
|
1a28d260d0
|
- -m64 is needed for ghash
- add montgomery multiplication assembly
|
2012-07-31 10:33:45 +00:00 |
matt
|
d19212c5d5
|
Fix mips asm to not use outdated stuff.
|
2012-07-30 18:40:36 +00:00 |
christos
|
6cced2a43a
|
make sure alloca is undefed on SSP
|
2012-07-30 17:16:23 +00:00 |
christos
|
f87f89779c
|
only use alloca if not __SSP__
|
2012-07-30 17:15:45 +00:00 |
martin
|
a1e40c3f35
|
Do not use dots in identifiers (replace by _)
|
2012-07-30 15:00:39 +00:00 |
matt
|
fcff60e41a
|
Add sparccpuid.S
|
2012-07-30 13:53:19 +00:00 |
christos
|
c77791c047
|
fix the generation
|
2012-07-30 10:25:24 +00:00 |
matt
|
72331d9777
|
Fix init call to OPENSSL_cpuid_setup.
XXX why are using a globally visible routine in a constructor?
|
2012-07-29 13:17:53 +00:00 |
christos
|
4364423588
|
make sure that the PLT change is not lost
|
2012-07-28 19:21:57 +00:00 |
matt
|
fec343bc7e
|
Call OPENSSL_cpuid_setup through PLT to avoid DT_TEXTREL
|
2012-07-28 18:06:08 +00:00 |
matt
|
8a64184d2a
|
Get new openssl to work on powerpc.
|
2012-07-27 23:01:23 +00:00 |
christos
|
c359006f4e
|
This cannot be used because we are compiling with __ARM_ARCH_3__ and it needs
a minimum of 4
|
2012-07-27 21:28:24 +00:00 |
christos
|
371fb85ca8
|
remove extra parens that make clang bitchy.
|
2012-07-27 21:22:55 +00:00 |
christos
|
abb96b5702
|
Instead of leaving the file directive which is inconsistent and may contains
paths, instead include our assembly macros
|
2012-07-27 19:34:13 +00:00 |
christos
|
662e5a1b5f
|
avoid an alloca for SSP
|
2012-07-27 18:35:57 +00:00 |
christos
|
20d591e2dc
|
regen for the new version
|
2012-07-27 18:22:59 +00:00 |
christos
|
25f2218e23
|
more assembly munging
|
2012-07-27 18:16:53 +00:00 |
christos
|
fc700fffcd
|
provide OPENSSL_cpuid_setup to the haves and the havenots
[still there are other platforms ia64, s370, powerpc64] where we can do better.
|
2012-07-27 18:10:40 +00:00 |
christos
|
59b796f522
|
undo previous: some ports don't have it in the constructor!
|
2012-07-27 17:45:59 +00:00 |
christos
|
5f605781bc
|
don't do cpuid anymore.
|
2012-07-27 17:27:43 +00:00 |
christos
|
414b1de06c
|
only x86 has AESNI
|
2012-07-27 16:05:27 +00:00 |
christos
|
c0ab76c295
|
make OPENSSL_cpuid_setup global again
|
2012-07-27 16:04:30 +00:00 |
christos
|
2c88e265bf
|
make this compile.
|
2012-07-26 21:23:13 +00:00 |
christos
|
2131695062
|
Don't do the PLTGOT for local labels, limit it to OPENSSL_ global symbols.
|
2012-07-26 21:22:47 +00:00 |
christos
|
11b09fe68b
|
put back support for AES-NI.
|
2012-07-26 20:21:20 +00:00 |
christos
|
e3d33c0426
|
merge openssl-1.0.1c
|
2012-07-26 19:58:36 +00:00 |
christos
|
32daad53f7
|
from ftp.openssl.org
|
2012-07-26 14:58:16 +00:00 |
christos
|
443e5cbbb2
|
remove mdc2 and idea handling
|
2012-07-13 19:32:51 +00:00 |
christos
|
0909c5ab7c
|
oops, add all the files
|
2012-07-12 18:44:49 +00:00 |
christos
|
d9a6861d6d
|
no need for MKCRYPTO_IDEA
|
2012-07-11 19:01:02 +00:00 |
christos
|
e6f6cceebd
|
remove unneeded libraries
|
2012-07-11 18:50:23 +00:00 |
christos
|
6a574bf521
|
Enable ciphers with expired patents:
mdc2 4,908,861 (expired August 28, 2007)
idea 5,214,703 (expired January 7, 2012)
|
2012-07-11 18:48:27 +00:00 |
christos
|
f5b2f99aea
|
- centralize WARNS=4, no need for WARNS=0 for the linker errors
(linking against) dummy idea
- add MKCRYPTO_IDEA support. Alas the code does not seem work accept my
passphrase on the idea key. A bug?
|
2012-07-10 19:38:17 +00:00 |
christos
|
0c8e933f1b
|
reflect reality. We don't need .a libraries to link against anymore, and
we are not aboting, but exiting.
|
2012-07-10 19:35:58 +00:00 |
christos
|
1a12a170b1
|
Enable shared libraries for patented cyphers.
Needed since netpgp.so must include them before -lcrypto to enable.
|
2012-07-10 18:59:21 +00:00 |
jdf
|
84bfda063b
|
Change little wording error (s/associate/associated/) and formatting error.
Patch proposal was sent upstream to Heimdal as well.
Patch by jklowden in PR lib/46651.
|
2012-07-04 20:46:14 +00:00 |
njoly
|
0e4029fbef
|
Small spacing fix. Unbreaks section in xref.
|
2012-06-04 14:24:03 +00:00 |
drochner
|
4c2e6ed1da
|
pull in upstream rev.22547:
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1
and DTLS to fix DoS attack.
(CVE-2012-2333)
|
2012-05-11 18:07:33 +00:00 |
christos
|
845f0e2763
|
bump
|
2012-05-02 02:41:13 +00:00 |