Link [ NetBSD | NetBSD OpenGrok source search | PR fulltext-search | Summary of daily snapshot builds | history of daily build result | pkgsrc commit viewer ]


   
        usage: [branch:branch] [user:user] [path@revision] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN sys/arch/arm, if_wm.c@1.234 )




switch to index mode

recent branches: MAIN (2h)  netbsd-8 (5d)  netbsd-10 (6d)  netbsd-9 (12d)  thorpej-ifq (176d)  thorpej-altq-separation (178d) 

2024-05-10 16:59:36 UTC Now

2014-06-10 17:09:42 UTC MAIN commitmail json YAML

Shrink core size so we can fit audio in.

(matt)

2014-06-10 16:10:59 UTC MAIN commitmail json YAML

Check for invalid mount arguments early and gracefully fail the mount.
Spotted by pooka@

(martin)

2014-06-10 15:44:27 UTC MAIN commitmail json YAML

Make sure to expand "freepages" to 64bit before shifting to byte values -
on rump we may have all our virtual address space "free".
Pointed out by pooka@.

(martin)

2014-06-10 14:00:56 UTC MAIN commitmail json YAML

Another round of weed-whacking for agp_i810.

- Make struct agp_i810_softc::gatt specific to i810 chipsets; use other
members of struct agp_i810_softc for non-i810 chipsets.

- agp_i810_init detects and sets isc->gtt_size.

- Map GTT based on the GTT size detected by agp_i810_init.

- Sprinkle some comments particularly about questionable calculations.

(riastradh)

2014-06-10 13:15:18 UTC MAIN commitmail json YAML

Properly initialize arguments for the tmpfs mounted in this test.
Pointed out by pooka@.

(martin)

2014-06-10 11:36:41 UTC MAIN commitmail json YAML

Add missing Nm section which was breaking makemandb indexing of the man page.
From Abhinav Upadhyay.

(wiz)

2014-06-10 10:00:26 UTC MAIN commitmail json YAML

Reflect reality.

(joerg)

2014-06-10 09:38:30 UTC MAIN commitmail json YAML

Introduce new sysctls for obtaining interface-specific addresses:
- net.sdl for the active link-layer adddress (the MAC)
- net.ether.multicast for the Ethernet multicast addresses
- net.inet6.multicast for the IPv6 multicast groups
- net.inet6.multicast_kludge for temporarily removed multicast groups

Use this sysctls for replacing the kmem grovelling in ifmcstat(8).

(joerg)

2014-06-10 07:26:19 UTC MAIN commitmail json YAML

Sort SEE ALSO, add NetBSD-specific history.

(wiz)

2014-06-10 04:28:40 UTC MAIN commitmail json YAML

2014-06-10 03:47:57 UTC MAIN commitmail json YAML

2014-06-10 01:42:39 UTC MAIN commitmail json YAML

2014-06-09 21:03:20 UTC matt-nb5-mips64 commitmail json YAML

2014-06-09 18:22:05 UTC MAIN commitmail json YAML

When linking statically (as for sun2), need to list -lrump also
after -lrumpuser, because rump_pub_lwproc_switch is used in the
latter and defined in the former.

(he)

2014-06-09 17:35:01 UTC MAIN commitmail json YAML

printslots() -> printPCIslots(). Make it compile with -DDEBUG.

(phx)

2014-06-09 15:50:55 UTC MAIN commitmail json YAML

2014-06-09 15:50:16 UTC MAIN commitmail json YAML

2014-06-09 15:48:36 UTC MAIN commitmail json YAML

burst_cap is always set now - remove the conditional.

(skrll)

2014-06-09 14:44:48 UTC MAIN commitmail json YAML

pktqueue: add or fix some comments, remove some header inclusions.

(rmind)

2014-06-09 14:18:28 UTC MAIN commitmail json YAML

Fix receive loop, enable turbo mode, checksum offloading still needs
correct handling of pseudo headers.

The Raspberry PI now copies at 2MByte/s with scp and 4MByte/s with NFS.

Based on work from nick@.

(mlelstv)

2014-06-09 13:03:16 UTC MAIN commitmail json YAML

Restore the assert in RUMP's softint_schedule_cpu() and just ensure
curcpu() in the caller.

(rmind)

2014-06-09 12:57:05 UTC MAIN commitmail json YAML

Implement pktq_set_maxlen() and let sysctl net.inet.{ip,ip6}.ifq.maxlen be
changed on the fly again.

(rmind)

2014-06-09 12:48:58 UTC MAIN commitmail json YAML

PR/48883: Justin Cormack: Cope with systems that don't provide REG_STARTEND

(christos)

2014-06-09 12:44:07 UTC MAIN commitmail json YAML

2014-06-09 11:08:05 UTC MAIN commitmail json YAML

Add IOMMU and the Root Complex Event Collector.

(msaitoh)

2014-06-09 09:15:48 UTC MAIN commitmail json YAML

Replace wrong numeric values with corresponding symbolic constants.
While here, remove unneeded paragraph macro.

(njoly)

2014-06-09 08:52:43 UTC MAIN commitmail json YAML

Add Tolapai, Coleto Creek and Bay Trail.

(msaitoh)

2014-06-09 08:51:03 UTC MAIN commitmail json YAML

2014-06-09 08:50:34 UTC MAIN commitmail json YAML

Add some devices:
- Add Intel Bay Trail devices from the document.
- Add Intel EP80579 devices from OpenBSD.
- Add Intel DH89xx's SMBus controller.
- Add ASPEED AST1150 PCIe-to-PCI bridge.

(msaitoh)

2014-06-09 01:17:44 UTC MAIN commitmail json YAML

Execute sub-${MAKE} from within a source directory.

(uebayasi)

2014-06-08 17:33:24 UTC MAIN commitmail json YAML

2014-06-08 15:24:34 UTC MAIN commitmail json YAML

RUMP's softint_schedule_cpu: comment out an assert for now.

(rmind)

2014-06-08 13:45:14 UTC MAIN commitmail json YAML

Convert size check to use 1K blocks (more human-friendly), and fix
atf_skip message to reference block size rather than bytes.

OK martin@

(pgoyette)

2014-06-08 12:12:56 UTC MAIN commitmail json YAML

fix typo in comment

(spz)

2014-06-08 10:40:52 UTC MAIN commitmail json YAML

Move the rest of real_bps handling in under #if 0, so
that we don't get set-but-not-used warnings from the compiler.

(he)

2014-06-08 09:53:43 UTC MAIN commitmail json YAML

Handle ctime() failure.

(mlelstv)

2014-06-08 07:01:30 UTC MAIN commitmail json YAML

Kill a pair of set-but-not-used local variables.

(he)

2014-06-08 02:52:50 UTC MAIN commitmail json YAML

Handle race where the server closed the socket between us 'connecting' and
sending data.

(christos)

2014-06-08 02:44:15 UTC MAIN commitmail json YAML

Fix signal delivery to remote process; As described in rcmd(3), a signal
is delivered to the remote process via the secondary channel.  So,
the backend driver, rcmd(1), is responsible to watch the file descriptor 2
and transfer the data to the remote process, rather than receiving signal
by itself.  Previously, signal generated by tty was sent since rcmd was
incorrectly generated the data, but, for example, signal sent to rsh command
by kill command was ignored.

(enami)

2014-06-08 02:23:46 UTC MAIN commitmail json YAML

include relative to the parse directory.

(christos)

2014-06-08 02:02:41 UTC MAIN commitmail json YAML

Whitespace nits.

(enami)

2014-06-08 01:44:52 UTC MAIN commitmail json YAML

Remove kerberos support code completely.  It no longer compiles anyway.
OK'ed by christos on tech-userlevel.

(enami)

2014-06-07 20:55:47 UTC MAIN commitmail json YAML

Re-stir after forking, fixes PR lib/25367.
Re-stir after consuming 1600000 bytes, fixes PR lib/45952.

(roy)

2014-06-07 18:59:16 UTC MAIN commitmail json YAML

Remove set-but-not-used variable bit8.

(he)

2014-06-07 16:37:32 UTC MAIN commitmail json YAML

2014-06-07 16:36:54 UTC MAIN commitmail json YAML

PR/48880: Ryo ONODERA: Unapply one of our patches that broke 'G'.

(christos)

2014-06-07 13:25:33 UTC MAIN commitmail json YAML

Include <netinet/in.h> before <netinet/in_var.h> to avoid build failure
for the COMPUTEX7750 kernel of evbsh3-eb.
Also, don't reference ip_pktq if INET isn't defined (found by the same
kernel).

(he)

2014-06-07 11:08:09 UTC MAIN commitmail json YAML

Make kpreempt_disabled() always return true in RUMP kernels for now.
May revisit once RUMP provides better splfoo/splx() handling.

(rmind)

2014-06-07 11:00:29 UTC MAIN commitmail json YAML

lostart: silence gcc warning (XXX: gcc is not right though).

(rmind)

2014-06-07 10:30:13 UTC MAIN commitmail json YAML

Fix reset parameters for omap3_ehci.

(kiyohara)

2014-06-07 10:03:44 UTC MAIN commitmail json YAML

Remove reference to (no longer) fixed 4 mbyte kernel memory being reserved,
it is now dynamic.

(martin)

2014-06-07 09:54:34 UTC MAIN commitmail json YAML

Remove the hardcoded 4 MB free kernel memory limit and replace it
by uvmexp.freetarg, as discussed on tech-kern.
Main purpose is to make tmpfs usable (as far as possible) on small memory
machines.
This is a bit experimental, but we need to give it some real world exposure
to see how well it works.

(martin)

2014-06-07 09:34:02 UTC MAIN commitmail json YAML

Try to untangle the ifdef mess a bit more

(martin)

2014-06-07 06:02:27 UTC MAIN commitmail json YAML

Restore G command

(ryoon)

2014-06-06 22:15:32 UTC MAIN commitmail json YAML

sppp_input: handle pktqueue case correctly (fix for the previous).

(rmind)

2014-06-06 21:56:39 UTC MAIN commitmail json YAML

2014-06-06 21:04:03 UTC MAIN commitmail json YAML

Switch sh3 to gcc 4.8. My landisk just survived two atf runs through
/usr/tests with

Summary for 587 test programs:
    3691 passed test cases.
    50 failed test cases.
    27 expected failed test cases.
    137 skipped test cases.

(skrll)

2014-06-06 20:24:03 UTC MAIN commitmail json YAML

Switch ia64 to gcc 4.8

(martin)

2014-06-06 15:33:14 UTC MAIN commitmail json YAML

