Jung-uk Kim
a93cbc2be8
Merge OpenSSL 1.0.1i.
2014-08-07 18:56:10 +00:00
Jung-uk Kim
94ad176c68
Merge OpenSSL 1.0.1h.
...
Approved by: so (delphij)
2014-06-09 05:50:57 +00:00
Simon J. Gerraty
fae50821ae
Updated dependencies
2014-05-16 14:09:51 +00:00
Simon J. Gerraty
3b8f084595
Merge head
2014-04-28 07:50:45 +00:00
Jung-uk Kim
560ede85d4
Merge OpenSSL 1.0.1g.
...
Approved by: benl (maintainer)
2014-04-08 21:06:58 +00:00
Jung-uk Kim
de78d5d8fd
Merge OpenSSL 1.0.1f.
...
Approved by: so (delphij), benl (silence)
2014-01-22 19:57:11 +00:00
Simon J. Gerraty
69e6d7b75e
sync from head
2013-04-12 20:48:55 +00:00
Simon J. Gerraty
7cf3a1c6b2
Updated dependencies
2013-03-11 17:21:52 +00:00
Simon J. Gerraty
f5f7c05209
Updated dependencies
2013-02-16 01:23:54 +00:00
Jung-uk Kim
09286989d3
Merge OpenSSL 1.0.1e.
...
Approved by: secteam (simon), benl (silence)
2013-02-13 23:07:20 +00:00
Simon J. Gerraty
23090366f7
Sync from head
2012-11-04 02:52:03 +00:00
Marcel Moolenaar
7750ad47a9
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
Jung-uk Kim
1f13597d10
Merge OpenSSL 1.0.1c.
...
Approved by: benl (maintainer)
2012-07-12 19:30:53 +00:00
Jung-uk Kim
49ce68b369
Regen ca(1) for r237658. This re-applies r227458, i.e., add a missing "be".
2012-06-27 21:35:45 +00:00
Jung-uk Kim
12de4ed299
Merge OpenSSL 0.9.8x.
...
Reviewed by: stas
Approved by: benl (maintainer)
MFC after: 3 days
2012-06-27 18:44:36 +00:00
Eitan Adler
14517324d0
- add a missing "be" and "in"
...
- fix other errors introduced when committing r226436
- add 'function' to a sentence where it makes sense
Submitted by: delphij
Submitted by: dougb
Submitted by: jhb
Approved by: dougb
Approved by: jhb
2011-11-11 22:27:09 +00:00
Eitan Adler
36daf0495a
- change "is is" to "is" or "it is"
...
- change "the the" to "the"
Approved by: lstewart
Approved by: sahil (mentor)
MFC after: 3 days
2011-10-16 14:30:28 +00:00
Simon L. B. Nielsen
c1ecc6cd22
Regenerate manual pages for OpenSSL 0.9.8q.
2010-12-03 23:07:45 +00:00
Simon L. B. Nielsen
b2846bd65d
Regenerate manual pages for OpenSSL 0.9.8p.
2010-11-22 18:29:00 +00:00
Simon L. B. Nielsen
5f143fdbaf
Regenerate manual pages for OpenSSL 0.9.8n.
2010-04-01 15:37:38 +00:00
Simon L. B. Nielsen
10deaff4ee
Regenerate manual pages for OpenSSL 0.9.8m.
...
MFC after: 3 weeks
2010-03-13 19:30:29 +00:00
Simon L. B. Nielsen
00c49c7a2d
Regenerate manual pages for OpenSSL 0.9.8k.
2009-06-14 19:51:05 +00:00
Simon L. B. Nielsen
6eefed9283
Update build infrastructure for OpenSSL 0.9.8k.
2009-06-14 19:46:18 +00:00
Simon L. B. Nielsen
60f20fcae6
Upgrade to OpenSSL 0.9.8e.
2007-03-15 20:15:15 +00:00
Simon L. B. Nielsen
6d08f20507
Upgrade to OpenSSL 0.9.8d.
2006-10-01 07:56:51 +00:00
Simon L. B. Nielsen
e7926dc0a5
Upgrade to OpenSSL 0.9.8b.
2006-07-29 19:41:41 +00:00
Jacques Vidrine
d6608aaa6e
Update OpenSSL 0.9.7d -> 0.9.7e.
2005-02-25 06:04:12 +00:00
Ruslan Ermilov
aa1cd79b7f
Handle includes the normal way.
...
Reviewed by: markm
Approved by: nectar
2003-02-27 23:07:26 +00:00
Jacques Vidrine
b7d18f9a8a
Regenerate man pages after import of OpenSSL 0.9.7a.
2003-02-19 23:30:52 +00:00
Jacques Vidrine
6042ca2e01
Install the OpenSSL man pages in /usr/share/openssl/man
...
and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 19:57:56 +00:00
Mark Murray
ab643b4d66
Update for OpenSSL 0.9.7. No assembler code at the moment. This
...
will follow.
2003-01-28 22:58:14 +00:00
Kris Kennaway
c55ae80a58
Remove myself as maintainer of openssl; I no longer have enough time to
...
devote to it.
2002-11-21 08:48:08 +00:00
Mark Murray
01e8018af8
Build using pregenerated manpages; don't use perl to translate .pod's.
...
The translated .pod's have already been committed.
2002-05-14 19:39:00 +00:00
Ruslan Ermilov
f091f0029a
Added missing DPADD and CLEANFILES.
2001-07-12 09:17:51 +00:00
Ruslan Ermilov
b8cba406f2
secure/ build fixes:
...
- TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a
in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there.
- SSHDIR (formerly SSHSRC) is now shared between all SSH modules.
New LIBSSH is introduced for libssh.a (an internal static lib).
Previously, build without prior `obj' was broken; SSH modules
always looked for libssh.a in ${.OBJDIR}. Also, the dependancies
on the libssh.a were missing.
- libtelnet/ did not install the crypto version of telnet.h into
/usr/include/arpa.
- Removed BINOWN, BINMODE, BINDIR and SRCS with default values.
Reviewed by: markm
- MAN[1-9] -> MAN.
2001-03-26 14:53:33 +00:00
Kris Kennaway
95200624a6
Update for OpenSSL 0.9.6
2000-11-13 02:21:38 +00:00
Kris Kennaway
283cfe50ae
Install the openssl(1) manpage with an MLINK from ssl(8) to at least put
...
something in the location where OpenSSH likes to point.
2000-08-03 05:29:04 +00:00
Mark Murray
ce09ad5098
MFI. This is a documentation-only, diffreducing patch, that if
...
invoked will cause breakage. US Users - DO NOT try to turn on
IDEA - the sources are not included.
2000-06-24 06:50:58 +00:00
Kris Kennaway
9ccbd450e8
Update for OpenSSL 0.9.5a and clean up a bit.
2000-04-13 07:37:35 +00:00
Peter Wemm
9fa5f5fd96
Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)
...
Reorganize and unify libcrypto's interface so that the RSA implementation
is chosen at runtime via dlopen().
This is a checkpoint and may require more tweaks still.
2000-02-26 13:13:03 +00:00
Peter Wemm
42a75d55f1
Merge from internat.freebsd.org; deal with -DRSAref the same way as
...
libcrypto - not that it means much on the US code tree.
2000-02-25 14:15:31 +00:00
Peter Wemm
8df7a1fa29
Don't pull in libRSAglue for the rsaref case. Since this is linked
...
dynamically by default, we use the dlopen() calls to load librsaref.so
on US code trees.
2000-02-25 08:21:35 +00:00
Mark Murray
97dacfda2b
Diff reducer. Comes from Internat.
2000-02-24 09:52:37 +00:00
Mark Murray
4486a1f099
Remove useless whitespace.
...
Part of big commit OK'ed by: JKH
2000-02-24 09:48:58 +00:00
Kris Kennaway
0c7304fede
Back out the previous commit - it broke world and was not approved.
...
I don't know what I was thinking committing without approval - sorry.
2000-02-14 08:09:52 +00:00
Kris Kennaway
b0ba1374bc
Link dynamically, not statically.
2000-02-13 00:53:12 +00:00
Kris Kennaway
a5c3c93893
Don't search for libraries in ${LOCALBASE}. This should fix the problems
...
people were seeing with conflicts with the openssl port.
2000-01-20 07:29:01 +00:00
Kris Kennaway
e36de8f1b1
The wrong version of the file was committed previously which explains the
...
problems seen here.
2000-01-16 21:00:06 +00:00
Kris Kennaway
2f00e5fdc4
Add MAINTAINER tag so people don't feel the need to randomly frob with this.
2000-01-16 02:20:03 +00:00
Kris Kennaway
41e8e5da52
Build infrastructure for OpenSSL
2000-01-14 05:49:29 +00:00