aboutsummaryrefslogtreecommitdiff
path: root/security/openssl
Commit message (Collapse)AuthorAgeFilesLines
* - force CC and CFLAGS from /etc/make.confDirk Meyer2005-12-252-11/+11
| | | | | | | PR: 90888 Notes: svn path=/head/; revision=152010
* - warn users of option OPENSSL_OVERWRITE_BASEDirk Meyer2005-11-251-0/+10
| | | | Notes: svn path=/head/; revision=149430
* - update default build options on aplhaDirk Meyer2005-11-191-1/+1
| | | | | | | Submitted by: textfield@yahoo.com Notes: svn path=/head/; revision=148779
* - backout last patchDirk Meyer2005-11-191-40/+26
| | | | Notes: svn path=/head/; revision=148778
* - update default build options on aplhaDirk Meyer2005-11-191-26/+40
| | | | | | | Submitted by: textfield@yahoo.com Notes: svn path=/head/; revision=148777
* - add SHA checksumDirk Meyer2005-11-131-0/+2
| | | | Notes: svn path=/head/; revision=148088
* - Fix build of openssl-beta on 6.0Dirk Meyer2005-10-201-1/+1
| | | | Notes: svn path=/head/; revision=145929
* - new option WITHOUT_OPENSSL_SSE2Dirk Meyer2005-10-161-0/+4
| | | | | | | | http://www.openssl.org/docs/crypto/OPENSSL_ia32cap.html Suggested by: Grant Swenson Notes: svn path=/head/; revision=145491
* - update stable to 0.9.7iDirk Meyer2005-10-154-32/+4
| | | | Notes: svn path=/head/; revision=145475
* - force 0.9.7 for FREEBSD 6.0 RELEASEDirk Meyer2005-10-151-0/+8
| | | | | | | Requested by: portmgr (kris) Notes: svn path=/head/; revision=145471
* - new option WITH_OPENSSL_STABLE=yesDirk Meyer2005-10-141-10/+8
| | | | | | | - updated CONFLICTS Notes: svn path=/head/; revision=145343
* - binary compatability patchDirk Meyer2005-10-143-1/+29
| | | | | | | | PR: 87419 Submitted by: Phil Oleson Notes: svn path=/head/; revision=145331
* - update to 0.9.7g and 0.9.8aDirk Meyer2005-10-124-64/+8
| | | | Notes: svn path=/head/; revision=145093
* - Security Fix: CAN-2005-2969Dirk Meyer2005-10-123-2/+58
| | | | | | | Security: http://www.openssl.org/news/secadv_20051011.txt Notes: svn path=/head/; revision=145088
* - bump SHLIB versionDirk Meyer2005-10-041-2/+3
| | | | | | | | | | The API of openssl 0.9.8 ist compatible but not identical. This version bump might break build of all ports that try to include the opessl in base at the same time. That ports should be fixed. Notes: svn path=/head/; revision=144142
* - update default to 0.9.8Dirk Meyer2005-09-191-15/+18
| | | | | | | - new option WITH_OPENSSL_097 Notes: svn path=/head/; revision=143178
* - fix manpagesDirk Meyer2005-07-181-2/+0
| | | | Notes: svn path=/head/; revision=139494
* - update to 0.9.8 for WITH_OPENSSL_BETA=yesDirk Meyer2005-07-1011-5/+417
| | | | Notes: svn path=/head/; revision=138837
* No longer remove libdata/pkgconfig. This is taken care of by mtree now.Joe Marcus Clarke2005-05-161-1/+0
| | | | Notes: svn path=/head/; revision=135411
* - update 0.9.7gDirk Meyer2005-04-152-3/+3
| | | | | | | | PR: 79899 Submitted by: Vasil Dimov Notes: svn path=/head/; revision=133374
* - fix manpagesDirk Meyer2005-04-021-2/+2
| | | | Notes: svn path=/head/; revision=132258
* - update to 0.9.7fDirk Meyer2005-04-024-13/+10
| | | | Notes: svn path=/head/; revision=132256
* - extended API for hw-cryptoDirk Meyer2005-01-242-1/+38
| | | | | | | Submitted by: phk Notes: svn path=/head/; revision=127181
* - drop objects for win and vmsDirk Meyer2004-11-061-0/+14
| | | | Notes: svn path=/head/; revision=120939
* - cleanup fipsDirk Meyer2004-11-063-6/+17
| | | | | | | | | | | | - remove harmfull -Wl,-Bsymbolic strcmp did not work correctly, and the initialisation of internal hashs was defunct. Therefor serveral applications failed to find some of the ciphers. e.G. openvpn, jabberd Notes: svn path=/head/; revision=120938
* - Bugfix update to 0.9.7eDirk Meyer2004-10-266-59/+49
| | | | | | | - md5 verfied with website Notes: svn path=/head/; revision=120280
* - add patch to support AES-192-CBC and AES-256-CBCDirk Meyer2004-10-121-0/+210
| | | | | | | | | | | | to the crypto engine (assuming your card supports them). This make the Hifn cards much more useful as AES-256 is the default encryption for many client applications. Submitted by: Spike Ilacqua Obtained from: OpenBSD Notes: svn path=/head/; revision=118770
* - installs pkgconfig data in $(prefix)/libdataDirk Meyer2004-07-193-7/+28
| | | | | | | | PR: 69150 Submitted by: Konstantin Oznobihin Notes: svn path=/head/; revision=113929
* - Update option OPENSSL_SNAPSHOT to work with newer bsd.port.mkDirk Meyer2004-05-121-0/+2
| | | | Notes: svn path=/head/; revision=109033
* - Fix check for dynamic root.Dirk Meyer2004-04-091-1/+1
| | | | | | | | PR: 65346 Submitted by: edwin Notes: svn path=/head/; revision=106545
* - make PKGNAMESUFFIX more flexibleDirk Meyer2004-03-261-6/+29
| | | | | | | - merge lines from openssl-beta Notes: svn path=/head/; revision=105369
* - Security update to 0.9.7dDirk Meyer2004-03-177-51/+23
| | | | | | | http://www.openssl.org/news/secadv_20040317.txt Notes: svn path=/head/; revision=104290
* - add SIZEDirk Meyer2004-02-261-0/+1
| | | | Notes: svn path=/head/; revision=102162
* - Warn about conflict with /lib/libcrypto.soDirk Meyer2004-01-081-0/+10
| | | | Notes: svn path=/head/; revision=97697
* - add CONFLICTSDirk Meyer2003-10-122-8/+9
| | | | | | | | | | - cleanup - use DOCSDIR Submitted by: eikemeier@fillmore-labs.com [CONFLICTS] Notes: svn path=/head/; revision=90906
* - Security Fix, Update to 0.9.7cDirk Meyer2003-09-307-132/+47
| | | | | | | - Fix manpages Notes: svn path=/head/; revision=89911
* - Fix: FreeBSD 470101 don't has a crytodevice.Dirk Meyer2003-08-041-0/+11
| | | | | | | Problem noted by: jarnold@knightridder.com Notes: svn path=/head/; revision=86302
* - Support amd64Dirk Meyer2003-07-062-3/+12
| | | | Notes: svn path=/head/; revision=84253
* - Fixes problem when base has no openssl installedDirk Meyer2003-05-071-2/+3
| | | | | | | Submitted by: marius@alchemy.franken.de Notes: svn path=/head/; revision=80394
* - retire Makefile.ssl, please use bsd.openssl.mkDirk Meyer2003-04-161-5/+0
| | | | Notes: svn path=/head/; revision=79099
* - new Overrideable defaults: OPENSSL_SHLIBVER and OPENSSL_PORTDirk Meyer2003-04-161-14/+23
| | | | | | | - set CFLAGS and LDFLAGS to link the correct libs Notes: svn path=/head/; revision=79089
* - ### HEAD UP ### SHLIBVER has been bumped back.Dirk Meyer2003-04-161-14/+7
| | | | | | | | - honor OPENSSH_SHLIBVER if set by user. - CFLAGS added to esure correct linking Notes: svn path=/head/; revision=79088
* - Change all USE_OPENSSL_* to WITH_OPENSSL_*Dirk Meyer2003-04-131-12/+20
| | | | Notes: svn path=/head/; revision=78878
* - use bsd.openssl.mkDirk Meyer2003-04-111-104/+1
| | | | Notes: svn path=/head/; revision=78757
* - Udpate to 0.9.7bDirk Meyer2003-04-115-140/+18
| | | | Notes: svn path=/head/; revision=78754
* - defaults to STABLE/CURRENT shared lib versionDirk Meyer2003-04-071-4/+4
| | | | Notes: svn path=/head/; revision=78495
* - enable threads on ia64Dirk Meyer2003-04-072-7/+7
| | | | | | | | | | | - OPENSSL_OVERWRITE_BASE defaults to STABLE/CURRENT shared lib version This solves problems when the share lib is deinstalled. ports/50292 PR: 50292 Notes: svn path=/head/; revision=78494
* - honor CC and use PTHREAD_LIBS and PTHREAD_FLAGSDirk Meyer2003-04-033-3/+24
| | | | | | | marius@alchemy.franken.de Notes: svn path=/head/; revision=78054
* - rename Makefile.ssl to bsd.openssl.mkDirk Meyer2003-04-031-0/+108
| | | | Notes: svn path=/head/; revision=78053
* - Security Fix:Dirk Meyer2003-03-232-1/+54
| | | | | | | http://www.openssl.org/news/secadv_20030319.txt Notes: svn path=/head/; revision=77191