Although the kernel handles non-NUL terminated interface names, it is better
to avoid this, and all other places that create ifdr_name use strlcpy anyway
so make it conform.

(christos)

2014-06-06 15:00:20 UTC MAIN commitmail json YAML

Add gpio, i2c and USB devices to ODROID and clean it up a bit too.

Since its a SoC, some devices might just as well move to std.odroid but are
kept here for now.

I got confirmation from Hardkernel, the company that creates the Odroid's that
*all* Samsung SoC's that are used in products other than Samsungs own have the
trustzone firmware mandatory. Its also part of the bootloading step and
Hardkernel has to digitally sign part of the bootloaders to be allowed to have
it boot at all.

(reinoud)

2014-06-06 14:42:26 UTC MAIN commitmail json YAML

Implement Lan9730 powerycle for Exynos4 to make it attach; its not that
trivial though as it relies on talking iic to the pmu and enabling lan_power
pin.

Some pins for the Odroid-XU boards have been added too.

(reinoud)

2014-06-06 14:37:04 UTC MAIN commitmail json YAML

Correct c&p error on XHCI* registers and remove old cruft copied from the
datasheet that apparently is not used.

(reinoud)

2014-06-06 14:36:38 UTC MAIN commitmail json YAML

After 2 comes...

(christos)

2014-06-06 14:31:24 UTC MAIN commitmail json YAML

Always use the reentrant rpc_createerr. Otherwise every threaded program
that uses rpc needs to define _REENTRANT to work properly. We'll keep
compatibility but setting the old variable in the library, but we are not
advertising it anymore.

(christos)

2014-06-06 14:28:58 UTC MAIN commitmail json YAML

2014-06-06 14:25:19 UTC MAIN commitmail json YAML

Add constants for USB3 XHCI{0,1} and their PHYs. Taken from the relevant
Exynos5 dti from linux

(reinoud)

2014-06-06 12:46:54 UTC MAIN commitmail json YAML

2014-06-06 11:38:42 UTC MAIN commitmail json YAML

2014-06-06 07:08:37 UTC MAIN commitmail json YAML

PR/48517 do not add extra '>' to string-converted value when nothing matches

(shm)

2014-06-06 07:04:33 UTC netbsd-5-1 commitmail json YAML

2014-06-06 07:04:13 UTC netbsd-5-2 commitmail json YAML

2014-06-06 07:01:26 UTC netbsd-5 commitmail json YAML

2014-06-06 06:59:21 UTC MAIN commitmail json YAML

PR/48517 testcase provided by Felix Deichmann

(shm)

2014-06-06 06:44:24 UTC netbsd-5-1 commitmail json YAML

2014-06-06 06:44:04 UTC netbsd-5-1 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1908):
crypto/dist/openssl/crypto/bn/bn.h patch
crypto/dist/openssl/crypto/bn/bn_lib.c patch
crypto/dist/openssl/crypto/ec/ec2_mult.c patch
crypto/dist/openssl/ssl/d1_both.c patch
crypto/dist/openssl/ssl/s3_clnt.c patch
crypto/dist/openssl/ssl/s3_pkt.c patch
crypto/dist/openssl/ssl/s3_srvr.c patch
crypto/dist/openssl/ssl/ssl3.h patch

  *) Fix for SSL/TLS MITM flaw. An attacker using a carefully crafted
    handshake can force the use of weak keying material in OpenSSL
    SSL/TLS clients and servers.

    Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for discovering and
    researching this issue. (CVE-2014-0224)
    [KIKUCHI Masashi, Steve Henson]

  *) Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an
    OpenSSL DTLS client the code can be made to recurse eventually crashing
    in a DoS attack.

    Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue.
    (CVE-2014-0221)
    [Imre Rad, Steve Henson]

  *) Fix DTLS invalid fragment vulnerability. A buffer overrun attack can
    be triggered by sending invalid DTLS fragments to an OpenSSL DTLS
    client or server. This is potentially exploitable to run arbitrary
    code on a vulnerable client or server.

    Thanks to J端ri Aedla for reporting this issue. (CVE-2014-0195)
    [J端ri Aedla, Steve Henson]

  *) Fix bug in TLS code where clients enable anonymous ECDH ciphersuites
    are subject to a denial of service attack.

    Thanks to Felix Græ—¦bert and Ivan Fratric at Google for discovering
    this issue. (CVE-2014-3470)
    [Felix Græ—¦bert, Ivan Fratric, Steve Henson]

(msaitoh)

2014-06-06 06:42:25 UTC netbsd-5-2 commitmail json YAML

2014-06-06 06:42:08 UTC netbsd-5-2 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1908):
crypto/dist/openssl/crypto/bn/bn.h patch
crypto/dist/openssl/crypto/bn/bn_lib.c patch
crypto/dist/openssl/crypto/ec/ec2_mult.c patch
crypto/dist/openssl/ssl/d1_both.c patch
crypto/dist/openssl/ssl/s3_clnt.c patch
crypto/dist/openssl/ssl/s3_pkt.c patch
crypto/dist/openssl/ssl/s3_srvr.c patch
crypto/dist/openssl/ssl/ssl3.h patch

  *) Fix for SSL/TLS MITM flaw. An attacker using a carefully crafted
    handshake can force the use of weak keying material in OpenSSL
    SSL/TLS clients and servers.

    Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for discovering and
    researching this issue. (CVE-2014-0224)
    [KIKUCHI Masashi, Steve Henson]

  *) Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an
    OpenSSL DTLS client the code can be made to recurse eventually crashing
    in a DoS attack.

    Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue.
    (CVE-2014-0221)
    [Imre Rad, Steve Henson]

  *) Fix DTLS invalid fragment vulnerability. A buffer overrun attack can
    be triggered by sending invalid DTLS fragments to an OpenSSL DTLS
    client or server. This is potentially exploitable to run arbitrary
    code on a vulnerable client or server.

    Thanks to J端ri Aedla for reporting this issue. (CVE-2014-0195)
    [J端ri Aedla, Steve Henson]

  *) Fix bug in TLS code where clients enable anonymous ECDH ciphersuites
    are subject to a denial of service attack.

    Thanks to Felix Græ—¦bert and Ivan Fratric at Google for discovering
    this issue. (CVE-2014-3470)
    [Felix Græ—¦bert, Ivan Fratric, Steve Henson]

(msaitoh)

2014-06-06 06:37:01 UTC netbsd-5 commitmail json YAML

2014-06-06 06:36:44 UTC netbsd-5 commitmail json YAML

Pull up following revision(s) (requested by spz in ticket #1908):
crypto/dist/openssl/crypto/bn/bn.h patch
crypto/dist/openssl/crypto/bn/bn_lib.c patch
crypto/dist/openssl/crypto/ec/ec2_mult.c patch
crypto/dist/openssl/ssl/d1_both.c patch
crypto/dist/openssl/ssl/s3_clnt.c patch
crypto/dist/openssl/ssl/s3_pkt.c patch
crypto/dist/openssl/ssl/s3_srvr.c patch
crypto/dist/openssl/ssl/ssl3.h patch

  *) Fix for SSL/TLS MITM flaw. An attacker using a carefully crafted
    handshake can force the use of weak keying material in OpenSSL
    SSL/TLS clients and servers.

    Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for discovering and
    researching this issue. (CVE-2014-0224)
    [KIKUCHI Masashi, Steve Henson]

  *) Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an
    OpenSSL DTLS client the code can be made to recurse eventually crashing
    in a DoS attack.

    Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue.
    (CVE-2014-0221)
    [Imre Rad, Steve Henson]

  *) Fix DTLS invalid fragment vulnerability. A buffer overrun attack can
    be triggered by sending invalid DTLS fragments to an OpenSSL DTLS
    client or server. This is potentially exploitable to run arbitrary
    code on a vulnerable client or server.

    Thanks to J端ri Aedla for reporting this issue. (CVE-2014-0195)
    [J端ri Aedla, Steve Henson]

  *) Fix bug in TLS code where clients enable anonymous ECDH ciphersuites
    are subject to a denial of service attack.

    Thanks to Felix Græ—¦bert and Ivan Fratric at Google for discovering
    this issue. (CVE-2014-3470)
    [Felix Græ—¦bert, Ivan Fratric, Steve Henson]

(msaitoh)

2014-06-06 05:36:43 UTC netbsd-6-0 commitmail json YAML

2014-06-06 05:34:36 UTC netbsd-6-0 commitmail json YAML

src/crypto/external/bsd/openssl/dist/ACKNOWLEDGMENTS@1.1.1.1.12.1 / diff / nxr@1.1.1.1.12.1
src/crypto/external/bsd/openssl/dist/CHANGES@1.1.1.4.4.1.4.2 / diff / nxr@1.1.1.4.4.1.4.2
src/crypto/external/bsd/openssl/dist/Makefile@1.1.1.1.2.2.4.2 / diff / nxr@1.1.1.1.2.2.4.2
src/crypto/external/bsd/openssl/dist/NEWS@1.1.1.2.4.1.4.2 / diff / nxr@1.1.1.2.4.1.4.2
src/crypto/external/bsd/openssl/dist/README@1.1.1.3.4.1.4.2 / diff / nxr@1.1.1.3.4.1.4.2
src/crypto/external/bsd/openssl/dist/apps/enc.c@1.1.1.3.4.1.4.1 / diff / nxr@1.1.1.3.4.1.4.1
src/crypto/external/bsd/openssl/dist/apps/ocsp.c@1.3.14.2 / diff / nxr@1.3.14.2
src/crypto/external/bsd/openssl/dist/apps/req.c@1.1.1.4.4.1.4.2 / diff / nxr@1.1.1.4.4.1.4.2
src/crypto/external/bsd/openssl/dist/apps/s_cb.c@1.1.1.4.4.1.4.2 / diff / nxr@1.1.1.4.4.1.4.2
src/crypto/external/bsd/openssl/dist/apps/s_socket.c@1.1.1.2.4.1.4.1 / diff / nxr@1.1.1.2.4.1.4.1
src/crypto/external/bsd/openssl/dist/apps/smime.c@1.1.1.3.14.1 / diff / nxr@1.1.1.3.14.1
src/crypto/external/bsd/openssl/dist/crypto/asn1/a_strnid.c@1.1.1.2.10.1 / diff / nxr@1.1.1.2.10.1
src/crypto/external/bsd/openssl/dist/crypto/bio/bss_dgram.c@1.1.1.4.4.1.4.2 / diff / nxr@1.1.1.4.4.1.4.2
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_lcl.h@1.1.1.1.8.1.4.2 / diff / nxr@1.1.1.1.8.1.4.2
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c@1.3.4.1.4.1 / diff / nxr@1.3.4.1.4.1
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_env.c@1.1.1.3.4.1.4.1 / diff / nxr@1.1.1.3.4.1.4.1
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_sd.c@1.1.1.2.14.1 / diff / nxr@1.1.1.2.14.1
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_smime.c@1.1.1.3.4.1.4.1 / diff / nxr@1.1.1.3.4.1.4.1
src/crypto/external/bsd/openssl/dist/crypto/cryptlib.h@1.1.1.2.4.1.4.2 / diff / nxr@1.1.1.2.4.1.4.2
src/crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c@1.5.4.1.4.1 / diff / nxr@1.5.4.1.4.1
      :
