MFC: r352191Merge OpenSSL 1.1.1d.
Regen assembly files for i386 after r338846.
Regen assembly files for i386.
Merge OpenSSL 1.0.2p.
Merge OpenSSL 1.0.2l.
Merge OpenSSL 1.0.2i.
Prefer C-style comments in assembly sources.
Regen x86 assembly files for r299480.
Make libcrypto.so position independent on i386.
Revert r299139: these are generated filesWe'll need to properly generate PIC/non-PIC from the source .pl files.Reported by: jkim
Make libcrypto position independent on i386Prior to this change libcrypto ended up with a .text relocation.Submitted by: Rafael Espíndola (earlier version)Reviewed by: kibApproved by: so (glebi
Make libcrypto position independent on i386Prior to this change libcrypto ended up with a .text relocation.Submitted by: Rafael Espíndola (earlier version)Reviewed by: kibApproved by: so (glebius)Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D6164
show more ...
Merge OpenSSL 1.0.2h.Relnotes: yes
Merge OpenSSL 1.0.2d.
Merge OpenSSL 1.0.1f.Approved by: so (delphij), benl (silence)
Merge OpenSSL 1.0.1c.Approved by: benl (maintainer)
Re-add the hand-optimised assembler versions of some of the ciphersto the build.Should have done this ages ago: markmReminded above to do this: peter
Pre-generate the optimized x86 crypto code and check it in rather thandepending on perl at build time. Makefile.asm is a helper for after thenext import.With my cvs@ hat on, the relatively small
Pre-generate the optimized x86 crypto code and check it in rather thandepending on perl at build time. Makefile.asm is a helper for after thenext import.With my cvs@ hat on, the relatively small repo cost of this is acceptable,especially given that we have other (much bigger) things likelib*.so.gz.uu checked in under src/lib/compat/*.Reviewed by: kris (maintainer)