summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-22 02:47:42 +0000
committerMatt Caswell <matt@openssl.org>2015-01-22 09:52:55 +0000
commit40720ce3caf44294b5b87a18856b7aef06123314 (patch)
tree30d57dec407c05fe6ea57275517805e8c79a7dcc
parent9d03aabea3ead1fe6a194297ddffd4a87f89b93c (diff)
Run util/openssl-format-source -v -c .
Reviewed-by: Tim Hudson <tjh@openssl.org>
-rw-r--r--MacOS/GetHTTPS.src/MacSocket.h107
-rw-r--r--MacOS/Randomizer.h75
-rw-r--r--MacOS/_MWERKS_GUSI_prefix.h4
-rw-r--r--MacOS/_MWERKS_prefix.h4
-rw-r--r--MacOS/buildinf.h6
-rw-r--r--MacOS/opensslconf.h140
-rw-r--r--apps/app_rand.c188
-rw-r--r--apps/apps.c4236
-rw-r--r--apps/apps.h339
-rw-r--r--apps/asn1pars.c692
-rw-r--r--apps/ca.c5475
-rw-r--r--apps/ciphers.c243
-rw-r--r--apps/cms.c2364
-rw-r--r--apps/crl.c660
-rw-r--r--apps/crl2p7.c477
-rw-r--r--apps/dgst.c894
-rw-r--r--apps/dh.c513
-rw-r--r--apps/dhparam.c843
-rw-r--r--apps/dsa.c502
-rw-r--r--apps/dsaparam.c766
-rw-r--r--apps/ec.c562
-rw-r--r--apps/ecparam.c1173
-rw-r--r--apps/enc.c1165
-rw-r--r--apps/engine.c876
-rw-r--r--apps/errstr.c99
-rw-r--r--apps/gendh.c343
-rw-r--r--apps/gendsa.c418
-rw-r--r--apps/genrsa.c526
-rw-r--r--apps/nseq.c181
-rw-r--r--apps/ocsp.c2420
-rw-r--r--apps/openssl.c731
-rw-r--r--apps/passwd.c936
-rw-r--r--apps/pkcs12.c1639
-rw-r--r--apps/pkcs7.c405
-rw-r--r--apps/pkcs8.c679
-rw-r--r--apps/prime.c93
-rw-r--r--apps/progs.h318
-rw-r--r--apps/rand.c295
-rw-r--r--apps/req.c2954
-rw-r--r--apps/rsa.c615
-rw-r--r--apps/rsautl.c551
-rw-r--r--apps/s_apps.h73
-rw-r--r--apps/s_cb.c1224
-rw-r--r--apps/s_client.c2562
-rw-r--r--apps/s_server.c4050
-rw-r--r--apps/s_socket.c983
-rw-r--r--apps/s_time.c912
-rw-r--r--apps/sess_id.c430
-rw-r--r--apps/smime.c1254
-rw-r--r--apps/speed.c5408
-rw-r--r--apps/spkac.c403
-rw-r--r--apps/testdsa.h430
-rw-r--r--apps/testrsa.h924
-rw-r--r--apps/timeouts.h14
-rw-r--r--apps/verify.c573
-rw-r--r--apps/version.c139
-rw-r--r--apps/winrand.c153
-rw-r--r--apps/x509.c2208
-rw-r--r--bugs/alpha.c46
-rw-r--r--bugs/dggccbug.c43
-rw-r--r--bugs/sgiccbug.c74
-rw-r--r--bugs/stream.c119
-rw-r--r--bugs/ultrixcc.c50
-rw-r--r--crypto/LPdir_nyi.c27
-rw-r--r--crypto/LPdir_unix.c123
-rw-r--r--crypto/LPdir_vms.c240
-rw-r--r--crypto/LPdir_win.c239
-rw-r--r--crypto/LPdir_win32.c7
-rw-r--r--crypto/LPdir_wince.c13
-rw-r--r--crypto/aes/aes.h106
-rw-r--r--crypto/aes/aes_cbc.c133
-rw-r--r--crypto/aes/aes_cfb.c184
-rw-r--r--crypto/aes/aes_ctr.c150
-rw-r--r--crypto/aes/aes_ecb.c18
-rw-r--r--crypto/aes/aes_ige.c454
-rw-r--r--crypto/aes/aes_locl.h50
-rw-r--r--crypto/aes/aes_misc.c13
-rw-r--r--crypto/aes/aes_ofb.c50
-rw-r--r--crypto/aes/aes_wrap.c365
-rw-r--r--crypto/asn1/a_bitstr.c336
-rw-r--r--crypto/asn1/a_bool.c97
-rw-r--r--crypto/asn1/a_bytes.c444
-rw-r--r--crypto/asn1/a_d2i_fp.c378
-rw-r--r--crypto/asn1/a_digest.c66
-rw-r--r--crypto/asn1/a_dup.c88
-rw-r--r--crypto/asn1/a_enum.c213
-rw-r--r--crypto/asn1/a_gentm.c353
-rw-r--r--crypto/asn1/a_hdr.c103
-rw-r--r--crypto/asn1/a_i2d_fp.c168
-rw-r--r--crypto/asn1/a_int.c718
-rw-r--r--crypto/asn1/a_mbstr.c553
-rw-r--r--crypto/asn1/a_meth.c46
-rw-r--r--crypto/asn1/a_object.c603
-rw-r--r--crypto/asn1/a_octet.c28
-rw-r--r--crypto/asn1/a_print.c126
-rw-r--r--crypto/asn1/a_set.c320
-rw-r--r--crypto/asn1/a_sign.c347
-rw-r--r--crypto/asn1/a_strex.c917
-rw-r--r--crypto/asn1/a_strnid.c327
-rw-r--r--crypto/asn1/a_time.c169
-rw-r--r--crypto/asn1/a_type.c165
-rw-r--r--crypto/asn1/a_utctm.c436
-rw-r--r--crypto/asn1/a_utf8.c291
-rw-r--r--crypto/asn1/a_verify.c253
-rw-r--r--crypto/asn1/asn1.h1841
-rw-r--r--crypto/asn1/asn1_err.c510
-rw-r--r--crypto/asn1/asn1_gen.c1469
-rw-r--r--crypto/asn1/asn1_lib.c721
-rw-r--r--crypto/asn1/asn1_mac.h959
-rw-r--r--crypto/asn1/asn1_par.c685
-rw-r--r--crypto/asn1/asn1t.h1084
-rw-r--r--crypto/asn1/asn_mime.c1357
-rw-r--r--crypto/asn1/asn_moid.c146
-rw-r--r--crypto/asn1/asn_pack.c193
-rw-r--r--crypto/asn1/charmap.h22
-rw-r--r--crypto/asn1/d2i_pr.c174
-rw-r--r--crypto/asn1/d2i_pu.c122
-rw-r--r--crypto/asn1/evp_asn1.c262
-rw-r--r--crypto/asn1/f_enum.c274
-rw-r--r--crypto/asn1/f_int.c294
-rw-r--r--crypto/asn1/f_string.c281
-rw-r--r--crypto/asn1/i2d_pr.c49
-rw-r--r--crypto/asn1/i2d_pu.c46
-rw-r--r--crypto/asn1/n_pkey.c496
-rw-r--r--crypto/asn1/nsseq.c23
-rw-r--r--crypto/asn1/p5_pbe.c115
-rw-r--r--crypto/asn1/p5_pbev2.c257
-rw-r--r--crypto/asn1/p8_key.c107
-rw-r--r--crypto/asn1/p8_pkey.c31
-rw-r--r--crypto/asn1/t_bitst.c65
-rw-r--r--crypto/asn1/t_crl.c111
-rw-r--r--crypto/asn1/t_pkey.c1408
-rw-r--r--crypto/asn1/t_req.c389
-rw-r--r--crypto/asn1/t_spki.c104
-rw-r--r--crypto/asn1/t_x509.c848
-rw-r--r--crypto/asn1/t_x509a.c93
-rw-r--r--crypto/asn1/tasn_dec.c2306
-rw-r--r--crypto/asn1/tasn_enc.c1151
-rw-r--r--crypto/asn1/tasn_fre.c375
-rw-r--r--crypto/asn1/tasn_new.c561
-rw-r--r--crypto/asn1/tasn_prn.c246
-rw-r--r--crypto/asn1/tasn_typ.c7
-rw-r--r--crypto/asn1/tasn_utl.c342
-rw-r--r--crypto/asn1/x_algor.c119
-rw-r--r--crypto/asn1/x_attrib.c79
-rw-r--r--crypto/asn1/x_bignum.c96
-rw-r--r--crypto/asn1/x_crl.c112
-rw-r--r--crypto/asn1/x_exten.c17