(more 422 files)
Pull up following revision(s) (requested by christos in ticket #1078):
crypto/external/bsd/openssl/dist/ACKNOWLEDGMENTS 1.1.1.2
crypto/external/bsd/openssl/dist/CHANGES 1.1.1.10
crypto/external/bsd/openssl/dist/Makefile 1.1.1.6
crypto/external/bsd/openssl/dist/NEWS 1.1.1.8
crypto/external/bsd/openssl/dist/README 1.1.1.9
crypto/external/bsd/openssl/dist/apps/enc.c 1.1.1.5
crypto/external/bsd/openssl/dist/apps/ocsp.c 1.5
crypto/external/bsd/openssl/dist/apps/req.c 1.1.1.7
crypto/external/bsd/openssl/dist/apps/s_cb.c 1.1.1.7
crypto/external/bsd/openssl/dist/apps/s_socket.c 1.1.1.4
crypto/external/bsd/openssl/dist/apps/smime.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/asn1/a_strnid.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/bio/bss_dgram.c 1.1.1.8
crypto/external/bsd/openssl/dist/crypto/bn/bn_lcl.h 1.2
crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c 1.5
crypto/external/bsd/openssl/dist/crypto/cms/cms_env.c 1.1.1.5
crypto/external/bsd/openssl/dist/crypto/cms/cms_sd.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/cms/cms_smime.c 1.1.1.5
crypto/external/bsd/openssl/dist/crypto/cryptlib.h 1.3
crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c 1.7
crypto/external/bsd/openssl/dist/crypto/dso/dso_vms.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/ec/ec_ameth.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/ec/ec_asn1.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/ec/ec_lcl.h 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/evp/bio_b64.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/evp/encode.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-alpha.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-armv4.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-ia64.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-parisc.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-s390x.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-sparcv9.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86_64.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/opensslv.h 1.9
crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_crt.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_kiss.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_doit.c 1.1.1.5
crypto/external/bsd/openssl/dist/crypto/pkcs7/pkcs7.h 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/pkcs7/pkcs7err.c 1.1.1.2
crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ameth.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/srp/srp_vfy.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_verify.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/x509v3/v3_purp.c 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/cms.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/enc.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/s_server.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/smime.pod 1.1.1.4
crypto/external/bsd/openssl/dist/doc/apps/verify.pod 1.1.1.4
crypto/external/bsd/openssl/dist/doc/apps/version.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/apps/x509v3_config.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/CMS_decrypt.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/CONF_modules_free.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/CONF_modules_load_file.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/OPENSSL_config.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/X509_NAME_ENTRY_get_object.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/X509_STORE_CTX_get_ex_new_index.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/fingerprints.txt 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_COMP_add_compression_method.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_add_session.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_load_verify_locations.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_client_CA_list.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_msg_callback.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_options.pod 1.1.1.5
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_session_id_context.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_ssl_version.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_use_psk_identity_hint.pod 1.3
crypto/external/bsd/openssl/dist/doc/ssl/SSL_accept.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_clear.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/ssl/SSL_connect.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/ssl/SSL_do_handshake.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_get_peer_cert_chain.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_read.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_session_reused.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_set_fd.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_set_session.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_shutdown.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_write.pod 1.1.1.2
crypto/external/bsd/openssl/dist/engines/ccgost/gost_ameth.c 1.1.1.4
crypto/external/bsd/openssl/dist/openssl.spec 1.1.1.9
crypto/external/bsd/openssl/dist/ssl/Makefile 1.1.1.6
crypto/external/bsd/openssl/dist/ssl/d1_both.c 1.1.1.8
crypto/external/bsd/openssl/dist/ssl/d1_lib.c 1.1.1.6
crypto/external/bsd/openssl/dist/ssl/d1_pkt.c 1.8
crypto/external/bsd/openssl/dist/ssl/d1_srvr.c 1.5
crypto/external/bsd/openssl/dist/ssl/heartbeat_test.c 1.1.1.1
crypto/external/bsd/openssl/dist/ssl/s3_clnt.c 1.9
crypto/external/bsd/openssl/dist/ssl/s3_pkt.c 1.15-1.16
crypto/external/bsd/openssl/dist/ssl/s3_srvr.c 1.16
crypto/external/bsd/openssl/dist/ssl/ssl-lib.com 1.1.1.5
crypto/external/bsd/openssl/dist/ssl/ssl.h 1.7
crypto/external/bsd/openssl/dist/ssl/ssl3.h 1.6
crypto/external/bsd/openssl/dist/ssl/ssl_asn1.c 1.1.1.5
crypto/external/bsd/openssl/dist/ssl/ssl_err.c 1.5
crypto/external/bsd/openssl/dist/ssl/ssl_lib.c 1.1.1.8
crypto/external/bsd/openssl/dist/ssl/t1_enc.c 1.9
crypto/external/bsd/openssl/dist/ssl/t1_lib.c 1.12
crypto/external/bsd/openssl/dist/test/Makefile 1.1.1.7
crypto/external/bsd/openssl/lib/libcrypto/Makefile 1.8
crypto/external/bsd/openssl/lib/libcrypto/aes.inc 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/aes-ppc.S 1.4-1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ppccpuid.S 1.7-1.8
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/sha512-ppc.S 1.4-1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/crypto.inc 1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/vpaes-x86_64.S 1.4
crypto/external/bsd/openssl/lib/libcrypto/crypto.inc 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_fd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_mem.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_null.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_socket.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_set_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_should_retry.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_BLINDING_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_start.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_add.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_add_word.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_bn2bin.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_cmp.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_copy.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_generate_prime.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_inverse.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_montgomery.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_reciprocal.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_num_bytes.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_rand.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_set_bit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_swap.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_zero.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add0_cert.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_recipient_cert.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_compress.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_decrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_final.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_RecipientInfos.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_SignerInfos.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_type.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_add1_signer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_receipt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_uncompress.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify_receipt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_load_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_set_ex_data.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_parameters.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_set_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_SIG_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_do_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_dup_DH.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_parameters.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_set_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_GET_LIB.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_clear_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_error_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_get_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_crypto_strings.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_strings.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_print_errors.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_put_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_remove_state.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_set_mark.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_BytesToKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestSignInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestVerifyInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncryptInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_OpenInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_cmp.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_derive.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_default_digest.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_keygen.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_print_private.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify_recover.3 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SealInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SignInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_VerifyInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OBJ_nid2obj.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_Applink.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_config.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_create.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_parse.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_decrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign_add_signer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_add.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_bytes.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_cleanup.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_egd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_load_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_rand_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_blinding_on.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_check_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_generate_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_print.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_private_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_public_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_set_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_CMS.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_PKCS7.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_CMS.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_PKCS7.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CIPHER_get_name.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_COMP_add_compression_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_session.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_ctrl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_flush_sessions.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_number.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sessions.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_store.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_generate_session_id.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_info_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_max_cert_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_mode.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_msg_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_options.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_psk_client_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_timeout.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_certificate.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_psk_identity_hint.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_time.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_accept.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alert_type_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_clear.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_connect.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_do_handshake.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_SSL_CTX.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ciphers.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_client_CA_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_current_cipher.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_default_timeout.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_fd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_cert_chain.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_certificate.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_psk_identity.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_rbio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_session.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_verify_result.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_version.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_library_init.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_load_client_CA_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_pending.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_rstate_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_session_reused.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_bio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_connect_state.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_fd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_session.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_shutdown.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_verify_result.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_shutdown.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_state_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_want.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_write.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_print_ex.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_error.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_new.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify_cert.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/crypto.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_ASN1_OBJECT.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DHparams.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DSAPublicKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_RSAPublicKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_SSL_SESSION.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_ALGOR.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_CRL.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_NAME.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_REQ.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_SIG.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/des_modes.7 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_CMS_bio_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/lh_stats.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl.cnf.5 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_CA.pl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_asn1parse.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_blowfish.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bn.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bn_internal.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_buffer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ca.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ciphers.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_cms.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl2pkcs7.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_des.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dgst.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dh.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dhparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsaparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ec.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecdsa.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_enc.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_engine.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_err.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_errstr.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_evp.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_gendsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genpkey.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genrsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_hmac.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_lhash.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_md5.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_mdc2.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_nseq.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ocsp.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_passwd.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pem.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs12.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs7.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs8.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkey.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyutl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rc4.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_req.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ripemd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsautl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_client.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_server.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_time.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sess_id.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sha.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_smime.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_speed.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_spkac.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_threads.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ts.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1 1.11
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ui.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ui_compat.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_verify.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_version.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509v3_config.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ssl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/rnd_keys.c 1.2
crypto/external/bsd/openssl/lib/libcrypto/sha.inc 1.3

-  Changes between 1.0.1g and 1.0.1h [5 Jun 2014]

  *) Fix for SSL/TLS MITM flaw. An attacker using a carefully crafted
    handshake can force the use of weak keying material in OpenSSL
    SSL/TLS clients and servers.

    Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for discovering and
    researching this issue. (CVE-2014-0224)
    [KIKUCHI Masashi, Steve Henson]

  *) Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an
    OpenSSL DTLS client the code can be made to recurse eventually crashing
    in a DoS attack.

    Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue.
    (CVE-2014-0221)
    [Imre Rad, Steve Henson]

  *) Fix DTLS invalid fragment vulnerability. A buffer overrun attack can
    be triggered by sending invalid DTLS fragments to an OpenSSL DTLS
    client or server. This is potentially exploitable to run arbitrary
    code on a vulnerable client or server.

    Thanks to J=FCri Aedla for reporting this issue. (CVE-2014-0195)
    [J=FCri Aedla, Steve Henson]

  *) Fix bug in TLS code where clients enable anonymous ECDH ciphersuites
    are subject to a denial of service attack.

    Thanks to Felix Gr=F6bert and Ivan Fratric at Google for discovering
    this issue. (CVE-2014-3470)
    [Felix Gr=F6bert, Ivan Fratric, Steve Henson]

  *) Harmonize version and its documentation. -f flag is used to display
    compilation flags.
    [mancha <mancha1-ytc+IHgoah0@public.gmane.org>]

  *) Fix eckey_priv_encode so it immediately returns an error upon a failure
    in i2d_ECPrivateKey.
    [mancha <mancha1-ytc+IHgoah0@public.gmane.org>]

  *) Fix some double frees. These are not thought to be exploitable.
    [mancha <mancha1-ytc+IHgoah0@public.gmane.org>]

