xt_server_build(SSL *s, uint16_t msg
> int
> tlsext_server_parse(SSL *s, uint16_t msg_type, CBS *cbs, int *alert)
> {
> + int ret = 0;
> +
> /* XXX - this should be done by the caller... */
> if (msg_type == SSL_TLSEXT_MSG_CH)
> tlsext_server_reset_state(s);
>
> - return tlsext_parse(s, 1, msg_type, cbs, alert);
> + if (!tlsext_parse(s, 1, msg_type, cbs, alert))
> + goto err;
> + if (!tlsext_process(s, 1, msg_type, alert))
> + goto err;
> +
> + ret = 1;
> +
> + err:
> + tlsext_cleanup(s);
> +
> + return ret;
> }
>
> static void
After applying this patch, I was not able to replicate the
error on Chrome after a few minutes of testing on a couple different
clients.
I will leave this version running and report any issues.
--TimH
I compiled the port with the patch you provided.
I and another person have done testing with Chrome on a couple
different platforms, and we have not been able to replicate the error
so far.
--TimH
On Mon, 29 Jan 2024 19:45:27 +
Stuart Henderson wrote:
[...]
> Another possible appro
> ++#if 0 && defined(TLSEXT_TYPE_application_layer_protocol_negotiation)
> + #define HAVE_TLS_ALPN
> + #endif
> +
> @@ -232,9 +232,11 @@
> #define BN_get_rfc3526_prime_4096 get_rfc3526_prime_4096
> #define BN_get_rfc3526_prime_6144 get_rfc3526_prime_6144
>
Thank you for looking at this.
I will try your suggestion at my earliest opportunity and report back.
--TimH
that not enough? Is there some
other limit I need to alter?
--TimH
On Thu, 20 Feb 2014 21:00:09 +
Stuart Henderson wrote:
> On 2014/02/20 08:36, TimH wrote:
> > On Thu, 20 Feb 2014 12:37:49 +
> > Stuart Henderson wrote:
> > > [...]
> > >
> > > Please send a full build log for devel/uuid, ASAP.
> > >
On Thu, 20 Feb 2014 12:37:49 +
Stuart Henderson wrote:
> [...]
>
> Please send a full build log for devel/uuid, ASAP.
>
Attached a text file of the make and make install.
--TimH# pwd
/usr/ports/devel/uuid
# make
===> ossp-uuid-1.6.2p2 depends on: groff->=1.21
** Error 1 in /usr/ports/devel/uuid
(/usr/ports/infrastructure/mk/bsd.port.mk:2406 'install')
*** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2034
'/usr/ports/pobj/postgresql-9.3.2/.dep-devel-uuid')
*** Error 1 in /usr/ports/databases/postgresql
(/usr/ports/infrastructure/mk/bsd.port.mk:2406 'all')
--TimH
al
if I close e17. The Xorg log file doesn't show anything but a
successful shutdown. Intel GM45 video.
I also tested the battery module, which seems to work. I've
never used it before, so if it isn't acting right I don't notice.
--TimH
robe light and I had to
reboot to stop it. Weird.
Looking forward to a 1.0 port.
--TimH
1:28 96.44% freeswitch
>
>
> Could you help me with this?
>
Did anything come of this? I've been curious about how well
FreeSWITCH works on OpenBSD. They seem to have at least some FreeBSD
support if the install instructions mean anything.
--TimH
rd" work-around for defining locale_t in
OpenBSD ports? I've searched around but didn't see this mentioned in
my list archives...
--TimH
Hi.
Kopete cannot log into a Yahoo account. Says the password is wrong. No
trouble logging in with Gaim in current ports tree or with Kopete on a
Kubuntu box (if that's relevant).
Kopete built on 2007-04-12 and OpenBSD snapshop from April 6th...
--TimH
12 matches
Mail list logo