summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib
AgeCommit message (Expand)Author
2014-03-02Use assembler code for 32-bit sparc compat library on sparc64.nakayama
2014-03-02Use more assembler code on sparc64.nakayama
2014-03-02Fix assembler code generation: pass option -m64 properly, andnakayama
2014-01-16eliminate use of bsd.sys.mk from Makefileschristos
2014-01-11merge conflictschristos
2014-01-11regenchristos
2014-01-11zero %excchristos
2013-08-04Prefer "." for the current address and not the PPC specific "$".joerg
2013-02-18Fix build goo for OpenSSL AES-NI support.riastradh
2013-02-12merge in 1.0.1echristos
2013-02-08remove obsolete filechristos
2013-02-08fix generationchristos
2013-02-08Change bclr 14,2 to beqlrmatt
2013-02-07commit the new man page.christos
2013-02-07one more pagechristos
2013-02-06reorg and add missing file.christos
2013-02-05bump and add extra filechristos
2013-02-05regenchristos
2013-02-05regen!christos
2013-01-18Add pkgconfig gluonschristos
2012-08-04add #include <machine/asm.h>, use PIC_PLT()christos
2012-07-31add this directory to the search pathchristos
2012-07-31- -m64 is needed for ghashchristos
2012-07-30Add sparccpuid.Smatt
2012-07-30fix the generationchristos
2012-07-29Fix init call to OPENSSL_cpuid_setup.matt
2012-07-28make sure that the PLT change is not lostchristos
2012-07-28Call OPENSSL_cpuid_setup through PLT to avoid DT_TEXTRELmatt
2012-07-27Get new openssl to work on powerpc.matt
2012-07-27This cannot be used because we are compiling with __ARM_ARCH_3__ and it needschristos
2012-07-27Instead of leaving the file directive which is inconsistent and may containschristos
2012-07-27regen for the new versionchristos
2012-07-27more assembly mungingchristos
2012-07-27provide OPENSSL_cpuid_setup to the haves and the havenotschristos
2012-07-27only x86 has AESNIchristos
2012-07-27make OPENSSL_cpuid_setup global againchristos
2012-07-26Don't do the PLTGOT for local labels, limit it to OPENSSL_ global symbols.christos
2012-07-26put back support for AES-NI.christos
2012-07-26merge openssl-1.0.1cchristos
2012-07-12oops, add all the fileschristos
2012-07-11remove unneeded librarieschristos
2012-07-11Enable ciphers with expired patents:christos
2012-07-10reflect reality. We don't need .a libraries to link against anymore, andchristos
2012-07-10Enable shared libraries for patented cyphers.christos
2011-10-21Put back support for non PIC.christos
2011-10-21add PIC support.chs
2011-07-28Drop @GOTPCREL when accessing local variables. For yet unknown reasons,joerg
2011-07-25Get rid of the "rep ret" trick in places where it is not needed. FWIW,jym
2011-07-25Works with the integrated assembler again.joerg
2011-07-22Turn AES NI support code into something more readable.jym