- s3_pkt.c

Avoid NULL dereference. (FreeBSD SA14:10)

- For aes-ppc.S, ppccpuid.S and sha512-ppc.S

Prefer "." for the current address and not the PPC specific "$".

(msaitoh)

2014-06-06 05:33:38 UTC netbsd-6-1 commitmail json YAML

2014-06-06 05:20:09 UTC netbsd-6-1 commitmail json YAML

src/crypto/external/bsd/openssl/dist/ACKNOWLEDGMENTS@1.1.1.1.20.1 / diff / nxr@1.1.1.1.20.1
src/crypto/external/bsd/openssl/dist/CHANGES@1.1.1.4.4.1.6.2 / diff / nxr@1.1.1.4.4.1.6.2
src/crypto/external/bsd/openssl/dist/Makefile@1.1.1.1.2.2.6.2 / diff / nxr@1.1.1.1.2.2.6.2
src/crypto/external/bsd/openssl/dist/NEWS@1.1.1.2.4.1.6.2 / diff / nxr@1.1.1.2.4.1.6.2
src/crypto/external/bsd/openssl/dist/README@1.1.1.3.4.1.6.2 / diff / nxr@1.1.1.3.4.1.6.2
src/crypto/external/bsd/openssl/dist/apps/enc.c@1.1.1.3.4.1.6.1 / diff / nxr@1.1.1.3.4.1.6.1
src/crypto/external/bsd/openssl/dist/apps/ocsp.c@1.3.16.2 / diff / nxr@1.3.16.2
src/crypto/external/bsd/openssl/dist/apps/req.c@1.1.1.4.4.1.6.2 / diff / nxr@1.1.1.4.4.1.6.2
src/crypto/external/bsd/openssl/dist/apps/s_cb.c@1.1.1.4.4.1.6.2 / diff / nxr@1.1.1.4.4.1.6.2
src/crypto/external/bsd/openssl/dist/apps/s_socket.c@1.1.1.2.4.1.6.1 / diff / nxr@1.1.1.2.4.1.6.1
src/crypto/external/bsd/openssl/dist/apps/smime.c@1.1.1.3.22.1 / diff / nxr@1.1.1.3.22.1
src/crypto/external/bsd/openssl/dist/crypto/asn1/a_strnid.c@1.1.1.2.18.1 / diff / nxr@1.1.1.2.18.1
src/crypto/external/bsd/openssl/dist/crypto/bio/bss_dgram.c@1.1.1.4.4.1.6.2 / diff / nxr@1.1.1.4.4.1.6.2
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_lcl.h@1.1.1.1.8.1.6.2 / diff / nxr@1.1.1.1.8.1.6.2
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c@1.3.4.1.6.1 / diff / nxr@1.3.4.1.6.1
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_env.c@1.1.1.3.4.1.6.1 / diff / nxr@1.1.1.3.4.1.6.1
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_sd.c@1.1.1.2.22.1 / diff / nxr@1.1.1.2.22.1
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_smime.c@1.1.1.3.4.1.6.1 / diff / nxr@1.1.1.3.4.1.6.1
src/crypto/external/bsd/openssl/dist/crypto/cryptlib.h@1.1.1.2.4.1.6.2 / diff / nxr@1.1.1.2.4.1.6.2
src/crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c@1.5.4.1.6.1 / diff / nxr@1.5.4.1.6.1
      :
(more 422 files)
Pull up following revision(s) (requested by christos in ticket #1078):
crypto/external/bsd/openssl/dist/ACKNOWLEDGMENTS 1.1.1.2
crypto/external/bsd/openssl/dist/CHANGES 1.1.1.10
crypto/external/bsd/openssl/dist/Makefile 1.1.1.6
crypto/external/bsd/openssl/dist/NEWS 1.1.1.8
crypto/external/bsd/openssl/dist/README 1.1.1.9
crypto/external/bsd/openssl/dist/apps/enc.c 1.1.1.5
crypto/external/bsd/openssl/dist/apps/ocsp.c 1.5
crypto/external/bsd/openssl/dist/apps/req.c 1.1.1.7
crypto/external/bsd/openssl/dist/apps/s_cb.c 1.1.1.7
crypto/external/bsd/openssl/dist/apps/s_socket.c 1.1.1.4
crypto/external/bsd/openssl/dist/apps/smime.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/asn1/a_strnid.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/bio/bss_dgram.c 1.1.1.8
crypto/external/bsd/openssl/dist/crypto/bn/bn_lcl.h 1.2
crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c 1.5
crypto/external/bsd/openssl/dist/crypto/cms/cms_env.c 1.1.1.5
crypto/external/bsd/openssl/dist/crypto/cms/cms_sd.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/cms/cms_smime.c 1.1.1.5
crypto/external/bsd/openssl/dist/crypto/cryptlib.h 1.3
crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c 1.7
crypto/external/bsd/openssl/dist/crypto/dso/dso_vms.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/ec/ec_ameth.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/ec/ec_asn1.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/ec/ec_lcl.h 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/evp/bio_b64.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/evp/encode.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-alpha.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-armv4.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-ia64.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-parisc.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-s390x.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-sparcv9.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86_64.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/opensslv.h 1.9
crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_crt.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_kiss.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_doit.c 1.1.1.5
crypto/external/bsd/openssl/dist/crypto/pkcs7/pkcs7.h 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/pkcs7/pkcs7err.c 1.1.1.2
crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ameth.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/srp/srp_vfy.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_verify.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/x509v3/v3_purp.c 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/cms.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/enc.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/s_server.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/smime.pod 1.1.1.4
crypto/external/bsd/openssl/dist/doc/apps/verify.pod 1.1.1.4
crypto/external/bsd/openssl/dist/doc/apps/version.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/apps/x509v3_config.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/CMS_decrypt.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/CONF_modules_free.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/CONF_modules_load_file.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/OPENSSL_config.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/X509_NAME_ENTRY_get_object.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/X509_STORE_CTX_get_ex_new_index.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/fingerprints.txt 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_COMP_add_compression_method.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_add_session.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_load_verify_locations.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_client_CA_list.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_msg_callback.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_options.pod 1.1.1.5
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_session_id_context.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_ssl_version.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_use_psk_identity_hint.pod 1.3
crypto/external/bsd/openssl/dist/doc/ssl/SSL_accept.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_clear.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/ssl/SSL_connect.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/ssl/SSL_do_handshake.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_get_peer_cert_chain.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_read.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_session_reused.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_set_fd.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_set_session.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_shutdown.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_write.pod 1.1.1.2
crypto/external/bsd/openssl/dist/engines/ccgost/gost_ameth.c 1.1.1.4
crypto/external/bsd/openssl/dist/openssl.spec 1.1.1.9
crypto/external/bsd/openssl/dist/ssl/Makefile 1.1.1.6
crypto/external/bsd/openssl/dist/ssl/d1_both.c 1.1.1.8
crypto/external/bsd/openssl/dist/ssl/d1_lib.c 1.1.1.6
crypto/external/bsd/openssl/dist/ssl/d1_pkt.c 1.8
crypto/external/bsd/openssl/dist/ssl/d1_srvr.c 1.5
crypto/external/bsd/openssl/dist/ssl/heartbeat_test.c 1.1.1.1
crypto/external/bsd/openssl/dist/ssl/s3_clnt.c 1.9
crypto/external/bsd/openssl/dist/ssl/s3_pkt.c 1.15-1.16
crypto/external/bsd/openssl/dist/ssl/s3_srvr.c 1.16
crypto/external/bsd/openssl/dist/ssl/ssl-lib.com 1.1.1.5
crypto/external/bsd/openssl/dist/ssl/ssl.h 1.7
crypto/external/bsd/openssl/dist/ssl/ssl3.h 1.6
crypto/external/bsd/openssl/dist/ssl/ssl_asn1.c 1.1.1.5
crypto/external/bsd/openssl/dist/ssl/ssl_err.c 1.5
crypto/external/bsd/openssl/dist/ssl/ssl_lib.c 1.1.1.8
crypto/external/bsd/openssl/dist/ssl/t1_enc.c 1.9
crypto/external/bsd/openssl/dist/ssl/t1_lib.c 1.12
crypto/external/bsd/openssl/dist/test/Makefile 1.1.1.7
crypto/external/bsd/openssl/lib/libcrypto/Makefile 1.8
crypto/external/bsd/openssl/lib/libcrypto/aes.inc 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/aes-ppc.S 1.4-1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ppccpuid.S 1.7-1.8
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/sha512-ppc.S 1.4-1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/crypto.inc 1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/vpaes-x86_64.S 1.4
crypto/external/bsd/openssl/lib/libcrypto/crypto.inc 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_fd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_mem.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_null.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_socket.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_set_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_should_retry.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_BLINDING_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_start.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_add.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_add_word.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_bn2bin.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_cmp.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_copy.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_generate_prime.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_inverse.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_montgomery.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_reciprocal.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_num_bytes.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_rand.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_set_bit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_swap.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_zero.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add0_cert.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_recipient_cert.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_compress.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_decrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_final.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_RecipientInfos.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_SignerInfos.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_type.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_add1_signer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_receipt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_uncompress.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify_receipt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_load_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_set_ex_data.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_parameters.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_set_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_SIG_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_do_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_dup_DH.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_parameters.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_set_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_GET_LIB.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_clear_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_error_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_get_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_crypto_strings.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_strings.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_print_errors.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_put_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_remove_state.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_set_mark.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_BytesToKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestSignInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestVerifyInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncryptInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_OpenInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_cmp.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_derive.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_default_digest.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_keygen.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_print_private.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify_recover.3 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SealInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SignInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_VerifyInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OBJ_nid2obj.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_Applink.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_config.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_create.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_parse.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_decrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign_add_signer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_add.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_bytes.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_cleanup.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_egd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_load_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_rand_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_blinding_on.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_check_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_generate_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_print.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_private_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_public_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_set_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_CMS.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_PKCS7.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_CMS.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_PKCS7.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CIPHER_get_name.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_COMP_add_compression_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_session.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_ctrl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_flush_sessions.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_number.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sessions.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_store.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_generate_session_id.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_info_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_max_cert_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_mode.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_msg_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_options.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_psk_client_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_timeout.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_certificate.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_psk_identity_hint.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_time.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_accept.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alert_type_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_clear.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_connect.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_do_handshake.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_SSL_CTX.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ciphers.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_client_CA_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_current_cipher.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_default_timeout.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_fd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_cert_chain.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_certificate.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_psk_identity.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_rbio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_session.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_verify_result.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_version.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_library_init.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_load_client_CA_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_pending.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_rstate_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_session_reused.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_bio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_connect_state.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_fd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_session.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_shutdown.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_verify_result.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_shutdown.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_state_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_want.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_write.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_print_ex.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_error.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_new.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify_cert.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/crypto.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_ASN1_OBJECT.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DHparams.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DSAPublicKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_RSAPublicKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_SSL_SESSION.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_ALGOR.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_CRL.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_NAME.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_REQ.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_SIG.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/des_modes.7 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_CMS_bio_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/lh_stats.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl.cnf.5 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_CA.pl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_asn1parse.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_blowfish.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bn.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bn_internal.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_buffer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ca.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ciphers.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_cms.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl2pkcs7.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_des.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dgst.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dh.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dhparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsaparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ec.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecdsa.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_enc.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_engine.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_err.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_errstr.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_evp.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_gendsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genpkey.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genrsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_hmac.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_lhash.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_md5.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_mdc2.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_nseq.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ocsp.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_passwd.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pem.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs12.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs7.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs8.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkey.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyutl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rc4.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_req.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ripemd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsautl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_client.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_server.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_time.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sess_id.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sha.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_smime.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_speed.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_spkac.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_threads.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ts.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1 1.11
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ui.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ui_compat.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_verify.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_version.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509v3_config.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ssl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/rnd_keys.c 1.2
crypto/external/bsd/openssl/lib/libcrypto/sha.inc 1.3

-  Changes between 1.0.1g and 1.0.1h [5 Jun 2014]

  *) Fix for SSL/TLS MITM flaw. An attacker using a carefully crafted
    handshake can force the use of weak keying material in OpenSSL
    SSL/TLS clients and servers.

    Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for discovering and
    researching this issue. (CVE-2014-0224)
    [KIKUCHI Masashi, Steve Henson]

  *) Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an
    OpenSSL DTLS client the code can be made to recurse eventually crashing
    in a DoS attack.

    Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue.
    (CVE-2014-0221)
    [Imre Rad, Steve Henson]

  *) Fix DTLS invalid fragment vulnerability. A buffer overrun attack can
    be triggered by sending invalid DTLS fragments to an OpenSSL DTLS
    client or server. This is potentially exploitable to run arbitrary
    code on a vulnerable client or server.

    Thanks to J=FCri Aedla for reporting this issue. (CVE-2014-0195)
    [J=FCri Aedla, Steve Henson]

  *) Fix bug in TLS code where clients enable anonymous ECDH ciphersuites
    are subject to a denial of service attack.

    Thanks to Felix Gr=F6bert and Ivan Fratric at Google for discovering
    this issue. (CVE-2014-3470)
    [Felix Gr=F6bert, Ivan Fratric, Steve Henson]

  *) Harmonize version and its documentation. -f flag is used to display
    compilation flags.
    [mancha <mancha1-ytc+IHgoah0@public.gmane.org>]

  *) Fix eckey_priv_encode so it immediately returns an error upon a failure
    in i2d_ECPrivateKey.
    [mancha <mancha1-ytc+IHgoah0@public.gmane.org>]

  *) Fix some double frees. These are not thought to be exploitable.
    [mancha <mancha1-ytc+IHgoah0@public.gmane.org>]

