openssl/crypto
Richard Levitte 2c25ebd1e2 DJGPP adjustments
* Configure: Replaced -DTERMIO by -DTERMIOS in CFLAGS.

* crypto/bio/bss_dgram.c [WATT32]: Remove obsolete redefinition of
  function names: sock_write, sock_read and sock_puts.

* crypto/bio/bss_sock.c [WATT32]: For Watt-32 2.2.11 sock_write,
  sock_read and sock_puts are redefined to their private names so
  their names must be undefined first before they can be redefined
  again.

* crypto/bio/bss_file.c (file_fopen) [__DJGPP__]: Make a copy of the
  passed file name and replace the leading dots in the dirname part
  and the basname part of the file name, unless LFN is supported.

* e_os.h [__DJGPP__]: Undefine macro DEVRANDOM_EGD. Neither MS-DOS nor
  FreeDOS provide 'egd' sockets.
  New macro HAS_LFN_SUPPORT checks if underlying file system supports
  long file names or not.
  Include sys/un.h.
  Define WATT32_NO_OLDIES.

* INSTALL.DJGPP: Update URL of WATT-32 library.

Submitted by Juan Manuel Guerrero <juan.guerrero@gmx.de>

RT#4217

Reviewed-by: Andy Polyakov <appro@openssl.org>
2016-05-12 22:10:55 +02:00
..
aes MIPS assembly pack: fix MIPS64 assembler warnings. 2016-05-04 08:48:53 +02:00
asn1 Update pkcs8 defaults. 2016-05-11 20:36:10 +01:00
async Android build fixes. 2016-05-02 12:49:57 +02:00
bf Remove --classic build entirely 2016-04-20 16:04:56 +02:00
bio DJGPP adjustments 2016-05-12 22:10:55 +02:00
blake2 fix tab-space mixed indentation 2016-05-09 09:09:55 +01:00
bn Alpha assembly pack: make it work on Linux. 2016-05-04 08:51:08 +02:00
buffer memset() doesn't take NULL. 2016-05-07 18:28:07 +01:00
camellia camellia/build.info: fix typo 2016-04-26 21:30:55 +02:00
cast Remove --classic build entirely 2016-04-20 16:04:56 +02:00
chacha chacha/asm/chacha-x86.pl: make it compile on legacy systems. 2016-05-02 12:34:42 +02:00
cmac Remove --classic build entirely 2016-04-20 16:04:56 +02:00
cms Only set CMS parameter when encrypting 2016-05-06 21:12:29 +01:00
comp Remove --classic build entirely 2016-04-20 16:04:56 +02:00
conf Properly own the duplicated string 2016-05-03 12:33:44 +02:00
ct Remove --classic build entirely 2016-04-20 16:04:56 +02:00
des crypto/des: remove obsolete functions. 2016-05-10 20:32:20 +02:00
dh Add checks on CRYPTO_new_ex_data return value... 2016-04-28 14:37:41 -04:00
dsa Remove some dead code 2016-04-29 09:23:45 +01:00
dso fix tab-space mixed indentation 2016-05-09 09:09:55 +01:00
ec Adding missing BN_CTX_(start/end) in crypto/ec/ec_key.c 2016-05-11 18:48:48 +01:00
engine Add checks on CRYPTO_new_ex_data return value 2016-04-28 14:37:41 -04:00
err Restore the ERR_remove_thread_state() API and make it a no-op 2016-05-10 11:31:05 +02:00
evp fix tab-space mixed indentation 2016-05-09 09:09:55 +01:00
hmac Remove --classic build entirely 2016-04-20 16:04:56 +02:00
idea Remove --classic build entirely 2016-04-20 16:04:56 +02:00
include/internal Restore the ERR_remove_thread_state() API and make it a no-op 2016-05-10 11:31:05 +02:00
kdf Remove --classic build entirely 2016-04-20 16:04:56 +02:00
lhash Remove --classic build entirely 2016-04-20 16:04:56 +02:00
md2 Remove --classic build entirely 2016-04-20 16:04:56 +02:00
md4 Remove --classic build entirely 2016-04-20 16:04:56 +02:00
md5 Remove obsolete defined(__INTEL__) condition. 2016-05-02 12:35:01 +02:00
mdc2 Remove --classic build entirely 2016-04-20 16:04:56 +02:00
modes Don't leak memory if realloc fails. 2016-05-12 12:02:38 +01:00
objects fix tab-space mixed indentation 2016-05-09 09:09:55 +01:00
ocsp Don't leak resource on error in OCSP_url_svcloc_new 2016-04-28 13:13:09 +01:00
pem A call to RSA_set0_key had the arguments in the wrong order 2016-04-29 09:20:13 +01:00
perlasm
pkcs7 Free memory on error in PKCS7_dataFinal() 2016-04-28 13:13:09 +01:00
pkcs12 Constify PKCS12_newpass() 2016-05-06 21:21:54 +01:00
poly1305 MIPS64 assembly pack: add Poly1305 module. 2016-05-10 20:27:52 +02:00
rand Remove --classic build entirely 2016-04-20 16:04:56 +02:00
rc2 Remove --classic build entirely 2016-04-20 16:04:56 +02:00
rc4 Remove --classic build entirely 2016-04-20 16:04:56 +02:00
rc5 Remove --classic build entirely 2016-04-20 16:04:56 +02:00
ripemd Remove obsolete defined(__INTEL__) condition. 2016-05-02 12:35:01 +02:00
rsa Don't leak an ASN1_OCTET_STRING on error in rsa_cms_encrypt 2016-04-28 13:13:09 +01:00
seed Remove --classic build entirely 2016-04-20 16:04:56 +02:00
sha Alpha assembly pack: make it work on Linux. 2016-05-04 08:51:08 +02:00
srp various spelling fixes 2016-04-28 14:22:26 -04:00
stack Remove --classic build entirely 2016-04-20 16:04:56 +02:00
ts DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.h 2016-05-04 14:48:41 +02:00
txt_db Remove --classic build entirely 2016-04-20 16:04:56 +02:00
ui Add checks on CRYPTO_new_ex_data return value 2016-04-28 14:37:41 -04:00
whrlpool Remove --classic build entirely 2016-04-20 16:04:56 +02:00
x509 Fix i2d_X509_AUX, update docs and add tests 2016-05-11 01:46:06 -04:00
x509v3 various spelling fixes 2016-04-28 14:22:26 -04:00
alphacpuid.pl Tru64 fixes. 2016-05-03 20:14:26 +02:00
arm64cpuid.pl
arm_arch.h
armcap.c
armv4cpuid.pl
build.info
c64xpluscpuid.pl
cpt_err.c
cryptlib.c Remove obsolete defined(__INTEL__) condition. 2016-05-02 12:35:01 +02:00
cversion.c
dllmain.c
ebcdic.c Add the ability to test EBCDIC builds 2016-04-29 15:04:15 +01:00
ex_data.c
fips_err.h
fips_ers.c
ia64cpuid.S
init.c Restore the ERR_remove_thread_state() API and make it a no-op 2016-05-10 11:31:05 +02:00
LPdir_nyi.c
LPdir_unix.c
LPdir_vms.c
LPdir_win32.c
LPdir_win.c
LPdir_wince.c
mem_clr.c
mem_dbg.c
mem_sec.c Secure memory fixes 2016-05-02 12:58:03 -04:00
mem.c Fix CRYPTO_clear_realloc() bug. 2016-04-21 23:56:44 +01:00
o_dir.c
o_fips.c
o_init.c
o_str.c
o_time.c
pariscid.pl
ppc_arch.h
ppccap.c fix tab-space mixed indentation 2016-05-09 09:09:55 +01:00
ppccpuid.pl
s390xcap.c
s390xcpuid.S s390x assembly pack: cache capability query results. 2016-04-25 11:53:45 +02:00
sparc_arch.h crypto/sparc_arch.h: reserve more SPARCv9 capability bits. 2016-04-25 11:50:54 +02:00
sparccpuid.S
sparcv9cap.c SPARCv9 assembly pack: fine-tune run-time switch. 2016-04-26 21:35:05 +02:00
threads_none.c
threads_pthread.c
threads_win.c
uid.c
vms_rms.h
x86_64cpuid.pl
x86cpuid.pl