Skip to content

Commit

Permalink
Update OpenSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
schwabe committed May 3, 2016
1 parent 3cc9dfb commit 8e84c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/openssl
Submodule openssl updated 76 files
+1 −1 Apps-config-host.mk
+1 −1 Apps-config-target.mk
+1 −1 Crypto-config-host.mk
+1 −1 Crypto-config-target.mk
+1 −1 Crypto-config-trusty.mk
+1 −1 Ssl-config-host.mk
+1 −1 Ssl-config-target.mk
+19 −0 android.testssl/testssl
+8 −4 apps/pkcs7.c
+1 −1 build-config-32.mk
+1 −1 build-config-64.mk
+1 −1 build-config-trusty.mk
+2 −2 crypto/aes/asm/aes-ppc.pl
+10 −19 crypto/aes/asm/aes-s390x.pl
+4 −4 crypto/aes/asm/aesni-sha1-x86_64.S
+15 −15 crypto/aes/asm/aesni-x86_64.S
+2 −2 crypto/asn1/a_bytes.c
+26 −10 crypto/asn1/a_d2i_fp.c
+0 −2 crypto/asn1/a_type.c
+7 −11 crypto/asn1/asn1_lib.c
+13 −4 crypto/asn1/asn1_par.c
+2 −1 crypto/asn1/t_x509.c
+0 −2 crypto/asn1/tasn_dec.c
+0 −2 crypto/asn1/tasn_enc.c
+11 −0 crypto/asn1/x_name.c
+13 −3 crypto/asn1/x_x509.c
+5 −5 crypto/bn/asm/ppc-mont.pl
+5 −5 crypto/bn/asm/ppc.pl
+6 −6 crypto/bn/asm/ppc64-mont.pl
+46 −38 crypto/bn/asm/x86-mont.S
+15 −0 crypto/bn/asm/x86-mont.pl
+31 −0 crypto/bn/asm/x86_64-mont.S
+41 −1 crypto/bn/asm/x86_64-mont.pl
+41 −0 crypto/bn/asm/x86_64-mont5.S
+60 −1 crypto/bn/asm/x86_64-mont5.pl
+4 −0 crypto/comp/comp.h
+3 −1 crypto/evp/digest.c
+3 −0 crypto/evp/e_aes_cbc_hmac_sha1.c
+3 −0 crypto/evp/e_aes_cbc_hmac_sha256.c
+9 −3 crypto/evp/encode.c
+1 −1 crypto/evp/evp_enc.c
+1 −3 crypto/modes/asm/ghash-s390x.pl
+24 −24 crypto/modes/asm/ghash-x86_64.S
+3 −3 crypto/opensslv.h
+1 −1 crypto/pem/pem_lib.c
+7 −0 crypto/pem/pvkfmt.c
+1 −1 crypto/perlasm/x86_64-xlate.pl
+38 −6 crypto/s390xcpuid.S
+6 −6 crypto/sha/asm/sha1-mb-x86_64.S
+3 −3 crypto/sha/asm/sha1-ppc.pl
+2 −5 crypto/sha/asm/sha1-s390x.pl
+4 −4 crypto/sha/asm/sha1-x86_64.S
+8 −8 crypto/sha/asm/sha256-mb-x86_64.S
+4 −4 crypto/sha/asm/sha512-ppc.pl
+2 −5 crypto/sha/asm/sha512-s390x.pl
+1 −0 crypto/x509/x509.h
+1 −0 crypto/x509/x509_err.c
+22 −4 crypto/x509/x509_obj.c
+4 −0 include/openssl/comp.h
+3 −3 include/openssl/opensslv.h
+2 −2 include/openssl/ssl.h
+1 −0 include/openssl/x509.h
+1 −1 openssl.version
+2 −0 ssl/d1_both.c
+8 −8 ssl/s2_lib.c
+12 −2 ssl/s2_meth.c
+2 −0 ssl/s3_clnt.c
+44 −44 ssl/s3_lib.c
+2 −2 ssl/ssl.h
+9 −2 ssl/ssl_cert.c
+8 −8 ssl/ssl_ciph.c
+16 −1 ssl/ssl_lib.c
+6 −1 ssl/ssl_locl.h
+21 −7 ssl/ssl_rsa.c
+167 −14 ssl/ssltest.c
+66 −28 ssl/t1_lib.c

0 comments on commit 8e84c38

Please sign in to comment.