- s3_pkt.c

Avoid NULL dereference. (FreeBSD SA14:10)

- For aes-ppc.S, ppccpuid.S and sha512-ppc.S

Prefer "." for the current address and not the PPC specific "$".

(msaitoh)

2014-06-06 05:10:59 UTC netbsd-6 commitmail json YAML

2014-06-06 05:08:46 UTC netbsd-6 commitmail json YAML

src/crypto/external/bsd/openssl/dist/ACKNOWLEDGMENTS@1.1.1.1.6.1 / diff / nxr@1.1.1.1.6.1
src/crypto/external/bsd/openssl/dist/CHANGES@1.1.1.4.4.3 / diff / nxr@1.1.1.4.4.3
src/crypto/external/bsd/openssl/dist/Makefile@1.1.1.1.2.4 / diff / nxr@1.1.1.1.2.4
src/crypto/external/bsd/openssl/dist/NEWS@1.1.1.2.4.3 / diff / nxr@1.1.1.2.4.3
src/crypto/external/bsd/openssl/dist/README@1.1.1.3.4.3 / diff / nxr@1.1.1.3.4.3
src/crypto/external/bsd/openssl/dist/apps/enc.c@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/crypto/external/bsd/openssl/dist/apps/ocsp.c@1.3.8.2 / diff / nxr@1.3.8.2
src/crypto/external/bsd/openssl/dist/apps/req.c@1.1.1.4.4.3 / diff / nxr@1.1.1.4.4.3
src/crypto/external/bsd/openssl/dist/apps/s_cb.c@1.1.1.4.4.3 / diff / nxr@1.1.1.4.4.3
src/crypto/external/bsd/openssl/dist/apps/s_socket.c@1.1.1.2.4.2 / diff / nxr@1.1.1.2.4.2
src/crypto/external/bsd/openssl/dist/apps/smime.c@1.1.1.3.8.1 / diff / nxr@1.1.1.3.8.1
src/crypto/external/bsd/openssl/dist/crypto/asn1/a_strnid.c@1.1.1.2.4.1 / diff / nxr@1.1.1.2.4.1
src/crypto/external/bsd/openssl/dist/crypto/bio/bss_dgram.c@1.1.1.4.4.3 / diff / nxr@1.1.1.4.4.3
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_lcl.h@1.1.1.1.8.3 / diff / nxr@1.1.1.1.8.3
src/crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c@1.3.4.2 / diff / nxr@1.3.4.2
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_env.c@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_sd.c@1.1.1.2.8.1 / diff / nxr@1.1.1.2.8.1
src/crypto/external/bsd/openssl/dist/crypto/cms/cms_smime.c@1.1.1.3.4.2 / diff / nxr@1.1.1.3.4.2
src/crypto/external/bsd/openssl/dist/crypto/cryptlib.h@1.1.1.2.4.3 / diff / nxr@1.1.1.2.4.3
src/crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c@1.5.4.2 / diff / nxr@1.5.4.2
      :
