Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: othersrc/external/bsd/axtls
Module Name: othersrc
Committed By: agc
Date: Thu Sep 8 04:36:51 UTC 2011
Modified Files:
othersrc/external/bsd/axtls: Makefile
othersrc/external/bsd/axtls/bin: Makefile
othersrc/external/bsd/axtls/bin/axhttpd: Makefile
othersrc/external/bsd/axtls/bin/axssl: Makefile
othersrc/external/bsd/axtls/bin/axtlswrap: Makefile
othersrc/external/bsd/axtls/bin/htpasswd: Makefile
othersrc/external/bsd/axtls/dist/axtlswrap: axtlswrap.c
othersrc/external/bsd/axtls/dist/crypto: bigint.c crypto.h
crypto_misc.c hmac.c md5.c rc4.c sha1.c
othersrc/external/bsd/axtls/dist/httpd: htpasswd.c proc.c tdate_parse.c
othersrc/external/bsd/axtls/dist/samples/c: axssl.c
othersrc/external/bsd/axtls/dist/ssl: asn1.c crypto_misc.h gen_cert.c
loader.c p12.c tls1.c tls1.h tls1_clnt.c tls1_svr.c x509.c
othersrc/external/bsd/axtls/dist/ssl/test: ssltest.c
othersrc/external/bsd/axtls/lib: Makefile
Log Message:
Bring forward some changes to make this build with WARNS=4, to give some
namespace protection for SHA1 and MD5 routines (implemented and used in
axtls itself)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/axtls/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/axtls/bin/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/axtls/bin/axhttpd/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/axtls/bin/axssl/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/axtls/bin/axtlswrap/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/axtls/bin/htpasswd/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 \
othersrc/external/bsd/axtls/dist/axtlswrap/axtlswrap.c
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/axtls/dist/crypto/bigint.c \
othersrc/external/bsd/axtls/dist/crypto/crypto.h \
othersrc/external/bsd/axtls/dist/crypto/crypto_misc.c \
othersrc/external/bsd/axtls/dist/crypto/hmac.c \
othersrc/external/bsd/axtls/dist/crypto/md5.c \
othersrc/external/bsd/axtls/dist/crypto/rc4.c \
othersrc/external/bsd/axtls/dist/crypto/sha1.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
othersrc/external/bsd/axtls/dist/httpd/htpasswd.c \
othersrc/external/bsd/axtls/dist/httpd/proc.c \
othersrc/external/bsd/axtls/dist/httpd/tdate_parse.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
othersrc/external/bsd/axtls/dist/samples/c/axssl.c
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/axtls/dist/ssl/asn1.c \
othersrc/external/bsd/axtls/dist/ssl/crypto_misc.h \
othersrc/external/bsd/axtls/dist/ssl/gen_cert.c \
othersrc/external/bsd/axtls/dist/ssl/loader.c \
othersrc/external/bsd/axtls/dist/ssl/p12.c \
othersrc/external/bsd/axtls/dist/ssl/tls1.c \
othersrc/external/bsd/axtls/dist/ssl/tls1.h \
othersrc/external/bsd/axtls/dist/ssl/tls1_clnt.c \
othersrc/external/bsd/axtls/dist/ssl/tls1_svr.c \
othersrc/external/bsd/axtls/dist/ssl/x509.c
cvs rdiff -u -r1.1.1.1 -r1.2 \
othersrc/external/bsd/axtls/dist/ssl/test/ssltest.c
cvs rdiff -u -r1.1 -r1.2 othersrc/external/bsd/axtls/lib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index