Can you build with debugging enabled? IT might make things easier. But note
that BIO_method_type is a trivial function,
return b->method->type;
which implies that a pointer got clobbered as being a likely cause. Are you
sure your code didn’t smash something?
#5 0x7fdf1a5c8
On 24/10/17 11:25, Grace Priscilla Jero wrote:
> We are using SSL_accept to accept the connection for which we see the
> failure. Please let know if you have any thoughts.
Have you set the wbio correctly? Does SSL_get_wbio() return your wbio
object if you call it immediately before SSL_do_handsh
Hi All,
We are currently facing an issue while initiating DTLS for UDP conenctions.
Below is the backtrace for the coredump.
Program terminated with signal 11, Segmentation fault.
#0 0x7fdf1825c760 in BIO_method_type () from
/opt/OC/ins/external/lib/libcrypto.so.1.1
(gdb) bt
#0 0x7fd
On Mon, Oct 23, 2017 at 6:47 PM, Kyle Hamilton wrote:
> Out of curiosity, what are the algorithm identifiers for X25519 and Ed25519?
>
The ones I am aware of are available in
http://tools.ietf.org/html/draft-josefsson-pkix-newcurves.
Jeff
--
openssl-users mailing list
To unsubscribe: https://mt
On 24/10/17 07:06, Jayalakshmi bhat wrote:
> Hi All,
>
> I am looking for details on options used to disable or remove unwanted
> ciphers, components while openssl building. This is for OpenSSL 1.0.2h.
> I am seeing many things on internet. But most of them have minimum
> explanation, please can