(more 422 files)
Pull up following revision(s) (requested by christos in ticket #1078):
crypto/external/bsd/openssl/dist/ACKNOWLEDGMENTS 1.1.1.2
crypto/external/bsd/openssl/dist/CHANGES 1.1.1.10
crypto/external/bsd/openssl/dist/Makefile 1.1.1.6
crypto/external/bsd/openssl/dist/NEWS 1.1.1.8
crypto/external/bsd/openssl/dist/README 1.1.1.9
crypto/external/bsd/openssl/dist/apps/enc.c 1.1.1.5
crypto/external/bsd/openssl/dist/apps/ocsp.c 1.5
crypto/external/bsd/openssl/dist/apps/req.c 1.1.1.7
crypto/external/bsd/openssl/dist/apps/s_cb.c 1.1.1.7
crypto/external/bsd/openssl/dist/apps/s_socket.c 1.1.1.4
crypto/external/bsd/openssl/dist/apps/smime.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/asn1/a_strnid.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/bio/bss_dgram.c 1.1.1.8
crypto/external/bsd/openssl/dist/crypto/bn/bn_lcl.h 1.2
crypto/external/bsd/openssl/dist/crypto/bn/bn_mont.c 1.5
crypto/external/bsd/openssl/dist/crypto/cms/cms_env.c 1.1.1.5
crypto/external/bsd/openssl/dist/crypto/cms/cms_sd.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/cms/cms_smime.c 1.1.1.5
crypto/external/bsd/openssl/dist/crypto/cryptlib.h 1.3
crypto/external/bsd/openssl/dist/crypto/dso/dso_dlfcn.c 1.7
crypto/external/bsd/openssl/dist/crypto/dso/dso_vms.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/ec/ec_ameth.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/ec/ec_asn1.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/ec/ec_lcl.h 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/evp/bio_b64.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/evp/encode.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/opensslv.h 1.9
crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_crt.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/pkcs12/p12_kiss.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/pkcs7/pk7_doit.c 1.1.1.5
crypto/external/bsd/openssl/dist/crypto/pkcs7/pkcs7.h 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/pkcs7/pkcs7err.c 1.1.1.2
crypto/external/bsd/openssl/dist/crypto/rsa/rsa_ameth.c 1.1.1.4
crypto/external/bsd/openssl/dist/crypto/srp/srp_vfy.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/ts/ts_rsp_verify.c 1.1.1.3
crypto/external/bsd/openssl/dist/crypto/x509v3/v3_purp.c 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/cms.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/enc.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/s_server.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/apps/smime.pod 1.1.1.4
crypto/external/bsd/openssl/dist/doc/apps/verify.pod 1.1.1.4
crypto/external/bsd/openssl/dist/doc/apps/version.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/apps/x509v3_config.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/CMS_decrypt.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/CONF_modules_free.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/CONF_modules_load_file.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/OPENSSL_config.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/X509_NAME_ENTRY_get_object.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/crypto/X509_STORE_CTX_get_ex_new_index.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/fingerprints.txt 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_COMP_add_compression_method.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_add_session.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_load_verify_locations.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_client_CA_list.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_msg_callback.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_options.pod 1.1.1.5
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_session_id_context.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_set_ssl_version.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_CTX_use_psk_identity_hint.pod 1.3
crypto/external/bsd/openssl/dist/doc/ssl/SSL_accept.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_clear.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/ssl/SSL_connect.pod 1.1.1.3
crypto/external/bsd/openssl/dist/doc/ssl/SSL_do_handshake.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_get_peer_cert_chain.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_read.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_session_reused.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_set_fd.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_set_session.pod 1.1.1.2
crypto/external/bsd/openssl/dist/doc/ssl/SSL_shutdown.pod 1.4
crypto/external/bsd/openssl/dist/doc/ssl/SSL_write.pod 1.1.1.2
crypto/external/bsd/openssl/dist/engines/ccgost/gost_ameth.c 1.1.1.4
crypto/external/bsd/openssl/dist/openssl.spec 1.1.1.9
crypto/external/bsd/openssl/dist/ssl/Makefile 1.1.1.6
crypto/external/bsd/openssl/dist/ssl/d1_both.c 1.1.1.8
crypto/external/bsd/openssl/dist/ssl/d1_lib.c 1.1.1.6
crypto/external/bsd/openssl/dist/ssl/d1_pkt.c 1.8
crypto/external/bsd/openssl/dist/ssl/d1_srvr.c 1.5
crypto/external/bsd/openssl/dist/ssl/heartbeat_test.c 1.1.1.1
crypto/external/bsd/openssl/dist/ssl/s3_clnt.c 1.9
crypto/external/bsd/openssl/dist/ssl/s3_pkt.c 1.15-1.16
crypto/external/bsd/openssl/dist/ssl/s3_srvr.c 1.16
crypto/external/bsd/openssl/dist/ssl/ssl-lib.com 1.1.1.5
crypto/external/bsd/openssl/dist/ssl/ssl.h 1.7
crypto/external/bsd/openssl/dist/ssl/ssl3.h 1.6
crypto/external/bsd/openssl/dist/ssl/ssl_asn1.c 1.1.1.5
crypto/external/bsd/openssl/dist/ssl/ssl_err.c 1.5
crypto/external/bsd/openssl/dist/ssl/ssl_lib.c 1.1.1.8
crypto/external/bsd/openssl/dist/ssl/t1_enc.c 1.9
crypto/external/bsd/openssl/dist/ssl/t1_lib.c 1.12
crypto/external/bsd/openssl/dist/test/Makefile 1.1.1.7
crypto/external/bsd/openssl/lib/libcrypto/Makefile 1.8
crypto/external/bsd/openssl/lib/libcrypto/aes.inc 1.3
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/aes-ppc.S 1.4-1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/ppccpuid.S 1.7-1.8
crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/sha512-ppc.S 1.4-1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/sparc64/crypto.inc 1.5
crypto/external/bsd/openssl/lib/libcrypto/arch/x86_64/vpaes-x86_64.S 1.4
crypto/external/bsd/openssl/lib/libcrypto/crypto.inc 1.4
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_OBJECT_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_length.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_STRING_print_ex.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ASN1_generate_nconf.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_ctrl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_base64.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_buffer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_cipher.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_md.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_null.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_f_ssl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_find_type.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_new_CMS.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_push.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_read.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_accept.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_bio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_connect.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_fd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_mem.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_null.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_s_socket.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_set_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BIO_should_retry.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_BLINDING_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_CTX_start.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_add.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_add_word.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_bn2bin.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_cmp.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_copy.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_generate_prime.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_inverse.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_montgomery.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_mod_mul_reciprocal.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_num_bytes.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_rand.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_set_bit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_swap.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/BN_zero.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add0_cert.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_add1_recipient_cert.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_compress.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_decrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_final.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_RecipientInfos.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_SignerInfos.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get0_type.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_get1_ReceiptRequest.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_add1_signer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_sign_receipt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_uncompress.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CMS_verify_receipt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CONF_modules_load_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/CRYPTO_set_ex_data.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_generate_parameters.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_set_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DH_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_SIG_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_do_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_dup_DH.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_generate_parameters.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_set_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/DSA_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_GET_LIB.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_clear_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_error_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_get_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_crypto_strings.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_load_strings.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_print_errors.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_put_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_remove_state.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ERR_set_mark.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_BytesToKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestSignInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_DigestVerifyInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_EncryptInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_OpenInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_ctrl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_CTX_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_cmp.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_decrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_derive.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_get_default_digest.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_keygen.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_print_private.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_set1_RSA.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_PKEY_verify_recover.3 1.5
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SealInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_SignInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/EVP_VerifyInit.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OBJ_nid2obj.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_Applink.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_VERSION_NUMBER.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_config.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_ia32cap.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OPENSSL_load_builtin_modules.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/OpenSSL_add_all_algorithms.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_CMS_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PEM_write_bio_PKCS7_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_create.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS12_parse.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_decrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_sign_add_signer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/PKCS7_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_add.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_bytes.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_cleanup.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_egd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_load_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RAND_set_rand_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_blinding_on.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_check_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_generate_key.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_padding_add_PKCS1_type_1.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_print.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_private_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_public_encrypt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_set_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_sign_ASN1_OCTET_STRING.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/RSA_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_CMS.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_read_PKCS7.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_CMS.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SMIME_write_PKCS7.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CIPHER_get_name.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_COMP_add_compression_method.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_extra_chain_cert.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_add_session.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_ctrl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_flush_sessions.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_get_verify_mode.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_load_verify_locations.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_number.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_cache_size.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sess_set_get_cb.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_sessions.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_store.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cert_verify_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_cipher_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_CA_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_client_cert_cb.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_default_passwd_cb.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_generate_session_id.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_info_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_max_cert_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_mode.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_msg_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_options.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_psk_client_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_quiet_shutdown.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_cache_mode.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_session_id_context.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_ssl_version.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_timeout.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_dh_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_tmp_rsa_callback.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_set_verify.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_certificate.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_CTX_use_psk_identity_hint.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_SESSION_get_time.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_accept.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_alert_type_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_clear.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_connect.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_do_handshake.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_free.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_SSL_CTX.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ciphers.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_client_CA_list.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_current_cipher.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_default_timeout.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_error.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_ex_new_index.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_fd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_cert_chain.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_peer_certificate.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_psk_identity.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_rbio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_session.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_verify_result.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_get_version.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_library_init.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_load_client_CA_file.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_pending.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_read.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_rstate_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_session_reused.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_bio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_connect_state.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_fd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_session.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_shutdown.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_set_verify_result.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_shutdown.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_state_string.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_want.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/SSL_write.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_ENTRY_get_object.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_get_index_by_NID.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_NAME_print_ex.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_error.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_get_ex_new_index.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_new.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_VERIFY_PARAM_set_flags.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/X509_new.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/X509_verify_cert.3 1.9
crypto/external/bsd/openssl/lib/libcrypto/man/crypto.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_ASN1_OBJECT.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DHparams.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_DSAPublicKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_PKCS8PrivateKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_RSAPublicKey.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_SSL_SESSION.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_ALGOR.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_CRL.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_NAME.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_REQ.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/d2i_X509_SIG.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/des_modes.7 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_CMS_bio_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/i2d_PKCS7_bio_stream.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/lh_stats.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl.cnf.5 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_CA.pl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_asn1parse.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bio.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_blowfish.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bn.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_bn_internal.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_buffer.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ca.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ciphers.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_cms.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_crl2pkcs7.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_des.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dgst.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dh.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dhparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsa.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_dsaparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ec.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecdsa.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ecparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_enc.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_engine.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_err.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_errstr.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_evp.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_gendsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genpkey.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_genrsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_hmac.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_lhash.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_md5.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_mdc2.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_nseq.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ocsp.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_passwd.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pem.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs12.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs7.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkcs8.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkey.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyparam.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_pkeyutl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rand.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rc4.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_req.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ripemd.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsa.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_rsautl.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_client.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_server.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_s_time.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sess_id.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_sha.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_smime.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_speed.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_spkac.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_threads.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ts.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_tsget.1 1.11
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ui.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_ui_compat.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_verify.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_version.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/openssl_x509v3_config.1 1.10
crypto/external/bsd/openssl/lib/libcrypto/man/ssl.3 1.10
crypto/external/bsd/openssl/lib/libcrypto/rnd_keys.c 1.2
crypto/external/bsd/openssl/lib/libcrypto/sha.inc 1.3
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-alpha.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-armv4.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-ia64.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-parisc.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-s390x.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-sparcv9.pl 1.1.1.1
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86.pl 1.1.1.1-1.1.1.2
crypto/external/bsd/openssl/dist/crypto/modes/asm/ghash-x86_64.pl 1.1.1.1-1.1.1.2

-  Changes between 1.0.1g and 1.0.1h [5 Jun 2014]

  *) Fix for SSL/TLS MITM flaw. An attacker using a carefully crafted
    handshake can force the use of weak keying material in OpenSSL
    SSL/TLS clients and servers.

    Thanks to KIKUCHI Masashi (Lepidum Co. Ltd.) for discovering and
    researching this issue. (CVE-2014-0224)
    [KIKUCHI Masashi, Steve Henson]

  *) Fix DTLS recursion flaw. By sending an invalid DTLS handshake to an
    OpenSSL DTLS client the code can be made to recurse eventually crashing
    in a DoS attack.

    Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue.
    (CVE-2014-0221)
    [Imre Rad, Steve Henson]

  *) Fix DTLS invalid fragment vulnerability. A buffer overrun attack can
    be triggered by sending invalid DTLS fragments to an OpenSSL DTLS
    client or server. This is potentially exploitable to run arbitrary
    code on a vulnerable client or server.

    Thanks to J=FCri Aedla for reporting this issue. (CVE-2014-0195)
    [J=FCri Aedla, Steve Henson]

  *) Fix bug in TLS code where clients enable anonymous ECDH ciphersuites
    are subject to a denial of service attack.

    Thanks to Felix Gr=F6bert and Ivan Fratric at Google for discovering
    this issue. (CVE-2014-3470)
    [Felix Gr=F6bert, Ivan Fratric, Steve Henson]

  *) Harmonize version and its documentation. -f flag is used to display
    compilation flags.
    [mancha <mancha1-ytc+IHgoah0@public.gmane.org>]

  *) Fix eckey_priv_encode so it immediately returns an error upon a failure
    in i2d_ECPrivateKey.
    [mancha <mancha1-ytc+IHgoah0@public.gmane.org>]

  *) Fix some double frees. These are not thought to be exploitable.
    [mancha <mancha1-ytc+IHgoah0@public.gmane.org>]

- s3_pkt.c

Avoid NULL dereference. (FreeBSD SA14:10)

- For aes-ppc.S, ppccpuid.S and sha512-ppc.S

Prefer "." for the current address and not the PPC specific "$".

(msaitoh)

2014-06-06 01:45:11 UTC MAIN commitmail json YAML

Prefer setvbuf for those who have it.

(christos)

2014-06-06 01:41:00 UTC MAIN commitmail json YAML

2014-06-06 01:40:40 UTC MAIN commitmail json YAML

2014-06-06 01:27:32 UTC MAIN commitmail json YAML

