]> git.ipfire.org Git - thirdparty/gnutls.git/commit
Fixed signed/unsigned warnings.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 15 Jan 2012 15:02:29 +0000 (16:02 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Jan 2012 00:05:59 +0000 (01:05 +0100)
commit37c8eaecbdaebc62aa4c2e8671fb366d20f9bbe8
tree97b62330682aa8a6912d8413088addbf52579c67
parent99ad4c6b2ab76d386be76daed0c509e62d6334c7
Fixed signed/unsigned warnings.
Dropped opaque type (replaced with uint8_t)
192 files changed:
configure.ac
doc/examples/ex-client-psk.c
doc/examples/ex-pkcs11-list.c
doc/examples/ex-pkcs12.c
doc/examples/ex-serv-anon.c
doc/examples/ex-serv-pgp.c
doc/examples/ex-serv-psk.c
doc/examples/ex-serv-srp.c
doc/examples/ex-serv-x509.c
doc/examples/tcp.c
lib/abstract_int.h
lib/accelerated/cryptodev.c
lib/algorithms.h
lib/algorithms/ciphersuites.c
lib/algorithms/secparams.c
lib/auth/anon.c
lib/auth/anon_ecdh.c
lib/auth/cert.c
lib/auth/cert.h
lib/auth/dh_common.c
lib/auth/dh_common.h
lib/auth/dhe.c
lib/auth/dhe_psk.c
lib/auth/ecdh_common.c
lib/auth/ecdh_common.h
lib/auth/psk.c
lib/auth/psk_passwd.c
lib/auth/rsa.c
lib/auth/rsa_export.c
lib/auth/srp.c
lib/auth/srp.h
lib/auth/srp_passwd.c
lib/auth/srp_passwd.h
lib/auth/srp_rsa.c
lib/auth/srp_sb64.c
lib/ext/cert_type.c
lib/ext/ecc.c
lib/ext/ecc.h
lib/ext/max_record.c
lib/ext/safe_renegotiation.c
lib/ext/server_name.c
lib/ext/server_name.h
lib/ext/session_ticket.c
lib/ext/signature.c
lib/ext/signature.h
lib/ext/srp.c
lib/extras/randomart.c
lib/gnutls_auth.h
lib/gnutls_buffers.c
lib/gnutls_buffers.h
lib/gnutls_cipher.c
lib/gnutls_cipher.h
lib/gnutls_cipher_int.h
lib/gnutls_compress.c
lib/gnutls_compress.h
lib/gnutls_constate.c
lib/gnutls_datum.c
lib/gnutls_datum.h
lib/gnutls_dh_primes.c
lib/gnutls_dtls.c
lib/gnutls_ecc.c
lib/gnutls_ecc.h
lib/gnutls_extensions.c
lib/gnutls_extensions.h
lib/gnutls_handshake.c
lib/gnutls_handshake.h
lib/gnutls_hash_int.c
lib/gnutls_hash_int.h
lib/gnutls_int.h
lib/gnutls_kx.c
lib/gnutls_mbuffers.c
lib/gnutls_mpi.c
lib/gnutls_num.c
lib/gnutls_num.h
lib/gnutls_pcert.c
lib/gnutls_pk.c
lib/gnutls_psk.c
lib/gnutls_pubkey.c
lib/gnutls_record.c
lib/gnutls_record.h
lib/gnutls_session.c
lib/gnutls_session_pack.c
lib/gnutls_sig.c
lib/gnutls_sig.h
lib/gnutls_srp.c
lib/gnutls_srp.h
lib/gnutls_state.c
lib/gnutls_state.h
lib/gnutls_str.c
lib/gnutls_str.h
lib/gnutls_str_array.h
lib/gnutls_supplemental.c
lib/gnutls_ui.c
lib/gnutls_v2_compat.c
lib/gnutls_v2_compat.h
lib/gnutls_x509.c
lib/includes/gnutls/gnutls.h.in
lib/includes/gnutls/pkcs11.h
lib/includes/gnutls/x509.h
lib/nettle/cipher.c
lib/nettle/egd.c
lib/nettle/mpi.c
lib/nettle/pk.c
lib/nettle/rnd.c
lib/opencdk/context.h
lib/opencdk/filters.h
lib/opencdk/kbnode.c
lib/opencdk/main.h
lib/opencdk/stream.c
lib/opencdk/stream.h
lib/opencdk/write-packet.c
lib/openpgp/extras.c
lib/openpgp/gnutls_openpgp.c
lib/openpgp/gnutls_openpgp.h
lib/openpgp/output.c
lib/openpgp/pgp.c
lib/openpgp/privkey.c
lib/pkcs11.c
lib/pkcs11_int.h
lib/pkcs11_secret.c
lib/pkcs11_write.c
lib/x509/common.c
lib/x509/common.h
lib/x509/crl.c
lib/x509/crl_write.c
lib/x509/crq.c
lib/x509/dn.c
lib/x509/extensions.c
lib/x509/key_decode.c
lib/x509/key_encode.c
lib/x509/mpi.c
lib/x509/output.c
lib/x509/pbkdf2-sha1.c
lib/x509/pbkdf2-sha1.h
lib/x509/pkcs12.c
lib/x509/pkcs12_encr.c
lib/x509/pkcs7.c
lib/x509/privkey.c
lib/x509/privkey_pkcs8.c
lib/x509/sign.c
lib/x509/verify-high.c
lib/x509/verify.c
lib/x509/x509.c
lib/x509/x509_int.h
lib/x509/x509_write.c
lib/x509_b64.c
lib/x509_b64.h
src/benchmark-tls.c
src/certtool-common.c
src/certtool.c
src/cli.c
src/common.c
src/crywrap/crywrap.c
src/dh.c
src/pkcs11.c
src/serv.c
src/srptool.c
tests/anonself.c
tests/certificate_set_x509_crl.c
tests/chainverify.c
tests/cve-2008-4989.c
tests/cve-2009-1415.c
tests/dhepskself.c
tests/dn.c
tests/dn2.c
tests/gc.c
tests/hostname-check.c
tests/infoaccess.c
tests/mini-deflate.c
tests/mini-eagain-dtls.c
tests/mini-eagain.c
tests/mini.c
tests/moredn.c
tests/nul-in-x509-names.c
tests/openpgp-auth.c
tests/openpgp-auth2.c
tests/openpgpself.c
tests/parse_ca.c
tests/pkcs12_encode.c
tests/pkcs12_s2k.c
tests/pkcs12_s2k_pem.c
tests/pskself.c
tests/resume.c
tests/rsa-encrypt-decrypt.c
tests/slow/cipher-test.c
tests/utils.c
tests/utils.h
tests/x509_altname.c
tests/x509cert.c
tests/x509dn.c
tests/x509self.c
tests/x509sign-verify.c