summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | Updated dependenciessjg2013-03-1110-0/+10
| | | | | | | |
| * | | | | | | Updated dependenciessjg2013-02-1610-20/+0
| | | | | | | |
| * | | | | | | Updated/new Makefile.dependsjg2012-11-0810-1/+55
| | | | | | | |
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Sync from headsjg2012-11-04262-13389/+63145
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-229-0/+150
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | | | | | Merge OpenSSL 1.0.1o.jkim2015-06-12208-209/+209
| | | | | | | | | |
* | | | | | | | | | Merge OpenSSL 1.0.1n.jkim2015-06-11208-424/+454
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Add the openssl header for arm64. As it is based on MACHINE_CPUARCH itandrew2015-03-241-0/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is named opensslconf-aarch64.h. Sponsored by: The FreeBSD Foundation
* | | | | | | | | Disable insecure SSLv2 support from the base OpenSSL.jkim2015-03-205-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Differential Revision: https://reviews.freebsd.org/D1304
* | | | | | | | | Merge OpenSSL 1.0.1m.jkim2015-03-20214-444/+972
| | | | | | | | |
* | | | | | | | | Update buildinf.h to make SSLeay_version(3) little bit more useful.jkim2015-01-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 week
* | | | | | | | | Add a ${CP} alias for copying files in the build.will2015-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some users build FreeBSD as non-root in Perforce workspaces. By default, Perforce sets files read-only unless they're explicitly being edited. As a result, the -f argument must be used to cp in order to override the read-only flag when copying source files to object directories. Bare use of 'cp' should be avoided in the future. Update all current users of 'cp' in the src tree. Reviewed by: emaste MFC after: 1 week Sponsored by: Spectra Logic
* | | | | | | | | Merge OpenSSL 1.0.1l.jkim2015-01-16206-207/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC after: 1 week Relnotes: yes
* | | | | | | | | Merge OpenSSL 1.0.1k.jkim2015-01-08206-2527/+4382
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge OpenSSL 1.0.1j.jkim2014-10-15207-285/+281
| | | | | | | |
* | | | | | | | Merge OpenSSL 1.0.1i.jkim2014-08-07206-237/+251
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Remove ia64.marcel2014-07-071-224/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan
* | | | | | | Merge OpenSSL 1.0.1h.jkim2014-06-09206-213/+227
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Approved by: so (delphij)
* | | | | | NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit.
* | | | | | Merge OpenSSL 1.0.1g.jkim2014-04-08207-215/+218
| | | | | | | | | | | | | | | | | | | | | | | | Approved by: benl (maintainer)
* | | | | | Merge OpenSSL 1.0.1f.jkim2014-01-22208-559/+488
| |_|_|_|/ |/| | | | | | | | | | | | | | Approved by: so (delphij), benl (silence)
* | | | | Remove references to MK_IDEA.ed2013-04-272-17/+1
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | As of r249959, we want to build with IDEA support enabled unconditionally. As this change removed the MK_IDEA flag, update these Makefiles accordingly.
* | | | Merge OpenSSL 1.0.1e.jkim2013-02-13208-439/+439
| |/ / |/| | | | | | | | Approved by: secteam (simon), benl (silence)
* | | Sort ASM definitions by crypto module for slightly easier maintenance.jkim2012-07-121-2/+4
| | | | | | | | | | | | Specifically, GHASH_ASM belongs to crypto/modes.
* | | Merge OpenSSL 1.0.1c.jkim2012-07-12262-13228/+62982
| |/ |/| | | | | Approved by: benl (maintainer)
* | Merge OpenSSL 0.9.8x.jkim2012-06-27161-322/+322
|/ | | | | | Reviewed by: stas Approved by: benl (maintainer) MFC after: 3 days
* Force linker error when created shared library contains a relocationkib2011-12-061-0/+1
| | | | | | | | | against text. Provide the override switch to turn off the strict behaviour. Apparently, openssl libcrypto needs it due to assembler code not being PIC. Discussed with: bf MFC after: 2 weeks
* - change "is is" to "is" or "it is"eadler2011-10-161-1/+1
| | | | | | | | - change "the the" to "the" Approved by: lstewart Approved by: sahil (mentor) MFC after: 3 days
* Fix some leftover binaries and shared libraries in the system that stilldim2011-02-151-0/+4
| | | | | | | | | | | | | | | have an executable stack, due to linking in hand-assembled .S or .s files, that have no .GNU-stack sections: RWX --- --- /lib/libcrypto.so.6 RWX --- --- /lib/libmd.so.5 RWX --- --- /lib/libz.so.6 RWX --- --- /lib/libzpool.so.2 RWX --- --- /usr/lib/liblzma.so.5 These were found using scanelf, from the sysutils/pax-utils port. Reviewed by: kib
* Regenerate manual pages for OpenSSL 0.9.8q.simon2010-12-03161-162/+162
|
* Regenerate manual pages for OpenSSL 0.9.8p.simon2010-11-22161-5928/+4399
|
* Revert changes of 'assure' to 'ensure' made in r211936.brucec2010-09-111-1/+1
| | | | Approved by: rrs (mentor)
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-281-1/+1
| | | | Approved by: rrs (mentor)
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-283-220/+12
| | | | code made obsolete in the same commit.
* MFtbemd:imp2010-08-231-15/+15
| | | | | Prefer MACHNE_CPUARCH to MACHINE_ARCH in most contexts where you want to test of all the CPUs of a given family conform.
* Fix buildworld -DNO_CLEAN when using with Perforce, which marks files aswill2010-08-121-2/+2
| | | | | | | read-only by default, meaning files copied can't be overwritten next time. Reviewed by: imp Approved by: ken (mentor)
* Whitespace fix for last check-in, move empty line to below endif.jchandra2010-08-041-1/+1
|
* MIPS 64 bit support.jchandra2010-08-041-0/+14
| | | | | | | When compiled for MIPS n64 ABI - DES_LONG should be 'unsigned int' - BN_LLONG should be undefined - SIXTY_FOUR_BIT_LONG should be defined.
* OpenSSL configuration for powerpc64nwhitehorn2010-07-101-0/+217
| | | | Obtained from: projects/ppc64
* Regenerate manual pages for OpenSSL 0.9.8n.simon2010-04-01160-160/+160
|
* - Make it slightly simpler to update OpenSSL version informationsimon2010-04-011-1/+6
| | | | | | | | for regenerating OpenSSL manual pages. - Explicitly set the OpenSSL release date so manual pages contain the date OpenSSL was released and not just the date OpenSSL was imported into the FreeBSD base system. - Update for Makefile for OpenSSL 0.9.8n.
* Regenerate manual pages for OpenSSL 0.9.8m.simon2010-03-13162-200/+281
| | | | MFC after: 3 weeks
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
| | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
* Remove build timestamps from the following files:cperciva2009-07-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | /boot/kernel/hptrr.ko /etc/mail/*.cf /lib/libcrypto.so.5 /usr/bin/ntpq /usr/sbin/amd /usr/sbin/iasl /usr/sbin/ntpd /usr/sbin/ntpdate /usr/sbin/ntpdc There does not appear to be any purpose to having these timestamps, and they have the irritating consequence that the aforementioned files will be different every time they are rebuilt. After this commit, the only remaining build timestamps are in the kernel, the boot loaders, /usr/include/osreldate.h (the year in the copyright notice), and lib*.a (the timestamps on all of the included .o files). Reviewed by: scottl (hptrr), gshapiro (sendmail), simon (openssl), roberto (ntp), jkim (acpica) Approved by: re (kib)
* Regenerate manual pages for OpenSSL 0.9.8k.simon2009-06-14160-362/+387
|
* Update build infrastructure for OpenSSL 0.9.8k.simon2009-06-149-16/+118
|
* Merge from p4:imp2008-07-231-0/+205
| | | | | | | Implement openssl config needed for mips. Submitted by: gonzo@ Reviewed by: simon@
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-094-9/+12
| | | | | | | and its bibliography. Submitted by: Tomoyuki Okazaki <okazaki at kick dot gr dot jp> MFC after: 1 month
* Upgrade to OpenSSL 0.9.8e.simon2007-03-15163-359/+360
|
* Upgrade to OpenSSL 0.9.8d.simon2006-10-01168-162/+187
|
OpenPOWER on IntegriCloud