rtfree: let's assert for a non-negative reference count and see what happens.

(rmind)

2014-06-06 01:02:47 UTC MAIN commitmail json YAML

2014-06-06 00:25:28 UTC MAIN commitmail json YAML

Adjust previous change for the #ifdef mess and fix the build.

(rmind)

2014-06-06 00:14:55 UTC MAIN commitmail json YAML

2014-06-06 00:13:13 UTC MAIN commitmail json YAML

2014-06-06 00:11:19 UTC MAIN commitmail json YAML

ip_output: zero iproute structure only when needed; reduce the scope
of some variables.

(rmind)

2014-06-05 23:48:17 UTC MAIN commitmail json YAML

2014-06-05 23:43:04 UTC MAIN commitmail json YAML

librump: add kpreempt_disabled(9) and softint_schedule_cpu(9).

(rmind)

2014-06-05 23:42:25 UTC MAIN commitmail json YAML

librump: include pcq(9) interface.

(rmind)

2014-06-05 22:09:50 UTC MAIN commitmail json YAML

Remove trailing whitespace.

(wiz)

2014-06-05 22:07:42 UTC MAIN commitmail json YAML

PR/48876: Dmitriy Grigoryev: Core dump in readline lib on attempted expansion
Make sure we have 2 matches before calling strcmp().

(christos)

2014-06-05 22:00:22 UTC MAIN commitmail json YAML

Bring getopt(3) inline with getopt_long(3): recognize option:: as an optional
option.

(christos)

2014-06-05 21:06:48 UTC MAIN commitmail json YAML

Note switch of VAX to GCC 4.8

(matt)

2014-06-05 21:05:42 UTC MAIN commitmail json YAML

Switch VAX to default to GCC 4.8

(matt)

2014-06-05 21:00:37 UTC MAIN commitmail json YAML

Fix a problem with reloading the inner reg of a subreg when it's a
mode dependent address.

(matt)

2014-06-05 19:49:04 UTC MAIN commitmail json YAML

sun4v: note missing handling in cpu_match()

(palle)

2014-06-05 19:47:24 UTC MAIN commitmail json YAML

sun4v: note missing handling in pmap_calculate_colors()

(palle)

2014-06-05 18:36:44 UTC MAIN commitmail json YAML

sun4v: ensure that it is possible to include the hypervisor.h file more than once

(palle)

2014-06-05 17:18:19 UTC MAIN commitmail json YAML

CID 1220169: Reverse NULL

(christos)

2014-06-05 17:17:26 UTC MAIN commitmail json YAML

CID 1220167: NULL Deref

(christos)

2014-06-05 17:11:54 UTC MAIN commitmail json YAML

CID 274353: Forward NULL

(christos)

2014-06-05 16:06:49 UTC MAIN commitmail json YAML

Add IPV6CTL_AUTO_LINKLOCAL and ND6_IFF_AUTO_LINKLOCAL toggles which
control the automatic creation of IPv6 link-local addresses when an
interface is brought up.

Taken from FreeBSD.

(roy)

2014-06-05 14:41:13 UTC MAIN commitmail json YAML

2014-06-05 14:39:50 UTC MAIN commitmail json YAML

2014-06-05 13:14:23 UTC MAIN commitmail json YAML

If a rpc for quota values fails with ENOTCONN translate this to ENOENT - we
certainly don't have any quotas if they are disabled on the file server.
This silences warnings from things like "quota -u -v" when NFS mounts
are present and no quotas are in use on the file server.

(martin)

2014-06-05 10:45:39 UTC MAIN commitmail json YAML

Also look in new pkgsrc default path, /usr/pkg/share/fonts.
Noted by tsutsui.

(wiz)

2014-06-05 03:48:32 UTC MAIN commitmail json YAML

2014-06-05 03:48:08 UTC MAIN commitmail json YAML

Start of the 10/100 driver.

(matt)

2014-06-05 03:46:26 UTC MAIN commitmail json YAML

2014-06-05 03:45:48 UTC MAIN commitmail json YAML

2014-06-04 21:42:35 UTC MAIN commitmail json YAML

Remove set-but-unused variable.
From John D. Baker on current-users.

(wiz)

2014-06-04 21:24:55 UTC MAIN commitmail json YAML

Modify compiler HACK to be for GCC 4.1 only

(matt)

2014-06-04 20:21:24 UTC MAIN commitmail json YAML

Sync (commented out) some of the network and filesystem related
blocks from GENERIC. Only functional change is to comment out tun
in DISKLESS to match GENERIC.

(abs)

2014-06-04 19:31:57 UTC MAIN commitmail json YAML

When uncompressing the kernel, allow overwriting of an existing one in the
cdrom content directory - this helps update builds.

(martin)

2014-06-04 19:07:22 UTC MAIN commitmail json YAML

Fix build with stack smash protection enabled.

(tron)

2014-06-04 18:20:44 UTC MAIN commitmail json YAML

don't bail if the video mode is something else than 1280x1024
1024x768 works fine

(macallan)

2014-06-04 18:19:20 UTC MAIN commitmail json YAML

2014-06-04 18:18:21 UTC MAIN commitmail json YAML

2014-06-04 16:11:33 UTC MAIN commitmail json YAML

Don't match an indexed address of the form val[reg].

(matt)

2014-06-04 13:52:52 UTC MAIN commitmail json YAML

2014-06-04 10:27:26 UTC MAIN commitmail json YAML

Remove comment about possible identification of the MCUCTL

(reinoud)

2014-06-04 07:06:03 UTC MAIN commitmail json YAML

Patch from Nobuyoshi SATO: scale secondary cpu frequency in attach message
just like the primary one.

(martin)

2014-06-03 22:34:28 UTC MAIN commitmail json YAML

Add some peepholes to help pushing of adjacent registers or memory locations
on the stack.  Add a peephole to translate two pushes on integers into
one push of a DImode register.

(matt)

2014-06-03 22:31:48 UTC MAIN commitmail json YAML

2014-06-03 22:22:41 UTC MAIN commitmail json YAML

2014-06-03 21:56:30 UTC MAIN commitmail json YAML

GC left-over kread.

(joerg)

2014-06-03 21:56:03 UTC MAIN commitmail json YAML

Use CPU statistics from uvmexp when possible.

(joerg)

2014-06-03 21:45:41 UTC MAIN commitmail json YAML

Use kern.clockrate if possible.

(joerg)

2014-06-03 21:41:56 UTC MAIN commitmail json YAML

Convert the remaining uvmexp users to the sysctl as default source.

(joerg)

2014-06-03 21:31:54 UTC MAIN commitmail json YAML

Use vm.uvmexp data as much as possible for vmstat -s.
Temporarily disable shadowing warning until the other users are cleaned
up.

(joerg)

2014-06-03 21:16:37 UTC MAIN commitmail json YAML

2014-06-03 21:16:15 UTC MAIN commitmail json YAML

2014-06-03 20:22:54 UTC MAIN commitmail json YAML

For consistency, handle REQUISITE modules the same way as we handle REQUIRED
and BINDING.

(christos)

2014-06-03 20:21:32 UTC MAIN commitmail json YAML

CVE-2014-3879: Incorrect error handling in PAM policy parser:
Missing module files were treated as soft failures leading to
unexpected behavior if policy files were copied between hosts with
differently installed modules or in the short period during upgrades
when module files were being replaced.

(christos)

2014-06-03 20:01:34 UTC MAIN commitmail json YAML

sun4v: rename upaid_from_node() to cpuid_from_node() - make the function able to extract the cpuid from the cpu nodes reg property (sun4v only) - ok martin@

(palle)

2014-06-03 19:49:37 UTC MAIN commitmail json YAML

Rework gen6 aperture/gtt size detection.  Mark variables __diagused.

(riastradh)

2014-06-03 19:42:17 UTC MAIN commitmail json YAML

Don't play loop games, just enumerate the 10 fields explicitly.

(joerg)

2014-06-03 19:40:37 UTC MAIN commitmail json YAML

2014-06-03 19:30:48 UTC MAIN commitmail json YAML

2014-06-03 19:30:30 UTC MAIN commitmail json YAML

2014-06-03 15:56:14 UTC MAIN commitmail json YAML

Add used pmu registers, sysreg registers and usb phy registers for USB2. More
are added when used.

(reinoud)

2014-06-03 15:51:59 UTC MAIN commitmail json YAML

Explicitly mark MCUCTL_ISP_OFFSET as an unknown module to prevent confusion

(reinoud)

2014-06-03 15:49:30 UTC netbsd-6-0 commitmail json YAML

2014-06-03 15:49:08 UTC netbsd-6-1 commitmail json YAML

2014-06-03 15:48:10 UTC netbsd-6 commitmail json YAML

Ticket 1066, 1067, 1069-1071, 1073 and 1074.

(msaitoh)

2014-06-03 15:34:00 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by bouyer in ticket #1067):
sys/dist/ipf/netinet/ip_fil_netbsd.c 1.9 via patch
sys/net/if_ethersubr.c 1.197 via patch
sys/net/if_loop.c 1.77 via patch
sys/net/if_vlan.c 1.70 via patch
sys/netinet/if_arp.c 1.158
sys/netinet/ip_carp.c 1.54 via patch
sys/netinet6/ip6_flow.c 1.23 via patch
sys/netinet6/nd6.c 1.150 via patch
sys/rump/librump/rumpkern/klock.c 1.4

Make sure *(if_output)() is called with KERNEL_LOCK held to avoid mbuf leak.
See http://mail-index.netbsd.org/tech-net/2014/04/09/msg004511.html
for details. For netinet6, the problem report, fix and test were done
by njoly@ on current-users@

(msaitoh)

2014-06-03 15:26:34 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by phx in ticket #1074):
sys/arch/powerpc/stand/mkbootimage/mkbootimage.c: revision 1.18
sys/arch/powerpc/stand/mkbootimage/pef.h: revision 1.3
sys/arch/powerpc/stand/mkbootimage/bebox_bootrec.h: revision 1.4
Fixed mkbootimage for 64-bit architectures. Now I can create a working
BeBox boot.fs under NetBSD/amd64.

(msaitoh)

2014-06-03 15:21:17 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by martin in ticket #1073):
sys/fs/cd9660/cd9660_util.c: revision 1.11
PR kern/48815: do not skip ';' twice when comparing file versions.
Patch from Thomas Schmitt.

(msaitoh)

2014-06-03 15:18:45 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by cube in ticket #1071):
sys/net/if_tap.c 1.76

Prevent a race between tap_dev_poll() and tap_start() by making sure the
call to selrecord() happens at splnet().  Fixes kern/47506 and kern/46199.

(msaitoh)

2014-06-03 15:17:56 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by cube in ticket #1071):
sys/net/if_tap.c 1.76

Prevent a race between tap_dev_poll() and tap_start() by making sure the
call to selrecord() happens at splnet().  Fixes kern/47506 and kern/46199.

(msaitoh)

2014-06-03 15:13:30 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by cube in ticket #1071):
sys/net/if_tap.c 1.76

Prevent a race between tap_dev_poll() and tap_start() by making sure the
call to selrecord() happens at splnet().  Fixes kern/47506 and kern/46199.

(msaitoh)

2014-06-03 15:06:36 UTC MAIN commitmail json YAML

Ensure we call uvmfault_unlockall on every exit from i915_gem_fault.

(riastradh)

2014-06-03 15:06:09 UTC netbsd-6-0 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #1070):
sys/dev/pci/if_wm.c: revision 1.269
From dyoung@ -- bump max TX DMA size to avoid pathological condition with TSO.

(msaitoh)

2014-06-03 15:02:37 UTC netbsd-6-1 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #1070):
sys/dev/pci/if_wm.c: revision 1.269
From dyoung@ -- bump max TX DMA size to avoid pathological condition with TSO.

(msaitoh)

2014-06-03 14:59:30 UTC MAIN commitmail json YAML

Fix atomic_dec_and_test in <linux/atomic.h>: test 0, not -1.

(riastradh)

2014-06-03 14:57:09 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by tls in ticket #1070):
sys/dev/pci/if_wm.c: revision 1.269
From dyoung@ -- bump max TX DMA size to avoid pathological condition with TSO.

(msaitoh)

2014-06-03 14:42:41 UTC MAIN commitmail json YAML

Fix a bug that caused an error about a UNIQUE constraint violation.
Patch from Abhinav Upadhyay.

(wiz)

2014-06-03 14:31:13 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by abs in ticket #1069):
sys/dev/pci/siside.c: revision 1.35

Add in missing space after "96X UDMA%d". Changes "96X UDMA6746" to
"96X UDMA6 746"

(msaitoh)

2014-06-03 13:55:44 UTC netbsd-6 commitmail json YAML

Pull up following revision(s) (requested by kleink in ticket #1066):
src/include/stdio.h 1.89-1.90

Move declarations of getdelim() and getline() from the (incorrect) ANSI C
section to POSIX-2008.  From Jarmo Jaakkola in PR standards/48788.

(msaitoh)

2014-06-03 13:53:28 UTC MAIN commitmail json YAML

Avoid buffer overflow which was added in rev. 1.52.
This change fix a panic at boot time (PR#47950 Reported by Bert Kiers).

OK'd by tls.

(msaitoh)

2014-06-03 13:51:52 UTC MAIN commitmail json YAML

libdrm_intel needs libpciaccess (kinda spuriously, but whatever).

(riastradh)

2014-06-03 12:15:00 UTC MAIN commitmail json YAML

actually get rid of actually unused variables, still works on my Indy
thanks mrg

(macallan)

2014-06-03 11:56:07 UTC MAIN commitmail json YAML

Add testcase that check lstat(2) values for symbolic links (PR
kern/48864).

(njoly)

2014-06-03 09:18:57 UTC netbsd-6 commitmail json YAML

2014-06-03 09:17:52 UTC netbsd-6 commitmail json YAML

Pull up the following revisions(s) (requested by bouyer in ticket #1075):
sys/arch/xen/xen/xbd_xenbus.c: revision 1.63 via patch
sys/dev/cgd.c: revision 1.87 via patch
sys/dev/dksubr.c: revision 1.50 via patch
sys/dev/dkvar.h: revision 1.19 via patch

Avoid xbd(4) reordering requests, which, depending on the underlying
hardware, can badly affect write performances. This can give up to a 5x
performance gain in sequencial writes.

(sborrill)

2014-06-03 01:24:32 UTC MAIN commitmail json YAML

Call ifp->if_output in revarprequest with KERNEL_LOCK held

Otherwise, it hits KASSERT(KERNEL_LOCKED_P()) in ether_output
when nfs_boot fails and tries RARP.

(ozaki-r)

2014-06-02 22:57:50 UTC MAIN commitmail json YAML

GC unused variables.

(joerg)

2014-06-02 19:29:58 UTC MAIN commitmail json YAML

2014-06-02 19:29:00 UTC MAIN commitmail json YAML

Drop kvm-based access for driver statistics.

(joerg)

2014-06-02 19:17:08 UTC MAIN commitmail json YAML

Add test environment considerations from tests.atf.7.

Bump date in an attempt to avoid provoking wizd(1).

(gdt)

2014-06-02 19:16:11 UTC MAIN commitmail json YAML

Make missing kern.evcnt an error, don't try to fallback to kmem use.

(joerg)

2014-06-02 18:17:51 UTC MAIN commitmail json YAML

Remove majority of KVM usage.

(joerg)

2014-06-02 17:40:05 UTC MAIN commitmail json YAML

Remove !BSD and lint branches.

(joerg)

2014-06-02 15:16:23 UTC MAIN commitmail json YAML

2014-06-02 15:07:24 UTC MAIN commitmail json YAML

2014-06-02 15:03:47 UTC MAIN commitmail json YAML

Apply patch in PR port-alpha/48697 (with some tweaks).

Tru64 UNIX's disklabel is the same format as BSD disklabel,
and it seems Tru64 stores incorrect geometry values in
d_nsectors (sectors/track) and d_secpercyl (sectors/cylinder).
d_secperunit seems always reliable so use it to get
dlsec (sectors/track) and dlcylsize (sectors/cylinder) values.

Should be pulled up to netbsd-6 branches.

(tsutsui)

2014-06-02 11:02:21 UTC MAIN commitmail json YAML

Use explicit initializer.

(joerg)

2014-06-02 10:14:35 UTC MAIN commitmail json YAML

Re-add -cxx-isystem and -iremap, lost in the GCC 4.8 transition.

(joerg)

2014-06-02 04:57:02 UTC MAIN commitmail json YAML

2014-06-02 02:11:52 UTC MAIN commitmail json YAML

2014-06-01 20:24:45 UTC MAIN commitmail json YAML

2014-06-01 19:51:02 UTC MAIN commitmail json YAML

port over 3 changes made here in the GCC 4.5 tree that we'll need
when GCC 4.8 becomes "gcc.old" eventually.

this tree still needs to be tested for more, but this should be the
bulk of the work.

----
Log Message:
prepare for moving GCC 4.5 into gcc.old:

- convert to using ${EXTERNAL_GCC_SUBDIR}
- define base-external-gpl3-gcc* subdir as GCC_SUBDIR
- use <bsd.init.mk> over <bsd.own.mk> for a bunch of places; mostly
  because it arranges for ../Makefile.inc to be included earlier, and
  don't bother including the latter if the former is already included.
- move all .PATH: settings after <bsd.{own,lib}.mk> so that all
  valid variables are set before it is evaluated
- rename mknative-gcc* to match their subdir name.

XXX the relationship between the Makefile.inc/Makefile.gcc_path files
    is kind of sketchy, it would be great if this was fixed.

----
Log Message:
oops, avoid re-setting DIST to something that might be wrong now.

----
Log Message:
fix another dated DIST.

(mrg)

2014-06-01 17:46:06 UTC MAIN commitmail json YAML

PR/48843: Jarmo Jaakkola: Soften the language in the manual page,
making less promises about behavior not explicitly stated in the standard.

(christos)

2014-06-01 17:21:50 UTC MAIN commitmail json YAML

Use int32_t, int16_t, int8_t.

(phx)

2014-06-01 13:42:12 UTC MAIN commitmail json YAML

2014-06-01 11:01:18 UTC MAIN commitmail json YAML

PR kern/48815: do not skip ';' twice when comparing file versions.
Patch from Thomas Schmitt.

(martin)

2014-05-31 22:55:17 UTC MAIN commitmail json YAML

2014-05-31 22:42:16 UTC LLVM commitmail json YAML

Mark files without llvm-209886 tag as dead.

(joerg)

2014-05-31 22:41:37 UTC MAIN commitmail json YAML

npfctl_build_code: generate TCP/UDP check for ports case when other blocks
do not imply L4 check; add an assert in npfctl_bpf_proto() and elsewhere.

(rmind)

2014-05-31 22:40:33 UTC LLVM commitmail json YAML

src/external/bsd/llvm/dist/clang/include/clang/Analysis/FlowSensitive/DataflowSolver.h deleted
src/external/bsd/llvm/dist/clang/include/clang/Basic/OnDiskHashTable.h deleted
src/external/bsd/llvm/dist/clang/include/clang/Basic/OpenCL.h deleted
src/external/bsd/llvm/dist/clang/include/clang/Driver/CC1Options.h deleted
src/external/bsd/llvm/dist/clang/include/clang/Lex/CMakeLists.txt deleted
src/external/bsd/llvm/dist/clang/include/clang/Lex/Makefile deleted
src/external/bsd/llvm/dist/clang/lib/CodeGen/MicrosoftVBTables.cpp deleted
src/external/bsd/llvm/dist/clang/lib/CodeGen/MicrosoftVBTables.h deleted
src/external/bsd/llvm/dist/clang/lib/Frontend/Warnings.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Headers/module.map deleted
src/external/bsd/llvm/dist/clang/lib/Parse/ParsePragma.h deleted
src/external/bsd/llvm/dist/clang/lib/Sema/TargetAttributesSema.cpp deleted
src/external/bsd/llvm/dist/clang/lib/Sema/TargetAttributesSema.h deleted
src/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp deleted
src/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.h deleted
src/external/bsd/llvm/dist/clang/test/ARCMT/objcmt-deprecated-category.m deleted
src/external/bsd/llvm/dist/clang/test/ARCMT/objcmt-deprecated-category.m.result deleted
src/external/bsd/llvm/dist/clang/test/Analysis/idempotent-operations-limited-loops.c deleted
src/external/bsd/llvm/dist/clang/test/Analysis/idempotent-operations.c deleted
src/external/bsd/llvm/dist/clang/test/Analysis/idempotent-operations.cpp deleted
      :
(more 60 files)
Mark files without clang-209886 tag as dead.

(joerg)

2014-05-31 22:37:05 UTC MAIN commitmail json YAML

npfctl: allow group of zeroes in IPv6 address; noted by spz@.

(rmind)

2014-05-31 20:26:51 UTC MAIN commitmail json YAML

add missing files for dotcmd tests

(christos)